Differs
.CircularReferenceDetector
compares object instances.Collections
.DiffNode
representing the difference between two objects.Differ
.true
, it causes the inclusion service to exclude all nodes that are not
explicitly included via Inclusion.INCLUDED
.true
when working == base
DiffNode
should be included into the comparison
process.value
contains characters.DiffNode.getState()
== DiffNode.State.ADDED
DiffNode.getState()
== DiffNode.State.CHANGED
DiffNode.getState()
== DiffNode.State.CIRCULAR
DiffNode.getState()
== DiffNode.State.IGNORED
true
when this node represents a bean property and can therefore be queried for property
specific information like annotations or property types.DiffNode.getState()
== DiffNode.State.REMOVED
DiffNode.getState()
== DiffNode.State.UNTOUCHED
elements
into one String.Strings.join(String, Object...)
but with a Collection
instead of an Array for the
elements.Maps
InstanceFactory
.hasText(String, String)
.InclusionResolver
.DiffNode
(e.g.Introspector
.PrintingVisitor
, but instead of printing it to
System.out
, it will store the messages in a Map, identified by the property path of the
visited node.Copyright © 2016. All rights reserved.