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 classHttpAnnotated.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 TypeInterfaceDescriptioninterfaceRest endpoint for Typed HTTP client.interfaceA REST endpoint may be a client endpoint or a server endpoint.interfaceDefinition of a rest method.interfaceREST endpoint for server side endpoint definition.Classes in io.helidon.declarative.codegen.model.http that implement HttpAnnotatedModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated 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.BuilderHttpAnnotated.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.