Uses of Class
com.sun.xml.bind.v2.runtime.reflect.Lister
-
Packages that use Lister Package Description com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of Lister in com.sun.xml.bind.v2.runtime.reflect
Subclasses of Lister in com.sun.xml.bind.v2.runtime.reflect Modifier and Type Class Description static class
Lister.CollectionLister<BeanT,T extends Collection>
Lister
for a collectionFields in com.sun.xml.bind.v2.runtime.reflect declared as Lister Modifier and Type Field Description static Lister
Lister. ERROR
Methods in com.sun.xml.bind.v2.runtime.reflect that return Lister Modifier and Type Method Description static <BeanT,PropT,ItemT,PackT>
Lister<BeanT,PropT,ItemT,PackT>Lister. create(Type fieldType, ID idness, Adapter<Type,Class> adapter)
Gets a reference to the appropriateLister
object if the field is a multi-value field.static <A,B,C,D>
Lister<A,B,C,D>Lister. getErrorInstance()
Gets the specialLister
used to recover from an error.Constructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type Lister Constructor Description ListTransducedAccessorImpl(Transducer<ItemT> xducer, Accessor<BeanT,ListT> acc, Lister<BeanT,ListT,ItemT,PackT> lister)
NullSafeAccessor(Accessor<B,V> core, Lister<B,V,?,P> lister)
-
Uses of Lister in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Lister Modifier and Type Method Description void
Scope. add(Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister, ItemT value)
Adds a new item to this packing scope.void
Scope. start(Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister)
Starts the packing scope, without adding any item.
-