-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
for: external-projectNeeds a fix in external projectNeeds a fix in external projectstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Concrete use case (X as record class)
FlatFileItemReaderBuilder<X>() ... .targetType(X::class.java) .fieldSetMapper(myFieldSetMapper) .build()
Enhancement
With targetType provided, FieldSetMapper is ignored ! Check are missing in build method of FlatFileItemReaderBuilder. A runtime BuildCheckException should be raised with "you cannot define both FieldSetMapper and targetType"
Best regard
Metadata
Metadata
Assignees
Labels
for: external-projectNeeds a fix in external projectNeeds a fix in external projectstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid