void |
RuntimeContext.unexpectedElementRef(XoXMLStreamWriter writer,
Object bean,
String propertyName,
Object propertyValue,
Class... expectedTypes) |
void |
RuntimeContext.unexpectedElementType(XoXMLStreamWriter writer,
Object bean,
String propertyName,
Object propertyValue,
Class... expectedTypes) |
void |
RuntimeContext.unexpectedSubclass(XoXMLStreamWriter writer,
Object bean,
Class baseClass,
Class... expectedSubclasses) |
void |
MarshallerImpl.write(Object jaxbElement,
XoXMLStreamWriter writer,
RuntimeContext context,
boolean writeTag,
boolean writeXsiType) |
void |
ExtendedMarshaller.write(Object jaxbElement,
XoXMLStreamWriter writer,
RuntimeContext context,
boolean writeTag,
boolean writeXsiType) |
void |
StandardJAXBObjects.BigDecimalJAXB.write(XoXMLStreamWriter writer,
BigDecimal value,
RuntimeContext context) |
void |
StandardJAXBObjects.BigIntegerJAXB.write(XoXMLStreamWriter writer,
BigInteger value,
RuntimeContext context) |
void |
StandardJAXBObjects.BooleanJAXB.write(XoXMLStreamWriter writer,
Boolean value,
RuntimeContext context) |
void |
StandardJAXBObjects.CalendarJAXB.write(XoXMLStreamWriter writer,
Calendar value,
RuntimeContext context) |
void |
StandardJAXBObjects.DateJAXB.write(XoXMLStreamWriter writer,
Date value,
RuntimeContext context) |
void |
StandardJAXBObjects.DoubleJAXB.write(XoXMLStreamWriter writer,
Double value,
RuntimeContext context) |
void |
StandardJAXBObjects.DurationJAXB.write(XoXMLStreamWriter writer,
Duration value,
RuntimeContext context) |
void |
StandardJAXBObjects.FloatJAXB.write(XoXMLStreamWriter writer,
Float value,
RuntimeContext context) |
void |
StandardJAXBObjects.IntegerJAXB.write(XoXMLStreamWriter writer,
Integer value,
RuntimeContext context) |
void |
StandardJAXBObjects.LongJAXB.write(XoXMLStreamWriter writer,
Long value,
RuntimeContext context) |
void |
StandardJAXBObjects.QNameJAXB.write(XoXMLStreamWriter writer,
QName value,
RuntimeContext context) |
void |
StandardJAXBObjects.ShortJAXB.write(XoXMLStreamWriter writer,
Short value,
RuntimeContext context) |
void |
StandardJAXBObjects.StringJAXB.write(XoXMLStreamWriter writer,
String value,
RuntimeContext context) |
void |
JAXBObject.write(XoXMLStreamWriter writer,
T o) |
abstract void |
JAXBObject.write(XoXMLStreamWriter writer,
T o,
RuntimeContext context) |
void |
JAXBEnum.write(XoXMLStreamWriter writer,
T enumConst,
RuntimeContext context) |
void |
StandardJAXBObjects.URIJAXB.write(XoXMLStreamWriter writer,
URI value,
RuntimeContext context) |
void |
StandardJAXBObjects.UUIDJAXB.write(XoXMLStreamWriter writer,
UUID value,
RuntimeContext context) |
void |
StandardJAXBObjects.XMLGregorianCalendarJAXB.write(XoXMLStreamWriter writer,
XMLGregorianCalendar value,
RuntimeContext context) |
void |
RuntimeContext.writeXmlAny(XoXMLStreamWriter writer,
Object bean,
String propertyName,
Object propertyValue) |