Interface TypeConverter<T>

All Known Implementing Classes:
BooleanType, ByteType, DoubleType, FloatType, IntType, LongType, ShortType, UnsignedByteType, UnsignedShortType, VarIntType, VarLongType

public interface TypeConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert from a type to the current type
  • Method Details

    • from

      T from(Object o)
      Convert from a type to the current type
      Parameters:
      o - The input object
      Returns:
      The converted type as an object