Uses of Interface
com.sun.tools.xjc.model.CTypeInfo
-
Packages that use CTypeInfo Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.reader.xmlschema -
-
Uses of CTypeInfo in com.sun.tools.xjc.model
Subinterfaces of CTypeInfo in com.sun.tools.xjc.model Modifier and Type Interface Description interfaceCClassEitherCClassInfoorCClassRef.interfaceCElementinterfaceCNonElementNonElementat compile-time.Classes in com.sun.tools.xjc.model that implement CTypeInfo 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.classCBuiltinLeafInfoEncapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.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.classCWildcardTypeInfoCTypeInfofor the DOM node.Methods in com.sun.tools.xjc.model that return CTypeInfo Modifier and Type Method Description CTypeInfoCPropertyInfo. parent()Methods in com.sun.tools.xjc.model that return types with arguments of type CTypeInfo Modifier and Type Method Description abstract Collection<? extends CTypeInfo>CPropertyInfo. ref()Set<? extends CTypeInfo>CReferencePropertyInfo. ref() -
Uses of CTypeInfo in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return CTypeInfo Modifier and Type Method Description CTypeInfoClassSelector. bindToType(XSComponent sc, XSComponent referer)Checks if the given component is being mapped to a type.
-