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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
EnhancedPropertyFormatter |
A formatter for a property.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AccountNumberFormatter |
Deprecated.
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.
|
class |
DefaultEnhancedPropertyFormatter |
The default property formatter used by Pojomatic.
|
class |
DefaultPropertyFormatter |
Deprecated.
Since 2.0. Use
DefaultEnhancedPropertyFormatter instead. |
Modifier and Type | Class | Description |
---|---|---|
class |
EnhancedPropertyFormatterWrapper |
Deprecated.
|
Constructor | Description |
---|---|
EnhancedPropertyFormatterWrapper(PropertyFormatter delegate) |
Deprecated.
|
Copyright © 2008–2018. All rights reserved.