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