Uses of Interface
com.sun.tools.xjc.model.nav.NType
Packages that use NType
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.
Compile-time representation of Java type system.
-
Uses of NType in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement NTypeModifier and TypeClassDescriptionfinal class
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.final class
MutableClassInfo
representation.final class
Reference to an existing class.final class
ElementInfo
implementation for the compile-time model.final class
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.Fields in com.sun.tools.xjc.model with type parameters of type NTypeModifier and TypeFieldDescriptionstatic final Map<NType,
CBuiltinLeafInfo> CBuiltinLeafInfo.LEAVES
All built-in leaves.Methods in com.sun.tools.xjc.model that return NTypeModifier and TypeMethodDescriptionCElementInfo.getContentInMemoryType()
CArrayInfo.getType()
CBuiltinLeafInfo.getType()
A reference to the representation of the type.CClassRef.getType()
CElementInfo.getType()
Deprecated.why are you calling a method that returns this?CEnumLeafInfo.getType()
CWildcardTypeInfo.getType()
Methods in com.sun.tools.xjc.model that return types with arguments of type NTypeModifier and TypeMethodDescriptionMap<NType,
? extends CArrayInfo> Model.arrays()
No array mapping generation for XJC.CBuiltinLeafInfo.asElement()
Deprecated.always return null at this level.CClassInfo.asElement()
CEnumLeafInfo.asElement()
Map<NType,
? extends CBuiltinLeafInfo> Model.builtins()
CEnumLeafInfo.getBaseType()
Model.getNavigator()
CTypeRef.getSource()
Methods in com.sun.tools.xjc.model with parameters of type NTypeMethod parameters in com.sun.tools.xjc.model with type arguments of type NType