Uses of Class
org.fusesource.hawtbuf.proto.compiler.MethodDescriptor
-
Packages that use MethodDescriptor Package Description org.fusesource.hawtbuf.proto.compiler org.fusesource.hawtbuf.proto.compiler.parser -
-
Uses of MethodDescriptor in org.fusesource.hawtbuf.proto.compiler
Fields in org.fusesource.hawtbuf.proto.compiler with type parameters of type MethodDescriptor Modifier and Type Field Description private java.util.List<MethodDescriptor>ServiceDescriptor. methodsMethods in org.fusesource.hawtbuf.proto.compiler that return types with arguments of type MethodDescriptor Modifier and Type Method Description java.util.List<MethodDescriptor>ServiceDescriptor. getMethods()Method parameters in org.fusesource.hawtbuf.proto.compiler with type arguments of type MethodDescriptor Modifier and Type Method Description voidServiceDescriptor. setMethods(java.util.List<MethodDescriptor> methods) -
Uses of MethodDescriptor in org.fusesource.hawtbuf.proto.compiler.parser
Methods in org.fusesource.hawtbuf.proto.compiler.parser that return MethodDescriptor Modifier and Type Method Description MethodDescriptorProtoParser. MethodDescriptor(ProtoDescriptor proto)
-