Uses of Class
org.apache.camel.tooling.model.OtherModel
-
-
Uses of OtherModel in org.apache.camel.tooling.model
Methods in org.apache.camel.tooling.model that return OtherModel Modifier and Type Method Description static OtherModel
JsonMapper. generateOtherModel(String json)
static OtherModel
JsonMapper. generateOtherModel(org.apache.camel.util.json.JsonObject obj)
Methods in org.apache.camel.tooling.model with parameters of type OtherModel Modifier and Type Method Description static org.apache.camel.util.json.JsonObject
JsonMapper. asJsonObject(OtherModel model)
static String
JsonMapper. createJsonSchema(OtherModel model)
-