Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.generator.bean.field |
FieldRenderer and its implementation classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JAnnotationArrayMember |
Represents an arrays as annotation members
|
class |
JDefinedClass |
A generated Java class/interface/enum/....
|
class |
JEnumConstant |
Enum Constant.
|
class |
JFieldVar |
A field that can have a
JDocComment associated with it |
class |
JMethod |
Java method.
|
class |
JPackage |
A Java package.
|
class |
JVar |
Variables and fields.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TypeAndAnnotation.annotate(JAnnotatable programElement) |
Annotates the given program element by additional JAXB annotations that need to be there
at the point of reference.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BeanGenerator.generateAdapterIfNecessary(CPropertyInfo prop,
JAnnotatable field) |
Generates
XmlJavaTypeAdapter from PropertyInfo if necessary. |
Modifier and Type | Method | Description |
---|---|---|
protected void |
DummyListField.annotate(JAnnotatable field) |
Annotate the field according to the recipes given as
CPropertyInfo . |
Copyright © 2018 Oracle Corporation. All rights reserved.