public class JacksonSerializationUtils extends Object
| Constructor and Description |
|---|
JacksonSerializationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.core.JsonToken |
getToken(com.fasterxml.jackson.core.JsonParser parser)
Helper method to ensure to get the current token.
|
static Value |
parseValue(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
public static com.fasterxml.jackson.core.JsonToken getToken(com.fasterxml.jackson.core.JsonParser parser)
throws IOException
IOExceptionpublic static Value parseValue(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
IOExceptionCopyright © 2015. All rights reserved.