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

META-INF.org.apache.camel.language.datasonnet.datasonnet.json Maven / Gradle / Ivy

The newest version!
{
  "language": {
    "kind": "language",
    "name": "datasonnet",
    "title": "DataSonnet",
    "description": "To use DataSonnet scripts for message transformations.",
    "deprecated": false,
    "firstVersion": "3.7.0",
    "label": "language,transformation",
    "javaType": "org.apache.camel.language.datasonnet.DatasonnetLanguage",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-datasonnet",
    "version": "4.9.0",
    "modelName": "datasonnet",
    "modelJavaType": "org.apache.camel.model.language.DatasonnetExpression"
  },
  "properties": {
    "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" },
    "expression": { "index": 1, "kind": "value", "displayName": "Expression", "group": "common", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The expression value in your chosen language syntax" },
    "bodyMediaType": { "index": 2, "kind": "attribute", "displayName": "Body Media Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The String representation of the message's body MediaType" },
    "outputMediaType": { "index": 3, "kind": "attribute", "displayName": "Output Media Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The String representation of the MediaType to output" },
    "source": { "index": 4, "kind": "attribute", "displayName": "Source", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body." },
    "resultType": { "index": 5, "kind": "attribute", "displayName": "Result Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the class of the result type (type from output)" },
    "trim": { "index": 6, "kind": "attribute", "displayName": "Trim", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to trim the value to remove leading and trailing whitespaces and line breaks" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy