Uses of Interface
io.helidon.declarative.codegen.model.http.HttpAnnotated
Packages that use HttpAnnotated
-
Uses of HttpAnnotated in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type HttpAnnotatedModifier and TypeClassDescriptionstatic class
HttpAnnotated.BuilderBase<BUILDER extends HttpAnnotated.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends HttpAnnotated> Fluent API builder base forHttpAnnotated
.Subinterfaces of HttpAnnotated in io.helidon.declarative.codegen.model.httpModifier and TypeInterfaceDescriptioninterface
Rest endpoint for Typed HTTP client.interface
A REST endpoint may be a client endpoint or a server endpoint.interface
Definition of a rest method.interface
REST endpoint for server side endpoint definition.Classes in io.helidon.declarative.codegen.model.http that implement HttpAnnotatedModifier 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.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 HttpAnnotatedModifier and TypeMethodDescriptionHttpAnnotated.Builder.build()
HttpAnnotated.Builder.buildPrototype()
Methods in io.helidon.declarative.codegen.model.http with parameters of type HttpAnnotatedModifier and TypeMethodDescriptionstatic HttpAnnotated.Builder
HttpAnnotated.builder
(HttpAnnotated instance) Create a new fluent API builder from an existing instance.HttpAnnotated.BuilderBase.from
(HttpAnnotated prototype) Update this builder from an existing prototype instance.