Deprecated. since 3.0, Use JSONParser
Syntax
public class
JSONParser
Members
All members of JSONParser, including inherited members.
Variables
Constructors
| Modifier and Type |
Constructor |
Description |
| public |
JSONParser()
|
|
Methods
| Modifier and Type |
Method |
Description |
| protected List< ISDMODataEntry > |
parseComplexEntry(String, String, ISDMODataSchema, String)
|
|
| protected List< ISDMODataEntry > |
parseFunctionImportComplexType(String, String, ISDMODataSchema, String)
|
|
| protected List< ISDMODataEntry > |
parseODataEntries(String, String, ISDMODataSchema)
|
|
| protected List< ISDMODataEntry > |
parseODataEntry(String, String, ISDMODataSchema)
|
|
| protected ISDMODataServiceDocument |
parseODataServiceDocument(String)
|
|
| protected void |
populateODataEntry(SDMODataEntry, JsonObject)
|
|