Class JSONStringImpl
java.lang.Object
org.tquadrat.foundation.jsonbuilder.internal.JSONStringImpl
- All Implemented Interfaces:
Formattable, JSONString, JSONValue
@ClassVersion(sourceVersion="$Id: JSONStringImpl.java 1190 2026-04-08 13:27:20Z tquadrat $")
@API(status=INTERNAL,
since="0.25.0")
public final class JSONStringImpl
extends Object
implements JSONString
The implementation of the interface
JSONString.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: JSONStringImpl.java 1190 2026-04-08 13:27:20Z tquadrat $
- Since:
- 0.25.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.jsonbuilder.internal.JSONStringImpl"
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_Value
-
-
Constructor Details
-
JSONStringImpl
Creates a new instance ofJSONNumber.- Parameters:
value- The value.
-
-
Method Details
-
equals
-
formatTo
-
getString
Returns the value of this instance.
- Specified by:
getStringin interfaceJSONString- Returns:
- The value.
-
hashCode
-
toString
-
