Package | Description |
---|---|
org.metatype.sxc.jaxb |
Modifier and Type | Class and Description |
---|---|
class |
JAXBEnum<T> |
static class |
StandardJAXBObjects.BigDecimalJAXB |
static class |
StandardJAXBObjects.BigIntegerJAXB |
static class |
StandardJAXBObjects.BooleanJAXB |
static class |
StandardJAXBObjects.CalendarJAXB |
static class |
StandardJAXBObjects.DateJAXB |
static class |
StandardJAXBObjects.DoubleJAXB |
static class |
StandardJAXBObjects.DurationJAXB |
static class |
StandardJAXBObjects.FloatJAXB |
static class |
StandardJAXBObjects.IntegerJAXB |
static class |
StandardJAXBObjects.LongJAXB |
static class |
StandardJAXBObjects.QNameJAXB |
static class |
StandardJAXBObjects.ShortJAXB |
static class |
StandardJAXBObjects.StringJAXB |
static class |
StandardJAXBObjects.URIJAXB |
static class |
StandardJAXBObjects.UUIDJAXB |
static class |
StandardJAXBObjects.XMLGregorianCalendarJAXB |
Modifier and Type | Field and Description |
---|---|
static Map<Class,JAXBObject> |
StandardJAXBObjects.jaxbObjectByClass |
static Map<QName,JAXBObject> |
StandardJAXBObjects.jaxbObjectBySchemaType |
Modifier and Type | Method and Description |
---|---|
<T> JAXBObject<T> |
JAXBIntrospectorImpl.getJaxbMarshaller(Class<T> type) |
JAXBObject |
JAXBIntrospectorImpl.getJaxbMarshallerByElementName(QName elementName) |
JAXBObject |
JAXBIntrospectorImpl.getJaxbMarshallerBySchemaType(QName schemaType) |
Modifier and Type | Method and Description |
---|---|
abstract Map<QName,Class<? extends JAXBObject>> |
JAXBObjectFactory.getRootElements() |
Constructor and Description |
---|
JAXBIntrospectorImpl(JAXBObject... jaxbObjects) |
Copyright © 2007–2017. All rights reserved.