Class SetConfigValueExtractor<T>

java.lang.Object
ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor<T,Set<T>>
ru.tinkoff.kora.config.common.extractor.SetConfigValueExtractor<T>
All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction, ConfigValueExtractor<Set<T>>

public final class SetConfigValueExtractor<T> extends CollectionConfigValueExtractor<T,Set<T>>