public class JaversCoreConfiguration
extends java.lang.Object
| Constructor | Description |
|---|---|
JaversCoreConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
CommitIdGenerator |
getCommitIdGenerator() |
|
java.util.function.Supplier<CommitId> |
getCustomCommitIdGenerator() |
|
ListCompareAlgorithm |
getListCompareAlgorithm() |
|
MappingStyle |
getMappingStyle() |
|
PrettyValuePrinter |
getPrettyValuePrinter() |
|
boolean |
isNewObjectsSnapshot() |
public PrettyValuePrinter getPrettyValuePrinter()
public MappingStyle getMappingStyle()
public ListCompareAlgorithm getListCompareAlgorithm()
public boolean isNewObjectsSnapshot()
public CommitIdGenerator getCommitIdGenerator()
public java.util.function.Supplier<CommitId> getCustomCommitIdGenerator()