Uses of Class
com.flagsmith.models.Flags
| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.config | |
| com.flagsmith.interfaces | |
| com.flagsmith.models |
-
Uses of Flags in com.flagsmith
Methods in com.flagsmith that return Flags Modifier and Type Method Description FlagsFlagsmithClient. getEnvironmentFlags()Get all the default for flags for the current environment.FlagsFlagsmithApiWrapper. getFeatureFlags(boolean doThrow)Get Feature Flags from API.FlagsFlagsmithClient. getIdentityFlags(String identifier)Get all the flags for the current environment for a given identity.FlagsFlagsmithClient. getIdentityFlags(String identifier, Map<String,Object> traits)Get all the flags for the current environment for a given identity.FlagsFlagsmithClient. getIdentityFlags(String identifier, Map<String,Object> traits, boolean isTransient)Get all the flags for the current environment for a given identity.FlagsFlagsmithApiWrapper. 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 Flags Modifier and Type Method Description FlagsFlagsmithCacheConfig.FlagsmithCacheImpl. getIfPresent(String key)Methods in com.flagsmith.config that return types with arguments of type Flags Modifier and Type Method Description com.github.benmanes.caffeine.cache.Cache<String,Flags>FlagsmithCacheConfig.FlagsmithCacheImpl. getCache()Constructor parameters in com.flagsmith.config with type arguments of type Flags Constructor Description FlagsmithCacheImpl(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 Flags Modifier and Type Method Description FlagsFlagsmithSdk. getFeatureFlags(boolean doThrow)FlagsFlagsmithCache. getIfPresent(String key)Returns the value associated with key in this cache, or null if there is no cached value for key.FlagsFlagsmithSdk. identifyUserWithTraits(String identifier, List<? extends TraitModel> traits, boolean isTransient, boolean doThrow)Methods in com.flagsmith.interfaces that return types with arguments of type Flags Modifier and Type Method Description com.github.benmanes.caffeine.cache.Cache<String,Flags>FlagsmithCache. getCache()Returns the Cache instance. -
Uses of Flags in com.flagsmith.models
Methods in com.flagsmith.models that return Flags Modifier and Type Method Description static 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. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor)Build flags object from list of feature states.static FlagsFlags. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor, Object identityId)Build flags object from list of feature states.static FlagsFlags. fromFeatureStateModels(List<FeatureStateModel> featureStates, AnalyticsProcessor analyticsProcessor, Object identityId, DefaultFlagHandler defaultFlagHandler)Build flags object from list of feature states.