public class JsonUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonUtils.ListOfWorkObjectDefinitionIdTypeReference |
static class |
JsonUtils.ListOfWorkObjectIdTypeReference |
static class |
JsonUtils.SetOfGroupIdTypeReference |
static class |
JsonUtils.SetOfUserIdTypeReference |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
static Instant |
getDateValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
static Integer |
getIntegerValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
static Long |
getLongValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
static String |
getStringValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
static Object |
getValue(com.fasterxml.jackson.core.JsonParser jsonParser) |
public static Integer getIntegerValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionpublic static Long getLongValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionpublic static String getStringValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionpublic static Instant getDateValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionpublic static boolean getBooleanValue(com.fasterxml.jackson.core.JsonParser jsonParser)
throws IOException
IOExceptionpublic static Object getValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.