public static class StandardJAXBObjects.StringJAXB extends JAXBObject<String>
| Modifier and Type | Field and Description |
|---|---|
static StandardJAXBObjects.StringJAXB |
INSTANCE |
xmlRootElement, xmlTypedependencies, 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, writegetDependencies, getTypepublic static final StandardJAXBObjects.StringJAXB INSTANCE
public String read(XoXMLStreamReader reader, RuntimeContext context) throws Exception
read in class JAXBObject<String>Exceptionpublic void write(XoXMLStreamWriter writer, String value, RuntimeContext context) throws Exception
write in class JAXBObject<String>ExceptionCopyright © 2007–2021. All rights reserved.