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 classGrpcReflectionConfig.BuilderBase<BUILDER extends GrpcReflectionConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends GrpcReflectionConfig>Fluent API builder base forGrpcReflectionConfig.Classes in io.helidon.webserver.grpc that implement GrpcReflectionConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type GrpcReflectionConfig in io.helidon.webserver.grpcClasses in io.helidon.webserver.grpc that implement interfaces with type arguments of type GrpcReflectionConfigModifier and TypeClassDescriptionclassAdds gRPC reflection support to Helidon WebServer.Methods in io.helidon.webserver.grpc that return GrpcReflectionConfigModifier and TypeMethodDescriptionGrpcReflectionConfig.Builder.buildPrototype()Create an instance of the prototype.static GrpcReflectionConfigGrpcReflectionConfig.create()Create a new instance with default values.static GrpcReflectionConfigCreate a new instance from configuration.GrpcReflectionFeature.prototype()Methods in io.helidon.webserver.grpc with parameters of type GrpcReflectionConfigModifier and TypeMethodDescriptionstatic GrpcReflectionConfig.BuilderGrpcReflectionConfig.builder(GrpcReflectionConfig instance) Create a new fluent API builder from an existing instance.static GrpcReflectionFeatureGrpcReflectionFeature.create(GrpcReflectionConfig config) Create a new instance from its configuration.GrpcReflectionConfig.BuilderBase.from(GrpcReflectionConfig prototype) Update this builder from an existing prototype instance.