Interface Jsonable

  • All Known Implementing Classes:
    Chart, ChartOptions, ColumnDeclaration, DataCell, DataRow, DataTable

    public interface Jsonable
    Interface for object that can render a JSON representation of an instance. Makes use of Wicket JSON library, see package com.github.openjson.
    Author:
    Dieter Tremel
    • Method Detail

      • toJSON

        com.github.openjson.JSONObject toJSON()
        Create the JSON serialization of the instance.
        Returns:
        Json object for the instance.