| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| Pojomatic |
Static methods for implementing the
Object.equals(Object),
Object.hashCode() and Object.toString() methods on a
annotated POJO. |
| Exception | Description |
|---|---|
| NoPojomaticPropertiesException |
An exception thrown when asked to create a
Pojomator for a class which has no properties
annotated for use with Pojomatic. |
Copyright © 2008–2018. All rights reserved.