public class AdjunctConfigMap extends AbstractConfigMapImpl<EntityAdjunct>
ConfigMap.ConfigMapWithInheritance<TContainer>
Constructor and Description |
---|
AdjunctConfigMap(AbstractEntityAdjunct adjunct) |
Modifier and Type | Method and Description |
---|---|
EntityAdjunct |
getContainer() |
AdjunctConfigMap |
submap(<any> filter)
returns submap matching the given filter predicate; see ConfigPredicates for common predicates
|
asMapWithStringKeys, findKeys, findKeysDeclared, findKeysPresent, getAllConfig, getAllConfigBag, getAllConfigInheritedRawValuesIgnoringErrors, getAllConfigInheritedRawWithErrors, getAllConfigLocalRaw, getAllReinheritableConfigRaw, getConfig, getConfig, getConfigAllInheritedRaw, getConfigAndContainer, getConfigInheritedRaw, getConfigLocalRaw, getConfigRaw, getLocalConfigBag, isEmpty, putAll, removeKey, removeKey, setConfig, setLocalConfig, size, toString
public AdjunctConfigMap(AbstractEntityAdjunct adjunct)
public EntityAdjunct getContainer()
getContainer
in class AbstractConfigMapImpl<EntityAdjunct>
public AdjunctConfigMap submap(<any> filter)
ConfigMap