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. xaccHeart 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 classDefaultTransducedAccessor<T>TransducedAccessorthat prints toString.classListTransducedAccessorImpl<BeanT,ListT,ItemT,PackT>TransducedAccessorfor a list simple type.static classTransducedAccessor.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 theTransducedAccessorappropriately 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 Modifier and Type Method Description static TransducedAccessorOptimizedTransducedAccessorFactory. get(RuntimePropertyInfo prop)Gets the optimizedTransducedAccessorif 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 Constructor Description LeafPropertyLoader(TransducedAccessor xacc)LeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc)ValuePropertyLoader(TransducedAccessor xacc)
-