Class JsonAPIConfigTableFormat

  • All Implemented Interfaces:
    ITableFormat

    public class JsonAPIConfigTableFormat
    extends Object
    implements ITableFormat

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

    Since:
    0.2.0
    • Constructor Detail

      • JsonAPIConfigTableFormat

        public JsonAPIConfigTableFormat​(String json)

        Default constructor.

        Parameters:
        json - the JSON to format