Uses of Class
com.sun.xml.bind.v2.model.core.Adapter

Packages that use Adapter
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
 

Uses of Adapter in com.sun.tools.xjc.model
 

Subclasses of Adapter in com.sun.tools.xjc.model
 class CAdapter
          Extended Adapter for use within XJC.
 

Uses of Adapter in com.sun.xml.bind.v2.model.core
 

Fields in com.sun.xml.bind.v2.model.core declared as Adapter
 Adapter<T,C> Ref.adapter
          If the reference has an adapter, non-null.
 

Methods in com.sun.xml.bind.v2.model.core that return Adapter
 Adapter<T,C> ElementPropertyInfo.getAdapter()
           
 Adapter<T,C> PropertyInfo.getAdapter()
           
 Adapter<T,C> AttributePropertyInfo.getAdapter()
           
 Adapter<T,C> ReferencePropertyInfo.getAdapter()
           
 Adapter<T,C> ValuePropertyInfo.getAdapter()
           
 

Constructors in com.sun.xml.bind.v2.model.core with parameters of type Adapter
Ref(T type, Adapter<T,C> adapter, boolean valueList)
           
 

Uses of Adapter in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return Adapter
 Adapter<T,C> ElementInfoImpl.PropertyImpl.getAdapter()
           
 Adapter<T,C> PropertyInfoImpl.getAdapter()
          This is the default implementation of the getAdapter method defined on many of the PropertyInfo-derived classes.
 

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

Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type Adapter
<T> Accessor<BeanT,T>
Accessor.adapt(Adapter<Type,Class> adapter)
           
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.