public final class JsonString extends JsonValue
| Constructor and Description |
|---|
JsonString(String value)
Creates a new
JsonString representing a provided value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Gets a string value wrapped into this
JsonString. |
int |
hashCode() |
public JsonString(String value)
JsonString representing a provided value.value - to wrap into this JsonStringCopyright © 1998–2026 Apryse Group NV. All rights reserved.