Class BigDecimalConfigConverter
- java.lang.Object
-
- de.codecentric.reedelk.platform.services.configuration.converter.BigDecimalConfigConverter
-
- All Implemented Interfaces:
ConfigConverter<BigDecimal>
public class BigDecimalConfigConverter extends Object implements ConfigConverter<BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalConfigConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalconvert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key)BigDecimalconvert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key, BigDecimal defaultValue)
-
-
-
Method Detail
-
convert
public BigDecimal convert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key, BigDecimal defaultValue)
- Specified by:
convertin interfaceConfigConverter<BigDecimal>
-
convert
public BigDecimal convert(de.codecentric.reedelk.runtime.api.configuration.ConfigurationService configurationService, String pid, String key)
- Specified by:
convertin interfaceConfigConverter<BigDecimal>
-
-