All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.johnzon.johnzon.json Maven / Gradle / Ivy

{
  "dataformat": {
    "kind": "dataformat",
    "name": "johnzon",
    "title": "JSON Johnzon",
    "description": "Marshal POJOs to JSON and back using Johnzon",
    "deprecated": false,
    "firstVersion": "2.18.0",
    "label": "dataformat,transformation,json",
    "javaType": "org.apache.camel.component.johnzon.JohnzonDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-johnzon",
    "version": "3.22.3",
    "modelName": "json",
    "modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
  },
  "properties": {
    "objectMapper": { "kind": "attribute", "displayName": "Mapper", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Lookup and use the existing Mapper with the given id." },
    "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "To enable pretty printing output nicely formatted. Is by default false." },
    "unmarshalType": { "kind": "attribute", "displayName": "Unmarshal Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class name of the java type to use when unmarshalling" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy