Package com.googlecode.objectify.util
Class GenericUtils
- java.lang.Object
-
- com.googlecode.objectify.util.GenericUtils
-
public class GenericUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypegetCollectionComponentType(Type collectionType)Get the component type of a Collection.static TypegetMapKeyType(Type mapType)Get the key type of a Map.static TypegetMapValueType(Type mapType)Get the value type of a Map.
-