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 voidGeoJsonUtils.parse(JSONValue v, GeometryUtils.Target target) private static voidGeoJsonUtils.parseCoordinate(JSONValue v, GeometryUtils.Target target, int index, int total) private static voidGeoJsonUtils.parseRing(JSONValue[] points, GeometryUtils.Target target) private static doubleGeoJsonUtils.readCoordinate(JSONValue[] values, int index) -
Uses of JSONValue in org.h2.util.json
Subclasses of JSONValue in org.h2.util.jsonModifier and TypeClassDescriptionclassJSON array.classJSON boolean.classJSON null.classJSON number.classJSON object.classJSON string.Fields in org.h2.util.json declared as JSONValueFields in org.h2.util.json with type parameters of type JSONValueModifier and TypeFieldDescriptionJSONArray.elementsprivate final ArrayList<AbstractMap.SimpleImmutableEntry<String, JSONValue>> JSONObject.membersprivate final ArrayDeque<JSONValue> JSONValueTarget.stackMethods 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) voidJSONArray.addElement(JSONValue value) Add a value to the array.(package private) voidAdd a key-value pair.private voidJSONValueTarget.afterValue(JSONValue value)