Interface XMLElementReader<C>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void handleAbsentElement​(C context)
      Handles the case where the associated element is not present in the XML input.
      • Methods inherited from interface org.jboss.staxmapper.XMLElementReader

        readElement
    • Method Detail

      • handleAbsentElement

        default void handleAbsentElement​(C context)
        Handles the case where the associated element is not present in the XML input. By default, no action is taken.
        Parameters:
        context - a reader context