Class XML2Java
- java.lang.Object
-
- org.locationtech.jts.jump.util.java2xml.XMLBinder
-
- org.locationtech.jts.jump.util.java2xml.XML2Java
-
public class XML2Java extends XMLBinder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
XML2Java.Listener
-
Nested classes/interfaces inherited from class org.locationtech.jts.jump.util.java2xml.XMLBinder
XMLBinder.CustomConverter, XMLBinder.SpecVisitor, XMLBinder.XMLBinderException
-
-
Constructor Summary
Constructors Constructor Description XML2Java()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(XML2Java.Listener listener)
Object
read(Reader reader, Class c)
Object
read(String xml, Class c)
-
Methods inherited from class org.locationtech.jts.jump.util.java2xml.XMLBinder
addCustomConverter, fieldClass, hasCustomConverter, setter, specElements, specifyingTypeExplicitly, toJava, toXML, visit
-
-