org.itest.json.simple.impl
Class SimpleJsonState

java.lang.Object
  extended by org.itest.json.simple.impl.SimpleJsonState

public class SimpleJsonState
extends Object


Constructor Summary
SimpleJsonState(String value)
           
 
Method Summary
 SimpleJsonState get(String key)
           
 String getValue()
           
 Integer length()
           
 Iterable<String> names()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJsonState

public SimpleJsonState(String value)
Method Detail

get

public SimpleJsonState get(String key)
                    throws SimpleJsonException
Throws:
SimpleJsonException

names

public Iterable<String> names()

length

public Integer length()

getValue

public String getValue()


Copyright © 2014. All rights reserved.