com.alibaba.fastjson.parser
类 ParseContext
java.lang.Object
com.alibaba.fastjson.parser.ParseContext
public class ParseContext
- extends Object
ParseContext
public ParseContext(ParseContext parent,
Object object,
Object fieldName)
getType
public Type getType()
setType
public void setType(Type type)
getObject
public Object getObject()
setObject
public void setObject(Object object)
getParentContext
public ParseContext getParentContext()
getPath
public String getPath()
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2012-2014 Alibaba Group. All Rights Reserved.