Package | Description |
---|---|
de.danielbechler.diff | |
de.danielbechler.diff.node | |
de.danielbechler.diff.path | |
de.danielbechler.diff.visitor |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.withEqualsOnlyProperty(PropertyPath propertyPath) |
Configuration |
Configuration.withEqualsOnlyValueProviderMethod(PropertyPath propertyPath,
String methodName) |
Configuration |
Configuration.withoutProperty(PropertyPath propertyPath)
Adds the property at the given path to the list of excluded properties.
|
Configuration |
Configuration.withPropertyPath(PropertyPath propertyPath)
Adds the property at the given path to the list of included properties.
|
Modifier and Type | Method and Description |
---|---|
PropertyPath |
Node.getCircleStartPath() |
PropertyPath |
DefaultNode.getCircleStartPath() |
PropertyPath |
Node.getPropertyPath() |
PropertyPath |
DefaultNode.getPropertyPath() |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getChild(PropertyPath path)
Retrieve a child that matches the given absolute path, starting from the current node.
|
Node |
DefaultNode.getChild(PropertyPath path) |
boolean |
Node.matches(PropertyPath path) |
boolean |
DefaultNode.matches(PropertyPath path) |
void |
Node.setCircleStartPath(PropertyPath circularStartPath) |
void |
DefaultNode.setCircleStartPath(PropertyPath circularStartPath) |
Modifier and Type | Method and Description |
---|---|
PropertyPath |
PropertyPath.AppendableBuilder.build() |
static PropertyPath |
PropertyPath.buildRootPath() |
static PropertyPath |
PropertyPath.buildWith(String propertyName,
String... additionalPropertyNames) |
PropertyPath |
PropertyPathAndMethod.getPropertyPath() |
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyPath.isParentOf(PropertyPath propertyPath) |
boolean |
PropertyPath.matches(PropertyPath propertyPath) |
PropertyPath.AppendableBuilder |
PropertyPath.InitialBuilder.withPropertyPath(PropertyPath propertyPath) |
Constructor and Description |
---|
PropertyPathAndMethod(PropertyPath propertyPath,
String method) |
Modifier and Type | Method and Description |
---|---|
Map<PropertyPath,String> |
ToMapPrintingVisitor.getMessages() |
Modifier and Type | Method and Description |
---|---|
String |
ToMapPrintingVisitor.getMessage(PropertyPath path) |
Constructor and Description |
---|
PropertyVisitor(PropertyPath propertyPath) |
Copyright © 2013. All Rights Reserved.