Uses of Class
com.flagsmith.models.Flags
Packages that use Flags
Package
Description
-
Uses of Flags in com.flagsmith
Methods in com.flagsmith that return FlagsModifier and TypeMethodDescriptionFlagsmithClient.getEnvironmentFlags()Get all the default for flags for the current environment.FlagsmithApiWrapper.getFeatureFlags(boolean doThrow) Get Feature Flags from API.FlagsmithClient.getIdentityFlags(String identifier) Get all the flags for the current environment for a given identity.FlagsmithClient.getIdentityFlags(String identifier, Map<String, Object> traits) Get all the flags for the current environment for a given identity.FlagsmithClient.getIdentityFlags(String identifier, Map<String, Object> traits, boolean isTransient) Get all the flags for the current environment for a given identity.FlagsmithApiWrapper.identifyUserWithTraits(String identifier, List<? extends TraitModel> traits, boolean isTransient, boolean doThrow) -
Uses of Flags in com.flagsmith.config
Methods in com.flagsmith.config that return FlagsModifier and TypeMethodDescriptionFlagsmithCacheConfig.FlagsmithCacheImpl.getIfPresent(String key) Methods in com.flagsmith.config that return types with arguments of type FlagsConstructor parameters in com.flagsmith.config with type arguments of type FlagsModifierConstructorDescriptionFlagsmithCacheImpl(com.github.benmanes.caffeine.cache.Cache<String, Flags> cache) FlagsmithCacheImpl(com.github.benmanes.caffeine.cache.Cache<String, Flags> cache, String envFlagsCacheKey) -
Uses of Flags in com.flagsmith.interfaces
Methods in com.flagsmith.interfaces that return FlagsModifier and TypeMethodDescriptionFlagsmithSdk.getFeatureFlags(boolean doThrow) FlagsmithCache.getIfPresent(String key) Returns the value associated with key in this cache, or null if there is no cached value for key.FlagsmithSdk.identifyUserWithTraits(String identifier, List<? extends TraitModel> traits, boolean isTransient, boolean doThrow) Methods in com.flagsmith.interfaces that return types with arguments of type Flags -
Uses of Flags in com.flagsmith.models
Methods in com.flagsmith.models that return FlagsModifier and TypeMethodDescriptionstatic FlagsFlags.fromApiFlags(com.fasterxml.jackson.databind.JsonNode apiFlags, AnalyticsProcessor analyticsProcessor, FlagsmithFlagDefaults defaultFlagHandler) Return the flags instance.static FlagsFlags.fromApiFlags(List<FeatureStateModel> apiFlags, AnalyticsProcessor analyticsProcessor, FlagsmithFlagDefaults defaultFlagHandler) Return the flags instance.static FlagsFlags.fromEvaluationResult(EvaluationResult evaluationResult, AnalyticsProcessor analyticsProcessor, DefaultFlagHandler defaultFlagHandler) Build flags object from evaluation result.static FlagsFlags.fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor) Build flags object from list of feature states.static FlagsFlags.fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor, DefaultFlagHandler defaultFlagHandler) Build flags object from list of feature states.