Interface | Description |
---|---|
org.pojomatic.formatter.PojoFormatter |
Since 2.0. Use
EnhancedPojoFormatter instead. Use of this interface typically requires creating additional
StringBuidler instances. |
org.pojomatic.formatter.PropertyFormatter |
Since 2.0. Implement
EnhancedPropertyFormatter instead. This class is unaware of primitives,
and does not leverage StringBuilder. |
Class | Description |
---|---|
org.pojomatic.formatter.AccountNumberFormatter |
While this formatter can prevent the toString representation of an object including a full account
number, the full number can still be visible in heap dumps. A more secure approach is to avoid storing plaintext
private account numbers in memory at all (or at most, for as long as it takes to encrypt them). This formatter will
be removed in a future release of Pojomatic. Clients who feel they still need this functionality should implement it
themselves.
|
org.pojomatic.formatter.DefaultPojoFormatter |
Since 2.0. Use
DefaultEnhancedPojoFormatter instead. |
org.pojomatic.formatter.DefaultPropertyFormatter |
Since 2.0. Use
DefaultEnhancedPropertyFormatter instead. |
org.pojomatic.internal.EnhancedPojoFormatterWrapper | |
org.pojomatic.internal.EnhancedPropertyFormatterWrapper |
Copyright © 2008–2018. All rights reserved.