Uses of Interface
io.helidon.webserver.grpc.GrpcReflectionConfig
Packages that use GrpcReflectionConfig
-
Uses of GrpcReflectionConfig in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with type parameters of type GrpcReflectionConfigModifier and TypeClassDescriptionstatic class
GrpcReflectionConfig.BuilderBase<BUILDER extends GrpcReflectionConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcReflectionConfig> Fluent API builder base forGrpcReflectionFeature
.Classes in io.helidon.webserver.grpc that implement GrpcReflectionConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.grpc that return GrpcReflectionConfigModifier and TypeMethodDescriptionGrpcReflectionConfig.Builder.buildPrototype()
static GrpcReflectionConfig
GrpcReflectionConfig.create()
Create a new instance with default values.static GrpcReflectionConfig
Create a new instance from configuration.GrpcReflectionFeature.prototype()
Methods in io.helidon.webserver.grpc with parameters of type GrpcReflectionConfigModifier and TypeMethodDescriptionstatic GrpcReflectionConfig.Builder
GrpcReflectionConfig.builder
(GrpcReflectionConfig instance) Create a new fluent API builder from an existing instance.static GrpcReflectionFeature
GrpcReflectionFeature.create
(GrpcReflectionConfig config) Create a new instance from its configuration.GrpcReflectionConfig.BuilderBase.from
(GrpcReflectionConfig prototype) Update this builder from an existing prototype instance.