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 TypeMethodDescriptionprivate void
PluginProtoCompiler.compileServiceBlock
(ProtoModule module, Service service, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static void
PluginProtoCompiler.compileServiceBlockTo
(Writer writer, ProtoModule module, Service service, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) -
Uses of Service in io.protostuff.parser
Fields in io.protostuff.parser declared as ServiceFields in io.protostuff.parser with type parameters of type ServiceModifier and TypeFieldDescription(package private) final LinkedHashMap
<String, Service> Message.nestedServices
(package private) final LinkedHashMap
<String, Service> Proto.services
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 ServiceModifier and TypeMethodDescription(package private) void
Proto.addAnnotationsTo
(Service target) (package private) void
Message.addNestedService
(Service service) (package private) void
Proto.addService
(Service service) ProtoParser.service_body
(Proto proto, Service service) Constructors in io.protostuff.parser with parameters of type Service