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