Class GenericUtils

java.lang.Object
com.googlecode.objectify.util.GenericUtils

public class GenericUtils extends Object
  • Method Details

    • getCollectionComponentType

      public static Type getCollectionComponentType(Type collectionType)
      Get the component type of a Collection.
    • getMapKeyType

      public static Type getMapKeyType(Type mapType)
      Get the key type of a Map.
    • getMapValueType

      public static Type getMapValueType(Type mapType)
      Get the value type of a Map.