Class DoubleConfigConverter
- java.lang.Object
-
- de.codecentric.reedelk.platform.services.configuration.converter.DoubleConfigConverter
-
- All Implemented Interfaces:
ConfigConverter<Double>
public class DoubleConfigConverter extends Object implements ConfigConverter<Double>
-
-
Constructor Summary
Constructors Constructor Description DoubleConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleconvert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key)Doubleconvert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key, Double defaultValue)
-