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

Packages that use Adapter
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

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> ValuePropertyInfo.getAdapter()
           
 Adapter<T,C> ReferencePropertyInfo.getAdapter()
           
 Adapter<T,C> PropertyInfo.getAdapter()
           
 Adapter<T,C> ElementPropertyInfo.getAdapter()
           
 Adapter<T,C> AttributePropertyInfo.getAdapter()
           
 

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



Copyright © 2014 Oracle Corporation. All Rights Reserved.