Uses of Interface
io.helidon.grpc.core.MarshallerSupplier
Packages that use 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
Methods in io.helidon.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.grpc.core
Classes in io.helidon.grpc.core that implement MarshallerSupplierModifier and TypeClassDescriptionstatic classAMarshallerSupplierimplementation that supplies instances ofJsonbMarshaller.static classThe defaultMarshallerSupplier.static classAMarshallerSupplierimplementation that supplies Protocol Buffer marshaller instances.Methods in io.helidon.grpc.core that return MarshallerSupplierModifier and TypeMethodDescriptionstatic MarshallerSupplierMarshallerSupplier.defaultInstance()Obtain the default marshaller. -
Uses of MarshallerSupplier in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type MarshallerSupplierModifier and TypeMethodDescriptionMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method.ServiceDescriptor.Builder.marshallerSupplier(MarshallerSupplier marshallerSupplier) ServiceDescriptor.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(GrpcMarshaller annotation) Obtain the namedMarshallerSupplierspecified by the annotation.