Package com.sun.xml.bind.v2.runtime.reflect

Abstraction around accessing data of actual objects.

See:
          Description

Interface Summary
ListIterator<E> Almost like Iterator but can throw JAXB specific exceptions.
 

Class Summary
Accessor<BeanT,ValueT> Accesses a particular property of a bean.
Accessor.FieldReflection<BeanT,ValueT> Accessor that uses Java reflection to access a field.
Accessor.GetterOnlyReflection<BeanT,ValueT> A version of Accessor.GetterSetterReflection thaat doesn't have any setter.
Accessor.GetterSetterReflection<BeanT,ValueT> Accessor that uses Java reflection to access a getter and a setter.
Accessor.ReadOnlyFieldReflection<BeanT,ValueT> Read-only access to Field.
Accessor.SetterOnlyReflection<BeanT,ValueT> A version of Accessor.GetterSetterReflection thaat doesn't have any getter.
DefaultTransducedAccessor<T> TransducedAccessor that prints to String.
Lister<BeanT,PropT,ItemT,PackT> Used to list individual values of a multi-value property, and to pack individual values into a multi-value property.
Lister.CollectionLister<BeanT,T extends Collection> Lister for a collection
Lister.IDREFSIterator Iterator for IDREFS lister.
Lister.Pack<ItemT>  
ListTransducedAccessorImpl<BeanT,ListT,ItemT,PackT> TransducedAccessor for a list simple type.
NullSafeAccessor<B,V,P> Accessor wrapper that replaces a null with an empty collection.
TransducedAccessor<BeanT> Accessor and Transducer combined into one object.
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT> Implementation of TransducedAccessor that simply combines a Transducer and Accessor.
 

Package com.sun.xml.bind.v2.runtime.reflect Description

Abstraction around accessing data of actual objects.