Uses of Interface
org.apache.activemq.protobuf.compiler.TypeDescriptor
-
Packages that use TypeDescriptor Package Description org.apache.activemq.protobuf.compiler -
-
Uses of TypeDescriptor in org.apache.activemq.protobuf.compiler
Classes in org.apache.activemq.protobuf.compiler that implement TypeDescriptor Modifier and Type Class Description class
EnumDescriptor
class
MessageDescriptor
Methods in org.apache.activemq.protobuf.compiler that return TypeDescriptor Modifier and Type Method Description TypeDescriptor
EnumFieldDescriptor. getAssociatedType()
TypeDescriptor
MessageDescriptor. getType(java.lang.String t)
TypeDescriptor
ProtoDescriptor. getType(java.lang.String type)
TypeDescriptor
FieldDescriptor. getTypeDescriptor()
Methods in org.apache.activemq.protobuf.compiler with parameters of type TypeDescriptor Modifier and Type Method Description void
EnumFieldDescriptor. associate(TypeDescriptor associatedType)
void
FieldDescriptor. setTypeDescriptor(TypeDescriptor typeDescriptor)
-