blob: 9ef697074e2bbc0a5e69853d777b84c9411bd3c8 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "json-johnzon",
"title": "JSon Johnzon",
"description": "Marshal POJOs to JSON and back.",
"deprecated": false,
"deprecationNote": "dataformat,transformation,json",
"firstVersion": "2.18.0",
"label": "dataformat,transformation,json",
"javaType": "org.apache.camel.component.johnzon.JohnzonDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-johnzon-starter",
"version": "3.3.0-SNAPSHOT",
"modelName": "json",
"modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
},
"properties": {
"objectMapper": { "kind": "attribute", "displayName": "Object Mapper", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Lookup and use the existing ObjectMapper with the given id when using Jackson." },
"prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "To enable pretty printing output nicely formatted. Is by default false." },
"unmarshalTypeName": { "kind": "attribute", "displayName": "Unmarshal Type Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Class name of the java type to use when unmarshalling" }
}
}