Interface TypeConverter<T>
- All Known Implementing Classes:
BooleanType,ByteType,DoubleType,EnumType,FakeEnumType,FloatType,IntType,LongType,RegistryValueType,ShortType,SynchronizedRegistryValueType,UnsignedByteType,UnsignedIntType,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
-