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

Packages that use Mapping
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

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

Methods in com.sun.tools.xjc.api that return Mapping
 Mapping S2JJAXBModel.get(javax.xml.namespace.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
 java.util.Collection<? extends Mapping> S2JJAXBModel.getMappings()
          Gets a read-only view of all the Mappings.