Uses of Class
com.sun.xml.bind.v2.runtime.reflect.Lister

Packages that use Lister
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
static class Lister.CollectionLister<BeanT,T extends Collection>
          Lister for a collection
 

Fields in com.sun.xml.bind.v2.runtime.reflect declared as Lister
static Lister Lister.ERROR
           
 

Methods in com.sun.xml.bind.v2.runtime.reflect that return Lister
static
<BeanT,PropT,ItemT,PackT>
Lister<BeanT,PropT,ItemT,PackT>
Lister.create(java.lang.reflect.Type fieldType, ID idness, Adapter<java.lang.reflect.Type,java.lang.Class> adapter)
          Gets a reference to the appropriate Lister object if the field is a multi-value field.
static
<A,B,C,D> Lister<A,B,C,D>
Lister.getErrorInstance()
          Gets the special Lister used to recover from an error.
 

Constructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type Lister
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
 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.