Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ArrayInfo
-
Packages that use ArrayInfo Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.schemagen Schema generator. -
-
Uses of ArrayInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type ArrayInfo Modifier and Type Method Description Map<? extends T,? extends ArrayInfo<T,C>>TypeInfoSet. arrays()Returns all theArrayInfos known to this set. -
Uses of ArrayInfo in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement ArrayInfo Modifier and Type Class Description classArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>Public because XJC needs to access it -
Uses of ArrayInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of ArrayInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeArrayInfo -
Uses of ArrayInfo in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type ArrayInfo Modifier and Type Method Description voidXmlSchemaGenerator. add(ArrayInfo<T,C> a)
-