Package com.googlecode.objectify.util
Class GenericUtils
java.lang.Object
com.googlecode.objectify.util.GenericUtils
public class GenericUtils extends Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
getCollectionComponentType
Get the component type of a Collection. -
getMapKeyType
Get the key type of a Map. -
getMapValueType
Get the value type of a Map.
-