Interface BooleanValuePropertySupplier
-
- All Known Implementing Classes:
FreeResourcesOnInactivity,SessionFlagProperties,ToLimitReportDepth,UseJpaConfig
public interface BooleanValuePropertySupplier extends PropertySupplier<Boolean,Boolean>
This interface is designed to read properties and return boolean values.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Booleanparse(String value)default BooleanreturnIfNull()-
Methods inherited from interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
accept, get, getName, readValuesToSet
-
-
-
-
Method Detail
-
parse
default Boolean parse(String value)
- Specified by:
parsein interfacePropertySupplier<Boolean,Boolean>
-
returnIfNull
default Boolean returnIfNull()
- Specified by:
returnIfNullin interfacePropertySupplier<Boolean,Boolean>
-
-