|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface JSONVisitor
JSONVisitor.
| Field Summary | |
|---|---|
static String |
CLASS_PROPERTY
Deprecated. |
| Method Summary | |
|---|---|
void |
arrayBegin()
Deprecated. array begin. |
Object |
arrayEnd(int count)
Deprecated. array end, return array value. |
void |
arrayItem(int index)
Deprecated. array item. |
void |
arrayItemValue(int index,
Object obj,
boolean isValue)
Deprecated. array item. |
void |
begin()
Deprecated. parse begin . |
Object |
end(Object obj,
boolean isValue)
Deprecated. parse end. |
void |
objectBegin()
Deprecated. object begin. |
Object |
objectEnd(int count)
Deprecated. object end, return object value. |
void |
objectItem(String name)
Deprecated. object property name. |
void |
objectItemValue(Object obj,
boolean isValue)
Deprecated. object property value. |
| Field Detail |
|---|
static final String CLASS_PROPERTY
| Method Detail |
|---|
void begin()
Object end(Object obj,
boolean isValue)
throws ParseException
obj - root obj.isValue - is json value.
ParseException
void objectBegin()
throws ParseException
ParseException
Object objectEnd(int count)
throws ParseException
count - property count.
ParseException
void objectItem(String name)
throws ParseException
name - name.
ParseException
void objectItemValue(Object obj,
boolean isValue)
throws ParseException
obj - obj.isValue - is json value.
ParseException
void arrayBegin()
throws ParseException
ParseException
Object arrayEnd(int count)
throws ParseException
count - count.
ParseException
void arrayItem(int index)
throws ParseException
index - index.
ParseException
void arrayItemValue(int index,
Object obj,
boolean isValue)
throws ParseException
index - index.obj - item.isValue - is json value.
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||