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.
|
Modifier and Type | Method and Description |
---|---|
EnumOutline |
BeanGenerator.getEnum(CEnumLeafInfo eli) |
Modifier and Type | Method and Description |
---|---|
CEnumLeafInfo |
CEnumConstant.getEnclosingClass() |
Modifier and Type | Method and Description |
---|---|
Map<NClass,CEnumLeafInfo> |
Model.enums() |
Modifier and Type | Field and Description |
---|---|
CEnumLeafInfo |
EnumOutline.target
This
EnumOutline holds information about this CEnumLeafInfo . |
Modifier and Type | Method and Description |
---|---|
EnumOutline |
Outline.getEnum(CEnumLeafInfo eli) |
Constructor and Description |
---|
EnumOutline(CEnumLeafInfo target,
JDefinedClass clazz) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.