Package io.mateo.cxf.codegen.dsl
Interface CxfCodegenExtension
public interface CxfCodegenExtension
Configuration options for the plugin.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionWhether the generated sources should be added to the main source set.Specify the version of Apache CXF dependencies.The options for the code generation.default voidoptions(Action<ExtensiblePolymorphicDomainObjectContainer<Option>> configurer) Configures the code generation options of this projects
-
Field Details
-
EXTENSION_NAME
Name of this extension.- See Also:
-
-
Method Details
-
getCxfVersion
Specify the version of Apache CXF dependencies. The convention is "4.2.2" -
getOptions
The options for the code generation.- Returns:
- code generations options
-
getAddToMainSourceSet
Whether the generated sources should be added to the main source set. The convention istrue.- Returns:
- whether to add to main source set
-
options
Configures the code generation options of this projects- Parameters:
configurer- the action to configure the code generation options with
-