Uses of Class
org.springframework.batch.core.step.item.SkipWrapper

Packages that use SkipWrapper
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of SkipWrapper in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item that return types with arguments of type SkipWrapper
 List<SkipWrapper<W>> Chunk.getSkips()
           
 

Constructor parameters in org.springframework.batch.core.step.item with type arguments of type SkipWrapper
Chunk(Collection<? extends W> items, List<SkipWrapper<W>> skips)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.