Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add adapters for Java functional interfaces #4672

Closed
fmbenhassine opened this issue Oct 1, 2024 · 0 comments
Closed

Add adapters for Java functional interfaces #4672

fmbenhassine opened this issue Oct 1, 2024 · 0 comments

Comments

@fmbenhassine
Copy link
Contributor

As of v5.1, Spring Batch provides an adapter for java.util.function.Function to an item processor. This is the only adapter available in the library for now. The goal of this feature request is to enrich the package with adapters for:

  • java.util.function.Supplier as item reader
  • java.util.function.Consumer as item writer
  • java.util.function.Predicate as a filtering item processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant