| Package | Description |
|---|---|
| com.sun.tools.xjc.generator.bean | |
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
| com.sun.tools.xjc.reader |
Front-end that reads schema(s) and produce BGM.
|
| com.sun.tools.xjc.reader.xmlschema |
| Modifier and Type | Method | Description |
|---|---|---|
JType |
BeanGenerator.resolve(CTypeRef ref,
Aspect a) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CTypeRef> |
CElementPropertyInfo.getTypes() |
| Modifier and Type | Method | Description |
|---|---|---|
JType |
Outline.resolve(CTypeRef ref,
Aspect aspect) |
Resolves a type reference to the actual (possibly generated) type.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract CTypeRef |
RawTypeSet.Ref.toTypeRef(CElementPropertyInfo ep) |
| Modifier and Type | Method | Description |
|---|---|---|
protected CTypeRef |
RawTypeSetBuilder.CClassRef.toTypeRef(CElementPropertyInfo ep) |
|
protected CTypeRef |
RawTypeSetBuilder.CElementInfoRef.toTypeRef(CElementPropertyInfo ep) |
|
protected CTypeRef |
RawTypeSetBuilder.WildcardRef.toTypeRef(CElementPropertyInfo ep) |
|
protected CTypeRef |
RawTypeSetBuilder.XmlTypeRef.toTypeRef(CElementPropertyInfo ep) |
Copyright © 2017 Oracle Corporation. All rights reserved.