Uses of Interface
com.sun.tools.xjc.model.nav.NClass
-
Packages that use NClass 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 NClass in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement NClass Modifier and Type Class Description classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCEnumLeafInfoTransducer 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 NClass Modifier and Type Method Description NClassCClassInfo. getClazz()NClassCEnumLeafInfo. getClazz()NClassCReferencePropertyInfo. getDOMHandler()NClassCClassInfo. getType()Methods in com.sun.tools.xjc.model that return types with arguments of type NClass Modifier and Type Method Description 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<NClass,CClassInfo>Model. beans()Map<NClass,CEnumLeafInfo>Model. enums()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 NClass Modifier and Type Method Description CClassInfoModel. getClassInfo(NClass t)CElementInfoModel. getElementInfo(NClass scope, QName name)Map<QName,CElementInfo>Model. getElementMappings(NClass scope)Method parameters in com.sun.tools.xjc.model with type arguments of type NClass Modifier and Type Method Description CNonElementModel. getTypeInfo(com.sun.xml.bind.v2.model.core.Ref<NType,NClass> ref) -
Uses of NClass in com.sun.tools.xjc.model.nav
Classes in com.sun.tools.xjc.model.nav that implement NClass Modifier and Type Class Description classEagerNClassMethods in com.sun.tools.xjc.model.nav that return NClass Modifier and Type Method Description NClassNavigatorImpl. asDecl(NType nt)NClassNavigatorImpl. asDecl(Class c)static NClassNavigatorImpl. create(Class c)NClassNavigatorImpl. getDeclaringClassForField(Void aVoid)NClassNavigatorImpl. getDeclaringClassForMethod(Void aVoid)NClassNavigatorImpl. getSuperClass(NClass nClass)NClassNavigatorImpl. loadObjectFactory(NClass referencePoint, String pkg)NClassNavigatorImpl. ref(JClass c)NClassNavigatorImpl. ref(Class c)Methods in com.sun.tools.xjc.model.nav with parameters of type NClass Modifier and Type Method Description static NTypeNavigatorImpl. createParameterizedType(NClass rawType, NType... args)Creates aNTyperepresentation for a parameterized typeRawType<ParamType1,ParamType2,...>.NTypeNavigatorImpl. getBaseClass(NType nt, NClass base)com.sun.xml.bind.v2.runtime.LocationNavigatorImpl. getClassLocation(NClass c)StringNavigatorImpl. getClassName(NClass nClass)StringNavigatorImpl. getClassShortName(NClass nClass)VoidNavigatorImpl. getDeclaredField(NClass clazz, String fieldName)Collection<? extends Void>NavigatorImpl. getDeclaredFields(NClass nClass)Collection<? extends Void>NavigatorImpl. getDeclaredMethods(NClass nClass)Void[]NavigatorImpl. getEnumConstants(NClass clazz)StringNavigatorImpl. getPackageName(NClass clazz)NClassNavigatorImpl. getSuperClass(NClass nClass)booleanNavigatorImpl. hasDefaultConstructor(NClass nClass)booleanNavigatorImpl. isAbstract(NClass clazz)booleanNavigatorImpl. isEnum(NClass c)booleanNavigatorImpl. isFinal(NClass clazz)Deprecated.no class generated by XJC is final.booleanNavigatorImpl. isInnerClass(NClass clazz)booleanNavigatorImpl. isInterface(NClass clazz)booleanNavigatorImpl. isOverriding(Void method, NClass clazz)NClassNavigatorImpl. loadObjectFactory(NClass referencePoint, String pkg)NTypeNavigatorImpl. use(NClass nc)
-