Uses of Class
org.h2.util.json.JSONValue
Packages that use JSONValue
Package
Description
Internal utility classes for GEOMETRY data type.
Internal utility classes for JSON data type.
-
Uses of JSONValue in org.h2.util.geometry
Methods in org.h2.util.geometry with parameters of type JSONValueModifier and TypeMethodDescriptionprivate static void
GeoJsonUtils.parse
(JSONValue v, GeometryUtils.Target target) private static void
GeoJsonUtils.parseCoordinate
(JSONValue v, GeometryUtils.Target target, int index, int total) private static void
GeoJsonUtils.parseRing
(JSONValue[] points, GeometryUtils.Target target) private static double
GeoJsonUtils.readCoordinate
(JSONValue[] values, int index) -
Uses of JSONValue in org.h2.util.json
Subclasses of JSONValue in org.h2.util.jsonModifier and TypeClassDescriptionclass
JSON array.class
JSON boolean.class
JSON null.class
JSON number.class
JSON object.class
JSON string.Fields in org.h2.util.json declared as JSONValueFields in org.h2.util.json with type parameters of type JSONValueModifier and TypeFieldDescriptionJSONArray.elements
private final ArrayList
<AbstractMap.SimpleImmutableEntry<String, JSONValue>> JSONObject.members
private final ArrayDeque
<JSONValue> JSONValueTarget.stack
Methods in org.h2.util.json that return JSONValueModifier and TypeMethodDescriptionJSONArray.getArray()
Returns the value.Returns value of the first member with the specified name.JSONValueTarget.getResult()
Methods in org.h2.util.json that return types with arguments of type JSONValueMethods in org.h2.util.json with parameters of type JSONValueModifier and TypeMethodDescription(package private) void
JSONArray.addElement
(JSONValue value) Add a value to the array.(package private) void
Add a key-value pair.private void
JSONValueTarget.afterValue
(JSONValue value)