Uses of Interface
com.sun.tools.xjc.model.nav.NType
-
Packages that use NType Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.model.nav 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 NType Modifier and Type Class Description classCArrayInfoBecause XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCElementInfoElementInfoimplementation for the compile-time model.classCEnumLeafInfoTransducer 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 NType Modifier and Type Field Description static Map<NType,CBuiltinLeafInfo>CBuiltinLeafInfo. LEAVESAll built-in leaves.Methods in com.sun.tools.xjc.model that return NType Modifier and Type Method Description NTypeCElementInfo. getContentInMemoryType()NTypeCArrayInfo. getType()NTypeCBuiltinLeafInfo. getType()A reference to the representation of the type.NTypeCClassRef. getType()NTypeCElementInfo. getType()Deprecated.why are you calling a method that returns this?NTypeCEnumLeafInfo. getType()NTypeCWildcardTypeInfo. getType()Methods in com.sun.tools.xjc.model that return types with arguments of type NType Modifier and Type Method Description Map<NType,? extends CArrayInfo>Model. arrays()No array mapping generation for XJC.com.sun.xml.bind.v2.model.core.Element<NType,NClass>CBuiltinLeafInfo. asElement()Deprecated.always return null at this level.com.sun.xml.bind.v2.model.core.Element<NType,NClass>CClassInfo. asElement()com.sun.xml.bind.v2.model.core.Element<NType,NClass>CEnumLeafInfo. asElement()Map<NType,? extends CBuiltinLeafInfo>Model. builtins()com.sun.xml.bind.v2.model.core.NonElement<NType,NClass>CEnumLeafInfo. getBaseType()com.sun.xml.bind.v2.model.nav.Navigator<NType,NClass,Void,Void>Model. getNavigator()com.sun.xml.bind.v2.model.core.PropertyInfo<NType,NClass>CTypeRef. getSource()Methods in com.sun.tools.xjc.model with parameters of type NType Modifier and Type Method Description CNonElementModel. getTypeInfo(NType type)Method parameters in com.sun.tools.xjc.model with type arguments of type NType Modifier and Type Method Description CNonElementModel. getTypeInfo(com.sun.xml.bind.v2.model.core.Ref<NType,NClass> ref) -
Uses of NType in com.sun.tools.xjc.model.nav
Subinterfaces of NType in com.sun.tools.xjc.model.nav Modifier and Type Interface Description interfaceNClassClasses in com.sun.tools.xjc.model.nav that implement NType Modifier and Type Class Description classEagerNClassMethods in com.sun.tools.xjc.model.nav that return NType Modifier and Type Method Description static NTypeNavigatorImpl. create(Type t)static NTypeNavigatorImpl. createParameterizedType(NClass rawType, NType... args)Creates aNTyperepresentation for a parameterized typeRawType<ParamType1,ParamType2,...>.static NTypeNavigatorImpl. createParameterizedType(Class rawType, NType... args)<T> NTypeNavigatorImpl. erasure(NType type)NTypeNavigatorImpl. getBaseClass(NType nt, NClass base)NTypeNavigatorImpl. getComponentType(NType nType)NTypeNavigatorImpl. getFieldType(Void aVoid)NType[]NavigatorImpl. getMethodParameters(Void aVoid)NTypeNavigatorImpl. getPrimitive(Class primitiveType)NTypeNavigatorImpl. getReturnType(Void aVoid)NTypeNavigatorImpl. getTypeArgument(NType nt, int i)NTypeNavigatorImpl. getVoidType()NTypeNavigatorImpl. use(NClass nc)Methods in com.sun.tools.xjc.model.nav with parameters of type NType Modifier and Type Method Description NClassNavigatorImpl. asDecl(NType nt)static NTypeNavigatorImpl. createParameterizedType(NClass rawType, NType... args)Creates aNTyperepresentation for a parameterized typeRawType<ParamType1,ParamType2,...>.static NTypeNavigatorImpl. createParameterizedType(Class rawType, NType... args)<T> NTypeNavigatorImpl. erasure(NType type)NTypeNavigatorImpl. getBaseClass(NType nt, NClass base)NTypeNavigatorImpl. getComponentType(NType nType)NTypeNavigatorImpl. getTypeArgument(NType nt, int i)StringNavigatorImpl. getTypeName(NType type)booleanNavigatorImpl. isArray(NType nType)booleanNavigatorImpl. isArrayButNotByteArray(NType t)booleanNavigatorImpl. isParameterizedType(NType nt)booleanNavigatorImpl. isPrimitive(NType type)booleanNavigatorImpl. isSameType(NType t1, NType t2)booleanNavigatorImpl. isSubClassOf(NType sub, NType sup)
-