Modifier and Type | Method and Description |
---|---|
<T> T |
JSONPath.eval(Object rootObject,
Type clazz,
ParserConfig parserConfig) |
static Object |
JSONPath.extract(String json,
String path,
ParserConfig config,
int features,
Feature... optionFeatures) |
static Object |
JSON.parse(String text,
ParserConfig config) |
static Object |
JSON.parse(String text,
ParserConfig config,
Feature... features) |
static Object |
JSON.parse(String text,
ParserConfig config,
int features) |
static <T> List<T> |
JSON.parseArray(String text,
Class<T> clazz,
ParserConfig config) |
static JSONArray |
JSON.parseArray(String text,
ParserConfig parserConfig) |
static List<Object> |
JSON.parseArray(String text,
Type[] types,
ParserConfig config) |
static <T> T |
JSON.parseObject(byte[] bytes,
Charset charset,
Type clazz,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(byte[] bytes,
int offset,
int len,
Charset charset,
Type clazz,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(InputStream is,
Charset charset,
Type type,
ParserConfig config,
Feature... features) |
static <T> T |
JSON.parseObject(InputStream is,
Charset charset,
Type type,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
static <T> T |
JSONPath.read(String json,
String path,
Type clazz,
ParserConfig parserConfig) |
<T> T |
JSONObject.toJavaObject(Class<T> clazz,
ParserConfig config,
int features) |
static Object |
JSON.toJSON(Object javaObject,
ParserConfig parserConfig)
Deprecated.
|
Constructor and Description |
---|
JSONPath(String path,
SerializeConfig serializeConfig,
ParserConfig parserConfig,
boolean ignoreNullValue) |
Modifier and Type | Field and Description |
---|---|
static ParserConfig |
ParserConfig.global |
Modifier and Type | Method and Description |
---|---|
ParserConfig |
DefaultJSONParser.getConfig() |
static ParserConfig |
ParserConfig.getGlobalInstance() |
Modifier and Type | Method and Description |
---|---|
FieldDeserializer |
ParserConfig.createFieldDeserializer(ParserConfig mapping,
JavaBeanInfo beanInfo,
FieldInfo fieldInfo) |
void |
DefaultJSONParser.setConfig(ParserConfig config) |
Constructor and Description |
---|
DefaultExtJSONParser(char[] input,
int length,
ParserConfig mapping,
int features)
Deprecated.
|
DefaultExtJSONParser(String input,
ParserConfig mapping)
Deprecated.
|
DefaultExtJSONParser(String input,
ParserConfig mapping,
int features)
Deprecated.
|
DefaultJSONParser(char[] input,
int length,
ParserConfig config,
int features) |
DefaultJSONParser(JSONLexer lexer,
ParserConfig config) |
DefaultJSONParser(Object input,
JSONLexer lexer,
ParserConfig config) |
DefaultJSONParser(String input,
ParserConfig config) |
DefaultJSONParser(String input,
ParserConfig config,
int features) |
Modifier and Type | Method and Description |
---|---|
Object |
JavaBeanDeserializer.createInstance(Map<String,Object> map,
ParserConfig config) |
ObjectDeserializer |
ASMDeserializerFactory.createJavaBeanDeserializer(ParserConfig config,
JavaBeanInfo beanInfo) |
ObjectDeserializer |
DefaultFieldDeserializer.getFieldValueDeserilizer(ParserConfig config) |
Constructor and Description |
---|
ArrayListTypeFieldDeserializer(ParserConfig mapping,
Class<?> clazz,
FieldInfo fieldInfo) |
DefaultFieldDeserializer(ParserConfig config,
Class<?> clazz,
FieldInfo fieldInfo) |
JavaBeanDeserializer(ParserConfig config,
Class<?> clazz) |
JavaBeanDeserializer(ParserConfig config,
Class<?> clazz,
Type type) |
JavaBeanDeserializer(ParserConfig config,
JavaBeanInfo beanInfo) |
ThrowableDeserializer(ParserConfig mapping,
Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
ObjectDeserializer |
Module.createDeserializer(ParserConfig config,
Class type) |
Modifier and Type | Method and Description |
---|---|
ParserConfig |
FastJsonConfig.getParserConfig() |
Modifier and Type | Method and Description |
---|---|
void |
FastJsonConfig.setParserConfig(ParserConfig parserConfig) |
Modifier and Type | Method and Description |
---|---|
ParserConfig |
Retrofit2ConverterFactory.getParserConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Retrofit2ConverterFactory |
Retrofit2ConverterFactory.setParserConfig(ParserConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
TypeUtils.cast(Object obj,
Class<T> clazz,
ParserConfig config) |
static <T> T |
TypeUtils.cast(Object obj,
ParameterizedType type,
ParserConfig mapping) |
static <T> T |
TypeUtils.cast(Object obj,
Type type,
ParserConfig mapping) |
static <T> T |
TypeUtils.castToEnum(Object obj,
Class<T> clazz,
ParserConfig mapping) |
static <T> T |
TypeUtils.castToJavaBean(Map<String,Object> map,
Class<T> clazz,
ParserConfig config) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.