Uses of Class
io.protostuff.parser.Service
Packages that use Service
-
Uses of Service in io.protostuff.compiler
Methods in io.protostuff.compiler with parameters of type ServiceModifier and TypeMethodDescriptionstatic voidPluginProtoCompiler.compileServiceBlockTo(Writer writer, ProtoModule module, Service service, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) -
Uses of Service in io.protostuff.parser
Methods in io.protostuff.parser that return ServiceModifier and TypeMethodDescriptionMessage.getNestedService(String name) Service.RpcMethod.getOwner()Proto.getService(String name) Service.RpcMethod.getService()Methods in io.protostuff.parser that return types with arguments of type ServiceModifier and TypeMethodDescriptionMessage.getNestedServiceMap()Message.getNestedServices()Proto.getServiceMap()Proto.getServices()Methods in io.protostuff.parser with parameters of type Service