Package | Description |
---|---|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
Modifier and Type | Interface and Description |
---|---|
interface |
CClass
Either
CClassInfo or CClassRef . |
Modifier and Type | Class and Description |
---|---|
class |
CArrayInfo
Because XJC doesn't generate the array binding, this class will
never show up in the model constructed by XJC.
|
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 |
CEnumLeafInfo
Transducer that converts a string into an "enumeration class."
The structure of the generated class needs to precisely
follow the JAXB spec.
|
Modifier and Type | Field and Description |
---|---|
CNonElement |
CEnumLeafInfo.base
Represents the underlying type of this enumeration
and its conversion.
|
Modifier and Type | Method and Description |
---|---|
CNonElement |
CElementInfo.getContentType() |
CNonElement |
TypeUse.getInfo()
Individual item type.
|
CNonElement |
CNonElement.getInfo()
Deprecated.
|
CNonElement |
CEnumLeafInfo.getInfo()
Deprecated.
|
CNonElement |
CClassRef.getInfo()
Deprecated.
|
CNonElement |
CClassInfo.getInfo()
Deprecated.
|
CNonElement |
CBuiltinLeafInfo.getInfo()
Deprecated.
|
CNonElement |
CArrayInfo.getInfo()
Deprecated.
|
CNonElement |
CArrayInfo.getItemType() |
CNonElement |
CTypeRef.getTarget() |
CNonElement |
Model.getTypeInfo(NType type) |
CNonElement |
Model.getTypeInfo(Ref<NType,NClass> ref) |
Modifier and Type | Method and Description |
---|---|
List<CNonElement> |
CElementPropertyInfo.ref() |
Constructor and Description |
---|
CArrayInfo(Model model,
CNonElement itemType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CEnumLeafInfo(Model model,
QName typeName,
CClassInfoParent container,
String shortName,
CNonElement base,
Collection<CEnumConstant> _members,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator _sourceLocator) |
CTypeRef(CNonElement type,
QName elementName,
QName typeName,
boolean nillable,
com.sun.xml.xsom.XmlString defaultValue) |
CTypeRef(CNonElement type,
com.sun.xml.xsom.XSElementDecl decl) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.