JSONParser class

Syntax

public class JSONParser

Members

All members of JSONParser, including inherited members.

Variables
Modifier and Type Variable Description
protected static String JSON_TAG_D  
protected static String JSON_TAG_DEFERRED  
protected static String JSON_TAG_DELTA  
protected static String JSON_TAG_METADATA  
protected static String JSON_TAG_RESULTS  
protected static String JSON_TAG_TYPE  
protected static String JSON_TAG_URI  
Constructors
Modifier and Type Constructor Description
public JSONParser()  
Methods
Modifier and Type Method Description
protected List< IODataEntry > parseComplexEntry(String, String, IODataSchema, String)  
protected List< IODataEntry > parseFunctionImportComplexType(String, String, IODataSchema, String)  
protected List< IODataEntry > parseODataEntries(String, String, IODataSchema, JsonObject)  
protected List< IODataEntry > parseODataEntry(String, String, IODataSchema)  
protected IODataFeed parseODataFeed(String, String, IODataSchema)  
protected IODataServiceDocument parseODataServiceDocument(String)  
protected void populateODataEntry(ODataEntry, JsonObject)