Class ShortTypeHandling
java.lang.Object
org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic CharactercastToChar(Object object) static ClasscastToClass(Object object) static EnumcastToEnum(Object object, Class<? extends Enum> type) this class requires that the supplied enum is not fitting a Collection case for castingstatic StringcastToString(Object object) 
- 
Constructor Details- 
ShortTypeHandlingpublic ShortTypeHandling()
 
- 
- 
Method Details- 
castToClass
- 
castToString
- 
castToEnumthis class requires that the supplied enum is not fitting a Collection case for casting
- 
castToChar
 
-