Uses of Class
com.sun.xml.bind.v2.runtime.reflect.Lister
Packages that use Lister
Package
Description
Abstraction around accessing data of actual objects.
-
Uses of Lister in com.sun.xml.bind.v2.runtime.reflect
Subclasses of Lister in com.sun.xml.bind.v2.runtime.reflectModifier and TypeClassDescriptionstatic final class
Lister.CollectionLister<BeanT,
T extends Collection> Lister
for a collectionFields in com.sun.xml.bind.v2.runtime.reflect declared as ListerMethods in com.sun.xml.bind.v2.runtime.reflect that return ListerModifier and TypeMethodDescriptionstatic <BeanT,
PropT, ItemT, PackT>
Lister<BeanT,PropT, ItemT, PackT> 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 -
Uses of Lister in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type ListerModifier and TypeMethodDescriptionvoid
Adds a new item to this packing scope.void
Starts the packing scope, without adding any item.