public interface DiffQueryMappingBuilder
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 a new getter of the field for the class.
|
DiffQueryMappingBuilder |
mapping(String field,
String value)
Maps a new getter of the field for the class with the value property to allow deep diff.
|
DiffQueryMappingBuilder |
property(String key,
String value)
Define a property for the last mapping.
|
DiffMappingBuilder |
unmapping()
Removes the mapping that this current query represents.
|
DiffQueryMappingBuilder property(String key, String value)
key - the identifier of the property.value - the value of the property.DiffMappingBuilder unmapping()
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.DiffConfiguration configuration()
Copyright © 2018. All rights reserved.