Package | Description |
---|---|
com.alibaba.fastjson.parser |
Modifier and Type | Field and Description |
---|---|
ParseContext |
DefaultJSONParser.ResolveTask.context |
ParseContext |
DefaultJSONParser.ResolveTask.ownerContext |
ParseContext |
ParseContext.parent |
Modifier and Type | Method and Description |
---|---|
ParseContext |
DefaultJSONParser.getContext() |
ParseContext |
DefaultJSONParser.getOwnerContext() |
ParseContext |
DefaultJSONParser.setContext(Object object,
Object fieldName) |
ParseContext |
DefaultJSONParser.setContext(ParseContext parent,
Object object,
Object fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJSONParser.setContext(ParseContext context) |
ParseContext |
DefaultJSONParser.setContext(ParseContext parent,
Object object,
Object fieldName) |
Constructor and Description |
---|
ParseContext(ParseContext parent,
Object object,
Object fieldName) |
ResolveTask(ParseContext context,
String referenceValue) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.