Package io.getunleash.repository
Class FeatureBootstrapHandler
- java.lang.Object
-
- io.getunleash.repository.FeatureBootstrapHandler
-
public class FeatureBootstrapHandler extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureBootstrapHandler.FeatureBootstrapRead
-
Constructor Summary
Constructors Constructor Description FeatureBootstrapHandler(UnleashConfig unleashConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollectionparse(String jsonString)FeatureCollectionread()
-
-
-
Constructor Detail
-
FeatureBootstrapHandler
public FeatureBootstrapHandler(UnleashConfig unleashConfig)
-
-
Method Detail
-
parse
public FeatureCollection parse(@Nullable String jsonString)
-
read
public FeatureCollection read()
-
-