Uses of Interface
org.apache.camel.util.json.Jsonable
-
-
Uses of Jsonable in org.apache.camel.util.json
Classes in org.apache.camel.util.json that implement Jsonable Modifier and Type Class Description class
JsonArray
JsonArray is a common non-thread safe data format for a collection of data.class
JsonObject
JsonObject is a common non-thread safe data format for string to data mappings.
-