public interface DiffInstanceBuilder
DiffBuilder,
DiffMappingBuilder,
DiffConfiguration| Modifier and Type | Method and Description |
|---|---|
DiffQueryMappingBuilder |
mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder |
mapping(String field,
String value)
Maps the getter of the field for the class with the value property to allow deep diff.
|
DiffMappingAllBuilder |
mappingAll()
Maps all the field of a class.
|
DiffMappingAllBuilder mappingAll()
DiffQueryMappingBuilder mapping(String field)
field - name of the field that will me used to find the getter method.DiffQueryMappingBuilder mapping(String field, String value)
field - name of the field that will me used to find the getter method.value - the nested property of the object to make the diff.Copyright © 2018. All rights reserved.