public class JaversCoreConfiguration extends AbstractConfiguration
| Constructor and Description |
|---|
JaversCoreConfiguration()
loads javers-default.properties
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
assemble()
Called after reading properties file,
override to read configuration from it.
|
MappingStyle |
getMappingStyle() |
boolean |
isNewObjectsSnapshot() |
JaversCoreConfiguration |
withMappingStyle(MappingStyle mappingStyle) |
JaversCoreConfiguration |
withNewObjectsSnapshot(boolean newObjectsSnapshot) |
containsPropertyKey, getBooleanProperty, getEnumProperty, getStringProperty, readPropertiespublic JaversCoreConfiguration()
public MappingStyle getMappingStyle()
public boolean isNewObjectsSnapshot()
public JaversCoreConfiguration withMappingStyle(MappingStyle mappingStyle)
public JaversCoreConfiguration withNewObjectsSnapshot(boolean newObjectsSnapshot)
protected void assemble()
AbstractConfigurationassemble in class AbstractConfigurationCopyright © 2014. All rights reserved.