| 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 processings (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 and Description |
|---|---|
JType |
BeanGenerator.resolve(CTypeRef ref,
Aspect a) |
| Modifier and Type | Method and Description |
|---|---|
List<CTypeRef> |
CElementPropertyInfo.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
JType |
Outline.resolve(CTypeRef ref,
Aspect aspect)
Resolves a type reference to the actual (possibly generated) type.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract CTypeRef |
RawTypeSet.Ref.toTypeRef(CElementPropertyInfo ep) |
| Modifier and Type | Method and Description |
|---|---|
protected CTypeRef |
RawTypeSetBuilder.WildcardRef.toTypeRef(CElementPropertyInfo ep) |
protected CTypeRef |
RawTypeSetBuilder.CClassRef.toTypeRef(CElementPropertyInfo ep) |
protected CTypeRef |
RawTypeSetBuilder.CElementInfoRef.toTypeRef(CElementPropertyInfo ep) |
protected CTypeRef |
RawTypeSetBuilder.XmlTypeRef.toTypeRef(CElementPropertyInfo ep) |
Copyright © 2015 Oracle Corporation. All Rights Reserved.