Uses of Interface
com.sun.tools.xjc.api.Mapping

Packages that use Mapping
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
 

Uses of Mapping in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return Mapping
 Mapping S2JJAXBModel.get(QName elementName)
          Gets a Mapping object for the given global element.
 

Methods in com.sun.tools.xjc.api that return types with arguments of type Mapping
 Collection<? extends Mapping> S2JJAXBModel.getMappings()
          Gets a read-only view of all the Mappings.
 

Uses of Mapping in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j that implement Mapping
(package private)  class AbstractMappingImpl<InfoT extends CElement>
          Partial common implementation between ElementMappingImpl and BeanMappingImpl
(package private)  class BeanMappingImpl
          Partial implementation of Mapping for bean classes.
(package private)  class ElementMappingImpl
           
 

Fields in com.sun.tools.xjc.api.impl.s2j declared as Mapping
protected  Mapping PropertyImpl.parent
           
 

Methods in com.sun.tools.xjc.api.impl.s2j that return Mapping
 Mapping JAXBModelImpl.get(QName elementName)
           
 

Methods in com.sun.tools.xjc.api.impl.s2j that return types with arguments of type Mapping
 Collection<? extends Mapping> JAXBModelImpl.getMappings()
           
 

Constructors in com.sun.tools.xjc.api.impl.s2j with parameters of type Mapping
PropertyImpl(Mapping parent, FieldOutline fr, QName elementName)