Class IntegerValueWrapper
java.lang.Object
org.hibernate.models.internal.jandex.IntegerValueWrapper
- All Implemented Interfaces:
ValueWrapper<Integer,org.jboss.jandex.AnnotationValue>
public class IntegerValueWrapper
extends Object
implements ValueWrapper<Integer,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_INTEGER_VALUE_WRAPPER
-
-
Constructor Details
-
IntegerValueWrapper
public IntegerValueWrapper()
-
-
Method Details
-
wrap
public Integer wrap(org.jboss.jandex.AnnotationValue rawValue, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin interfaceValueWrapper<Integer,org.jboss.jandex.AnnotationValue>
-