Uses of Class
org.apache.camel.util.json.JsonObject
-
Uses of JsonObject in org.apache.camel.util.json
Methods in org.apache.camel.util.json that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsoner.deserialize(String deserializable, JsonObject defaultValue) A convenience method that assumes a JsonObject must be deserialized.JsonArray.getJsonObject(int index) A convenience method that assumes there is another JsonObject at the given index.JsonObject.getJsonObject(String key) A convenience method that assumes there is another JsonObject at the given key.JsonObject.pathJsonObject(String path) A very basic json-path that can retrieve leaf node using a dot syntax, such as "foo.bar.title", to get the title attribute from the leaf JsonObject object (ie bar).Methods in org.apache.camel.util.json with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsoner.deserialize(String deserializable, JsonObject defaultValue) A convenience method that assumes a JsonObject must be deserialized.