Uses of Interface
com.sun.tools.xjc.model.CCustomizable
Packages that use CCustomizable
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.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 CCustomizable in com.sun.tools.xjc.model
Subinterfaces of CCustomizable in com.sun.tools.xjc.modelModifier and TypeInterfaceDescriptioninterfaceEitherCClassInfoorCClassRef.interfaceinterfaceNonElementat compile-time.interfaceTypeInfoat the compile-time.Classes in com.sun.tools.xjc.model that implement CCustomizableModifier and TypeClassDescriptionfinal classBecause XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.final classAttributePropertyInfofor the compiler.classEncapsulates 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.final classMutableClassInforepresentation.final classReference to an existing class.final classElementInfoimplementation for the compile-time model.final classElementPropertyInfofor the compiler.final classEnumeration constant.final classTransducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.classModel of a property to be generated.final classReferencePropertyInfofor the compiler.final classValuePropertyInfoimplementation for XJC.final classCTypeInfofor the DOM node.final classRoot of the object model that represents the code that needs to be generated.Methods in com.sun.tools.xjc.model that return CCustomizableModifier and TypeMethodDescriptionCCustomizations.getOwner()Gets the model component that carries this customization. -
Uses of CCustomizable in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return CCustomizable