Interface TypeConverter<T>
- All Known Implementing Classes:
BooleanType
,ByteType
,DoubleType
,FloatType
,IntType
,LongType
,ShortType
,UnsignedByteType
,UnsignedShortType
,VarIntType
,VarLongType
public interface TypeConverter<T>
-
Method Summary
-
Method Details
-
from
Convert from a type to the current type- Parameters:
o
- The input object- Returns:
- The converted type as an object
-