com.fernsroth.easyio
Interface FieldHandlerRegistry

All Known Implementing Classes:
DefaultFieldHandlerRegistry

public interface FieldHandlerRegistry

Author:
Joseph M. Ferner (Near Infinity Corporation)

Method Summary
 FieldHandler lookup(java.lang.Object obj, java.lang.reflect.Field field)
           
 

Method Detail

lookup

FieldHandler lookup(java.lang.Object obj,
                    java.lang.reflect.Field field)
Parameters:
obj - the object the field belongs to.
field - the field we are looking up the FieldHandler for.
Returns:
the field handler if any. null, if none defined.


Copyright © 2006 null. All Rights Reserved.