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

Packages that use Lister
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.unmarshaller   
 

Uses of Lister in com.sun.xml.bind.v2.runtime.property
 

Fields in com.sun.xml.bind.v2.runtime.property declared as Lister
protected  Lister<BeanT,ListT,ItemT,Object> ArrayProperty.lister
           
 

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

Subclasses of Lister in com.sun.xml.bind.v2.runtime.reflect
(package private)  class AdaptedLister<BeanT,PropT,InMemItemT,OnWireItemT,PackT>
          Lister that adapts individual item types.
static class Lister.CollectionLister<BeanT,T extends Collection>
          Lister for a collection
(package private)  class PrimitiveArrayListerByte<BeanT>
          Lister for primitive type arrays.
 

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

Fields in com.sun.xml.bind.v2.runtime.reflect with type parameters of type Lister
(package private) static Map<Class,Lister> Lister.primitiveArrayListers
          Listers for the primitive type arrays, keyed by their primitive Class object.
 

Methods in com.sun.xml.bind.v2.runtime.reflect that return Lister
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 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
AdaptedLister(Lister<BeanT,PropT,InMemItemT,PackT> core, Class<? extends XmlAdapter<OnWireItemT,InMemItemT>> adapter)
           
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.