Class ShortValueExtractor
java.lang.Object
org.hibernate.models.internal.jandex.AbstractValueExtractor<Short>
org.hibernate.models.internal.jandex.ShortValueExtractor
- All Implemented Interfaces:
ValueExtractor<org.jboss.jandex.AnnotationInstance,Short>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ShortextractAndWrap(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_SHORT_EXTRACTOR
-
-
Constructor Details
-
ShortValueExtractor
public ShortValueExtractor()
-
-
Method Details
-
extractAndWrap
protected Short extractAndWrap(org.jboss.jandex.AnnotationValue jandexValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
extractAndWrapin classAbstractValueExtractor<Short>
-