com.xebialabs.xltype.serialization.json
Class CiListJsonReader

java.lang.Object
  extended by com.xebialabs.xltype.serialization.json.CiListJsonReader
All Implemented Interfaces:
CiListReader

public class CiListJsonReader
extends java.lang.Object
implements CiListReader


Constructor Summary
CiListJsonReader(org.codehaus.jettison.json.JSONArray json)
           
 
Method Summary
static CiListJsonReader create(java.lang.String jsonArray)
           
 CiReader getCurrentCiReader()
           
 boolean hasMoreChildren()
           
 void moveIntoChild()
           
 void moveOutOfChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiListJsonReader

public CiListJsonReader(org.codehaus.jettison.json.JSONArray json)
Method Detail

create

public static CiListJsonReader create(java.lang.String jsonArray)

hasMoreChildren

public boolean hasMoreChildren()
Specified by:
hasMoreChildren in interface CiListReader

moveIntoChild

public void moveIntoChild()
Specified by:
moveIntoChild in interface CiListReader

moveOutOfChild

public void moveOutOfChild()
Specified by:
moveOutOfChild in interface CiListReader

getCurrentCiReader

public CiReader getCurrentCiReader()
Specified by:
getCurrentCiReader in interface CiListReader