Package adams.core
Interface JsonSupporter
-
- All Known Implementing Classes:
JsonTree,JsonTreeWithPreview
public interface JsonSupporterFor classes that support JSON objects, e.g., displaying them.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.minidev.json.JSONAwaregetJSON()Returns the JSON object.voidsetJSON(net.minidev.json.JSONAware value)Sets the JSON object.
-