Class JsonAPITableFormat

  • All Implemented Interfaces:
    ITableFormat

    public class JsonAPITableFormat
    extends Object
    implements ITableFormat

    Class which encapsulates behavior for the JSON API table format. Note that this class is immutable; to change the containing JSON, a new class needs to be instantiated.

    Since:
    0.1.0
    • Constructor Detail

      • JsonAPITableFormat

        public JsonAPITableFormat​(String json)

        Default constructor.

        Parameters:
        json - the JSON to format