Uses of Class
com.sun.tools.xjc.model.CClassInfo
-
Packages that use CClassInfo Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code. -
-
Uses of CClassInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CClassInfo Modifier and Type Method Description protected abstract ImplStructureStrategy.ResultImplStructureStrategy. createClasses(Outline outline, CClassInfo bean)Creates class(es) for the given bean.ClassOutlineImplBeanGenerator. getClazz(CClassInfo bean) -
Uses of CClassInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CClassInfo Modifier and Type Method Description CClassInfoCClassInfo. getBaseClass()This inherited version returns null if this class extends fromCClassRef.CClassInfoModel. getClassInfo(com.sun.tools.xjc.model.nav.NClass t)CClassInfoCClassInfo. getScope()CClassInfoCClassRef. getScope()CClassInfoCElementInfo. getScope()CClassInfoCClassInfo. getSubstitutionHead()Methods in com.sun.tools.xjc.model that return types with arguments of type CClassInfo Modifier and Type Method Description Map<com.sun.tools.xjc.model.nav.NClass,CClassInfo>Model. beans()Map<QName,CClassInfo>Model. createTopLevelBindings()Represents the "top-level binding".Iterator<CClassInfo>CClassInfo. listSubclasses()Enumerates all the sub-classes of this class.Methods in com.sun.tools.xjc.model with parameters of type CClassInfo Modifier and Type Method Description TCClassInfoParent.Visitor. onBean(CClassInfo bean) -
Uses of CClassInfo in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CClassInfo Modifier and Type Field Description CClassInfoClassOutline. targetThisClassOutlineholds information about thisCClassInfo.Methods in com.sun.tools.xjc.outline with parameters of type CClassInfo Modifier and Type Method Description ClassOutlineOutline. getClazz(CClassInfo clazz)Obtains per-class context information.Constructors in com.sun.tools.xjc.outline with parameters of type CClassInfo Constructor Description ClassOutline(CClassInfo _target, JDefinedClass exposedClass, JClass implRef, JDefinedClass _implClass)
-