| Package | Description |
|---|---|
| com.sun.xml.bind.v2.runtime.property | |
| com.sun.xml.bind.v2.runtime.reflect |
Abstraction around accessing data of actual objects.
|
| com.sun.xml.bind.v2.runtime.reflect.opt | |
| com.sun.xml.bind.v2.runtime.unmarshaller |
| Modifier and Type | Field | Description |
|---|---|---|
TransducedAccessor<BeanT> |
AttributeProperty.xacc |
Heart of the conversion logic.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultTransducedAccessor<T> |
TransducedAccessor that prints to String. |
class |
ListTransducedAccessorImpl<BeanT,ListT,ItemT,PackT> |
TransducedAccessor for a list simple type. |
static class |
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT> |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> TransducedAccessor<T> |
TransducedAccessor.get(JAXBContextImpl context,
RuntimeNonElementRef ref) |
Gets the
TransducedAccessor appropriately configured for
the given property. |
| Modifier and Type | Method | Description |
|---|---|---|
static TransducedAccessor |
OptimizedTransducedAccessorFactory.get(RuntimePropertyInfo prop) |
Gets the optimized
TransducedAccessor if possible. |
| Constructor | Description |
|---|---|
LeafPropertyLoader(TransducedAccessor xacc) |
|
LeafPropertyXsiLoader(Loader defaultLoader,
TransducedAccessor xacc,
Accessor acc) |
|
ValuePropertyLoader(TransducedAccessor xacc) |
Copyright © 2017 Oracle Corporation. All rights reserved.