Uses of Class
org.fusesource.hawtbuf.proto.compiler.ServiceDescriptor
-
Packages that use ServiceDescriptor Package Description org.fusesource.hawtbuf.proto.compiler org.fusesource.hawtbuf.proto.compiler.parser -
-
Uses of ServiceDescriptor in org.fusesource.hawtbuf.proto.compiler
Fields in org.fusesource.hawtbuf.proto.compiler with type parameters of type ServiceDescriptor Modifier and Type Field Description private java.util.Map<java.lang.String,ServiceDescriptor>ProtoDescriptor. servicesMethods in org.fusesource.hawtbuf.proto.compiler that return types with arguments of type ServiceDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,ServiceDescriptor>ProtoDescriptor. getServices()Method parameters in org.fusesource.hawtbuf.proto.compiler with type arguments of type ServiceDescriptor Modifier and Type Method Description voidProtoDescriptor. setServices(java.util.Map<java.lang.String,ServiceDescriptor> services) -
Uses of ServiceDescriptor in org.fusesource.hawtbuf.proto.compiler.parser
Methods in org.fusesource.hawtbuf.proto.compiler.parser that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptorProtoParser. ServiceDescriptor(ProtoDescriptor proto)
-