Uses of Interface
org.tquadrat.foundation.jsonbuilder.JSONArray
Packages that use JSONArray
Package
Description
The classes that form the API for the Foundation JSON Builder
library.
The internal implementation classes for the Foundation JSON Builder
library.
-
Uses of JSONArray in org.tquadrat.foundation.jsonbuilder
Methods in org.tquadrat.foundation.jsonbuilder that return JSONArrayModifier and TypeMethodDescriptionJSONArray.addArray()Adds a new empty instance ofJSONArrayto this array and returns that.JSONArray.addArray(int index) Adds a new empty instance ofJSONArrayto this array at the given index and returns that.default JSONArrayJSONValue.asArray()Returns this JSON value asJSONArray, assuming that this value represents a JSON array.default JSONArrayReturns a deep copy of the given JSON array.JSONBuilder.createArray()Returns a new empty instance ofJSONArray.default JSONArrayJSONBuilder.createArray(double[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(float[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(int elementCount) Returns a new instance ofJSONArraywith the given number of elements, all set toJSONLiteral.NULL.default JSONArrayJSONBuilder.createArray(int[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(long[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(Double[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(Float[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(Integer[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(Long[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(String... values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(BigDecimal[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(BigInteger[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONBuilder.createArray(Supplier<JSONValue[]> supplier) Returns a new instance ofJSONArraythat is populated with the return value from the givenSupplier<JSONValue []>.default JSONArrayJSONBuilder.createArray(JSONValue[] values) Returns a new instance ofJSONArraythat is populated with the values from the given array.default JSONArrayJSONArray.getArray(int index) Convenience method that returns the value with the specified index as aJSONArray.default JSONArrayConvenience method that returns the value with the specified name as aJSONArray.JSONArray.setArray(int index) Sets a new empty instance ofJSONArrayto this array at the given index and returns that.Sets a new empty instance ofJSONArrayto this object and returns that.Methods in org.tquadrat.foundation.jsonbuilder with parameters of type JSONArray -
Uses of JSONArray in org.tquadrat.foundation.jsonbuilder.internal
Classes in org.tquadrat.foundation.jsonbuilder.internal that implement JSONArrayMethods in org.tquadrat.foundation.jsonbuilder.internal that return JSONArrayModifier and TypeMethodDescriptionfinal JSONArrayJSONArrayImpl.addArray()Adds a new empty instance ofJSONArrayto this array and returns that.JSONArrayImpl.addArray(int index) Adds a new empty instance ofJSONArrayto this array at the given index and returns that.final JSONArrayJSONBuilderImpl.createArray()Returns a new empty instance ofJSONArray.final JSONArrayJSONArrayImpl.setArray(int index) Sets a new empty instance ofJSONArrayto this array at the given index and returns that.final JSONArraySets a new empty instance ofJSONArrayto this object and returns that.Methods in org.tquadrat.foundation.jsonbuilder.internal with parameters of type JSONArray
