Uses of Class
com.sun.tools.xjc.Plugin
-
Packages that use Plugin Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.addon.accessors com.sun.tools.xjc.addon.at_generated com.sun.tools.xjc.addon.code_injector com.sun.tools.xjc.addon.episode com.sun.tools.xjc.addon.locator com.sun.tools.xjc.addon.sync com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.reader.xmlschema -
-
Uses of Plugin in com.sun.tools.xjc
Fields in com.sun.tools.xjc with type parameters of type Plugin Modifier and Type Field Description List<Plugin>Options. activePluginsPlugins that are enabled in this compilation.Methods in com.sun.tools.xjc that return types with arguments of type Plugin Modifier and Type Method Description List<Plugin>Options. getAllPlugins()Gets all thePlugins discovered so far.Methods in com.sun.tools.xjc with parameters of type Plugin Modifier and Type Method Description voidOptions. 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 Modifier and Type Class Description classPluginImplGenerates synchronized methods. -
Uses of Plugin in com.sun.tools.xjc.addon.at_generated
Subclasses of Plugin in com.sun.tools.xjc.addon.at_generated Modifier and Type Class Description classPluginImplPluginthat 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 Modifier and Type Class Description classPluginImplEntry point of a plugin. -
Uses of Plugin in com.sun.tools.xjc.addon.episode
Subclasses of Plugin in com.sun.tools.xjc.addon.episode Modifier and Type Class Description classPluginImplCreates the episode file, -
Uses of Plugin in com.sun.tools.xjc.addon.locator
Subclasses of Plugin in com.sun.tools.xjc.addon.locator Modifier and Type Class Description classSourceLocationAddOnGenerates JAXB objects that implementLocatable. -
Uses of Plugin in com.sun.tools.xjc.addon.sync
Subclasses of Plugin in com.sun.tools.xjc.addon.sync Modifier and Type Class Description classSynchronizedMethodAddOnGenerates synchronized methods. -
Uses of Plugin in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type Plugin Modifier and Type Method Description JCodeModelS2JJAXBModel. 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 Plugin Constructor Description BGMBuilder(String defaultPackage1, String defaultPackage2, boolean _inExtensionMode, FieldRendererFactory fieldRendererFactory, List<Plugin> activePlugins)
-