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 Details

    • JANDEX_BYTE_VALUE_WRAPPER

      public static final ByteValueWrapper JANDEX_BYTE_VALUE_WRAPPER
  • Constructor Details

    • ByteValueWrapper

      public ByteValueWrapper()
  • Method Details