Uses of Class
com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
-
Packages that use TransducedAccessor 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 -
-
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.property
Fields in com.sun.xml.bind.v2.runtime.property declared as TransducedAccessor Modifier and Type Field Description 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 Modifier and Type Class Description class
DefaultTransducedAccessor<T>
TransducedAccessor
that prints toString
.class
ListTransducedAccessorImpl<BeanT,ListT,ItemT,PackT>
TransducedAccessor
for a list simple type.static class
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT>
Methods in com.sun.xml.bind.v2.runtime.reflect that return TransducedAccessor Modifier and Type Method Description static <T> TransducedAccessor<T>
TransducedAccessor. get(JAXBContextImpl context, RuntimeNonElementRef ref)
Gets theTransducedAccessor
appropriately configured for the given property. -
Uses of TransducedAccessor in com.sun.xml.bind.v2.runtime.reflect.opt
-
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 Constructor Description LeafPropertyLoader(TransducedAccessor xacc)
LeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc)
ValuePropertyLoader(TransducedAccessor xacc)
-