Interface AbstractAvailableDataMojo.AvailableData

Enclosing class:
AbstractAvailableDataMojo

protected static interface AbstractAvailableDataMojo.AvailableData
AvailableData type that contains all data needed to display and how to display them. Could easily be match over an enumeration.
  • Method Details

    • name

      String name()
      Returns:
      name of the dataType
    • getData

      Map<String,?> getData()
      Returns:
      map of all available data
    • toString

      String toString(Object value)
      Parameters:
      value - Data value
      Returns:
      how to display a data value as a String