Uses of Class
org.h2.util.json.JSONTarget
Packages that use JSONTarget
-
Uses of JSONTarget in org.h2.util.json
Subclasses of JSONTarget in org.h2.util.jsonModifier and TypeClassDescriptionfinal classJSON byte array target.final classJSON String target.classJSON validation target.final classJSON validation target without unique keys.final classJSON validation target with unique keys.final classJSON value target.Methods in org.h2.util.json with parameters of type JSONTargetModifier and TypeMethodDescriptionvoidJSONArray.addTo(JSONTarget<?> target) voidJSONBoolean.addTo(JSONTarget<?> target) voidJSONNull.addTo(JSONTarget<?> target) voidJSONNumber.addTo(JSONTarget<?> target) voidJSONObject.addTo(JSONTarget<?> target) voidJSONString.addTo(JSONTarget<?> target) abstract voidJSONValue.addTo(JSONTarget<?> target) Appends this value to the specified target.static <R> RJSONBytesSource.parse(byte[] bytes, JSONTarget<R> target) Parses source bytes to a specified target.static <R> RJSONStringSource.parse(String string, JSONTarget<R> target) Parses source string to a specified target.