Class CiListJsonReader
- java.lang.Object
-
- com.xebialabs.xltype.serialization.json.CiListJsonReader
-
- All Implemented Interfaces:
CiListReader
public class CiListJsonReader extends java.lang.Object implements CiListReader
-
-
Constructor Summary
Constructors Constructor Description CiListJsonReader(org.codehaus.jettison.json.JSONArray json)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CiListJsonReadercreate(java.lang.String jsonArray)CiReadergetCurrentCiReader()booleanhasMoreChildren()voidmoveIntoChild()voidmoveOutOfChild()
-
-
-
Method Detail
-
create
public static CiListJsonReader create(java.lang.String jsonArray)
-
hasMoreChildren
public boolean hasMoreChildren()
- Specified by:
hasMoreChildrenin interfaceCiListReader
-
moveIntoChild
public void moveIntoChild()
- Specified by:
moveIntoChildin interfaceCiListReader
-
moveOutOfChild
public void moveOutOfChild()
- Specified by:
moveOutOfChildin interfaceCiListReader
-
getCurrentCiReader
public CiReader getCurrentCiReader()
- Specified by:
getCurrentCiReaderin interfaceCiListReader
-
-