Class BooleanValueExtractor
java.lang.Object
org.hibernate.models.internal.jandex.AbstractValueExtractor<Boolean>
org.hibernate.models.internal.jandex.BooleanValueExtractor
- All Implemented Interfaces:
ValueExtractor<org.jboss.jandex.AnnotationInstance,Boolean>
Extracts boolean values from an attribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanextractAndWrap(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
-
Field Details
-
JANDEX_BOOLEAN_EXTRACTOR
-
-
Constructor Details
-
BooleanValueExtractor
public BooleanValueExtractor()
-
-
Method Details
-
extractAndWrap
protected Boolean extractAndWrap(org.jboss.jandex.AnnotationValue jandexValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
extractAndWrapin classAbstractValueExtractor<Boolean>
-