Package io.meeds.wom.api.utils
Class JsonUtils
java.lang.Object
io.meeds.wom.api.utils.JsonUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapper -
Method Summary
Modifier and TypeMethodDescriptionstatic final <T> TfromJsonString(String value, Class<T> resultClass) static final <T> TfromJsonStringNoCheckedEx(String value, Class<T> resultClass) static final StringtoJsonString(Object object) static final StringtoJsonStringNoCheckedEx(Object object)
-
Field Details
-
OBJECT_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
-
-
Method Details
-
fromJsonString
public static final <T> T fromJsonString(String value, Class<T> resultClass) throws WomParsingException - Throws:
WomParsingException
-
fromJsonStringNoCheckedEx
public static final <T> T fromJsonStringNoCheckedEx(String value, Class<T> resultClass) throws WomParsingException - Throws:
WomParsingException
-
toJsonString
- Throws:
WomParsingException
-
toJsonStringNoCheckedEx
-