This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new fd1d5763606 Regen for commit e16806f29b406fcba57f0af377391a3ada00a4df fd1d5763606 is described below commit fd1d57636061cdf8b1038622afd12c26e556817e Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Thu Feb 2 14:28:03 2023 +0000 Regen for commit e16806f29b406fcba57f0af377391a3ada00a4df 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 abd37e6b4cf..ed68d97f438 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: <code>java.lang.String</code> 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: <code>java.lang.String</code> 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: <code>java.lang.String</code> 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. *