See: Description
Interface | Description |
---|---|
AttributeAccessor<BeanT> | |
Location |
Location information for
IllegalAnnotationException . |
NamespaceContext2 |
Maintains
namespace <-> prefix bindings. |
Transducer<ValueT> |
Responsible for converting a Java object to a lexical representation
and vice versa.
|
Class | Description |
---|---|
AssociationMap<XmlNode> |
Bi-directional map between elements, inner peers,
and outer peers.
|
BinderImpl<XmlNode> |
Implementation of
Binder . |
BridgeContextImpl |
BridgeContext implementation. |
ClassBeanInfoImpl<BeanT> |
JaxBeanInfo implementation for j2s bean. |
CompositeStructureBeanInfo | |
Coordinator |
Object that coordinates the marshalling/unmarshalling.
|
ElementBeanInfoImpl |
JaxBeanInfo implementation for RuntimeElementInfo . |
FilterTransducer<T> |
Transducer that delegates to another Transducer . |
IllegalAnnotationsException.Builder | |
InlineBinaryTransducer<V> |
Transducer that signals the runtime that this binary data shall be always inlined.
|
JAXBContextImpl |
This class provides the implementation of JAXBContext.
|
JAXBContextImpl.JAXBContextBuilder | |
JaxBeanInfo<BeanT> |
Encapsulates various JAXB operations on objects bound by JAXB.
|
MarshallerImpl |
Implementation of
Marshaller interface for the JAXB RI. |
MimeTypedTransducer<V> |
Transducer decorator that wraps another Transducer
and sets the expected MIME type to the context. |
Name |
The internal representation of an XML name.
|
NameBuilder |
Creates
Name s and assign index numbers to them. |
NameList |
Namespace URIs and local names sorted by their indices.
|
RuntimeUtil | |
RuntimeUtil.ToStringAdapter |
XmlAdapter for printing arbitrary object by using
Object.toString() . |
SchemaTypeTransducer<V> |
Transducer that signals the runtime that this datatype
is marshalled to a different XML Schema type. |
SwaRefAdapter |
XmlAdapter that binds the value as a SOAP attachment. |
SwaRefAdapterMarker |
Marker class used to identify swaref attachments and to generate appropriate annotations later.
|
XMLSerializer |
Receives XML serialization event and writes to
XmlOutput . |
Exception | Description |
---|---|
IllegalAnnotationException |
Signals an incorrect use of JAXB annotations.
|
IllegalAnnotationsException |
A list of
IllegalAnnotationException wrapped in one exception. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.