Class ModelloJacksonReaderMojo

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

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

      • ModelloJacksonReaderMojo

        public ModelloJacksonReaderMojo()
    • 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