|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayInfo | |
---|---|
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. |
Uses of ArrayInfo in com.sun.xml.bind.v2.model.core |
---|
Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type ArrayInfo | |
---|---|
java.util.Map<? extends T,? extends ArrayInfo<T,C>> |
TypeInfoSet.arrays()
Returns all the ArrayInfo s known to this set. |
Uses of ArrayInfo in com.sun.xml.bind.v2.model.impl |
---|
Classes in com.sun.xml.bind.v2.model.impl that implement ArrayInfo | |
---|---|
class |
ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
Public because XJC needs to access it |
(package private) class |
RuntimeArrayInfoImpl
|
Uses of ArrayInfo in com.sun.xml.bind.v2.model.runtime |
---|
Subinterfaces of ArrayInfo in com.sun.xml.bind.v2.model.runtime | |
---|---|
interface |
RuntimeArrayInfo
|
Uses of ArrayInfo in com.sun.xml.bind.v2.schemagen |
---|
Methods in com.sun.xml.bind.v2.schemagen with parameters of type ArrayInfo | |
---|---|
void |
XmlSchemaGenerator.add(ArrayInfo<T,C> a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |