Uses of Interface
org.ujorm.tools.xml.config.Formatter
Packages that use Formatter
-
Uses of Formatter in org.ujorm.tools.xml.config
Methods in org.ujorm.tools.xml.config that return FormatterModifier and TypeMethodDescription@NotNull FormatterXmlConfig.getFormatter()Get a value formatter -
Uses of Formatter in org.ujorm.tools.xml.config.impl
Methods in org.ujorm.tools.xml.config.impl that return FormatterModifier and TypeMethodDescription@NotNull FormatterDefaultXmlConfig.getFormatter()A default implementation is:String.valueOf(value)Methods in org.ujorm.tools.xml.config.impl with parameters of type FormatterModifier and TypeMethodDescriptionDefaultXmlConfig.setFormatter(@NotNull Formatter formatter) A default value formatter is implemented by the methodString.valueOf(value)