org.oddjob.arooa.reflect
Interface ArooaClassFactory<T>

Type Parameters:
T -

public interface ArooaClassFactory<T>

Find a ArooaClass for an Object of the type.

Author:
rob

Method Summary
 ArooaClass classFor(T instance)
          Find the class.
 

Method Detail

classFor

ArooaClass classFor(T instance)
Find the class.

Parameters:
instance - The object of the type the factory supports.
Returns:
The ArooaClass. Must not be null.