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.BuilderClientMethodDescriptor.Builder. marshallerSupplier(MarshallerSupplier supplier)ClientMethodDescriptor.RulesClientMethodDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)Register theMarshallerSupplierfor the method.ClientServiceDescriptor.BuilderClientServiceDescriptor.Builder. marshallerSupplier(MarshallerSupplier marshallerSupplier)ClientServiceDescriptor.RulesClientServiceDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)Register theMarshallerSupplierfor 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 classJavaMarshaller.SupplierDeprecated, for removal: This API element is subject to removal in a future version.AMarshallerSupplierimplementation that supplies instances ofJavaMarshaller.static classJsonbMarshaller.SupplierAMarshallerSupplierimplementation that supplies instances ofJsonbMarshaller.static classMarshallerSupplier.DefaultMarshallerSupplierThe defaultMarshallerSupplier.static classMarshallerSupplier.ProtoMarshallerSupplierAMarshallerSupplierimplementation that supplies Protocol Buffer marshaller instances.Methods in io.helidon.grpc.core that return MarshallerSupplier Modifier and Type Method Description static MarshallerSupplierMarshallerSupplier. 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 theMarshallerSupplierfor the method.ServiceDescriptor.BuilderServiceDescriptor.Builder. marshallerSupplier(MarshallerSupplier marshallerSupplier)ServiceDescriptor.RulesServiceDescriptor.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 MarshallerSupplier Modifier and Type Method Description protected MarshallerSupplierAbstractServiceBuilder. getMarshallerSupplier()Obtain theMarshallerSupplierto use.static MarshallerSupplierModelHelper. getMarshallerSupplier(GrpcMarshaller annotation)Obtain the namedMarshallerSupplierspecified by the annotation.
-