| Interface | Description |
|---|---|
| FieldFilter |
Field filter
|
| Formatter<T> |
Formatter for a data type
|
| HashCodeProvider |
Hash code provider
|
| Class | Description |
|---|---|
| ObjectHashCodeProvider |
Provides the hash code by calling
Object.hashCode() |
| SystemIdentityHashCodeProvider |
Provides the System identity hash code by calling
System.identityHashCode(Object) |
| ToStringVerifier |
ToStringVerifier can be used in unit tests to verify that the Object.toString() returns
the desired results. |
| Enum | Description |
|---|---|
| NameStyle |
Style of the class name
|