Uses of Class
com.sun.tools.xjc.Plugin
Packages that use Plugin
Package
Description
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
-
Uses of Plugin in com.sun.tools.xjc
Fields in com.sun.tools.xjc with type parameters of type PluginModifier and TypeFieldDescriptionOptions.activePlugins
Plugin
s that are enabled in this compilation.Methods in com.sun.tools.xjc that return types with arguments of type PluginModifier and TypeMethodDescriptionOptions.getAllPlugins()
Gets all thePlugin
s discovered so far.Methods in com.sun.tools.xjc with parameters of type PluginModifier and TypeMethodDescriptionvoid
Options.setFieldRendererFactory
(FieldRendererFactory frf, Plugin owner) Sets theFieldRendererFactory
.void
Options.setNameConverter
(NameConverter nc, Plugin owner) Sets theNameConverter
. -
Uses of Plugin in com.sun.tools.xjc.addon.accessors
Subclasses of Plugin in com.sun.tools.xjc.addon.accessors -
Uses of Plugin in com.sun.tools.xjc.addon.at_generated
Subclasses of Plugin in com.sun.tools.xjc.addon.at_generatedModifier and TypeClassDescriptionclass
Plugin
that marks the generated code by using JSR-250's '@Generated'. -
Uses of Plugin in com.sun.tools.xjc.addon.code_injector
Subclasses of Plugin in com.sun.tools.xjc.addon.code_injector -
Uses of Plugin in com.sun.tools.xjc.addon.episode
Subclasses of Plugin in com.sun.tools.xjc.addon.episode -
Uses of Plugin in com.sun.tools.xjc.addon.locator
Subclasses of Plugin in com.sun.tools.xjc.addon.locator -
Uses of Plugin in com.sun.tools.xjc.addon.sync
Subclasses of Plugin in com.sun.tools.xjc.addon.sync -
Uses of Plugin in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type PluginModifier and TypeMethodDescriptionS2JJAXBModel.generateCode
(Plugin[] extensions, ErrorListener errorListener) Generates artifacts. -
Uses of Plugin in com.sun.tools.xjc.reader.xmlschema
Constructor parameters in com.sun.tools.xjc.reader.xmlschema with type arguments of type PluginModifierConstructorDescriptionprotected
BGMBuilder
(String defaultPackage1, String defaultPackage2, boolean _inExtensionMode, FieldRendererFactory fieldRendererFactory, List<Plugin> activePlugins)