Package | Description |
---|---|
de.danielbechler.diff |
Modifier and Type | Method and Description |
---|---|
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.withEqualsOnlyProperty(PropertyPath propertyPath) |
Configuration |
Configuration.withEqualsOnlyType(Class<?> type) |
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() |
Modifier and Type | Method and Description |
---|---|
static ObjectDiffer |
ObjectDifferFactory.getInstance(Configuration configuration)
Returns a new
ObjectDiffer instance and passes it the given Configuration |
Constructor and Description |
---|
DifferFactory(Configuration configuration) |
Copyright © 2013. All Rights Reserved.