Class JsonValueImpl
java.lang.Object
org.apache.activemq.artemis.json.impl.JsonValueImpl
- All Implemented Interfaces:
JsonValue
- Direct Known Subclasses:
JsonArrayImpl,JsonNumberImpl,JsonObjectImpl,JsonStringImpl
-
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
-
Constructor Details
-
JsonValueImpl
public JsonValueImpl(javax.json.JsonValue rawValue)
-
-
Method Details
-
wrap
-
getRawValue
public javax.json.JsonValue getRawValue() -
getValueType
- Specified by:
getValueTypein interfaceJsonValue
-
asJsonObject
- Specified by:
asJsonObjectin interfaceJsonValue
-
asJsonArray
- Specified by:
asJsonArrayin interfaceJsonValue
-
toString
-
equals
-
hashCode
public int hashCode()
-