Package | Description |
---|---|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
Modifier and Type | Class and Description |
---|---|
class |
CAttributePropertyInfo
AttributePropertyInfo for the compiler. |
class |
CElementPropertyInfo
ElementPropertyInfo for the compiler. |
class |
CPropertyInfo
Model of a property to be generated.
|
class |
CReferencePropertyInfo
ReferencePropertyInfo for the compiler. |
class |
CValuePropertyInfo
ValuePropertyInfo implementation for XJC. |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributePropertyInfo<T,C>
Attribute
PropertyInfo . |
interface |
ElementPropertyInfo<T,C>
Property that maps to an element.
|
interface |
MapPropertyInfo<T,C>
Property that maps to the following schema fragment.
|
interface |
PropertyInfo<T,C>
Information about a JAXB-bound property.
|
interface |
ReferencePropertyInfo<T,C>
PropertyInfo that holds references to other Element s. |
interface |
ValuePropertyInfo<T,C>
Value
PropertyInfo . |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeAttributePropertyInfo |
interface |
RuntimeElementPropertyInfo |
interface |
RuntimeMapPropertyInfo |
interface |
RuntimePropertyInfo
PropertyInfo that exposes more information. |
interface |
RuntimeReferencePropertyInfo |
interface |
RuntimeValuePropertyInfo |
Copyright © 2021 JBoss by Red Hat. All rights reserved.