Uses of Interface
io.helidon.declarative.codegen.model.http.ClientEndpoint
Packages that use ClientEndpoint
-
Uses of ClientEndpoint in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type ClientEndpointModifier and TypeClassDescriptionstatic class
ClientEndpoint.BuilderBase<BUILDER extends ClientEndpoint.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClientEndpoint> Fluent API builder base forClientEndpoint
.Classes in io.helidon.declarative.codegen.model.http that implement ClientEndpointModifier 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 ClientEndpointModifier and TypeMethodDescriptionClientEndpoint.Builder.build()
ClientEndpoint.Builder.buildPrototype()
static ClientEndpoint
ClientEndpoint.create()
Create a new instance with default values.Methods in io.helidon.declarative.codegen.model.http with parameters of type ClientEndpointModifier and TypeMethodDescriptionstatic ClientEndpoint.Builder
ClientEndpoint.builder
(ClientEndpoint instance) Create a new fluent API builder from an existing instance.ClientEndpoint.BuilderBase.from
(ClientEndpoint prototype) Update this builder from an existing prototype instance.