META-INF.org.apache.camel.language.jq.jq.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-jq Show documentation
Show all versions of camel-jq Show documentation
Java expression language using JQ
The newest version!
{
"language": {
"kind": "language",
"name": "jq",
"title": "JQ",
"description": "Evaluates a JQ expression against a JSON message body.",
"deprecated": false,
"firstVersion": "3.18.0",
"label": "language,json",
"javaType": "org.apache.camel.language.jq.JqLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-jq",
"version": "4.9.0",
"modelName": "jq",
"modelJavaType": "org.apache.camel.model.language.JqExpression"
},
"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" },
"source": { "index": 2, "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": 3, "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": 4, "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