org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
Class JavaReflectionUtil

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java.JavaReflectionUtil

public class JavaReflectionUtil
extends Object

Author:
Mike Brock

Constructor Summary
JavaReflectionUtil()
           
 
Method Summary
static MetaType fromType(Type t)
           
static MetaType[] fromTypeArray(Type[] types)
           
static MetaTypeVariable[] fromTypeVariable(TypeVariable[] typeVariables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaReflectionUtil

public JavaReflectionUtil()
Method Detail

fromTypeVariable

public static MetaTypeVariable[] fromTypeVariable(TypeVariable[] typeVariables)

fromTypeArray

public static MetaType[] fromTypeArray(Type[] types)

fromType

public static MetaType fromType(Type t)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.