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 Type
getCollectionComponentType(Type collectionType)
Get the component type of a Collection.static Type
getMapKeyType(Type mapType)
Get the key type of a Map.static Type
getMapValueType(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.
-