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 voidPluginProtoCompiler.compileServiceBlock(ProtoModule module, Service service, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static voidPluginProtoCompiler.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.servicesMethods 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) voidProto.addAnnotationsTo(Service target) (package private) voidMessage.addNestedService(Service service) (package private) voidProto.addService(Service service) ProtoParser.service_body(Proto proto, Service service) Constructors in io.protostuff.parser with parameters of type Service