public interface ConfigurationDecoder
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String key,
String value)
Decode values of encoded keys.
|
boolean |
shouldDecode(String key)
Check if key's value should be decoded.
|
boolean shouldDecode(String key)
key - configuration key to be checked for decodingCopyright © 2015–2020. All rights reserved.