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. 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 JavaMarshaller Modifier and Type Method Description static <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.
-