Class JsonStringImpl
- java.lang.Object
-
- org.apache.activemq.artemis.json.impl.JsonValueImpl
-
- org.apache.activemq.artemis.json.impl.JsonStringImpl
-
- All Implemented Interfaces:
JsonString,JsonValue
public class JsonStringImpl extends JsonValueImpl implements JsonString
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.activemq.artemis.json.JsonValue
JsonValue.ValueType
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.json.JsonValue
EMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE
-
-
Constructor Summary
Constructors Constructor Description JsonStringImpl(javax.json.JsonString rawString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequencegetChars()javax.json.JsonStringgetRawString()java.lang.StringgetString()-
Methods inherited from class org.apache.activemq.artemis.json.impl.JsonValueImpl
asJsonArray, asJsonObject, equals, getRawValue, getValueType, hashCode, toString, wrap
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.artemis.json.JsonString
equals, hashCode
-
Methods inherited from interface org.apache.activemq.artemis.json.JsonValue
asJsonArray, asJsonObject, getValueType, toString
-
-
-
-
Method Detail
-
getRawString
public javax.json.JsonString getRawString()
-
getString
public java.lang.String getString()
- Specified by:
getStringin interfaceJsonString
-
getChars
public java.lang.CharSequence getChars()
- Specified by:
getCharsin interfaceJsonString
-
-