Uses of Interface
io.helidon.declarative.codegen.model.http.RestMethod
Packages that use RestMethod
-
Uses of RestMethod in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type RestMethodModifier and TypeClassDescriptionstatic class
RestMethod.BuilderBase<BUILDER extends RestMethod.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RestMethod> Fluent API builder base forRestMethod
.Classes in io.helidon.declarative.codegen.model.http that implement RestMethodModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.declarative.codegen.model.http that return RestMethodModifier and TypeMethodDescriptionRestMethod.Builder.build()
RestMethod.Builder.buildPrototype()
static RestMethod
RestMethod.create()
Create a new instance with default values.Methods in io.helidon.declarative.codegen.model.http that return types with arguments of type RestMethodModifier and TypeMethodDescriptionRestEndpoint.BuilderBase.methods()
Methods that have a rest annotation (HTTP method).RestEndpoint.BuilderBase.RestEndpointImpl.methods()
RestEndpoint.methods()
Methods that have a rest annotation (HTTP method).Methods in io.helidon.declarative.codegen.model.http with parameters of type RestMethodModifier and TypeMethodDescriptionRestEndpoint.BuilderBase.addMethod
(RestMethod method) Methods that have a rest annotation (HTTP method).static RestMethod.Builder
RestMethod.builder
(RestMethod instance) Create a new fluent API builder from an existing instance.RestMethod.BuilderBase.from
(RestMethod prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.declarative.codegen.model.http with type arguments of type RestMethodModifier and TypeMethodDescriptionRestEndpoint.BuilderBase.addMethods
(List<? extends RestMethod> methods) Methods that have a rest annotation (HTTP method).RestEndpoint.BuilderBase.methods
(List<? extends RestMethod> methods) Methods that have a rest annotation (HTTP method).