Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Packages that use Lister Package Description org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of Lister in org.glassfish.jaxb.runtime.v2.runtime.reflect
Subclasses of Lister in org.glassfish.jaxb.runtime.v2.runtime.reflect Modifier and Type Class Description static classLister.CollectionLister<BeanT,T extends Collection>Listerfor a collectionFields in org.glassfish.jaxb.runtime.v2.runtime.reflect declared as Lister Modifier and Type Field Description static ListerLister. ERRORMethods in org.glassfish.jaxb.runtime.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 appropriateListerobject if the field is a multi-value field.static <A,B,C,D>
Lister<A,B,C,D>Lister. getErrorInstance()Gets the specialListerused to recover from an error.Constructors in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Lister Modifier and Type Method Description voidScope. add(Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister, ItemT value)Adds a new item to this packing scope.voidScope. start(Accessor<BeanT,PropT> acc, Lister<BeanT,PropT,ItemT,PackT> lister)Starts the packing scope, without adding any item.
-