public class SmileJsonHandler extends JsonHandler
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
mapper
JSON SMILE parser
|
Modifier | Constructor and Description |
---|---|
protected |
SmileJsonHandler() |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ArrayNode |
createArrayNode() |
static com.fasterxml.jackson.databind.node.ObjectNode |
createObjectNode() |
static com.fasterxml.jackson.databind.node.ObjectNode |
getFromString(String value) |
static Map<String,Object> |
getMapFromString(String value) |
static String |
writeAsString(Object object) |
exist, exist, getFromFile, getFromFile, getFromString, getFromStringExc, getString, getString, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, prettyPrint, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, writeAsFile
public static final com.fasterxml.jackson.databind.ObjectMapper mapper
public static com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()
public static com.fasterxml.jackson.databind.node.ArrayNode createArrayNode()
public static com.fasterxml.jackson.databind.node.ObjectNode getFromString(String value)
value
- public static String writeAsString(Object object)
object
- Copyright © 2009–2020 Waarp. All rights reserved.