Uses of Class
io.protostuff.parser.Service.RpcMethod
Packages that use Service.RpcMethod
-
Uses of Service.RpcMethod in io.protostuff.parser
Fields in io.protostuff.parser with type parameters of type Service.RpcMethodModifier and TypeFieldDescription(package private) final LinkedHashMap
<String, Service.RpcMethod> Service.rpcMethods
Methods in io.protostuff.parser that return Service.RpcMethodModifier and TypeMethodDescription(package private) Service.RpcMethod
Service.addRpcMethod
(String name, String argName, String argPackage, String retName, String retPackage) Service.getRpcMethod
(String name) Methods in io.protostuff.parser that return types with arguments of type Service.RpcMethodMethods in io.protostuff.parser with parameters of type Service.RpcMethodModifier and TypeMethodDescription(package private) void
Proto.addAnnotationsTo
(Service.RpcMethod target) ProtoParser.rpc_body_block
(Proto proto, Service.RpcMethod rm)