@Mojo(name="generate-yaml-support-classes",
inheritByDefault=false,
defaultPhase=GENERATE_SOURCES,
requiresDependencyResolution=COMPILE,
threadSafe=true,
requiresProject=false)
public class GenerateYamlSupportClasses
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.jandex.DotName |
DATAFORMAT_DEFINITION_CLASS |
static org.jboss.jandex.DotName |
EXPRESSION_DEFINITION_CLASS |
static org.jboss.jandex.DotName |
XMLROOTELEMENT_ANNOTATION_CLASS |
| Constructor and Description |
|---|
GenerateYamlSupportClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
com.squareup.javapoet.TypeSpec |
generateHasDataFormat() |
com.squareup.javapoet.TypeSpec |
generateHasExpression() |
com.squareup.javapoet.TypeSpec |
generateJacksonModule() |
public static final org.jboss.jandex.DotName EXPRESSION_DEFINITION_CLASS
public static final org.jboss.jandex.DotName DATAFORMAT_DEFINITION_CLASS
public static final org.jboss.jandex.DotName XMLROOTELEMENT_ANNOTATION_CLASS
public void execute()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic final com.squareup.javapoet.TypeSpec generateHasExpression()
public final com.squareup.javapoet.TypeSpec generateHasDataFormat()
public final com.squareup.javapoet.TypeSpec generateJacksonModule()
Copyright © 2019 The Apache Software Foundation. All rights reserved.