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