public class JSONOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JSONOptions.De |
static class |
JSONOptions.Se |
Constructor and Description |
---|
JSONOptions(com.fasterxml.jackson.databind.JsonNode n,
com.fasterxml.jackson.core.JsonLocation location) |
JSONOptions(Object opaque) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
asNode() |
com.fasterxml.jackson.core.JsonParser |
asParser() |
<T> T |
getListWith(LogicalPlanPersistence config,
com.fasterxml.jackson.core.type.TypeReference<T> t) |
<T> T |
getListWith(com.fasterxml.jackson.databind.ObjectMapper mapper,
com.fasterxml.jackson.core.type.TypeReference<T> t) |
com.fasterxml.jackson.databind.JsonNode |
getRoot() |
<T> T |
getWith(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<T> c) |
com.fasterxml.jackson.databind.JsonNode |
path(String name) |
public JSONOptions(Object opaque)
public JSONOptions(com.fasterxml.jackson.databind.JsonNode n, com.fasterxml.jackson.core.JsonLocation location)
public <T> T getWith(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<T> c)
public <T> T getListWith(LogicalPlanPersistence config, com.fasterxml.jackson.core.type.TypeReference<T> t) throws IOException
IOException
public com.fasterxml.jackson.databind.JsonNode asNode()
public com.fasterxml.jackson.core.JsonParser asParser()
public <T> T getListWith(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.core.type.TypeReference<T> t) throws IOException
IOException
public com.fasterxml.jackson.databind.JsonNode path(String name)
public com.fasterxml.jackson.databind.JsonNode getRoot()
Copyright © 1970 The Apache Software Foundation. All rights reserved.