Class JsonUtil
java.lang.Object
org.apache.bookkeeper.common.util.JsonUtil
Util class which helps to parse Json to and from Object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA JSON parsing exception. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonUtil
public JsonUtil()
-
-
Method Details
-
toJson
- Throws:
JsonUtil.ParseJsonException
-
fromJson
- Throws:
JsonUtil.ParseJsonException
-