Uses of Class
com.sun.tools.xjc.model.CTypeRef
-
Packages that use CTypeRef 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.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema -
-
Uses of CTypeRef in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CTypeRef Modifier and Type Method Description JTypeBeanGenerator. resolve(CTypeRef ref, Aspect a) -
Uses of CTypeRef in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return types with arguments of type CTypeRef Modifier and Type Method Description List<CTypeRef>CElementPropertyInfo. getTypes() -
Uses of CTypeRef in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline with parameters of type CTypeRef Modifier and Type Method Description JTypeOutline. resolve(CTypeRef ref, Aspect aspect)Resolves a type reference to the actual (possibly generated) type. -
Uses of CTypeRef in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader that return CTypeRef Modifier and Type Method Description protected abstract CTypeRefRawTypeSet.Ref. toTypeRef(CElementPropertyInfo ep) -
Uses of CTypeRef in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return CTypeRef Modifier and Type Method Description protected CTypeRefRawTypeSetBuilder.CClassRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.CElementInfoRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.WildcardRef. toTypeRef(CElementPropertyInfo ep)protected CTypeRefRawTypeSetBuilder.XmlTypeRef. toTypeRef(CElementPropertyInfo ep)
-