|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyPath | |
---|---|
de.danielbechler.diff | |
de.danielbechler.diff.node | |
de.danielbechler.diff.path | |
de.danielbechler.diff.visitor |
Uses of PropertyPath in de.danielbechler.diff |
---|
Methods in de.danielbechler.diff with parameters of type PropertyPath | |
---|---|
Configuration |
Configuration.withEqualsOnlyProperty(PropertyPath propertyPath)
|
Configuration |
Configuration.withoutProperty(PropertyPath propertyPath)
|
Configuration |
Configuration.withPropertyPath(PropertyPath propertyPath)
|
Uses of PropertyPath in de.danielbechler.diff.node |
---|
Methods in de.danielbechler.diff.node that return PropertyPath | |
---|---|
PropertyPath |
Node.getPropertyPath()
|
PropertyPath |
DefaultNode.getPropertyPath()
|
Methods in de.danielbechler.diff.node with parameters of type PropertyPath | |
---|---|
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)
|
Uses of PropertyPath in de.danielbechler.diff.path |
---|
Methods in de.danielbechler.diff.path that return PropertyPath | |
---|---|
PropertyPath |
PropertyPath.AppendableBuilder.build()
|
static PropertyPath |
PropertyPath.buildRootPath()
|
static PropertyPath |
PropertyPath.buildWith(String propertyName,
String... additionalPropertyNames)
|
Methods in de.danielbechler.diff.path with parameters of type PropertyPath | |
---|---|
boolean |
PropertyPath.isParentOf(PropertyPath propertyPath)
|
boolean |
PropertyPath.matches(PropertyPath propertyPath)
|
PropertyPath.AppendableBuilder |
PropertyPath.InitialBuilder.withPropertyPath(PropertyPath propertyPath)
|
Uses of PropertyPath in de.danielbechler.diff.visitor |
---|
Methods in de.danielbechler.diff.visitor that return types with arguments of type PropertyPath | |
---|---|
Map<PropertyPath,String> |
ToMapPrintingVisitor.getMessages()
|
Methods in de.danielbechler.diff.visitor with parameters of type PropertyPath | |
---|---|
String |
ToMapPrintingVisitor.getMessage(PropertyPath path)
|
Constructors in de.danielbechler.diff.visitor with parameters of type PropertyPath | |
---|---|
PropertyVisitor(PropertyPath propertyPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |