Class Java2XML
- java.lang.Object
-
- org.locationtech.jts.jump.util.java2xml.XMLBinder
-
- org.locationtech.jts.jump.util.java2xml.Java2XML
-
public class Java2XML extends XMLBinder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.jts.jump.util.java2xml.XMLBinder
XMLBinder.CustomConverter, XMLBinder.SpecVisitor, XMLBinder.XMLBinderException
-
-
Constructor Summary
Constructors Constructor Description Java2XML()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
write(Object object, String rootTagName)
void
write(Object object, String rootTagName, Writer writer)
-
Methods inherited from class org.locationtech.jts.jump.util.java2xml.XMLBinder
addCustomConverter, fieldClass, hasCustomConverter, setter, specElements, specifyingTypeExplicitly, toJava, toXML, visit
-
-