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