Uses of Interface
cdc.util.xml.XmlElementWriter
-
Packages that use XmlElementWriter Package Description cdc.util.xml -
-
Uses of XmlElementWriter in cdc.util.xml
Methods in cdc.util.xml that return XmlElementWriter Modifier and Type Method Description <T,D>
XmlElementWriter<T,D>XmlWriting. getElementWriter(Class<T> objectClass, Class<D> dataClass)
<T,D>
XmlElementWriter<T,D>XmlWriting. getElementWriterOrNull(Class<T> objectClass, Class<D> dataClass)
Methods in cdc.util.xml with parameters of type XmlElementWriter Modifier and Type Method Description <T,D>
voidXmlWriting. register(XmlElementWriter<T,D> writer)
-