Uses of Class
io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
Packages that use RestEndpoint.BuilderBase
-
Uses of RestEndpoint.BuilderBase in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type RestEndpoint.BuilderBaseModifier and TypeClassDescriptionstatic classRestEndpoint.BuilderBase<BUILDER extends RestEndpoint.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends RestEndpoint> Fluent API builder base forRestEndpoint.Subclasses of RestEndpoint.BuilderBase in io.helidon.declarative.codegen.model.httpModifier and TypeClassDescriptionstatic classFluent API builder forClientEndpoint.static classClientEndpoint.BuilderBase<BUILDER extends ClientEndpoint.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ClientEndpoint> Fluent API builder base forClientEndpoint.static classFluent API builder forRestEndpoint.static classFluent API builder forServerEndpoint.static classServerEndpoint.BuilderBase<BUILDER extends ServerEndpoint.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ServerEndpoint> Fluent API builder base forServerEndpoint.Methods in io.helidon.declarative.codegen.model.http with parameters of type RestEndpoint.BuilderBaseModifier and TypeMethodDescriptionRestEndpoint.BuilderBase.from(RestEndpoint.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.declarative.codegen.model.http with parameters of type RestEndpoint.BuilderBaseModifierConstructorDescriptionprotectedRestEndpointImpl(RestEndpoint.BuilderBase<?, ?> builder) Create an instance providing a builder.