Example usage for org.json.simple JSONObject subclass-usage

List of usage examples for org.json.simple JSONObject subclass-usage

Introduction

In this page you can find the example usage for org.json.simple JSONObject subclass-usage.

Usage

From source file org.talend.components.splunk.objects.SplunkJSONEvent.java

public class SplunkJSONEvent extends JSONObject {

    private static final long serialVersionUID = 3205801702373951474L;

    public SplunkJSONEvent() {
    }

From source file au.edu.unsw.cse.soc.federatedcloud.community.driven.cloudbase.connectors.docker.DockerResourceDescription.java

/**
 * User: denis
 * Represent  a docker resource model
 */
public class DockerResourceDescription extends JSONObject {
    private static final Logger log = LoggerFactory.getLogger(DockerResourceDescription.class);

From source file edu.usc.irds.sparkler.SparklerConfiguration.java

public class SparklerConfiguration extends JSONObject {

    public SparklerConfiguration() {
        super();
    }

From source file org.ScripterRon.BitcoinMonitor.Response.java

/**
 * Response is used for the JSON-encoded responses returned by the Bitcoin node
 */
public class Response extends JSONObject {

    /** Empty string list */

From source file mml.handler.json.STILDocument.java

/**
 *
 * @author desmond
 */
public class STILDocument extends JSONObject {
    ArrayList<JSONObject> ranges;

From source file org.opensocial.models.Model.java

/**
 * Generic OpenSocial model class. Every OpenSocial resource class, whether it
 * models concrete (e.g. person) or abstract (e.g. AppData) concepts, extends
 * this class. Instance methods provide an interface for getting and setting
 * arbitrary properties (fields) of these resources.
 *

From source file org.topicquests.persist.json.es.blueprints.JSONDocStoreBlueprintsElement.java

/**
 * @author park
 *
 */
public class JSONDocStoreBlueprintsElement extends JSONObject implements Element {
    protected JSONDocStoreBlueprintsGraph myGraph;

From source file it.polimi.geinterface.filter.PropertiesFilter.java

public class PropertiesFilter extends JSONObject {

    private PropertiesFilter() {
    }

    /**

From source file org.exoplatform.social.client.api.model.Model.java

/**
 * The general model extends {@link org.json.simple.JSONObject}'s interfaces.
 * <p/>
 * Inspiration taken from: http://code.google.com/p/opensocial-java-client/source/browse/trunk/java/src/org/opensocial/models/Model.java
 *
 * @author <a href="http://hoatle.net">hoatle (hoatlevan at gmail dot com)</a>

From source file compare.handler.get.CorCode.java

/**
 * Construct a CorCode programmatically
 * @author desmond
 */
public class CorCode extends JSONObject implements RangeComplete {
    /** current range */