Uses of Interface
com.sun.tools.xjc.model.nav.NClass
Packages that use NClass
Package
Description
Implementation of the
org.glassfish.jaxb.core.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 classMutableClassInforepresentation.final classReference to an existing class.final classTransducer 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 NClassCClassInfo.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 NClassModifier and TypeMethodDescriptionModel.getTypeInfo(org.glassfish.jaxb.core.v2.model.core.Ref<NType, NClass> ref)