Uses of Interface
cdc.util.xml.XmlPrinter
-
Packages that use XmlPrinter Package Description cdc.util.xml -
-
Uses of XmlPrinter in cdc.util.xml
Methods in cdc.util.xml that return XmlPrinter Modifier and Type Method Description static <T> XmlPrinter<T>
XmlPrinters. getPrinter(Class<T> cls)
static <T> XmlPrinter<T>
XmlPrinters. getPrinterOrNull(Class<T> cls)
Methods in cdc.util.xml with parameters of type XmlPrinter Modifier and Type Method Description static <T> void
XmlPrinters. register(XmlPrinter<T> printer, Class<T> cls)
-