public class ParseContext extends Object
Modifier and Type | Field and Description |
---|---|
Object |
fieldName |
int |
level |
Object |
object |
ParseContext |
parent |
Type |
type |
Constructor and Description |
---|
ParseContext(ParseContext parent,
Object object,
Object fieldName) |
public Object object
public final ParseContext parent
public final Object fieldName
public final int level
public Type type
public ParseContext(ParseContext parent, Object object, Object fieldName)
Copyright © 2012–2022 Alibaba Group. All rights reserved.