Differs
.CircularReferenceDetector
compares object instances.Collections
.DiffNode
representing the difference between two objects.Differ
.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
hasText(String, String)
.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 © 2014. All Rights Reserved.