Skip to content

Commit e9d2115

Browse files
author
André Filippi Cardoso Farias
committed
Added the group order configuration missing from the annotation parser.
1 parent f7e8e8b commit e9d2115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/beanio/internal/config/annotation/AnnotationParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ private static GroupConfig createGroup(TypeInfo info, Group group) {
422422
GroupConfig gc = new GroupConfig();
423423
gc.setName(info.name);
424424
gc.setType(info.propertyName);
425+
gc.setOrder(toValue(group.order()));
425426
gc.setCollection(info.collectionName);
426427

427428
Integer minOccurs = toValue(group.minOccurs());

0 commit comments

Comments
 (0)