Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Packages that use TransducedAccessor Package Description org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.reflect.opt org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of TransducedAccessor in org.glassfish.jaxb.runtime.v2.runtime.property
Fields in org.glassfish.jaxb.runtime.v2.runtime.property declared as TransducedAccessor Modifier and Type Field Description TransducedAccessor<BeanT>AttributeProperty. xaccHeart of the conversion logic. -
Uses of TransducedAccessor in org.glassfish.jaxb.runtime.v2.runtime.reflect
Subclasses of TransducedAccessor in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Uses of TransducedAccessor in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type TransducedAccessor Constructor Description LeafPropertyLoader(TransducedAccessor xacc)LeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc)ValuePropertyLoader(TransducedAccessor xacc)
-