| Package | Description |
|---|---|
| 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 |
|---|---|
| DefaultPropertyFormatter |
Deprecated.
Since 2.0. Use
DefaultEnhancedPropertyFormatter instead. |
| EnhancedPojoFormatter |
A formatter to aid in creating a
String representation of a POJO. |
| EnhancedPropertyFormatter |
A formatter for a property.
|
| PojoFormatter |
Deprecated.
Since 2.0. Use
EnhancedPojoFormatter instead. Use of this interface typically requires creating additional
StringBuidler instances. |
| PropertyFormatter |
Deprecated.
Since 2.0. Implement
EnhancedPropertyFormatter instead. This class is unaware of primitives,
and does not leverage StringBuilder. |
| Class | Description |
|---|---|
| EnhancedPojoFormatter |
A formatter to aid in creating a
String representation of a POJO. |
| EnhancedPropertyFormatter |
A formatter for a property.
|
| PojoFormatter |
Deprecated.
Since 2.0. Use
EnhancedPojoFormatter instead. Use of this interface typically requires creating additional
StringBuidler instances. |
| PropertyFormatter |
Deprecated.
Since 2.0. Implement
EnhancedPropertyFormatter instead. This class is unaware of primitives,
and does not leverage StringBuilder. |
Copyright © 2008–2018. All rights reserved.