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.api 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 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(com.sun.tools.xjc.generator.bean.field.FieldRendererFactory frf, Plugin owner)Sets theFieldRendererFactory.voidOptions. setNameConverter(NameConverter nc, Plugin owner)Sets theNameConverter. -
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.
-