| org.pnuts.lang.PropertyHandler
PropertyHandler | public interface PropertyHandler (Code) | | |
handle | void handle(String propertyName, Class type, Method readMethod, Method writeMethod)(Code) | | Called by ObjectDesc.handleProperties()
Parameters: propertyName - a property name Parameters: type - the type of the property Parameters: readMethod - the read method for the property Parameters: writeMethod - the write method for the property |
|
|