cc.plural.jsonij
Class JSON.String

java.lang.Object
  extended by cc.plural.jsonij.Value
      extended by cc.plural.jsonij.StringImp
          extended by cc.plural.jsonij.JSON.String
All Implemented Interfaces:
Serializable, CharSequence, Comparable<Value>
Enclosing class:
JSON

public static class JSON.String
extends StringImp

JSON String. Wrapper for StringImp.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class cc.plural.jsonij.Value
Value.TYPE
 
Field Summary
 
Fields inherited from class cc.plural.jsonij.StringImp
value
 
Fields inherited from class cc.plural.jsonij.Value
valueType
 
Constructor Summary
JSON.String(String s)
          Default Constructor.
 
Method Summary
static JSON.String getValue(String string)
           
 
Methods inherited from class cc.plural.jsonij.StringImp
charAt, equals, hashCode, internalType, length, nestedSize, subSequence, toJSON, toString
 
Methods inherited from class cc.plural.jsonij.Value
compareTo, get, get, getBoolean, getDouble, getInt, getNumber, getString, getValueType, has, isNull, size, type, valueKeySet
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSON.String

public JSON.String(String s)
Default Constructor.

Parameters:
s - The java.lang.String value.
Method Detail

getValue

public static JSON.String getValue(String string)


Copyright © 2012. All Rights Reserved.