Configuration |
ObjectDiffer.getConfiguration()
Deprecated.
The configuration will become an immutable object created by the configuration builder. The
only way to configure an ObjectDiffer is by creating a new instance via ObjectDifferFactory . Therefore there will be no need for this getter anymore.
|
Configuration |
Configuration.treatPrimitiveDefaultValuesAs(Configuration.PrimitiveDefaultValueMode mode) |
Configuration |
Configuration.withCategory(String category) |
Configuration |
Configuration.withChildrenOfAddedNodes() |
Configuration |
Configuration.withChildrenOfRemovedNodes() |
Configuration |
Configuration.withCircularNodes() |
Configuration |
Configuration.withCompareToOnlyType(Class<?> type) |
Configuration |
Configuration.withEqualsOnlyProperty(PropertyPath propertyPath) |
Configuration |
Configuration.withEqualsOnlyType(Class<?> type) |
Configuration |
Configuration.withEqualsOnlyValueProviderMethod(Class<?> type,
String method) |
Configuration |
Configuration.withEqualsOnlyValueProviderMethod(ClassAndMethod classAndMethod) |
Configuration |
Configuration.withEqualsOnlyValueProviderMethod(PropertyPathAndMethod propertyPathEqualsMethod) |
Configuration |
Configuration.withEqualsOnlyValueProviderMethod(PropertyPath propertyPath,
String methodName) |
Configuration |
Configuration.withIgnoredNodes() |
Configuration |
Configuration.withoutCategory(String... category) |
Configuration |
Configuration.withoutChildrenOfAddedNodes() |
Configuration |
Configuration.withoutChildrenOfRemovedNodes() |
Configuration |
Configuration.withoutCircularNodes() |
Configuration |
Configuration.withoutIgnoredNodes() |
Configuration |
Configuration.withoutProperty(PropertyPath propertyPath)
Adds the property at the given path to the list of excluded properties.
|
Configuration |
Configuration.withoutUntouchedNodes() |
Configuration |
Configuration.withPropertyPath(PropertyPath propertyPath)
Adds the property at the given path to the list of included properties.
|
Configuration |
Configuration.withUntouchedNodes() |