public class JsonConfig
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<T extends io.burt.jmespath.function.BaseFunction> |
addFunction(T function)
|
static JsonConfig |
get() |
io.burt.jmespath.JmesPath<com.fasterxml.jackson.databind.JsonNode> |
getJmesPath()
Return the JmesPath used to select sub node of Json
|
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper()
Return an Object Mapper.
|
public static JsonConfig get()
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
ObjectMapper to serialize / deserialize JSONpublic io.burt.jmespath.JmesPath<com.fasterxml.jackson.databind.JsonNode> getJmesPath()
JmesPathpublic <T extends io.burt.jmespath.function.BaseFunction> void addFunction(T function)
T - Must extends BaseFunctionfunction - the function to addCopyright © 2023. All rights reserved.