UnaryOperator@FunctionalInterface @Deprecated public interface ConfigOperator
Configuration to another Configuration. This can be used
to model additional functionality and applying it to a given Configuration instance by calling
the Configuration.with(org.apache.tamaya.ConfigOperator) method.| Modifier and Type | Method | Description |
|---|---|---|
Configuration |
operate(Configuration config) |
Deprecated.
Creates a new
Configuration based on the given Configuration. |
Configuration operate(Configuration config)
Configuration based on the given Configuration. Operators basically act similar to
decorators, whereas operated instances may have non-compatible behaviour, e.g. by applying security constraints
or view restrictions.config - the input configuration, not null.null.Copyright © 2014–2019 Apache Software Foundation. All rights reserved.