Interface JsonListFile.BaseEntry

Enclosing class:
JsonListFile

protected static interface JsonListFile.BaseEntry
Base interface for entries in JSON list files.
  • Method Summary

    Modifier and Type
    Method
    Description
    Serialize this entry to JSON format.
  • Method Details

    • write

      Map<String,String> write()
      Serialize this entry to JSON format.
      Returns:
      The resulting JSON object.