Uses of Class
org.apache.camel.util.json.JsonArray
-
Uses of JsonArray in org.apache.camel.util.json
Methods in org.apache.camel.util.json that return JsonArrayModifier and TypeMethodDescriptionstatic JsonArrayJsoner.deserialize(String deserializable, JsonArray defaultValue) A convenience method that assumes a JsonArray must be deserialized.static JsonArrayJsoner.deserializeMany(Reader deserializable) A convenience method that assumes multiple RFC 4627 JSON values (except numbers) have been concatenated together for deserilization which will be collectively returned in a JsonArray wrapper.JsonArray.getJsonArray(int index) A convenience method that assumes there is a JsonArray at the given index.JsonObject.getJsonArray(String key) A convenience method that assumes there is a JsonArray at the given key.Methods in org.apache.camel.util.json with parameters of type JsonArrayModifier and TypeMethodDescriptionstatic JsonArrayJsoner.deserialize(String deserializable, JsonArray defaultValue) A convenience method that assumes a JsonArray must be deserialized.