Package org.docx4j.services.client
Class JsonUtil
java.lang.Object
org.docx4j.services.client.JsonUtil
public class JsonUtil
extends java.lang.Object
- Since:
- 8.3.1
-
Constructor Summary
Constructors Constructor Description JsonUtil() -
Method Summary
Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Integer>bytesToMap(byte[] json)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsonUtil
public JsonUtil()
-
-
Method Details
-
bytesToMap
public static java.util.Map<java.lang.String,java.lang.Integer> bytesToMap(byte[] json) throws java.lang.Exception- Throws:
java.lang.Exception
-