Uses of Interface
io.helidon.grpc.core.MarshallerSupplier
-
Packages that use MarshallerSupplier Package Description io.helidon.grpc.client gRPC client API.io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.grpc.server Reactive gRPC server API.io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of MarshallerSupplier in io.helidon.grpc.client
Methods in io.helidon.grpc.client with parameters of type MarshallerSupplier Modifier and Type Method Description ClientMethodDescriptor.Builder
ClientMethodDescriptor.Builder. marshallerSupplier(MarshallerSupplier supplier)
ClientMethodDescriptor.Rules
ClientMethodDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)
Register theMarshallerSupplier
for the method.ClientServiceDescriptor.Builder
ClientServiceDescriptor.Builder. marshallerSupplier(MarshallerSupplier marshallerSupplier)
ClientServiceDescriptor.Rules
ClientServiceDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)
Register theMarshallerSupplier
for the service. -
Uses of MarshallerSupplier in io.helidon.grpc.core
Classes in io.helidon.grpc.core that implement MarshallerSupplier Modifier and Type Class Description static class
JavaMarshaller.Supplier
Deprecated, for removal: This API element is subject to removal in a future version.AMarshallerSupplier
implementation that supplies instances ofJavaMarshaller
.static class
JsonbMarshaller.Supplier
AMarshallerSupplier
implementation that supplies instances ofJsonbMarshaller
.static class
MarshallerSupplier.DefaultMarshallerSupplier
The defaultMarshallerSupplier
.static class
MarshallerSupplier.ProtoMarshallerSupplier
AMarshallerSupplier
implementation that supplies Protocol Buffer marshaller instances.Methods in io.helidon.grpc.core that return MarshallerSupplier Modifier and Type Method Description static MarshallerSupplier
MarshallerSupplier. defaultInstance()
Obtain the default marshaller. -
Uses of MarshallerSupplier in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type MarshallerSupplier Modifier and Type Method Description MethodDescriptor.Rules<ReqT,ResT>
MethodDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)
Register theMarshallerSupplier
for the method.ServiceDescriptor.Builder
ServiceDescriptor.Builder. marshallerSupplier(MarshallerSupplier marshallerSupplier)
ServiceDescriptor.Rules
ServiceDescriptor.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 MarshallerSupplier Modifier and Type Method Description protected MarshallerSupplier
AbstractServiceBuilder. getMarshallerSupplier()
Obtain theMarshallerSupplier
to use.static MarshallerSupplier
ModelHelper. getMarshallerSupplier(GrpcMarshaller annotation)
Obtain the namedMarshallerSupplier
specified by the annotation.
-