- java.lang.Object
-
- org.apache.johnzon.core.JsonStringImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.json.JsonValue
javax.json.JsonValue.ValueType
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private java.lang.String |
escape |
private java.lang.Integer |
hashCode |
private java.lang.String |
value |
-
Fields inherited from interface javax.json.JsonValue
EMPTY_JSON_ARRAY, EMPTY_JSON_OBJECT, FALSE, NULL, TRUE
-
Constructor Summary
Constructors
Constructor and Description |
JsonStringImpl(java.lang.String value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.json.JsonValue
asJsonArray, asJsonObject
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interface javax.json.JsonString
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.