Package | Description |
---|---|
de.danielbechler.diff.differ |
Modifier and Type | Class and Description |
---|---|
class |
BeanDiffer
Used to find differences between objects that were not handled by one of the other (specialized)
Differs . |
class |
CollectionDiffer
Used to find differences between
Collections . |
class |
MapDiffer
Used to find differences between
Maps |
class |
PrimitiveDiffer |
Modifier and Type | Method and Description |
---|---|
Differ |
DifferFactory.createDiffer(DifferDispatcher differDispatcher,
NodeQueryService nodeQueryService) |
Differ |
DifferProvider.retrieveDifferForType(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
DifferProvider.push(Differ differ) |
Modifier and Type | Method and Description |
---|---|
void |
DifferProvider.pushAll(Iterable<Differ> differs) |
Copyright © 2016. All rights reserved.