| Package | Description |
|---|---|
| org.apache.commons.lang3.builder |
Provides classes to create consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReflectionDiffBuilder.Builder<T> |
ReflectionDiffBuilder.builder()
Constructs a new
ReflectionDiffBuilder.Builder. |
ReflectionDiffBuilder.Builder<T> |
ReflectionDiffBuilder.Builder.setDiffBuilder(DiffBuilder<T> diffBuilder)
Sets the DiffBuilder.
|
ReflectionDiffBuilder.Builder<T> |
ReflectionDiffBuilder.Builder.setExcludeFieldNames(String... excludeFieldNames)
Sets field names to exclude from output.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.