Package org.pojomatic

Core Pojomatic classes.

See:
          Description

Interface Summary
Pojomator<T> A provider of the three standard Object methods, Object.equals(Object), Object.hashCode() and Object.toString(), as well as a useful method to aid in debugging, Pojomator.doDiff(Object, Object).
PropertyElement A "property" on a class.
 

Class Summary
Pojomatic Static methods for implementing the Object.equals(Object), Object.hashCode() and Object.toString() methods on a annotated POJO.
 

Exception Summary
NoPojomaticPropertiesException An exception thrown when asked to create a Pojomator for a class which has no properties annotated for use with Pojomatic.
 

Package org.pojomatic Description

Core Pojomatic classes.



Copyright © 2008-2010. All Rights Reserved.