|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassInfo | |
---|---|
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. |
Uses of ClassInfo in com.sun.tools.xjc.model |
---|
Classes in com.sun.tools.xjc.model that implement ClassInfo | |
---|---|
class |
CClassInfo
Mutable ClassInfo represenatation. |
Uses of ClassInfo in com.sun.xml.bind.v2.model.core |
---|
Methods in com.sun.xml.bind.v2.model.core that return ClassInfo | |
---|---|
ClassInfo<T,C> |
ClassInfo.getBaseClass()
Obtains the information about the base class. |
ClassInfo<T,C> |
Element.getScope()
If non-null, this element is only active inside the given scope. |
Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type ClassInfo | |
---|---|
Map<C,? extends ClassInfo<T,C>> |
TypeInfoSet.beans()
Returns all the ClassInfo s known to this set. |
Uses of ClassInfo in com.sun.xml.bind.v2.model.impl |
---|
Classes in com.sun.xml.bind.v2.model.impl that implement ClassInfo | |
---|---|
(package private) class |
ClassInfoImpl<T,C,F,M>
A part of the ClassInfo that doesn't depend on a particular
reflection library. |
(package private) class |
RuntimeClassInfoImpl
|
Methods in com.sun.xml.bind.v2.model.impl that return ClassInfo | |
---|---|
ClassInfo<T,C> |
ElementInfoImpl.getScope()
|
ClassInfo<T,C> |
EnumLeafInfoImpl.getScope()
Deprecated. you shouldn't be invoking this method on ClassInfoImpl . |
Uses of ClassInfo in com.sun.xml.bind.v2.model.runtime |
---|
Subinterfaces of ClassInfo in com.sun.xml.bind.v2.model.runtime | |
---|---|
interface |
RuntimeClassInfo
|
Uses of ClassInfo in com.sun.xml.bind.v2.schemagen |
---|
Methods in com.sun.xml.bind.v2.schemagen with parameters of type ClassInfo | |
---|---|
void |
XmlSchemaGenerator.add(ClassInfo<T,C> clazz)
Adds a new class to the list of classes to be written. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |