Package org.glassfish.json
Class OutputJsonStringImpl
- java.lang.Object
-
- org.glassfish.json.OutputJsonStringImpl
-
- All Implemented Interfaces:
jakarta.json.JsonString
,jakarta.json.JsonValue
public class OutputJsonStringImpl extends Object implements jakarta.json.JsonString
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
CharSequence
getChars()
String
getString()
jakarta.json.JsonValue.ValueType
getValueType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getString
public String getString()
- Specified by:
getString
in interfacejakarta.json.JsonString
-
getChars
public CharSequence getChars()
- Specified by:
getChars
in interfacejakarta.json.JsonString
-
getValueType
public jakarta.json.JsonValue.ValueType getValueType()
- Specified by:
getValueType
in interfacejakarta.json.JsonValue
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-