public interface IConfigPrinter
| Modifier and Type | Method and Description |
|---|---|
<T> void |
printConfigField(Property property,
String currentValue,
Class<T> annotatedType)
Gets called from
ConfigurationExporter during export iteration
over fileds from property classes |
<T> void printConfigField(Property property, String currentValue, Class<T> annotatedType)
ConfigurationExporter during export iteration
over fileds from property classesproperty - property to printcurrentValue - current value in applicationCopyright © 2014–2015. All rights reserved.