You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Daniel Lorych (JIRA)" <ji...@apache.org> on 2013/05/14 10:33:15 UTC

[jira] [Updated] (CAMEL-6359) camel-bindy - new EnumFormat

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

Daniel Lorych updated CAMEL-6359:
---------------------------------

    Attachment: enumFormat.patch

Attached patch
                
> camel-bindy - new EnumFormat
> ----------------------------
>
>                 Key: CAMEL-6359
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6359
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-bindy
>            Reporter: Daniel Lorych
>             Fix For: 2.12.0
>
>         Attachments: enumFormat.patch
>
>
> The patch adds a new format for the camel-bindy component, making it possible to annotate enumeration types with @DataField, i.e.:
> @CsvRecord(separator=";")
> public class Test {
> ...
>     @DataField(pos = 12)
>     private Colour colour;
> ...
> }
> where Colour is an arbitrary enum type.
> The marshalling/unmarshalling is based on the name() and valueOf() methods.
> I have extended already existing unit test BindyCarQuoteAndCommaDelimiterTest to test the behavior.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira