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