JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.gematik.bbriccs.toggle
Interface FeatureToggle<T>
All Known Implementing Classes:
BooleanToggle
public interface
FeatureToggle<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Function
<
String
,
T
>
getConverter
()
T
getDefaultValue
()
String
getKey
()
Method Details
getKey
String
getKey
()
getConverter
Function
<
String
,
T
>
getConverter
()
getDefaultValue
T
getDefaultValue
()