|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransducedAccessor | |
---|---|
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 |
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.property |
---|
Fields in com.sun.xml.bind.v2.runtime.property declared as TransducedAccessor | |
---|---|
TransducedAccessor<BeanT> |
AttributeProperty.xacc
Heart of the conversion logic. |
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.reflect |
---|
Subclasses of TransducedAccessor in com.sun.xml.bind.v2.runtime.reflect | |
---|---|
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>
Implementation of TransducedAccessor that
simply combines a Transducer and Accessor . |
Methods in com.sun.xml.bind.v2.runtime.reflect that return TransducedAccessor | ||
---|---|---|
static
|
TransducedAccessor.get(JAXBContextImpl context,
RuntimeNonElementRef ref)
Gets the TransducedAccessor appropriately configured for
the given property. |
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.reflect.opt |
---|
Methods in com.sun.xml.bind.v2.runtime.reflect.opt that return TransducedAccessor | |
---|---|
static TransducedAccessor |
OptimizedTransducedAccessorFactory.get(RuntimePropertyInfo prop)
Gets the optimizd TransducedAccessor if possible. |
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.unmarshaller |
---|
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type TransducedAccessor | |
---|---|
LeafPropertyLoader(TransducedAccessor xacc)
|
|
LeafPropertyXsiLoader(Loader defaultLoader,
TransducedAccessor xacc,
Accessor acc)
|
|
ValuePropertyLoader(TransducedAccessor xacc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |