接口 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.
    作者:
    Lucas Ward
    • 方法详细资料

      • setResource

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