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