Uses of Class
io.protostuff.compiler.model.ServiceMethod
-
Packages that use ServiceMethod Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of ServiceMethod in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return ServiceMethod Modifier and Type Method Description ServiceMethodService. getMethod(String name)Get a service method by it's name.Methods in io.protostuff.compiler.model that return types with arguments of type ServiceMethod Modifier and Type Method Description List<ServiceMethod>Service. getMethods()Methods in io.protostuff.compiler.model with parameters of type ServiceMethod Modifier and Type Method Description voidService. addMethod(ServiceMethod method)Method parameters in io.protostuff.compiler.model with type arguments of type ServiceMethod Modifier and Type Method Description voidService. setMethods(List<ServiceMethod> methods) -
Uses of ServiceMethod in io.protostuff.compiler.parser
Method parameters in io.protostuff.compiler.parser with type arguments of type ServiceMethod Modifier and Type Method Description ProtoWalkerProtoWalker. onServiceMethod(ProtoWalker.ContextlessProcessor<ServiceMethod> processor)ProtoWalkerProtoWalker. onServiceMethod(ProtoWalker.Processor<ServiceMethod> processor)
-