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