public interface ConfigurationPropertiesResolver extends UnaryOperator<String>
| Modifier and Type | Method and Description |
|---|---|
default String |
apply(String t) |
Object |
resolvePlaceholderKeyValue(String placeholderKey)
Resolves the possible value of a placeholder key.
|
Object |
resolveValue(String value)
Resolves a value by searching and replacing placeholders on it.
|
identityObject resolveValue(String value)
value - a value that may contain placeholders.Object resolvePlaceholderKeyValue(String placeholderKey)
placeholderKey - the placeholder key which value needs to be resolved.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.