This package org.servebox.commons.value contains Wrapper and Interface for the "value object " design pattern.



Interfaces
 InterfaceDescription
 IBasicObject All value object should implement IBasicObject
Classes
 ClassDescription
 ArrayWrapper Wrap a simple Array as an IBasicObject
 BasicObject BasicObject implements mechanism for object identification and object comparison.
 ObjectWrapper ObjectWrapper allow to wrap any kind of value in as IBasicObject.