Class providing various short paths for type conversions. Read the comments to what conditions have to be met to get valid results! Any method here must not depend on the groovy runtime.
Type Params | Return Type | Name 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) |