unlockha / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
1 stars 0 forks source link

Use annotation in order to replace the xml mapping file #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add annotation support directly to the POJO instead of using mapping xml file.
Avoid to manipulate several files and to centralize all the BeanIO logic in the 
class.

Original issue reported on code.google.com by erik.all...@gmail.com on 21 Dec 2012 at 10:17

GoogleCodeExporter commented 8 years ago
This is being considered for a future release, although it will likely require 
a combination of annotations and "builder" classes.

Original comment by kevin.s...@gmail.com on 22 Dec 2012 at 4:28

GoogleCodeExporter commented 8 years ago
Experimental support is tentatively scheduled for 2.0.5, and production ready 
for 2.1.0.

Original comment by kevin.s...@gmail.com on 6 Mar 2013 at 3:16

GoogleCodeExporter commented 8 years ago
... or at least provide a way we can populate the stream mapping 
programatically.

Original comment by adriano....@gmail.com on 7 Mar 2013 at 2:52

GoogleCodeExporter commented 8 years ago
Initial support now scheduled for release 2.1.0.M1.  (2.0.5 turned out to be a 
patch)

Original comment by kevin.s...@gmail.com on 16 Mar 2013 at 9:37

GoogleCodeExporter commented 8 years ago
Record, segment and field annotations, and a builder API, added in 2.1.0.M1.  
Group annotations coming soon.

Original comment by kevin.s...@gmail.com on 27 Apr 2013 at 11:47