Class JsonUtils
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.util.JsonUtils
-
public class JsonUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateODataContextValueForTombstone(String entitySetName)static booleanendJson(com.google.gson.stream.JsonReader reader, int openJsonObjects)static intstartJson(com.google.gson.stream.JsonReader reader)
-
-
-
Method Detail
-
createODataContextValueForTombstone
public static String createODataContextValueForTombstone(String entitySetName)
-
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
-
-