Package net.israfil.foundation.dynamic

Interface Summary
Dynamic A simple interface that defines the ability to perform and detect arbitrary methods, by use of a "selector" string.
DynamicallyAccessible A generic accessor interface.
DynamicallyMutable A generic mutator interface.
 

Class Summary
DynamicallyAccessibleObject An implementation of the DynamicallyAccessible interface with the appropriate infrastructure for retrieving field data, via accessors if such are implemented, or directly from the field where not.
DynamicallyMutableObject An abstract class which implements the DynamicallyMutableObject infrastructure.
DynamicObject An abstract superclass that implements the Dynamic interface, with all the necessary lookup logic.
DynamicUtil Utilities used for the implementation of Dynamic and related interfaces.
 



Copyright © 2003-2008. All Rights Reserved.