com.mysema.query.util
Class TypeUtil

java.lang.Object
  extended by com.mysema.query.util.TypeUtil

public class TypeUtil
extends Object


Constructor Summary
TypeUtil()
           
 
Method Summary
static Class<?> getTypeParameter(Type type, int index)
           
static Class<?> safeForName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtil

public TypeUtil()
Method Detail

safeForName

@Nullable
public static Class<?> safeForName(String name)

getTypeParameter

@Nullable
public static Class<?> getTypeParameter(Type type,
                                                 int index)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.