Uses of Class
net.morimekta.providence.descriptor.PEnumDescriptor
-
Packages that use PEnumDescriptor Package Description net.morimekta.providence net.morimekta.providence.descriptor net.morimekta.providence.types -
-
Uses of PEnumDescriptor in net.morimekta.providence
Fields in net.morimekta.providence declared as PEnumDescriptor Modifier and Type Field Description static PEnumDescriptor<PApplicationExceptionType>PApplicationExceptionType. kDescriptorstatic PEnumDescriptor<PServiceCallType>PServiceCallType. kDescriptorMethods in net.morimekta.providence that return PEnumDescriptor Modifier and Type Method Description PEnumDescriptor<PApplicationExceptionType>PApplicationExceptionType. descriptor()PEnumDescriptorPEnumValue. descriptor()PEnumDescriptor<PServiceCallType>PServiceCallType. descriptor() -
Uses of PEnumDescriptor in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PEnumDescriptor Modifier and Type Method Description PEnumDescriptor<E>PEnumDescriptorProvider. descriptor()Constructors in net.morimekta.providence.descriptor with parameters of type PEnumDescriptor Constructor Description PEnumDescriptorProvider(PEnumDescriptor<E> type) -
Uses of PEnumDescriptor in net.morimekta.providence.types
Methods in net.morimekta.providence.types that return PEnumDescriptor Modifier and Type Method Description <E extends PEnumValue<E>>
PEnumDescriptor<E>TypeRegistry. requireEnumType(TypeReference reference)Get the declared enum type.
-