Skip to content

Make FileListPreprocessor extend AbstractSingleInputPreprocessor #420

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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