Class DoubleArrayConfigValueExtractor
java.lang.Object
ru.tinkoff.kora.config.common.extractor.DoubleArrayConfigValueExtractor
- All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction,ConfigValueExtractor<double[]>
public class DoubleArrayConfigValueExtractor
extends Object
implements ConfigValueExtractor<double[]>
-
Constructor Summary
ConstructorsConstructorDescriptionDoubleArrayConfigValueExtractor(ConfigValueExtractor<Double> doubleConfigValueExtractor) -
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
-
DoubleArrayConfigValueExtractor
-
-
Method Details
-
extract
- Specified by:
extractin interfaceConfigValueExtractor<double[]>
-