Interface MethodDescriptor.ReflectableMarshaller<T>
- All Superinterfaces:
MethodDescriptor.Marshaller<T>
- All Known Subinterfaces:
MethodDescriptor.PrototypeMarshaller<T>
- All Known Implementing Classes:
ProtoLiteUtils.MessageMarshaller
- Enclosing class:
MethodDescriptor<ReqT,RespT>
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2222")
public static interface MethodDescriptor.ReflectableMarshaller<T>
extends MethodDescriptor.Marshaller<T>
A marshaller that supports retrieving its type parameter
T at runtime.- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns theClassthat this marshaller serializes and deserializes.Methods inherited from interface MethodDescriptor.Marshaller
parse, stream
-
Method Details
-
getMessageClass
-