public interface DiffMappingBuilder
DiffBuilder,
DiffInstanceBuilder,
DiffConfiguration| Modifier and Type | Method and Description |
|---|---|
DiffConfiguration |
configuration()
Gets the configuration instance to get the configuration generated by this instance instance.
|
DiffQueryMappingBuilder |
mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder |
mapping(String field,
String nestedField)
Maps the getter of the field for the class with the nestedField property to allow deep diff.
|
DiffQueryMappingBuilder mapping(String field)
field - name of the field that will me used to find the getter method.DiffQueryMappingBuilder mapping(String field, String nestedField)
field - name of the field that will me used to find the getter method.nestedField - the nested property of the object to make the diff.DiffConfiguration configuration()
Copyright © 2018. All rights reserved.