Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
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();