org.jboss.weld.util.reflection
Class TypeVariableResolver

java.lang.Object
  extended by org.jboss.weld.util.reflection.TypeVariableResolver

public class TypeVariableResolver
extends Object

Author:
Marko Luksa

Constructor Summary
TypeVariableResolver(Class beanClass)
           
 
Method Summary
static Type resolveVariables(Class beanClass, Type type)
           
 Type resolveVariablesInType(Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeVariableResolver

public TypeVariableResolver(Class beanClass)
Method Detail

resolveVariables

public static Type resolveVariables(Class beanClass,
                                    Type type)

resolveVariablesInType

public Type resolveVariablesInType(Type type)


Copyright © 2013 Seam Framework. All Rights Reserved.