public final class ResolverImpl extends Object implements MethodSignatureResolver
| Constructor and Description |
|---|
ResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypes(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.MessageLite inputType,
com.google.protobuf.MessageLite outputType) |
static Rpc.MethodSignature |
getMethodSignatureFromMethodDescriptor(com.google.protobuf.Descriptors.MethodDescriptor key) |
com.google.protobuf.MessageLite |
getPrototypeForParameter(Rpc.MethodSignature methodSignature) |
com.google.protobuf.MessageLite |
getPrototypeForReturnValue(Rpc.MethodSignature methodSignature) |
public com.google.protobuf.MessageLite getPrototypeForParameter(Rpc.MethodSignature methodSignature)
getPrototypeForParameter in interface MethodSignatureResolverpublic com.google.protobuf.MessageLite getPrototypeForReturnValue(Rpc.MethodSignature methodSignature)
getPrototypeForReturnValue in interface MethodSignatureResolverpublic void addTypes(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.MessageLite inputType,
com.google.protobuf.MessageLite outputType)
addTypes in interface MethodSignatureResolverpublic static Rpc.MethodSignature getMethodSignatureFromMethodDescriptor(com.google.protobuf.Descriptors.MethodDescriptor key)
Copyright © 2013. All Rights Reserved.