public class ShortTypeHandling extends Object
| Constructor and Description | 
|---|
| ShortTypeHandling() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Character | castToChar(Object object) | 
| static Class | castToClass(Object object) | 
| static Enum | castToEnum(Object object,
          Class<? extends Enum> type)this class requires that the supplied enum is not fitting a 
 Collection case for casting | 
| static String | castToString(Object object) |