Uses of Interface
com.sun.tools.xjc.api.Mapping
-
Packages that use Mapping Package Description com.sun.tools.xjc.api API for programmatic 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 Modifier and Type Method Description Mapping
S2JJAXBModel. get(javax.xml.namespace.QName elementName)
Gets aMapping
object for the given global element.Methods in com.sun.tools.xjc.api that return types with arguments of type Mapping Modifier and Type Method Description java.util.Collection<? extends Mapping>
S2JJAXBModel. getMappings()
Gets a read-only view of all theMapping
s. -
Uses of Mapping in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as Mapping Modifier and Type Field Description protected Mapping
PropertyImpl. parent
-