rewrite-integration-cdi 1.0.5.Final

org.ocpsoft.rewrite.cdi.util
Class HierarchyDiscovery

java.lang.Object
  extended by org.ocpsoft.rewrite.cdi.util.HierarchyDiscovery

public class HierarchyDiscovery
extends Object

Utility class for resolving all bean types from a given type.


Constructor Summary
HierarchyDiscovery(Type type)
           
 
Method Summary
protected  void add(Class<?> clazz, Type type)
           
 Type getResolvedType()
           
 Set<Type> getTypeClosure()
           
 
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()

getResolvedType

public Type getResolvedType()

rewrite-integration-cdi 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.