| Package | Description |
|---|---|
| org.pojomatic |
Core Pojomatic classes.
|
| org.pojomatic.formatter |
API and classes to help control the format used by
Pojomatic.toString(Object) Pojomatic.toString} |
| org.pojomatic.internal |
The classes in this package are intended for internal use only.
|
| Class | Description |
|---|---|
| NoPojomaticPropertiesException |
An exception thrown when asked to create a
Pojomator for a class which has no properties
annotated for use with Pojomatic. |
| Pojomator |
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). |
| Class | Description |
|---|---|
| PropertyElement |
A "property" on a class.
|
| Class | Description |
|---|---|
| NoPojomaticPropertiesException |
An exception thrown when asked to create a
Pojomator for a class which has no properties
annotated for use with Pojomatic. |
| Pojomator |
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.
|
Copyright © 2008–2018. All rights reserved.