Package | Description |
---|---|
de.danielbechler.diff.accessor | |
de.danielbechler.diff.node | |
de.danielbechler.diff.path |
Modifier and Type | Method and Description |
---|---|
Element |
RootAccessor.getPathElement() |
Element |
PropertyDescriptor.getPathElement() |
Element |
PropertyAccessor.getPathElement() |
Element |
MapEntryAccessor.getPathElement() |
Element |
CollectionItemAccessor.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Element |
DefaultNode.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getChild(Element pathElement)
Retrieve a child that matches the given path element relative to this node.
|
Node |
DefaultNode.getChild(Element pathElement) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionElement |
class |
MapElement |
class |
NamedPropertyElement |
class |
RootElement |
Modifier and Type | Method and Description |
---|---|
List<Element> |
PropertyPath.getElements() |
Modifier and Type | Method and Description |
---|---|
PropertyPath.AppendableBuilder |
PropertyPath.AppendableBuilder.withElement(Element element) |
Copyright © 2013. All Rights Reserved.