This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 9a74c96636e Regen for commit cb796f6d993ec81ad080b8987d0d42e68d9788ed
9a74c96636e is described below

commit 9a74c96636ef2a91217eaec2970e6aa0e0ecef36
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Thu Feb 2 14:39:39 2023 +0000

    Regen for commit cb796f6d993ec81ad080b8987d0d42e68d9788ed
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../dsl/CassandraEndpointBuilderFactory.java       | 65 ++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
index 90887f9d353..a775b0dd023 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
@@ -121,6 +121,28 @@ public interface CassandraEndpointBuilderFactory {
             doSetProperty("datacenter", datacenter);
             return this;
         }
+        /**
+         * To use a specific comma separated list of Extra Type codecs. 
Possible
+         * values are: BLOB_TO_ARRAY, BOOLEAN_LIST_TO_ARRAY, 
BYTE_LIST_TO_ARRAY,
+         * SHORT_LIST_TO_ARRAY, INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY,
+         * FLOAT_LIST_TO_ARRAY, DOUBLE_LIST_TO_ARRAY, TIMESTAMP_UTC,
+         * TIMESTAMP_MILLIS_SYSTEM, TIMESTAMP_MILLIS_UTC,
+         * ZONED_TIMESTAMP_SYSTEM, ZONED_TIMESTAMP_UTC,
+         * ZONED_TIMESTAMP_PERSISTED, LOCAL_TIMESTAMP_SYSTEM and
+         * LOCAL_TIMESTAMP_UTC.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param extraTypeCodecs the value to set
+         * @return the dsl builder
+         */
+        default CassandraEndpointConsumerBuilder extraTypeCodecs(
+                String extraTypeCodecs) {
+            doSetProperty("extraTypeCodecs", extraTypeCodecs);
+            return this;
+        }
         /**
          * To use a specific LoadBalancingPolicyClass.
          * 
@@ -1028,6 +1050,28 @@ public interface CassandraEndpointBuilderFactory {
             doSetProperty("datacenter", datacenter);
             return this;
         }
+        /**
+         * To use a specific comma separated list of Extra Type codecs. 
Possible
+         * values are: BLOB_TO_ARRAY, BOOLEAN_LIST_TO_ARRAY, 
BYTE_LIST_TO_ARRAY,
+         * SHORT_LIST_TO_ARRAY, INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY,
+         * FLOAT_LIST_TO_ARRAY, DOUBLE_LIST_TO_ARRAY, TIMESTAMP_UTC,
+         * TIMESTAMP_MILLIS_SYSTEM, TIMESTAMP_MILLIS_UTC,
+         * ZONED_TIMESTAMP_SYSTEM, ZONED_TIMESTAMP_UTC,
+         * ZONED_TIMESTAMP_PERSISTED, LOCAL_TIMESTAMP_SYSTEM and
+         * LOCAL_TIMESTAMP_UTC.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param extraTypeCodecs the value to set
+         * @return the dsl builder
+         */
+        default CassandraEndpointProducerBuilder extraTypeCodecs(
+                String extraTypeCodecs) {
+            doSetProperty("extraTypeCodecs", extraTypeCodecs);
+            return this;
+        }
         /**
          * To use a specific LoadBalancingPolicyClass.
          * 
@@ -1319,6 +1363,27 @@ public interface CassandraEndpointBuilderFactory {
             doSetProperty("datacenter", datacenter);
             return this;
         }
+        /**
+         * To use a specific comma separated list of Extra Type codecs. 
Possible
+         * values are: BLOB_TO_ARRAY, BOOLEAN_LIST_TO_ARRAY, 
BYTE_LIST_TO_ARRAY,
+         * SHORT_LIST_TO_ARRAY, INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY,
+         * FLOAT_LIST_TO_ARRAY, DOUBLE_LIST_TO_ARRAY, TIMESTAMP_UTC,
+         * TIMESTAMP_MILLIS_SYSTEM, TIMESTAMP_MILLIS_UTC,
+         * ZONED_TIMESTAMP_SYSTEM, ZONED_TIMESTAMP_UTC,
+         * ZONED_TIMESTAMP_PERSISTED, LOCAL_TIMESTAMP_SYSTEM and
+         * LOCAL_TIMESTAMP_UTC.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param extraTypeCodecs the value to set
+         * @return the dsl builder
+         */
+        default CassandraEndpointBuilder extraTypeCodecs(String 
extraTypeCodecs) {
+            doSetProperty("extraTypeCodecs", extraTypeCodecs);
+            return this;
+        }
         /**
          * To use a specific LoadBalancingPolicyClass.
          * 

Reply via email to