Package org.hibernate.models.internal
Class EnumTypeDescriptor<E extends Enum<E>>
java.lang.Object
org.hibernate.models.internal.AbstractTypeDescriptor<E>
org.hibernate.models.internal.EnumTypeDescriptor<E>
- All Implemented Interfaces:
ValueTypeDescriptor<E>
Descriptor for enum values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValueExtractor<org.jboss.jandex.AnnotationInstance,E> createJandexExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<E,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) createJdkExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<E,?> createJdkWrapper(SourceModelBuildingContext buildingContext) The type for the value as modeled in AnnotationUsage.Methods inherited from class org.hibernate.models.internal.AbstractTypeDescriptor
createAttributeDescriptor, createValue, toString
-
Constructor Details
-
EnumTypeDescriptor
-
-
Method Details
-
getWrappedValueType
Description copied from interface:ValueTypeDescriptorThe type for the value as modeled in AnnotationUsage. -
createJandexWrapper
public ValueWrapper<E,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) -
createJandexExtractor
public ValueExtractor<org.jboss.jandex.AnnotationInstance,E> createJandexExtractor(SourceModelBuildingContext buildingContext) -
createJdkWrapper
-
createJdkExtractor
-
unwrap
-