Uses of Interface
io.helidon.grpc.core.MarshallerSupplier
Packages that use MarshallerSupplier
Package
Description
Core classes used by both the gRPC server and gRPC client.
Client gRPC microprofile classes.
Core gRPC microprofile classes.
Helidon WebClient gRPC Support.
Helidon WebServer gRPC Support.
-
Uses of MarshallerSupplier in io.helidon.grpc.core
Methods in io.helidon.grpc.core that return MarshallerSupplierModifier and TypeMethodDescriptionstatic MarshallerSupplierMarshallerSupplier.create()Creates a default marshaller supplier. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.client
Methods in io.helidon.microprofile.grpc.client with parameters of type MarshallerSupplierModifier and TypeMethodDescriptionClientMethodDescriptor.Builder.marshallerSupplier(MarshallerSupplier supplier) ClientMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method.ClientServiceDescriptor.Builder.marshallerSupplier(MarshallerSupplier marshallerSupplier) ClientServiceDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the service. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.core
Methods in io.helidon.microprofile.grpc.core that return MarshallerSupplierModifier and TypeMethodDescriptionprotected MarshallerSupplierAbstractServiceBuilder.getMarshallerSupplier()Obtain theMarshallerSupplierto use.static MarshallerSupplierModelHelper.getMarshallerSupplier(Grpc.GrpcMarshaller annotation) Obtain the namedMarshallerSupplierspecified by the annotation. -
Uses of MarshallerSupplier in io.helidon.webclient.grpc
Methods in io.helidon.webclient.grpc with parameters of type MarshallerSupplierModifier and TypeMethodDescriptionGrpcClientMethodDescriptor.Builder.marshallerSupplier(MarshallerSupplier supplier) GrpcClientMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method. -
Uses of MarshallerSupplier in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc with parameters of type MarshallerSupplierModifier and TypeMethodDescriptionGrpcMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method.GrpcServiceDescriptor.Builder.marshallerSupplier(MarshallerSupplier marshallerSupplier) GrpcServiceDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the service.