Uses of Class
org.apache.bookkeeper.common.util.JsonUtil.ParseJsonException
-
Packages that use JsonUtil.ParseJsonException Package Description org.apache.bookkeeper.common.util defines the utilities for allocator used across the project.org.apache.bookkeeper.conf Configurations used by bookkeeper. -
-
Uses of JsonUtil.ParseJsonException in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util that throw JsonUtil.ParseJsonException Modifier and Type Method Description static <T> T
JsonUtil. fromJson(java.lang.String jsonStr, java.lang.Class<T> valueType)
static java.lang.String
JsonUtil. toJson(java.lang.Object object)
-
Uses of JsonUtil.ParseJsonException in org.apache.bookkeeper.conf
Methods in org.apache.bookkeeper.conf that throw JsonUtil.ParseJsonException Modifier and Type Method Description java.lang.String
AbstractConfiguration. asJson()
returns the string representation of json format of this config.
-