Package | Description |
---|---|
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 | Interface | Description |
---|---|---|
interface |
CClass |
Either
CClassInfo or CClassRef . |
interface |
CElement |
|
interface |
CNonElement |
NonElement at compile-time. |
interface |
CTypeInfo |
TypeInfo at the compile-time. |
Modifier and Type | Class | Description |
---|---|---|
class |
CArrayInfo |
Because XJC doesn't generate the array binding, this class will
never show up in the model constructed by XJC.
|
class |
CAttributePropertyInfo |
AttributePropertyInfo for the compiler. |
class |
CBuiltinLeafInfo |
Encapsulates the default handling for leaf classes (which are bound
to text in XML.) In particular this class knows how to convert
the lexical value into the Java class according to this default rule.
|
class |
CClassInfo |
Mutable
ClassInfo representation. |
class |
CClassRef |
Reference to an existing class.
|
class |
CElementInfo |
ElementInfo implementation for the compile-time model. |
class |
CElementPropertyInfo |
ElementPropertyInfo for the compiler. |
class |
CEnumConstant |
Enumeration constant.
|
class |
CEnumLeafInfo |
Transducer that converts a string into an "enumeration class."
The structure of the generated class needs to precisely
follow the JAXB spec.
|
class |
CPropertyInfo |
Model of a property to be generated.
|
class |
CReferencePropertyInfo |
ReferencePropertyInfo for the compiler. |
class |
CValuePropertyInfo |
ValuePropertyInfo implementation for XJC. |
class |
CWildcardTypeInfo |
CTypeInfo for the DOM node. |
class |
Model |
Root of the object model that represents the code that needs to be generated.
|
Modifier and Type | Method | Description |
---|---|---|
CCustomizable |
CCustomizations.getOwner() |
Gets the model component that carries this customization.
|
Modifier and Type | Method | Description |
---|---|---|
CCustomizable |
ClassOutline.getTarget() |
|
CCustomizable |
CustomizableOutline.getTarget() |
Provides bound information about customizable target.
|
CCustomizable |
ElementOutline.getTarget() |
|
CCustomizable |
EnumOutline.getTarget() |
Copyright © 2018 Oracle Corporation. All rights reserved.