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.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
com.sun.xml.bind.v2.schemagen |
Schema generator.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<? extends T,? extends ArrayInfo<T,C>> |
TypeInfoSet.arrays()
Returns all the
ArrayInfo s known to this set. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
Public because XJC needs to access it
|
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeArrayInfo |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaGenerator.add(ArrayInfo<T,C> a) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.