Class JsonItemReader<T>

Type Parameters:
T - the type of json objects to read
All Implemented Interfaces:
ResourceAwareItemReaderItemStream<T>, ItemReader<T>, ItemStream, ItemStreamReader<T>

public class JsonItemReader<T> extends AbstractItemCountingItemStreamItemReader<T> implements ResourceAwareItemReaderItemStream<T>
ItemStreamReader implementation that reads Json objects from a Resource having the following format:

[ { // JSON object }, { // JSON object } ]

The implementation is not thread-safe.

Since:
4.1
Author:
Mahmoud Ben Hassine