Class BoxedByteType

All Implemented Interfaces:
BoxedType<Byte>, GenericType<Byte>, Type<Byte>

@Immutable public abstract class BoxedByteType extends BoxedTypeBase<Byte>
The Byte type.
  • Constructor Details

    • BoxedByteType

      public BoxedByteType()
  • Method Details

    • of

      public static BoxedByteType of()
    • clazz

      public final Class<Byte> clazz()
      Description copied from interface: Type
      The class representing this type.
      Returns:
      the class
    • primitiveType

      public final ByteType primitiveType()
    • walk

      public final <R> R walk(BoxedType.Visitor<R> visitor)