Uses of Interface
net.morimekta.providence.PEnumValue
-
Packages that use PEnumValue Package Description net.morimekta.providence net.morimekta.providence.descriptor net.morimekta.providence.util -
-
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.util
Methods in net.morimekta.providence.util with type parameters of type PEnumValue Modifier and Type Method Description default <E extends PEnumValue<E>>
PEnumDescriptor<E>TypeRegistry. getEnumType(java.lang.String typeName)These extra casts needs to be there, otherwise we'd get this error: incompatible types: inference variable T has incompatible upper bounds
-