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 Detail

      • setResource

        void setResource​(org.springframework.core.io.Resource resource)