This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 38a178f Regen 38a178f is described below commit 38a178ff7979a4ff7d703861bade92fb5377e60a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 8 05:21:41 2020 +0100 Regen --- .../endpoint/dsl/AvroEndpointBuilderFactory.java | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/AvroEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/AvroEndpointBuilderFactory.java index 8507eb2..5467f4c 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/AvroEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/AvroEndpointBuilderFactory.java @@ -95,6 +95,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointConsumerBuilder reflectionProtocol( @@ -109,6 +110,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointConsumerBuilder reflectionProtocol( @@ -122,6 +124,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointConsumerBuilder singleParameter( @@ -135,6 +138,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointConsumerBuilder singleParameter( @@ -164,6 +168,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: consumer */ default AvroEndpointConsumerBuilder bridgeErrorHandler( @@ -182,6 +187,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: consumer */ default AvroEndpointConsumerBuilder bridgeErrorHandler( @@ -263,6 +269,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointConsumerBuilder basicPropertyBinding( @@ -276,6 +283,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointConsumerBuilder basicPropertyBinding( @@ -289,6 +297,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointConsumerBuilder synchronous( @@ -302,6 +311,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointConsumerBuilder synchronous( @@ -374,6 +384,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointProducerBuilder reflectionProtocol( @@ -388,6 +399,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointProducerBuilder reflectionProtocol( @@ -401,6 +413,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointProducerBuilder singleParameter( @@ -414,6 +427,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointProducerBuilder singleParameter( @@ -445,6 +459,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: producer */ default AvroEndpointProducerBuilder lazyStartProducer( @@ -465,6 +480,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: producer */ default AvroEndpointProducerBuilder lazyStartProducer( @@ -489,6 +505,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointProducerBuilder basicPropertyBinding( @@ -502,6 +519,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointProducerBuilder basicPropertyBinding( @@ -515,6 +533,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointProducerBuilder synchronous( @@ -528,6 +547,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointProducerBuilder synchronous( @@ -598,6 +618,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointBuilder reflectionProtocol( @@ -612,6 +633,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointBuilder reflectionProtocol(String reflectionProtocol) { @@ -624,6 +646,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointBuilder singleParameter(boolean singleParameter) { @@ -636,6 +659,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: common */ default AvroEndpointBuilder singleParameter(String singleParameter) { @@ -670,6 +694,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointBuilder basicPropertyBinding( @@ -683,6 +708,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointBuilder basicPropertyBinding( @@ -696,6 +722,7 @@ public interface AvroEndpointBuilderFactory { * * The option is a: <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointBuilder synchronous(boolean synchronous) { @@ -708,6 +735,7 @@ public interface AvroEndpointBuilderFactory { * * The option will be converted to a <code>boolean</code> type. * + * Default: false * Group: advanced */ default AdvancedAvroEndpointBuilder synchronous(String synchronous) {