public static class StandardJAXBObjects.StringJAXB extends JAXBObject<String>
Modifier and Type | Field and Description |
---|---|
static StandardJAXBObjects.StringJAXB |
INSTANCE |
xmlRootElement, xmlType
dependencies, type
Constructor and Description |
---|
StringJAXB() |
Modifier and Type | Method and Description |
---|---|
String |
read(XoXMLStreamReader reader,
RuntimeContext context) |
void |
write(XoXMLStreamWriter writer,
String value,
RuntimeContext context) |
getXmlRootElement, getXmlType, read, read, read, read, write, write, write, write, write
getDependencies, getType
public static final StandardJAXBObjects.StringJAXB INSTANCE
public String read(XoXMLStreamReader reader, RuntimeContext context) throws Exception
read
in class JAXBObject<String>
Exception
public void write(XoXMLStreamWriter writer, String value, RuntimeContext context) throws Exception
write
in class JAXBObject<String>
Exception
Copyright © 2007–2019. All rights reserved.