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:
ConfigValueExtractor<Set<T>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor
extractMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.tinkoff.kora.config.common.extractor.ConfigValueExtractor
map
-
Constructor Details
-
SetConfigValueExtractor
-
-
Method Details
-
newCollection
- Specified by:
newCollectionin classCollectionConfigValueExtractor<T,Set<T>>
-