Uses of Class
com.sun.tools.xjc.api.Reference
-
Packages that use Reference Package Description com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. -
-
Uses of Reference in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type Reference Modifier and Type Method Description QNameJ2SJAXBModel. getXmlTypeName(Reference javaType)Deprecated, for removal: This API element is subject to removal in a future version.Returns the name of the XML Type bound to the specified Java type.Method parameters in com.sun.tools.xjc.api with type arguments of type Reference Modifier and Type Method Description J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source)Deprecated, for removal: This API element is subject to removal in a future version.Compiles the given annotated Java source code.J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source)Deprecated, for removal: This API element is subject to removal in a future version.Compiles the given annotated Java source code.
-