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

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

There is a newer version: 4.9.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "jsonb",
    "title": "JSON JSON-B",
    "description": "Marshal POJOs to JSON and back using JSON-B.",
    "deprecated": false,
    "firstVersion": "3.7.0",
    "label": "dataformat,transformation,json",
    "javaType": "org.apache.camel.component.jsonb.JsonbDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-jsonb",
    "version": "4.4.3",
    "modelName": "json",
    "modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
  },
  "properties": {
    "objectMapper": { "index": 0, "kind": "attribute", "displayName": "Jsonb instance", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Lookup and use the existing Jsonb instance with the given id." },
    "prettyPrint": { "index": 1, "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": { "index": 2, "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