Class ModelloSnakeYamlWriterMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="snakeyaml-writer",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloSnakeYamlWriterMojo
    extends AbstractModelloSourceGeneratorMojo
    Creates an SnakeYaml writer from the model.
    Since:
    1.8
    • Constructor Detail

      • ModelloSnakeYamlWriterMojo

        @Inject
        public ModelloSnakeYamlWriterMojo​(org.codehaus.plexus.build.BuildContext buildContext,
                                          org.codehaus.modello.core.ModelloCore modelloCore)