public class ShortTypeHandling extends Object
Constructor | Description |
---|---|
ShortTypeHandling() |
Modifier and Type | Method | 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) |