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 classClientEndpoint.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 classGenerated 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 ClientEndpointClientEndpoint.create()Create a new instance with default values.Methods in io.helidon.declarative.codegen.model.http with parameters of type ClientEndpointModifier and TypeMethodDescriptionstatic ClientEndpoint.BuilderClientEndpoint.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.