Package io.getunleash.repository
Class ToggleBootstrapHandler
- java.lang.Object
-
- io.getunleash.repository.ToggleBootstrapHandler
-
public class ToggleBootstrapHandler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classToggleBootstrapHandler.ToggleBootstrapRead
-
Constructor Summary
Constructors Constructor Description ToggleBootstrapHandler(UnleashConfig unleashConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToggleCollectionparse(String jsonString)ToggleCollectionread()
-
-
-
Constructor Detail
-
ToggleBootstrapHandler
public ToggleBootstrapHandler(UnleashConfig unleashConfig)
-
-
Method Detail
-
parse
public ToggleCollection parse(@Nullable String jsonString)
-
read
public ToggleCollection read()
-
-