Package io.mateo.cxf.codegen.dsl
Class CxfCodegenExtension
- java.lang.Object
-
- io.mateo.cxf.codegen.dsl.CxfCodegenExtension
-
public abstract class CxfCodegenExtension extends Object
Configuration options for the plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXTENSION_NAME
Name of this extension.
-
Constructor Summary
Constructors Constructor Description CxfCodegenExtension()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Property<String>
getCxfVersion()
Specify the version of Apache CXF dependencies.
-
-
-
Field Detail
-
EXTENSION_NAME
public static final String EXTENSION_NAME
Name of this extension.- See Also:
- Constant Field Values
-
-