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
IOException
public static Long getLongValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
public static String getStringValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
public static Instant getDateValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
public static boolean getBooleanValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
public static Object getValue(com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.