Interface Context

    • Method Detail

      • exportAsString

        String exportAsString​(Context.ExportFormat format)
        Export this context into the specified format.
        Parameters:
        format - the format to export into.
        Returns:
        the exported format as a string representation.
      • exportAsMap

        Map<String,​Object> exportAsMap()
        Export this context into a generic map.
        Returns:
        the exported format in a generic map representation.