Package | Description |
---|---|
com.alibaba.fastjson | |
com.alibaba.fastjson.parser.deserializer | |
com.alibaba.fastjson.support.config |
Modifier and Type | Method and Description |
---|---|
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,
ParseProcess processor,
int featureValues,
Feature... features) |
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 |
interface |
PropertyProcessable |
Modifier and Type | Method and Description |
---|---|
ParseProcess |
FastJsonConfig.getParseProcess()
Gets parse process.
|
Modifier and Type | Method and Description |
---|---|
void |
FastJsonConfig.setParseProcess(ParseProcess parseProcess)
Sets parse process.
|
Copyright © 2012–2022 Alibaba Group. All rights reserved.