Uses of Class
io.protostuff.compiler.model.Service
-
Packages that use Service Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of Service in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model with type parameters of type Service Modifier and Type Field Description protected List<Service>Proto. servicesMethods in io.protostuff.compiler.model that return Service Modifier and Type Method Description ServiceServiceMethod. getParent()Methods in io.protostuff.compiler.model that return types with arguments of type Service Modifier and Type Method Description List<Service>Proto. getServices()Methods in io.protostuff.compiler.model with parameters of type Service Modifier and Type Method Description voidProto. addService(Service service)Method parameters in io.protostuff.compiler.model with type arguments of type Service Modifier and Type Method Description voidProto. setServices(List<Service> services)Constructors in io.protostuff.compiler.model with parameters of type Service Constructor Description ServiceMethod(Service parent) -
Uses of Service in io.protostuff.compiler.parser
Method parameters in io.protostuff.compiler.parser with type arguments of type Service Modifier and Type Method Description ProtoWalkerProtoWalker. onService(ProtoWalker.ContextlessProcessor<Service> processor)ProtoWalkerProtoWalker. onService(ProtoWalker.Processor<Service> processor)
-