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 interfaceXML2Java.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 voidaddListener(XML2Java.Listener listener)Objectread(Reader reader, Class c)Objectread(String xml, Class c)-
Methods inherited from class org.locationtech.jts.jump.util.java2xml.XMLBinder
addCustomConverter, fieldClass, hasCustomConverter, setter, specElements, specifyingTypeExplicitly, toJava, toXML, visit
-
-