public abstract class JSONBase extends Object implements JSON
| Constructor and Description | 
|---|
JSONBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
toJSON()  | 
String | 
toJSON(Boolean pretty)  | 
String | 
toJSON(TCAPIVersion version)  | 
String | 
toJSON(TCAPIVersion version,
      Boolean pretty)  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode()  | 
abstract com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode(TCAPIVersion version)  | 
public abstract com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
toJSONNode in interface JSONpublic com.fasterxml.jackson.databind.node.ObjectNode toJSONNode()
toJSONNode in interface JSONpublic String toJSON(TCAPIVersion version, Boolean pretty)
public String toJSON(TCAPIVersion version)
Copyright © 2016 Rustici Software. All Rights Reserved.