org.jboss.solder.reflection
Class HierarchyDiscovery
java.lang.Object
org.jboss.solder.reflection.HierarchyDiscovery
public class HierarchyDiscovery
- extends Object
Utility class for resolving all bean types from a given type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchyDiscovery
public HierarchyDiscovery(Type type)
add
protected void add(Class<?> clazz,
Type type)
getTypeClosure
public Set<Type> getTypeClosure()
getResolvedType
public Type getResolvedType()
Copyright © 2011 Seam Framework. All Rights Reserved.