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.activePluginsPlugins 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 thePlugins discovered so far.Methods in com.sun.tools.xjc with parameters of type PluginModifier and TypeMethodDescriptionvoidOptions.setFieldRendererFactory(FieldRendererFactory frf, Plugin owner) Sets theFieldRendererFactory.voidOptions.setNameConverter(com.sun.xml.bind.api.impl.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 TypeClassDescriptionclassPluginthat marks the generated code by using '@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.locatorModifier and TypeClassDescriptionclassGenerates JAXB objects that implementLocatable. -
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 PluginModifierConstructorDescriptionprotectedBGMBuilder(String defaultPackage1, String defaultPackage2, boolean _inExtensionMode, FieldRendererFactory fieldRendererFactory, List<Plugin> activePlugins)