public interface ConfigurationPropertiesResolver
| Modifier and Type | Method and Description |
|---|---|
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.
|
Object resolveValue(String value)
value - a value that may contain placeholders.Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.