gradle-xjc-plugin / org.unbrokendome.gradle.plugins.xjc

Package org.unbrokendome.gradle.plugins.xjc

Types

XjcExtension

Contains global configuration for the XjcPlugin. It is added to the project when the plugin is applied.

interface XjcExtension : XjcGeneratorOptions

XjcGenerate

Invokes XJC to generate code from schemas.

abstract class XjcGenerate : DefaultTask, XjcGeneratorOptions

XjcGeneratorOptions

Flag-style options for influencing the XJC generator behavior.

interface XjcGeneratorOptions

XjcPlugin

class XjcPlugin : Plugin<Project>

XjcSourceSetConvention

Mixed into each SourceSet when the XjcPlugin is applied.

abstract class XjcSourceSetConvention