Class ModelloJacksonExtendedReaderMojo

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

    @Mojo(name="jackson-extended-reader",
          defaultPhase=GENERATE_SOURCES,
          threadSafe=true)
    public class ModelloJacksonExtendedReaderMojo
    extends ModelloXpp3ReaderMojo
    Creates an Jackson extended reader from the model. An extended reader populates the parsed model with metadata about the line/column from which the data was read if the model supports this.
    Since:
    1.8
    • Constructor Detail

      • ModelloJacksonExtendedReaderMojo

        public ModelloJacksonExtendedReaderMojo()