Skip to content

Make FileListPreprocessor extend AbstractSingleInputPreprocessor #420

@imagejan

Description

@imagejan

Currently, FileListPreprocessor implements its own logic to get a suitable File[] input (and it doesn't respect autofill=false annotations):

if (result != null) {
// second File parameter; abort
return null;
}

Let's instead extend AbstractSingleInputPreprocessor to harmonize the logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions