Uses of Interface
net.morimekta.providence.PEnumValue
-
Packages that use PEnumValue Package Description net.morimekta.providence net.morimekta.providence.descriptor net.morimekta.providence.types -
-
Uses of PEnumValue in net.morimekta.providence
Classes in net.morimekta.providence that implement PEnumValue Modifier and Type Class Description classPApplicationExceptionTypeGeneral type of exception on the application level.classPServiceCallTypeThe service call type is a base distinction of what the message means, and lets the server or client select the proper message to be serialized or deserialized from the service method descriptor. -
Uses of PEnumValue in net.morimekta.providence.descriptor
Classes in net.morimekta.providence.descriptor with type parameters of type PEnumValue Modifier and Type Class Description classPEnumDescriptor<T extends PEnumValue<T>>The definition of a thrift enum.classPEnumDescriptorProvider<E extends PEnumValue<E>>Provider for enum type descriptor.Methods in net.morimekta.providence.descriptor that return PEnumValue Modifier and Type Method Description abstract T[]PEnumDescriptor. getValues() -
Uses of PEnumValue in net.morimekta.providence.types
Methods in net.morimekta.providence.types with type parameters of type PEnumValue Modifier and Type Method Description <E extends PEnumValue<E>>
PEnumDescriptor<E>TypeRegistry. requireEnumType(TypeReference reference)Get the declared enum type.
-