public abstract class ObjectWithReflectiveEqualsHashCodeToString extends Object
| Modifier and Type | Field and Description |
|---|---|
org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ObjectWithReflectiveEqualsHashCodeToString() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldsExcludedFromEqualsAndHashCode(String... toExclude) |
boolean |
equals(Object other) |
protected String[] |
fieldsExcludedFromEqualsAndHashCode() |
int |
hashCode() |
String |
toString() |
public ObjectWithReflectiveEqualsHashCodeToString()
Copyright © 2018. All rights reserved.