Uses of Interface
com.sun.tools.xjc.model.nav.NClass
Packages that use NClass
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.
Compile-time representation of Java type system.
-
Uses of NClass in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement NClassModifier and TypeClassDescriptionfinal class
MutableClassInfo
representation.final class
Reference to an existing class.final class
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.Methods in com.sun.tools.xjc.model that return NClassModifier and TypeMethodDescriptionCClassInfo.getClazz()
CEnumLeafInfo.getClazz()
CReferencePropertyInfo.getDOMHandler()
final NClass
CClassInfo.getType()
Methods in com.sun.tools.xjc.model that return types with arguments of type NClassModifier and TypeMethodDescriptionCBuiltinLeafInfo.asElement()
Deprecated.always return null at this level.CClassInfo.asElement()
CEnumLeafInfo.asElement()
Model.beans()
Model.enums()
CEnumLeafInfo.getBaseType()
Model.getNavigator()
CTypeRef.getSource()
Methods in com.sun.tools.xjc.model with parameters of type NClassModifier and TypeMethodDescriptionModel.getClassInfo
(NClass t) Model.getElementInfo
(NClass scope, QName name) Model.getElementMappings
(NClass scope) Method parameters in com.sun.tools.xjc.model with type arguments of type NClass