public interface ConfigurationProperties
An artifact has a set of configuration properties defined by using the ConfigurationProperties that can be injected to access it programmatically.
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
resolveBooleanProperty(String property)
Lookups for a property and returns it's value as boolean.
|
<T> Optional<T> |
resolveProperty(String propertyKey)
Lookups for a property and returns it's value as boolean.
|
Optional<String> |
resolveStringProperty(String property)
Lookups for a property and returns it's value as boolean.
|
<T> Optional<T> resolveProperty(String propertyKey)
propertyKey - the property identifierOptional<Boolean> resolveBooleanProperty(String property)
property - the property identifierCopyright © 2017 MuleSoft, Inc.. All rights reserved.