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 HTTP/1.1 Support.
Helidon WebServer gRPC Support.
-
Uses of MarshallerSupplier in io.helidon.grpc.core
Methods in io.helidon.grpc.core that return MarshallerSupplierModifier and TypeMethodDescriptionstatic MarshallerSupplier
MarshallerSupplier.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 theMarshallerSupplier
for the method.ClientServiceDescriptor.Builder.marshallerSupplier
(MarshallerSupplier marshallerSupplier) ClientServiceDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the service. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.core
Methods in io.helidon.microprofile.grpc.core that return MarshallerSupplierModifier and TypeMethodDescriptionprotected MarshallerSupplier
AbstractServiceBuilder.getMarshallerSupplier()
Obtain theMarshallerSupplier
to use.static MarshallerSupplier
ModelHelper.getMarshallerSupplier
(Grpc.GrpcMarshaller annotation) Obtain the namedMarshallerSupplier
specified 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 theMarshallerSupplier
for 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 theMarshallerSupplier
for the method.GrpcServiceDescriptor.Builder.marshallerSupplier
(MarshallerSupplier marshallerSupplier) GrpcServiceDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the service.