Class ShortTypeHandling

java.lang.Object
org.codehaus.groovy.runtime.typehandling.ShortTypeHandling

public class ShortTypeHandling extends Object
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 Details

    • ShortTypeHandling

      public ShortTypeHandling()
  • Method Details

    • castToClass

      public static Class castToClass(Object object)
    • castToString

      public static String castToString(Object object)
    • castToEnum

      public static Enum castToEnum(Object object, Class<? extends Enum> type)
      this class requires that the supplied enum is not fitting a Collection case for casting
    • castToChar

      public static Character castToChar(Object object)