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