Uses of Class
org.apache.activemq.protobuf.compiler.MethodDescriptor
-
Packages that use MethodDescriptor Package Description org.apache.activemq.protobuf.compiler org.apache.activemq.protobuf.compiler.parser -
-
Uses of MethodDescriptor in org.apache.activemq.protobuf.compiler
Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type MethodDescriptor Modifier and Type Method Description java.util.List<MethodDescriptor>
ServiceDescriptor. getMethods()
Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type MethodDescriptor Modifier and Type Method Description void
ServiceDescriptor. setMethods(java.util.List<MethodDescriptor> methods)
-
Uses of MethodDescriptor in org.apache.activemq.protobuf.compiler.parser
Methods in org.apache.activemq.protobuf.compiler.parser that return MethodDescriptor Modifier and Type Method Description MethodDescriptor
ProtoParser. MethodDescriptor(ProtoDescriptor proto)
-