[
https://issues.apache.org/jira/browse/CAMEL-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-8260.
--------------------------------
Resolution: Fixed
> Camel EIP model - Ensure consistent getter/setter style also for Boolean types
> ------------------------------------------------------------------------------
>
> Key: CAMEL-8260
> URL: https://issues.apache.org/jira/browse/CAMEL-8260
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.15.0
>
>
> The EIP model in camel-core has getter/setter for all the options. That
> should be plain getter/setter style without having a boolean isFoo() for an
> easy boolean simple type check. As the latter we cannot determine if the Foo
> value was set or not, as the isFoo() boolean has to return a value.
> We should simply just remove those boolean isFoo() and let it be 100% plain
> getter/setter with the given types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)