Uses of Class
com.flagsmith.flagengine.FeatureContext
Packages that use FeatureContext
-
Uses of FeatureContext in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return FeatureContextModifier and TypeMethodDescriptionFeatureContext.withAdditionalProperty(String name, Object value) FeatureContext.withEnabled(Boolean enabled) FeatureContext.withMetadata(Map<String, Object> metadata) FeatureContext.withPriority(Double priority) FeatureContext.withVariants(List<FeatureValue> variants) Methods in com.flagsmith.flagengine that return types with arguments of type FeatureContextModifier and TypeMethodDescriptionFeatures.getAdditionalProperties()SegmentContext.getOverrides()OverridesMethods in com.flagsmith.flagengine with parameters of type FeatureContextModifier and TypeMethodDescriptionvoidFeatures.setAdditionalProperty(String name, FeatureContext value) Features.withAdditionalProperty(String name, FeatureContext value) Method parameters in com.flagsmith.flagengine with type arguments of type FeatureContextModifier and TypeMethodDescriptionvoidSegmentContext.setOverrides(List<FeatureContext> overrides) OverridesSegmentContext.withOverrides(List<FeatureContext> overrides) Constructors in com.flagsmith.flagengine with parameters of type FeatureContext