| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects.strategy |
| Modifier and Type | Method and Description |
|---|---|
static DiffStrategyType |
DiffStrategyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiffStrategyType[] |
DiffStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DiffMetadata(java.lang.String value,
java.lang.reflect.Method method,
DiffStrategyType diffStrategyType,
DiffComparator<?> comparator) |
DiffMetadata(java.lang.String value,
java.lang.reflect.Method method,
DiffStrategyType diffStrategyType,
DiffComparator<?> comparator,
DiffComparator<?> collectionComparator) |
Copyright © 2018. All rights reserved.