Package | Description |
---|---|
com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
com.sun.xml.bind.v2.runtime.reflect |
Abstraction around accessing data of actual objects.
|
com.sun.xml.bind.v2.runtime.unmarshaller |
Modifier and Type | Class | Description |
---|---|---|
class |
RuntimeBuiltinLeafInfoImpl<T> |
BuiltinLeafInfoImpl with a support for runtime. |
Modifier and Type | Method | Description |
---|---|---|
static Transducer |
RuntimeModelBuilder.createTransducer(RuntimeNonElementRef ref) |
Creates a
Transducer given a reference. |
Transducer |
RuntimeBuiltinLeafInfoImpl.getTransducer() |
Modifier and Type | Method | Description |
---|---|---|
<V> Transducer<V> |
RuntimeLeafInfo.getTransducer() |
This method doesn't take the reference properties defined on
RuntimeNonElementRef into account (such as ID-ness.) |
<V> Transducer<V> |
RuntimeNonElement.getTransducer() |
This method doesn't take the reference properties defined on
RuntimeNonElementRef into account (such as ID-ness.) |
Transducer |
RuntimeNonElementRef.getTransducer() |
If the XML representation of the referenced Java type is just a text,
return a transducer that converts between the bean and XML.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FilterTransducer<T> |
Transducer that delegates to another Transducer . |
class |
InlineBinaryTransducer<V> |
Transducer that signals the runtime that this binary data shall be always inlined.
|
class |
MimeTypedTransducer<V> |
Transducer decorator that wraps another Transducer
and sets the expected MIME type to the context. |
class |
SchemaTypeTransducer<V> |
Transducer that signals the runtime that this datatype
is marshalled to a different XML Schema type. |
Modifier and Type | Field | Description |
---|---|---|
protected Transducer<T> |
FilterTransducer.core |
Modifier and Type | Method | Description |
---|---|---|
Transducer<BeanT> |
ClassBeanInfoImpl.getTransducer() |
|
Transducer<CompositeStructure> |
CompositeStructureBeanInfo.getTransducer() |
|
Transducer<JAXBElement> |
ElementBeanInfoImpl.getTransducer() |
|
abstract Transducer<BeanT> |
JaxBeanInfo.getTransducer() |
If the bean's representation in XML is just a text,
this method return a
Transducer that lets you convert
values between the text and the bean. |
Constructor | Description |
---|---|
FilterTransducer(Transducer<T> core) |
|
InlineBinaryTransducer(Transducer<V> core) |
|
MimeTypedTransducer(Transducer<V> core,
MimeType expectedMimeType) |
|
SchemaTypeTransducer(Transducer<V> core,
QName schemaType) |
Modifier and Type | Field | Description |
---|---|---|
protected Transducer<ValueT> |
TransducedAccessor.CompositeTransducedAccessorImpl.xducer |
Constructor | Description |
---|---|
CompositeTransducedAccessorImpl(JAXBContextImpl context,
Transducer<ValueT> xducer,
Accessor<BeanT,ValueT> acc) |
|
ListTransducedAccessorImpl(Transducer<ItemT> xducer,
Accessor<BeanT,ListT> acc,
Lister<BeanT,ListT,ItemT,PackT> lister) |
Constructor | Description |
---|---|
TextLoader(Transducer xducer) |
Copyright © 2018 Oracle Corporation. All rights reserved.