Uses of Class
org.apache.commons.lang3.builder.DiffBuilder.Builder
Packages that use DiffBuilder.Builder
Package
Description
Assists in creating consistent
equals(Object)
, toString()
, hashCode()
, and compareTo(Object)
methods.-
Uses of DiffBuilder.Builder in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return DiffBuilder.BuilderModifier and TypeMethodDescriptionstatic <T> DiffBuilder.Builder<T>
DiffBuilder.builder()
Constructs a newDiffBuilder.Builder
.Sets the left object.Sets the right object.DiffBuilder.Builder.setStyle
(ToStringStyle style) Sets the style will to use when outputting the objects,null
uses the default.DiffBuilder.Builder.setTestObjectsEquals
(boolean testObjectsEquals) Sets whether to test if left and right are the same or equal.DiffBuilder.Builder.setToStringFormat
(String toStringFormat) Sets the two-argument format string forString.format(String, Object...)
, for example"%s differs from %s"
.