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