Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-15438

properties-binding: support for dash style keys

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.5.0
    • camel-core
    • None
    • Unknown

    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:

       PropertyBindingSupport.build()
                  .withIgnoreCase(true)
                  .withDash(true)
                  .withCamelContext(context)
                  .withTarget(target)
                  .withProperties(properties)
                  .bind();
      

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            lb Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: