Package | Description |
---|---|
org.ujorm.tools.xml.config | |
org.ujorm.tools.xml.config.impl |
Modifier and Type | Method and Description |
---|---|
Formatter |
XmlConfig.getFormatter()
Get a value formatter
|
Modifier and Type | Method and Description |
---|---|
Formatter |
DefaultXmlConfig.getFormatter()
A default implementation is:
String.valueOf(value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultXmlConfig.setFormatter(Formatter formatter)
A default value formatter is implemented by the method
String.valueOf(value) |
Copyright 2019-2022, Pavel Ponec