Uses of Interface
io.helidon.declarative.codegen.model.http.RestEndpoint
Packages that use RestEndpoint
Package
Description
HTTP Rest related code generation.
HTTP Rest model.
-
Uses of RestEndpoint in io.helidon.declarative.codegen.http
Methods in io.helidon.declarative.codegen.http with parameters of type RestEndpointModifier and TypeMethodDescriptionRestExtensionBase.headerProducers
(FieldHandler fieldHandler, RestEndpoint endpoint) Find all header producers and create appropriate fields, parameters, and assignments for them. -
Uses of RestEndpoint in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type RestEndpointModifier and TypeClassDescriptionstatic class
RestEndpoint.BuilderBase<BUILDER extends RestEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RestEndpoint> Fluent API builder base forRestEndpoint
.Subinterfaces of RestEndpoint in io.helidon.declarative.codegen.model.httpModifier and TypeInterfaceDescriptioninterface
Rest endpoint for Typed HTTP client.interface
REST endpoint for server side endpoint definition.Classes in io.helidon.declarative.codegen.model.http that implement RestEndpointModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.declarative.codegen.model.http that return RestEndpointModifier and TypeMethodDescriptionRestEndpoint.Builder.build()
RestEndpoint.Builder.buildPrototype()
Methods in io.helidon.declarative.codegen.model.http with parameters of type RestEndpointModifier and TypeMethodDescriptionstatic RestEndpoint.Builder
RestEndpoint.builder
(RestEndpoint instance) Create a new fluent API builder from an existing instance.RestEndpoint.BuilderBase.from
(RestEndpoint prototype) Update this builder from an existing prototype instance.