public class ConfigPropertyTranslater extends Object
Use case is for handling deprecated config properties by translating them to their non-deprecated equivalents.
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigPropertyTranslater.Builder |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,T> |
translate(Map<String,T> originals)
Return a new Map by applying the configured translations to each key.
|