org.oddjob.arooa.reflect
Class ArooaClasses

java.lang.Object
  extended by org.oddjob.arooa.reflect.ArooaClasses

public class ArooaClasses
extends Object


Constructor Summary
ArooaClasses()
           
 
Method Summary
static ArooaClass classFor(Object object)
           
static
<T> void
register(Class<T> ofType, ArooaClassFactory<T> factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArooaClasses

public ArooaClasses()
Method Detail

register

public static <T> void register(Class<T> ofType,
                                ArooaClassFactory<T> factory)

classFor

public static ArooaClass classFor(Object object)