限定符和类型 | 方法和说明 |
---|---|
CategoryConfigurer.Of |
CategoryService.ofNode(NodePath nodePath) |
CategoryConfigurer.Of |
CategoryConfigurer.ofNode(NodePath nodePath) |
限定符和类型 | 方法和说明 |
---|---|
NodePath |
CircularReferenceDetector.CircularReferenceException.getNodePath() |
限定符和类型 | 方法和说明 |
---|---|
void |
CircularReferenceDetector.push(java.lang.Object instance,
NodePath nodePath) |
构造器和说明 |
---|
CircularReferenceDetector.CircularReferenceException(NodePath nodePath) |
限定符和类型 | 方法和说明 |
---|---|
ComparisonConfigurer.Of |
ComparisonService.ofNode(NodePath nodePath) |
ComparisonConfigurer.Of |
ComparisonConfigurer.ofNode(NodePath nodePath) |
限定符和类型 | 方法和说明 |
---|---|
IdentityConfigurer.OfCollectionItems |
IdentityService.ofCollectionItems(NodePath nodePath) |
IdentityConfigurer.OfCollectionItems |
IdentityConfigurer.ofCollectionItems(NodePath nodePath)
Allows to configure the way object identities are established between collection items.
|
限定符和类型 | 方法和说明 |
---|---|
ValueNode<V> |
ValueNode.getNodeForPath(NodePath nodePath) |
InclusionConfigurer.ToInclude |
InclusionConfigurer.ToInclude.node(NodePath nodePath) |
InclusionConfigurer.ToExclude |
InclusionConfigurer.ToExclude.node(NodePath nodePath) |
限定符和类型 | 方法和说明 |
---|---|
IntrospectionConfigurer.Of |
IntrospectionService.ofNode(NodePath path) |
IntrospectionConfigurer.Of |
IntrospectionConfigurer.ofNode(NodePath path) |
限定符和类型 | 方法和说明 |
---|---|
NodePath |
DiffNode.getCircleStartPath() |
NodePath |
DiffNode.getPath() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<NodePath,java.lang.String> |
ToMapPrintingVisitor.getMessages() |
限定符和类型 | 方法和说明 |
---|---|
DiffNode |
DiffNode.getChild(NodePath nodePath)
Retrieve a child that matches the given absolute path, starting from the current node.
|
java.lang.String |
ToMapPrintingVisitor.getMessage(NodePath path) |
boolean |
DiffNode.matches(NodePath path) |
void |
DiffNode.setCircleStartPath(NodePath circularStartPath) |
构造器和说明 |
---|
NodePathVisitor(NodePath nodePath) |
限定符和类型 | 方法和说明 |
---|---|
NodePath |
NodePath.AppendableBuilder.build() |
static NodePath |
NodePath.with(java.lang.String propertyName,
java.lang.String... additionalPropertyNames) |
static NodePath |
NodePath.withRoot() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<T> |
NodePathValueHolder.accumulatedValuesForNodePath(NodePath nodePath)
已过时。
|
int |
NodePath.compareTo(NodePath that) |
void |
NodePathValueHolder.hasChildMatchingValue(NodePath nodePath,
T inclusion)
已过时。
|
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)
已过时。
|
static NodePath.AppendableBuilder |
NodePath.startBuildingFrom(NodePath nodePath) |
T |
NodePathValueHolder.valueForNodePath(NodePath nodePath)
已过时。
|