Uses of Package
org.pojomatic

Packages that use org.pojomatic
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. 
 

Classes in org.pojomatic used by org.pojomatic
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).
 

Classes in org.pojomatic used by org.pojomatic.formatter
PropertyElement
          A "property" on a class.
 

Classes in org.pojomatic used by org.pojomatic.internal
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-2010. All Rights Reserved.