public class ConfigurationMapOverlay extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationMapOverlay.OverridingMap<K,V>
Map structure wrapper which merely indicates to the
ConfigurationMapOverlay
that whenever the overlaying map is instance of this class, it should completely overwrite the
data coming from the source map. |
Constructor and Description |
---|
ConfigurationMapOverlay() |
Modifier and Type | Method and Description |
---|---|
ConfigurationMapOverlay |
at(String path) |
ConfigurationMapOverlay |
by(Map<String,Object> decorator) |
static ConfigurationMapOverlay |
of(Map<String,Object> source) |
Map<String,Object> |
overlay() |
public static ConfigurationMapOverlay of(Map<String,Object> source)
public ConfigurationMapOverlay by(Map<String,Object> decorator)
public ConfigurationMapOverlay at(String path)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.