| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects.builder |
| Modifier and Type | Method and Description |
|---|---|
DiffQueryMappingBuilder<T> |
DiffBuilder.mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder<T> |
DiffMappingBuilder.mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder<T> |
DiffQueryMappingBuilder.mapping(String field)
Maps a new getter of the field for the class.
|
DiffQueryMappingBuilder<T> |
DiffInstanceBuilder.mapping(String field)
Maps the getter of the field for the class.
|
<F> DiffQueryMappingBuilder<T> |
DiffBuilder.mapping(String field,
DiffComparator<F> fieldComparator)
Maps the getter of the field for the class.
|
<F> DiffQueryMappingBuilder<T> |
DiffMappingBuilder.mapping(String field,
DiffComparator<F> fieldComparator)
Maps the getter of the field for the class.
|
<F> DiffQueryMappingBuilder<T> |
DiffQueryMappingBuilder.mapping(String field,
DiffComparator<F> comparator)
Maps a new getter of the field for the class.
|
<F> DiffQueryMappingBuilder<T> |
DiffInstanceBuilder.mapping(String field,
DiffComparator<F> comparator)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder<T> |
DiffQueryMappingBuilder.property(String key,
String value)
Define a property for the last mapping.
|
Copyright © 2020. All rights reserved.