Uses of Class
net.morimekta.providence.descriptor.PDeclaredDescriptor
-
Packages that use PDeclaredDescriptor Package Description net.morimekta.providence.descriptor net.morimekta.providence.types -
-
Uses of PDeclaredDescriptor in net.morimekta.providence.descriptor
Subclasses of PDeclaredDescriptor in net.morimekta.providence.descriptor Modifier and Type Class Description classPEnumDescriptor<T extends PEnumValue<T>>The definition of a thrift enum.classPExceptionDescriptor<Exception extends PMessage<Exception>>The definition of a thrift exception.classPInterfaceDescriptor<T extends PMessage<T>>The definition of a providence interface.classPMessageDescriptor<T extends PMessage<T>>Descriptor base class for all messages.classPStructDescriptor<T extends PMessage<T>>The definition of a thrift structure.classPUnionDescriptor<T extends PMessage<T>>The definition of a thrift union. -
Uses of PDeclaredDescriptor in net.morimekta.providence.types
Methods in net.morimekta.providence.types that return PDeclaredDescriptor Modifier and Type Method Description PDeclaredDescriptorTypeRegistry. requireDeclaredType(TypeReference reference)Get the declared type with the given name and program context.Methods in net.morimekta.providence.types that return types with arguments of type PDeclaredDescriptor Modifier and Type Method Description java.util.Optional<PDeclaredDescriptor<?>>SimpleTypeRegistry. getDeclaredType(TypeReference reference)abstract java.util.Optional<PDeclaredDescriptor<?>>TypeRegistry. getDeclaredType(TypeReference reference)Get the declared type with the given name and program context.java.util.List<PDeclaredDescriptor<?>>SimpleTypeRegistry. getDeclaredTypes()abstract java.util.List<PDeclaredDescriptor<?>>TypeRegistry. getDeclaredTypes()Methods in net.morimekta.providence.types with parameters of type PDeclaredDescriptor Modifier and Type Method Description <T> voidSimpleTypeRegistry. registerType(PDeclaredDescriptor<T> declaredType)abstract <T> voidWritableTypeRegistry. registerType(PDeclaredDescriptor<T> declaredType)Register a declared type.
-