Class FeatureSet
- java.lang.Object
-
- com.azure.spring.cloud.config.feature.management.entity.FeatureSet
-
public final class FeatureSet extends Object
Set of Feature Flag Key pairs.
-
-
Constructor Summary
Constructors Constructor Description FeatureSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFeature(String key, Object feature)Adds a new Feature Flag.HashMap<String,Object>getFeatureManagement()Returns Map of Feature Flags.
-