Class ConfigValueExtractorMapping<T,U>
java.lang.Object
ru.tinkoff.kora.config.common.extractor.ConfigValueExtractorMapping<T,U>
- All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction,ConfigValueExtractor<U>
public final class ConfigValueExtractorMapping<T,U>
extends Object
implements ConfigValueExtractor<U>
-
Constructor Summary
ConstructorsConstructorDescriptionConfigValueExtractorMapping(ConfigValueExtractor<T> baseExtractor, Function<T, U> mapping) -
Method Summary
Methods 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
-
ConfigValueExtractorMapping
-
-
Method Details
-
extract
- Specified by:
extractin interfaceConfigValueExtractor<T>
-