public class JavaReflectionUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JavaReflectionUtil.CacheHolder |
Constructor and Description |
---|
JavaReflectionUtil() |
Modifier and Type | Method and Description |
---|---|
static MetaType |
fromType(Type t)
Returns an instance of the appropriate MetaType that wraps the given Java
Reflection Type.
|
static MetaType[] |
fromTypeArray(Type[] types) |
static MetaTypeVariable[] |
fromTypeVariable(TypeVariable<?>[] typeVariables) |
public static MetaTypeVariable[] fromTypeVariable(TypeVariable<?>[] typeVariables)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.