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