java.lang.Object
io.helidon.json.JsonKey
A precomputed JSON object key.
The key keeps pre-escaped character and UTF-8 representations so repeated object-field writes can avoid re-encoding the property name on each serialization call.
-
Method Summary
-
Method Details
-
create
Create a new precomputed JSON key.- Parameters:
value- raw key value- Returns:
- precomputed key
-
value
Raw key value without JSON quoting.- Returns:
- raw key value
-
toString
-
equals
-
hashCode
public int hashCode()
-