Class DoubleValueWrapper
java.lang.Object
org.hibernate.models.internal.jandex.DoubleValueWrapper
- All Implemented Interfaces:
ValueWrapper<Double,org.jboss.jandex.AnnotationValue>
public class DoubleValueWrapper
extends Object
implements ValueWrapper<Double,org.jboss.jandex.AnnotationValue>
Wraps AnnotationValue as a double
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext)
-
Field Details
-
JANDEX_DOUBLE_VALUE_WRAPPER
-
-
Constructor Details
-
DoubleValueWrapper
public DoubleValueWrapper()
-
-
Method Details
-
wrap
public Double wrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<Double,org.jboss.jandex.AnnotationValue>
-