| Package | Description |
|---|---|
| com.sun.tools.jxc | |
| com.sun.tools.jxc.api.impl.j2s | |
| com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<Reference> |
ConfigReader.getClassesToBeIncluded() |
This creates a regular expression
for the user pattern , matches the input classes
passed by the user and returns the final
list of classes that need to be included for a config file
after applying those patterns
|
| Modifier and Type | Method | Description |
|---|---|---|
J2SJAXBModel |
JavaCompilerImpl.bind(java.util.Collection<Reference> rootClasses,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment env) |
|
J2SJAXBModel |
JavaCompilerImpl.bind(java.util.Collection<Reference> rootClasses,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment env) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.namespace.QName |
J2SJAXBModel.getXmlTypeName(Reference javaType) |
Returns the name of the XML Type bound to the
specified Java type.
|
| Modifier and Type | Method | Description |
|---|---|---|
J2SJAXBModel |
JavaCompiler.bind(java.util.Collection<Reference> rootTypes,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment source) |
Compiles the given annotated Java source code.
|
J2SJAXBModel |
JavaCompiler.bind(java.util.Collection<Reference> rootTypes,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment source) |
Compiles the given annotated Java source code.
|
Copyright © 2018 Oracle Corporation. All rights reserved.