Uses of Class
io.helidon.grpc.core.JavaMarshaller
-
Packages that use JavaMarshaller Package Description io.helidon.grpc.core 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 JavaMarshaller Modifier and Type Field Description static JavaMarshallerJavaMarshaller. INSTANCEA singleton instance of aJavaMarshaller.Methods in io.helidon.grpc.core that return JavaMarshaller Modifier and Type Method Description static <T> JavaMarshaller<T>JavaMarshaller. instance()Obtain the singleton instance of aJavaMarshaller.
-