| Package | Description |
|---|---|
| com.alibaba.fastjson | |
| com.alibaba.fastjson.parser.deserializer |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
JSON.parseObject(String text,
Class<T> clazz,
ParseProcess processor,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParseProcess processor,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtraProcessor |
interface |
ExtraTypeProvider |
interface |
FieldTypeResolver |
Copyright © 2012–2018 Alibaba Group. All rights reserved.