org.jboss.weld.util.reflection
Class HierarchyDiscovery

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

public class HierarchyDiscovery
extends Object

Author:
Weld Community, Ales Justin, Marko Luksa

Constructor Summary
HierarchyDiscovery(Type type)
           
 
Method Summary
protected  void add(Class<?> clazz, Type type)
           
 Type getResolvedType()
           
 Set<Type> getTypeClosure()
           
 Map<Class<?>,Type> getTypeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyDiscovery

public HierarchyDiscovery(Type type)
Method Detail

add

protected void add(Class<?> clazz,
                   Type type)

getTypeClosure

public Set<Type> getTypeClosure()

getTypeMap

public Map<Class<?>,Type> getTypeMap()

getResolvedType

public Type getResolvedType()


Copyright © 2013 Seam Framework. All Rights Reserved.