Package org.springframework.batch.item
Interface ResourceAware
public interface ResourceAware
Marker interface indicating that an item should have the Spring
Resource
in
which it was read from, set on it. The canonical example is within
MultiResourceItemReader
, which will set the current resource on any items that
implement this interface.- Author:
- Lucas Ward
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setResource
(org.springframework.core.io.Resource resource)
-
Method Details
-
setResource
void setResource(org.springframework.core.io.Resource resource)
-