Class ListConfigValueExtractor<T>

java.lang.Object
ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor<T,List<T>>
ru.tinkoff.kora.config.common.extractor.ListConfigValueExtractor<T>
All Implemented Interfaces:
ConfigValueExtractor<List<T>>

public final class ListConfigValueExtractor<T> extends CollectionConfigValueExtractor<T,List<T>>