Package org.springframework.batch.item
Class SkipWrapper<T>
java.lang.Object
org.springframework.batch.item.SkipWrapper<T>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0 with no replacement. Scheduled for removal in 7.0.
Wrapper for an item and its exception if it failed processing.
- Author:
- Dave Syer, Mahmoud Ben Hassine
-
Constructor Summary
ConstructorsConstructorDescriptionSkipWrapper
(T item) Deprecated, for removal: This API element is subject to removal in a future version.SkipWrapper
(T item, Throwable e) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Public getter for the exception.getItem()
Deprecated, for removal: This API element is subject to removal in a future version.Public getter for the item.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SkipWrapper
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
item
- the item being wrapped.
-
SkipWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getException
Deprecated, for removal: This API element is subject to removal in a future version.Public getter for the exception.- Returns:
- the exception
-
getItem
Deprecated, for removal: This API element is subject to removal in a future version.Public getter for the item.- Returns:
- the item
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-