Uses of Class
io.helidon.grpc.core.JavaMarshaller
Packages that use JavaMarshaller
Package
Description
Core classes used by both the reactive gRPC server API and gRPC client API.
-
Uses of JavaMarshaller in io.helidon.grpc.core
Fields in io.helidon.grpc.core declared as JavaMarshallerModifier and TypeFieldDescriptionstatic final JavaMarshallerJavaMarshaller.INSTANCEDeprecated, for removal: This API element is subject to removal in a future version.A singleton instance of aJavaMarshaller.Methods in io.helidon.grpc.core that return JavaMarshallerModifier and TypeMethodDescriptionstatic <T> JavaMarshaller<T>JavaMarshaller.instance()Deprecated, for removal: This API element is subject to removal in a future version.Obtain the singleton instance of aJavaMarshaller.