Package org.apache.camel.k.tooling.maven
Class GenerateYamlLoaderSupportClasses
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.camel.k.tooling.maven.GenerateYamlSupport
-
- org.apache.camel.k.tooling.maven.GenerateYamlLoaderSupportClasses
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generate-yaml-loader-support-classes", inheritByDefault=false, defaultPhase=GENERATE_SOURCES, requiresDependencyResolution=COMPILE, threadSafe=true, requiresProject=false) public class GenerateYamlLoaderSupportClasses extends GenerateYamlSupport
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
blacklistedDefinitions
-
Fields inherited from class org.apache.camel.k.tooling.maven.GenerateYamlSupport
DATAFORMAT_DEFINITION_CLASS, EXPRESSION_DEFINITION_CLASS, LOAD_BALANCE_DEFINITION_CLASS, METADATA_ANNOTATION, output, project, XMLROOTELEMENT_ANNOTATION_CLASS, YAML_MIXIN_ANNOTATION, YAML_NODE_DEFINITION_ANNOTATION, YAML_STEP_PARSER_ANNOTATION
-
-
Constructor Summary
Constructors Constructor Description GenerateYamlLoaderSupportClasses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
com.squareup.javapoet.TypeSpec
generateJacksonModule()
com.squareup.javapoet.TypeSpec
generateReifiers()
com.squareup.javapoet.TypeSpec
generateResolver()
-
Methods inherited from class org.apache.camel.k.tooling.maven.GenerateYamlSupport
annotated, definitions, getClassLoader, getCompositeIndexer, implementors
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
-
generateJacksonModule
public final com.squareup.javapoet.TypeSpec generateJacksonModule()
-
generateReifiers
public final com.squareup.javapoet.TypeSpec generateReifiers()
-
generateResolver
public final com.squareup.javapoet.TypeSpec generateResolver()
-
-