Uses of Interface
io.helidon.grpc.core.MarshallerSupplier
Package
Description
gRPC client API.
Core classes used by both the reactive gRPC server API and gRPC client API.
Reactive gRPC server API.
Core gRPC microprofile classes.
-
Uses of MarshallerSupplier in io.helidon.grpc.client
Modifier 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.grpc.core
Modifier and TypeClassDescriptionstatic class
AMarshallerSupplier
implementation that supplies instances ofJsonbMarshaller
.static class
The defaultMarshallerSupplier
.static class
AMarshallerSupplier
implementation that supplies Protocol Buffer marshaller instances.Modifier and TypeMethodDescriptionstatic MarshallerSupplier
MarshallerSupplier.defaultInstance()
Obtain the default marshaller. -
Uses of MarshallerSupplier in io.helidon.grpc.server
Modifier and TypeMethodDescriptionMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method.ServiceDescriptor.Builder.marshallerSupplier
(MarshallerSupplier marshallerSupplier) ServiceDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the service. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.core
Modifier and TypeMethodDescriptionprotected MarshallerSupplier
AbstractServiceBuilder.getMarshallerSupplier()
Obtain theMarshallerSupplier
to use.static MarshallerSupplier
ModelHelper.getMarshallerSupplier
(GrpcMarshaller annotation) Obtain the namedMarshallerSupplier
specified by the annotation.