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 JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.Methods in org.apache.camel.util.json with parameters of type JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
-