public class JaversCoreConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
JaversCoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ListCompareAlgorithm |
getListCompareAlgorithm() |
MappingStyle |
getMappingStyle() |
boolean |
isNewObjectsSnapshot() |
JaversCoreConfiguration |
withListCompareAlgorithm(ListCompareAlgorithm algorithm) |
JaversCoreConfiguration |
withMappingStyle(MappingStyle mappingStyle) |
JaversCoreConfiguration |
withNewObjectsSnapshot(boolean newObjectsSnapshot) |
public MappingStyle getMappingStyle()
public ListCompareAlgorithm getListCompareAlgorithm()
public boolean isNewObjectsSnapshot()
public JaversCoreConfiguration withMappingStyle(MappingStyle mappingStyle)
public JaversCoreConfiguration withNewObjectsSnapshot(boolean newObjectsSnapshot)
public JaversCoreConfiguration withListCompareAlgorithm(ListCompareAlgorithm algorithm)