Uses of Class
io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
Packages that use JsonRpcHandlers.BuilderBase
-
Uses of JsonRpcHandlers.BuilderBase in io.helidon.webserver.jsonrpc
Classes in io.helidon.webserver.jsonrpc with type parameters of type JsonRpcHandlers.BuilderBaseModifier and TypeClassDescriptionstatic classJsonRpcHandlers.BuilderBase<BUILDER extends JsonRpcHandlers.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends JsonRpcHandlers> Fluent API builder base forJsonRpcHandlers.Subclasses of JsonRpcHandlers.BuilderBase in io.helidon.webserver.jsonrpcMethods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcHandlers.BuilderBaseModifier and TypeMethodDescriptionJsonRpcHandlers.BuilderBase.from(JsonRpcHandlers.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.jsonrpc with parameters of type JsonRpcHandlers.BuilderBaseModifierConstructorDescriptionprotectedJsonRpcHandlersImpl(JsonRpcHandlers.BuilderBase<?, ?> builder) Create an instance providing a builder.