@Deprecated public class ToLowerCaseAndDotKeyReader extends DecoratorReader
DecoratorReader that turns each property key in lower case and replaces underscores with a dot.
This is mostly used to transform environment variables in a properties like format.| Constructor and Description |
|---|
ToLowerCaseAndDotKeyReader(Reader reader)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,PropertyValue> |
apply(Map<String,PropertyValue> input)
Deprecated.
|
readpublic ToLowerCaseAndDotKeyReader(Reader reader)
protected Map<String,PropertyValue> apply(Map<String,PropertyValue> input)
apply in class DecoratorReaderCopyright © 2019. All rights reserved.