Class ModelloJacksonWriterMojo

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

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

      • ModelloJacksonWriterMojo

        public ModelloJacksonWriterMojo()
    • Method Detail

      • customizeParameters

        protected void customizeParameters​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
        Description copied from class: AbstractModelloGeneratorMojo
        Override this method to customize the values in the properties set.

        This method will be called after the parameters have been populated with the parameters in the abstract mojo.

        Overrides:
        customizeParameters in class AbstractModelloSourceGeneratorMojo
        Parameters:
        parameters - the parameters to customize