You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2020/08/20 14:53:00 UTC

[jira] [Updated] (CAMEL-15438) properties-binding: support for dash style keys

     [ https://issues.apache.org/jira/browse/CAMEL-15438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli updated CAMEL-15438:
------------------------------------
    Description: 
It would be nice if the PropertiesBindingSupport would directly support dash style properties so the builder could have an additional option to control if converting from dash to camel case is required, like:

{code:java}
 PropertyBindingSupport.build()
            .withIgnoreCase(true)
            .withDash(true)
            .withCamelContext(context)
            .withTarget(target)
            .withProperties(properties)
            .bind();
{code}


  was:
It would be nice if the PropertiesBindingSupport would directly support dash style properties so the builder could have an additional option to control if converting from dash to camel case is required, like:

{code:java]
 PropertyBindingSupport.build()
            .withIgnoreCase(true)
            .withDash(true)
            .withCamelContext(context)
            .withTarget(target)
            .withProperties(properties)
            .bind();
{code}



> properties-binding: support for dash style keys
> -----------------------------------------------
>
>                 Key: CAMEL-15438
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15438
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>
> It would be nice if the PropertiesBindingSupport would directly support dash style properties so the builder could have an additional option to control if converting from dash to camel case is required, like:
> {code:java}
>  PropertyBindingSupport.build()
>             .withIgnoreCase(true)
>             .withDash(true)
>             .withCamelContext(context)
>             .withTarget(target)
>             .withProperties(properties)
>             .bind();
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)