Uses of Class
io.protostuff.parser.Service.RpcMethod
-
Packages that use Service.RpcMethod Package Description io.protostuff.parser -
-
Uses of Service.RpcMethod in io.protostuff.parser
Fields in io.protostuff.parser with type parameters of type Service.RpcMethod Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,Service.RpcMethod>
Service. rpcMethods
Methods in io.protostuff.parser that return Service.RpcMethod Modifier and Type Method Description (package private) Service.RpcMethod
Service. addRpcMethod(java.lang.String name, java.lang.String argName, java.lang.String argPackage, java.lang.String retName, java.lang.String retPackage)
Service.RpcMethod
Service. getRpcMethod(java.lang.String name)
Methods in io.protostuff.parser that return types with arguments of type Service.RpcMethod Modifier and Type Method Description java.util.LinkedHashMap<java.lang.String,Service.RpcMethod>
Service. getRpcMethodMap()
java.util.Collection<Service.RpcMethod>
Service. getRpcMethods()
Methods in io.protostuff.parser with parameters of type Service.RpcMethod Modifier and Type Method Description (package private) void
Proto. addAnnotationsTo(Service.RpcMethod target)
ProtoParser.rpc_body_block_return
ProtoParser. rpc_body_block(Proto proto, Service.RpcMethod rm)
-