Class ListJsonReader<T>

java.lang.Object
ru.tinkoff.kora.json.common.ListJsonReader<T>
All Implemented Interfaces:
JsonReader<List<T>>

public class ListJsonReader<T> extends Object implements JsonReader<List<T>>