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:31:15 UTC

[jira] [Closed] (CAMEL-6360) camel-bindy - new EnumFormat

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

Daniel Lorych closed CAMEL-6360.
--------------------------------

    Resolution: Duplicate

Accidentally duplicated CAMEL-6359 issue
                
> camel-bindy - new EnumFormat
> ----------------------------
>
>                 Key: CAMEL-6360
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6360
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-bindy
>            Reporter: Daniel Lorych
>             Fix For: 2.12.0
>
>
> 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