Class EnumValueExtractor<E extends Enum<E>>
java.lang.Object
org.hibernate.models.internal.jandex.AbstractValueExtractor<E>
org.hibernate.models.internal.jandex.EnumValueExtractor<E>
- All Implemented Interfaces:
ValueExtractor<org.jboss.jandex.AnnotationInstance,E>
-
Constructor Summary
ConstructorsConstructorDescriptionEnumValueExtractor(Class<E> enumClass) EnumValueExtractor(EnumValueWrapper<E> wrapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected EextractAndWrap(org.jboss.jandex.AnnotationValue jandexValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) Methods inherited from class org.hibernate.models.internal.jandex.AbstractValueExtractor
extractValue, resolveAnnotationValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.models.spi.ValueExtractor
extractValue
-
Constructor Details
-
EnumValueExtractor
-
EnumValueExtractor
-
-
Method Details
-
extractAndWrap
protected E extractAndWrap(org.jboss.jandex.AnnotationValue jandexValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
extractAndWrapin classAbstractValueExtractor<E extends Enum<E>>
-