Class JsonStringImpl
java.lang.Object
org.apache.activemq.artemis.json.impl.JsonValueImpl
org.apache.activemq.artemis.json.impl.JsonStringImpl
- All Implemented Interfaces:
JsonString,JsonValue
-
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 -
Method Summary
Methods inherited from class org.apache.activemq.artemis.json.impl.JsonValueImpl
asJsonArray, asJsonObject, equals, getRawValue, getValueType, hashCode, toString, wrapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.json.JsonString
equals, hashCodeMethods inherited from interface org.apache.activemq.artemis.json.JsonValue
asJsonArray, asJsonObject, getValueType, toString
-
Constructor Details
-
JsonStringImpl
public JsonStringImpl(javax.json.JsonString rawString)
-
-
Method Details
-
getRawString
public javax.json.JsonString getRawString() -
getString
- Specified by:
getStringin interfaceJsonString
-
getChars
- Specified by:
getCharsin interfaceJsonString
-