@Immutable public final class DefaultMappingConfig extends Object implements MappingConfig
MappingConfig.MappingConfigValue| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JavaScriptConfig |
getJavaScriptConfig()
Returns the config of the JavaScript message mapping.
|
MapperLimitsConfig |
getMapperLimitsConfig()
Returns the config of mapper-limits
|
int |
hashCode() |
static DefaultMappingConfig |
of(com.typesafe.config.Config config)
Returns an instance of
DefaultMappingConfig based on the settings of the specified Config. |
String |
toString() |
public static DefaultMappingConfig of(com.typesafe.config.Config config)
DefaultMappingConfig based on the settings of the specified Config.config - is supposed to provide the settings of the JavaScript mapping config at .org.eclipse.ditto.services.utils.config.DittoConfigError - if config is invalid.public JavaScriptConfig getJavaScriptConfig()
MappingConfiggetJavaScriptConfig in interface MappingConfigpublic MapperLimitsConfig getMapperLimitsConfig()
MappingConfiggetMapperLimitsConfig in interface MappingConfigCopyright © 2017–2019 Eclipse Foundation. All rights reserved.