schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
camel-yaml-dsl.json | org.apache.camel.model.language.GroovyExpression | Evaluates a Groovy script. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.HeaderExpression | Gets a header from the Exchange. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.Hl7TerserExpression | Get the value of a HL7 message field specified by terse location specification syntax. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "header-name": {"type": "string"}, "id": {"type": "string"}, "property-name": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | header-name | Name of header to use as input, instead of the message body It has as higher precedent than the propertyName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | property-name | Name of property to use as input, instead of the message body. It has a lower precedent than the headerName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.JavaScriptExpression | Evaluates a JavaScript expression. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.JoorExpression | Evaluates a jOOR (Java compiled once at runtime) expression. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "pre-compile": {"type": "boolean"}, "result-type": {"type": "string"}, "single-quotes": {"type": "boolean"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | pre-compile | Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation. | {"type": "boolean"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | single-quotes | Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings. | {"type": "boolean"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.JqExpression | Evaluates a JQ expression against a JSON message body. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "header-name": {"type": "string"}, "id": {"type": "string"}, "property-name": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | header-name | Name of header to use as input, instead of the message body It has as higher precedent than the propertyName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | property-name | Name of property to use as input, instead of the message body. It has a lower precedent than the headerName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.JsonPathExpression | Evaluates a JSONPath expression against a JSON message body. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"allow-easy-predicate": {"type": "boolean"}, "allow-simple": {"type": "boolean"}, "expression": {"type": "string"}, "header-name": {"type": "string"}, "id": {"type": "string"}, "option": {"type": "string", "enum": ["DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", "SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES"]}, "property-name": {"type": "string"}, "result-type": {"type": "string"}, "suppress-exceptions": {"type": "boolean"}, "trim": {"type": "boolean"}, "unpack-array": {"type": "boolean"}, "write-as-string": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | allow-easy-predicate | Whether to allow using the easy predicate parser to pre-parse predicates. | {"type": "boolean"} |
camel-yaml-dsl.json | allow-simple | Whether to allow in inlined Simple exceptions in the JSONPath expression | {"type": "boolean"} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | header-name | Name of header to use as input, instead of the message body It has as higher precedent than the propertyName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | option | To configure additional options on JSONPath. Multiple values can be separated by comma. | {"type": "string", "enum": ["DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", "SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES"]} |
camel-yaml-dsl.json | property-name | Name of property to use as input, instead of the message body. It has a lower precedent than the headerName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | suppress-exceptions | Whether to suppress exceptions such as PathNotFoundException. | {"type": "boolean"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | unpack-array | Whether to unpack a single element json-array into an object. | {"type": "boolean"} |
camel-yaml-dsl.json | write-as-string | Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value. | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.LanguageExpression | Evaluates a custom language. | {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "language": {"type": "string"}, "trim": {"type": "boolean"}}, "required": ["expression", "language"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | language | The name of the language to use | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.MethodCallExpression | Calls a Java bean method. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"bean-type": {"type": "string"}, "id": {"type": "string"}, "method": {"type": "string"}, "ref": {"type": "string"}, "result-type": {"type": "string"}, "scope": {"type": "string", "default": "Singleton", "enum": ["Singleton", "Request", "Prototype"]}, "trim": {"type": "boolean"}}}]} |
camel-yaml-dsl.json | bean-type | Class name (fully qualified) of the bean to use Will lookup in registry and if there is a single instance of the same type, then the existing bean is used, otherwise a new bean is created (requires a default no-arg constructor). | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | method | Name of method to call | {"type": "string"} |
camel-yaml-dsl.json | ref | Reference to an existing bean (bean id) to lookup in the registry | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | scope | Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple times while processing the request. The bean does not have to be thread-safe as the instance is only called from the same request. When using prototype scope, then the bean will be looked up or created per call. However in case of lookup then this is delegated to the bean registry such as Spring or CDI (if in use), which depends on their configuration can act as either singleton or prototype scope. So when using prototype scope then this depends on the bean registry implementation. | {"type": "string", "default": "Singleton", "enum": ["Singleton", "Request", "Prototype"]} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.MvelExpression | Evaluates a MVEL template. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.OgnlExpression | Evaluates an OGNL expression (Apache Commons OGNL). | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.PythonExpression | Evaluates a Python expression. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.RefExpression | Uses an existing expression from the registry. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.SimpleExpression | Evaluates a Camel simple expression. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.SpELExpression | Evaluates a Spring expression (SpEL). | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"expression": {"type": "string"}, "id": {"type": "string"}, "result-type": {"type": "string"}, "trim": {"type": "boolean"}}}], "required": ["expression"]} |
camel-yaml-dsl.json | expression | The expression value in your chosen language syntax | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | result-type | Sets the class of the result type (type from output) | {"type": "string"} |
camel-yaml-dsl.json | trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | {"type": "boolean"} |
camel-yaml-dsl.json | org.apache.camel.model.language.TokenizerExpression | Tokenize text payloads using delimiter patterns. | {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"end-token": {"type": "string"}, "group": {"type": "string"}, "group-delimiter": {"type": "string"}, "header-name": {"type": "string"}, "id": {"type": "string"}, "include-tokens": {"type": "boolean"}, "inherit-namespace-tag-name": {"type": "string"}, "property-name": {"type": "string"}, "regex": {"type": "boolean"}, "skip-first": {"type": "boolean"}, "token": {"type": "string"}, "trim": {"type": "boolean"}, "xml": {"type": "boolean"}}}], "required": ["token"]} |
camel-yaml-dsl.json | end-token | The end token to use as tokenizer if using start/end token pairs. You can use simple language as the token to support dynamic tokens. | {"type": "string"} |
camel-yaml-dsl.json | group | To group N parts together, for example to split big files into chunks of 1000 lines. You can use simple language as the group to support dynamic group sizes. | {"type": "string"} |
camel-yaml-dsl.json | group-delimiter | Sets the delimiter to use when grouping. If this has not been set then token will be used as the delimiter. | {"type": "string"} |
camel-yaml-dsl.json | header-name | Name of header to use as input, instead of the message body It has as higher precedent than the propertyName if both are set. | {"type": "string"} |
camel-yaml-dsl.json | id | Sets the id of this node | {"type": "string"} |
camel-yaml-dsl.json | include-tokens | Whether to include the tokens in the parts when using pairs. When including tokens then the endToken property must also be configured (to use pair mode). The default value is false | {"type": "boolean"} |
camel-yaml-dsl.json | inherit-namespace-tag-name | To inherit namespaces from a root/parent tag name when using XML You can use simple language as the tag name to support dynamic names. | {"type": "string"} |
camel-yaml-dsl.json | property-name | Name of property to use as input, instead of the message body. It has a lower precedent than the headerName if both are set. | {"type": "string"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.