Modifier and Type | Method and Description |
---|---|
CategoryConfigurer.Of |
CategoryService.ofNode(NodePath nodePath) |
CategoryConfigurer.Of |
CategoryConfigurer.ofNode(NodePath nodePath) |
Modifier and Type | Method and Description |
---|---|
NodePath |
CircularReferenceDetector.CircularReferenceException.getNodePath() |
Modifier and Type | Method and Description |
---|---|
void |
CircularReferenceDetector.push(Object instance,
NodePath nodePath) |
Constructor and Description |
---|
CircularReferenceDetector.CircularReferenceException(NodePath nodePath) |
Modifier and Type | Method and Description |
---|---|
ComparisonConfigurer.Of |
ComparisonService.ofNode(NodePath nodePath) |
ComparisonConfigurer.Of |
ComparisonConfigurer.ofNode(NodePath nodePath) |
Modifier and Type | Method and Description |
---|---|
ValueNode<V> |
ValueNode.getNodeForPath(NodePath nodePath) |
InclusionConfigurer.ToInclude |
InclusionConfigurer.ToInclude.node(NodePath nodePath) |
InclusionConfigurer.ToExclude |
InclusionConfigurer.ToExclude.node(NodePath nodePath) |
Modifier and Type | Method and Description |
---|---|
IntrospectionConfigurer.Of |
IntrospectionService.ofNode(NodePath path) |
IntrospectionConfigurer.Of |
IntrospectionConfigurer.ofNode(NodePath path) |
Modifier and Type | Method and Description |
---|---|
NodePath |
DiffNode.getCircleStartPath() |
NodePath |
DiffNode.getPath() |
Modifier and Type | Method and Description |
---|---|
Map<NodePath,String> |
ToMapPrintingVisitor.getMessages() |
Modifier and Type | Method and Description |
---|---|
DiffNode |
DiffNode.getChild(NodePath nodePath)
Retrieve a child that matches the given absolute path, starting from the current node.
|
String |
ToMapPrintingVisitor.getMessage(NodePath path) |
boolean |
DiffNode.matches(NodePath path) |
void |
DiffNode.setCircleStartPath(NodePath circularStartPath) |
Constructor and Description |
---|
NodePathVisitor(NodePath nodePath) |
Modifier and Type | Method and Description |
---|---|
NodePath |
NodePath.AppendableBuilder.build() |
static NodePath |
NodePath.with(String propertyName,
String... additionalPropertyNames) |
static NodePath |
NodePath.withRoot() |
Modifier and Type | Method and Description |
---|---|
List<T> |
NodePathValueHolder.accumulatedValuesForNodePath(NodePath nodePath)
Deprecated.
|
int |
NodePath.compareTo(NodePath that) |
void |
NodePathValueHolder.hasChildMatchingValue(NodePath nodePath,
T inclusion)
Deprecated.
|
boolean |
NodePath.isChildOf(NodePath nodePath) |
boolean |
NodePath.isParentOf(NodePath nodePath) |
void |
NodePathValueHolder.Collector.it(NodePath path,
T value) |
boolean |
NodePath.matches(NodePath nodePath) |
NodePathValueHolder<T> |
NodePathValueHolder.put(NodePath nodePath,
T value)
Deprecated.
|
static NodePath.AppendableBuilder |
NodePath.startBuildingFrom(NodePath nodePath) |
T |
NodePathValueHolder.valueForNodePath(NodePath nodePath)
Deprecated.
|
Copyright © 2015. All rights reserved.