public static final String |
CAMEL_SINK_JSLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_CONF |
"camel.component.jslt.allowTemplateFromHeader" |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_ALLOW_TEMPLATE_FROM_HEADER_DOC |
"Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care." |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.jslt.autowiredEnabled" |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_FUNCTIONS_CONF |
"camel.component.jslt.functions" |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_FUNCTIONS_DOC |
"JSLT can be extended by plugging in functions written in Java." |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.jslt.lazyStartProducer" |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_OBJECT_FILTER_CONF |
"camel.component.jslt.objectFilter" |
public static final String |
CAMEL_SINK_JSLT_COMPONENT_OBJECT_FILTER_DOC |
"JSLT can be extended by plugging in a custom jslt object filter" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_ALLOW_CONTEXT_MAP_ALL_CONF |
"camel.sink.endpoint.allowContextMapAll" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_ALLOW_CONTEXT_MAP_ALL_DOC |
"Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API." |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_ALLOW_TEMPLATE_FROM_HEADER_CONF |
"camel.sink.endpoint.allowTemplateFromHeader" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_ALLOW_TEMPLATE_FROM_HEADER_DOC |
"Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care." |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_CONTENT_CACHE_CONF |
"camel.sink.endpoint.contentCache" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_CONTENT_CACHE_DOC |
"Sets whether to use resource content cache or not" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_MAP_BIG_DECIMAL_AS_FLOATS_CONF |
"camel.sink.endpoint.mapBigDecimalAsFloats" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_MAP_BIG_DECIMAL_AS_FLOATS_DOC |
"If true, the mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in serialization features" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_OBJECT_MAPPER_CONF |
"camel.sink.endpoint.objectMapper" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_OBJECT_MAPPER_DOC |
"Setting a custom JSON Object Mapper to be used" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_PRETTY_PRINT_CONF |
"camel.sink.endpoint.prettyPrint" |
public static final String |
CAMEL_SINK_JSLT_ENDPOINT_PRETTY_PRINT_DOC |
"If true, JSON in output message is pretty printed." |
public static final String |
CAMEL_SINK_JSLT_PATH_RESOURCE_URI_CONF |
"camel.sink.path.resourceUri" |
public static final String |
CAMEL_SINK_JSLT_PATH_RESOURCE_URI_DOC |
"Path to the resource. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the resource using these protocols (classpath is default). ref will lookup the resource in the registry. bean will call a method on a bean to be used as the resource. For bean you can specify the method name after dot, eg bean:myBean.myMethod." |