Uses of Class
org.springframework.batch.item.UnexpectedInputException
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of io file concerns.
-
Uses of UnexpectedInputException in org.springframework.batch.item
Modifier and TypeMethodDescriptionPeekableItemReader.peek()
Get the next item that would be returned byItemReader.read()
, without affecting the result ofItemReader.read()
.ItemReader.read()
Reads a piece of input data and advance to the next one. -
Uses of UnexpectedInputException in org.springframework.batch.item.file