| Package | Description |
|---|---|
| com.github.jonpereiradev.diffobjects.builder |
| Modifier and Type | Method and Description |
|---|---|
DiffQueryMappingBuilder |
DiffQueryMappingBuilder.mapping(String field)
Maps a new getter of the field for the class.
|
DiffQueryMappingBuilder |
DiffInstanceBuilder.mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder |
DiffBuilder.mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder |
DiffMappingBuilder.mapping(String field)
Maps the getter of the field for the class.
|
DiffQueryMappingBuilder |
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 |
DiffInstanceBuilder.mapping(String field,
String value)
Maps the getter of the field for the class with the value property to allow deep diff.
|
DiffQueryMappingBuilder |
DiffBuilder.mapping(String field,
String value)
Maps the getter of the field for the class with the value property to allow deep diff.
|
DiffQueryMappingBuilder |
DiffMappingBuilder.mapping(String field,
String nestedField)
Maps the getter of the field for the class with the nestedField property to allow deep diff.
|
DiffQueryMappingBuilder |
DiffQueryMappingBuilder.property(String key,
String value)
Define a property for the last mapping.
|
Copyright © 2018. All rights reserved.