blob: b37a25c2320df071cf9fad166af760eec2444955 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "tidyMarkup",
"title": "TidyMarkup",
"description": "Parse (potentially invalid) HTML into valid HTML or DOM.",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-tagsoup-starter",
"version": "3.10.1-SNAPSHOT",
"modelName": "tidyMarkup",
"modelJavaType": "org.apache.camel.model.dataformat.TidyMarkupDataFormat"
},
"properties": {
"dataObjectType": { "kind": "attribute", "displayName": "Data Object Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "org.w3c.dom.Node", "description": "What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String. Is by default org.w3c.dom.Node" },
"omitXmlDeclaration": { "kind": "attribute", "displayName": "Omit Xml Declaration", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "When returning a String, do we omit the XML declaration in the top." },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}