Core utilities for objects handling.



Interfaces
 InterfaceDescription
 Accessor The Accessor interface defines common rules to create abstract access to properties or methods of an object.
 AccessorComposer The AccessorComposer interface defines common rules to create abstract access to properties or methods of an object.
 Locator A Locator is an entity that points to specific kind of ressources within an application.
Classes
 ClassDescription
 AbstractLocator The AbstractLocator class gives an abstract implementation for Locator objects.
 AccessorFactory A factory for Accessor and AccessorComposer creation.
 CoreFactory A factory for object creation.
 HashCodeFactory The HashCodeFactory class provides convenient methods to emulate the behavior of the Java™ Object.hashcode() method.
 MethodAccessor The MethodAccessor provides read and write access to the specified method of an object.
 MultiAccessor The MultiAccessor provides read and write access to the specified methods and properties of a single object.
 PropertyAccessor The PropertyAccessor provides read and write access to the specified property of an object.
 TypedFactoryLocator The TypedFactoryLocator locator allow to store Class resource.