Uses of Interface
com.sun.tools.xjc.outline.Outline
Packages that use Outline
Package
Description
Schema to Java compiler
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC.
Compile-time representation of Java type system.
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 Outline in com.sun.tools.xjc
Methods in com.sun.tools.xjc with parameters of type OutlineModifier and TypeMethodDescriptionvoidCalled after the schema is compiled and the code generation strategy is determined, but before any code is actually generated as files.abstract booleanPlugin.run(Outline outline, Options opt, ErrorHandler errorHandler) Run the add-on. -
Uses of Outline in com.sun.tools.xjc.addon.accessors
Methods in com.sun.tools.xjc.addon.accessors with parameters of type OutlineModifier and TypeMethodDescriptionbooleanPluginImpl.run(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Outline in com.sun.tools.xjc.addon.at_generated
Methods in com.sun.tools.xjc.addon.at_generated with parameters of type OutlineModifier and TypeMethodDescriptionbooleanPluginImpl.run(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Outline in com.sun.tools.xjc.addon.code_injector
Methods in com.sun.tools.xjc.addon.code_injector with parameters of type OutlineModifier and TypeMethodDescriptionbooleanPluginImpl.run(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Outline in com.sun.tools.xjc.addon.episode
Methods in com.sun.tools.xjc.addon.episode with parameters of type OutlineModifier and TypeMethodDescriptionbooleanPluginImpl.run(Outline model, Options opt, ErrorHandler errorHandler) Capture all the generated classes from global schema components and generate them in an episode file. -
Uses of Outline in com.sun.tools.xjc.addon.locator
Methods in com.sun.tools.xjc.addon.locator with parameters of type OutlineModifier and TypeMethodDescriptionbooleanSourceLocationAddOn.run(Outline outline, Options opt, ErrorHandler errorHandler) -
Uses of Outline in com.sun.tools.xjc.addon.sync
Methods in com.sun.tools.xjc.addon.sync with parameters of type OutlineModifier and TypeMethodDescriptionbooleanSynchronizedMethodAddOn.run(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of Outline in com.sun.tools.xjc.generator.bean
Classes in com.sun.tools.xjc.generator.bean that implement OutlineMethods in com.sun.tools.xjc.generator.bean that return OutlineModifier and TypeMethodDescriptionstatic OutlineBeanGenerator.generate(Model model, ErrorReceiver _errorReceiver) Generates beans into code model according to the BGM, and produces the reflection model.Methods in com.sun.tools.xjc.generator.bean with parameters of type OutlineModifier and TypeMethodDescriptionprotected abstract ImplStructureStrategy.ResultImplStructureStrategy.createClasses(Outline outline, CClassInfo bean) Creates class(es) for the given bean. -
Uses of Outline in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return OutlineModifier and TypeMethodDescriptionModel.generateCode(Options opt, ErrorReceiver receiver) Fully-generate the source code into the given model.Methods in com.sun.tools.xjc.model with parameters of type OutlineModifier and TypeMethodDescriptionabstract JExpressionCEnumLeafInfo.createConstant(Outline outline, XmlString literal) TypeUse.createConstant(Outline outline, XmlString lexical) Creates a constant for the given lexical value.CAdapter.getAdapterClass(Outline o) voidGets the code model representation of this type.final JClass -
Uses of Outline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return Outline -
Uses of Outline in com.sun.tools.xjc.writer
Methods in com.sun.tools.xjc.writer with parameters of type Outline