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