|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnexpectedInputException | |
---|---|
org.springframework.batch.item | Infrastructure interfaces and primary dependencies for item concerns. |
org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
org.springframework.batch.item.support | Internal support package |
Uses of UnexpectedInputException in org.springframework.batch.item |
---|
Methods in org.springframework.batch.item that throw UnexpectedInputException | |
---|---|
T |
PeekableItemReader.peek()
Get the next item that would be returned by ItemReader.read() , without
affecting the result of ItemReader.read() . |
T |
ItemReader.read()
Reads a piece of input data and advance to the next one. |
Uses of UnexpectedInputException in org.springframework.batch.item.file |
---|
Methods in org.springframework.batch.item.file that throw UnexpectedInputException | |
---|---|
T |
MultiResourceItemReader.read()
Reads the next item, jumping to next resource if necessary. |
Uses of UnexpectedInputException in org.springframework.batch.item.support |
---|
Methods in org.springframework.batch.item.support that throw UnexpectedInputException | |
---|---|
T |
SingleItemPeekableItemReader.peek()
Peek at the next item, ensuring that if the delegate is an ItemStream the state is stored for the next call to
SingleItemPeekableItemReader.update(ExecutionContext) . |
T |
SingleItemPeekableItemReader.read()
Get the next item from the delegate (whether or not it has already been peeked at). |
T |
IteratorItemReader.read()
Implementation of ItemReader.read() that just iterates over the
iterator provided. |
T |
AbstractItemCountingItemStreamItemReader.read()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |