Uses of Class
io.helidon.declarative.codegen.model.http.RestMethod.Builder
Packages that use RestMethod.Builder
-
Uses of RestMethod.Builder in io.helidon.declarative.codegen.model.http
Methods in io.helidon.declarative.codegen.model.http that return RestMethod.BuilderModifier and TypeMethodDescriptionstatic RestMethod.Builder
RestMethod.builder()
Create a new fluent API builder to customize configuration.static RestMethod.Builder
RestMethod.builder
(RestMethod instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.declarative.codegen.model.http with type arguments of type RestMethod.BuilderModifier and TypeMethodDescriptionRestEndpoint.BuilderBase.addMethod
(Consumer<RestMethod.Builder> consumer) Methods that have a rest annotation (HTTP method).