org.hibernate.reflection.java.generics
Class TypeUtils

java.lang.Object
  extended by org.hibernate.reflection.java.generics.TypeUtils

public class TypeUtils
extends Object

Author:
Paolo Perrotta

Constructor Summary
TypeUtils()
           
 
Method Summary
static Class<? extends Collection> getCollectionClass(Type type)
           
static boolean isArray(Type t)
           
static boolean isCollection(Type t)
           
static boolean isResolved(Type t)
           
static boolean isSimple(Type type)
           
static boolean isVoid(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtils

public TypeUtils()
Method Detail

isResolved

public static boolean isResolved(Type t)

getCollectionClass

public static Class<? extends Collection> getCollectionClass(Type type)

isSimple

public static boolean isSimple(Type type)

isVoid

public static boolean isVoid(Type type)

isArray

public static boolean isArray(Type t)

isCollection

public static boolean isCollection(Type t)