Uses of Class
io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
Packages that use ServerEndpoint.BuilderBase
-
Uses of ServerEndpoint.BuilderBase in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type ServerEndpoint.BuilderBaseModifier and TypeClassDescriptionstatic class
ServerEndpoint.BuilderBase<BUILDER extends ServerEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ServerEndpoint> Fluent API builder base forServerEndpoint
.Subclasses of ServerEndpoint.BuilderBase in io.helidon.declarative.codegen.model.httpMethods in io.helidon.declarative.codegen.model.http with parameters of type ServerEndpoint.BuilderBaseModifier and TypeMethodDescriptionServerEndpoint.BuilderBase.from
(ServerEndpoint.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.declarative.codegen.model.http with parameters of type ServerEndpoint.BuilderBaseModifierConstructorDescriptionprotected
ServerEndpointImpl
(ServerEndpoint.BuilderBase<?, ?> builder) Create an instance providing a builder.