Uses of Class
io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
Packages that use JsonRpcClientConfig.BuilderBase
-
Uses of JsonRpcClientConfig.BuilderBase in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc with type parameters of type JsonRpcClientConfig.BuilderBaseModifier and TypeClassDescriptionstatic classJsonRpcClientConfig.BuilderBase<BUILDER extends JsonRpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonRpcClientConfig> Fluent API builder base forJsonRpcClient.Subclasses of JsonRpcClientConfig.BuilderBase in io.helidon.webclient.jsonrpcMethods in io.helidon.webclient.jsonrpc with parameters of type JsonRpcClientConfig.BuilderBaseModifier and TypeMethodDescriptionJsonRpcClientConfig.BuilderBase.from(JsonRpcClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.jsonrpc with parameters of type JsonRpcClientConfig.BuilderBaseModifierConstructorDescriptionprotectedJsonRpcClientConfigImpl(JsonRpcClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.