Uses of Interface
io.helidon.declarative.codegen.model.http.ServerEndpoint
Packages that use ServerEndpoint
-
Uses of ServerEndpoint in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type ServerEndpointModifier and TypeClassDescriptionstatic class
ServerEndpoint.BuilderBase<BUILDER extends ServerEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ServerEndpoint> Fluent API builder base forServerEndpoint
.Classes in io.helidon.declarative.codegen.model.http that implement ServerEndpointModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.declarative.codegen.model.http that return ServerEndpointModifier and TypeMethodDescriptionServerEndpoint.Builder.build()
ServerEndpoint.Builder.buildPrototype()
static ServerEndpoint
ServerEndpoint.create()
Create a new instance with default values.Methods in io.helidon.declarative.codegen.model.http with parameters of type ServerEndpointModifier and TypeMethodDescriptionstatic ServerEndpoint.Builder
ServerEndpoint.builder
(ServerEndpoint instance) Create a new fluent API builder from an existing instance.ServerEndpoint.BuilderBase.from
(ServerEndpoint prototype) Update this builder from an existing prototype instance.