| Package | Description |
|---|---|
| com.alibaba.fastjson | |
| com.alibaba.fastjson.parser | |
| com.alibaba.fastjson.support.config | |
| com.alibaba.fastjson.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JSONObject.toJavaObject(Class<T> clazz,
ParserConfig config,
int features) |
| Modifier and Type | Field and Description |
|---|---|
static ParserConfig |
ParserConfig.global |
| Modifier and Type | Method and Description |
|---|---|
static ParserConfig |
ParserConfig.getGlobalInstance() |
| 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 |
|---|---|
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 © 2022 Alibaba Group. All rights reserved.