public class ConfigTransformerResult extends Object
ConfigTransformer.| Constructor and Description | 
|---|
| ConfigTransformerResult(Map<String,String> data,
                       Map<String,Long> ttls)Creates a new ConfigTransformerResult with the given data and TTL values for a set of paths. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | data()Returns the transformed data, with variables replaced with corresponding values from the
 ConfigProvider instances if found. | 
| Map<String,Long> | ttls()Returns the TTL values (in milliseconds) returned from the ConfigProvider instances for a given set of paths. | 
public Map<String,String> data()
Modifying the transformed data that is returned does not affect the ConfigProvider nor the
 original data that was used as the source of the transformation.