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