public class CiListJsonReader extends java.lang.Object implements CiListReader
| Constructor and Description |
|---|
CiListJsonReader(org.codehaus.jettison.json.JSONArray json) |
| Modifier and Type | Method and Description |
|---|---|
static CiListJsonReader |
create(java.lang.String jsonArray) |
CiReader |
getCurrentCiReader() |
boolean |
hasMoreChildren() |
void |
moveIntoChild() |
void |
moveOutOfChild() |
public CiListJsonReader(org.codehaus.jettison.json.JSONArray json)
public static CiListJsonReader create(java.lang.String jsonArray)
public boolean hasMoreChildren()
hasMoreChildren in interface CiListReaderpublic void moveIntoChild()
moveIntoChild in interface CiListReaderpublic void moveOutOfChild()
moveOutOfChild in interface CiListReaderpublic CiReader getCurrentCiReader()
getCurrentCiReader in interface CiListReader