public interface DiffMappingBuilder<T>
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<T> |
mapping(String field)
Maps the getter of the field for the class.
|
<F> DiffQueryMappingBuilder<T> |
mapping(String field,
DiffComparator<F> fieldComparator)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder<T> mapping(String field)
field - name of the field that will me used to find the getter method.<F> DiffQueryMappingBuilder<T> mapping(String field, DiffComparator<F> fieldComparator)
F - the type of object been mapped for the field.field - name of the field that will me used to find the getter method.fieldComparator - implementation that define how two objects will be check for equality.DiffConfiguration configuration()
Copyright © 2020. All rights reserved.