Class JsonUtils
java.lang.Object
org.apache.olingo.odata2.core.ep.util.JsonUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateODataContextValueForTombstone(String entitySetName) static booleanendJson(com.google.gson.stream.JsonReader reader, int openJsonObjects) static intstartJson(com.google.gson.stream.JsonReader reader)
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
createODataContextValueForTombstone
-
startJson
public static int startJson(com.google.gson.stream.JsonReader reader) throws EntityProviderException - Throws:
EntityProviderException
-
endJson
public static boolean endJson(com.google.gson.stream.JsonReader reader, int openJsonObjects) throws IOException, EntityProviderException - Throws:
IOExceptionEntityProviderException
-