- getCache() - Method in class com.flagsmith.FlagsmithClient
-
Returns a FlagsmithCache cache object that encapsulates methods to manipulate the cache.
- getDefaultFeatureFlagNames() - Method in class com.flagsmith.FlagsmithFlagDefaults
-
- getDefaultFlags() - Method in class com.flagsmith.FlagsmithClient
-
Get the default feature flags.
- getDefaultFlags() - Method in class com.flagsmith.FlagsmithFlagDefaults
-
Get the default feature flags.
- getEnvFlagsCacheKey() - Method in interface com.flagsmith.FlagsmithCache
-
Returns the environment level flags/traits cache key.
- getFeatureFlags() - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing Features for the given environment.
- getFeatureFlags(FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing Features for the given environment and user.
- getFeatureFlags(FeatureUser, boolean) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing Features for the given environment and user.
- getFeatureFlagValue(String) - Method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id.
- getFeatureFlagValue(String, FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id and user.
- getFeatureFlagValue(String, FlagsAndTraits) - Method in class com.flagsmith.FlagsmithClient
-
Get Feature value (remote config) for given feature id and user.
- getIfPresent(String) - Method in interface com.flagsmith.FlagsmithCache
-
Returns the value associated with key in this cache, or null if there is no cached value for
key.
- getMappper() - Static method in class com.flagsmith.MapperFactory
-
Get default ObjectMapper.
- getTrait(FlagsAndTraits, String) - Method in class com.flagsmith.FlagsmithClient
-
Get user Trait from a given FlagsAndTraits and trait key.
- getTrait(FeatureUser, String) - Method in class com.flagsmith.FlagsmithClient
-
Get user Trait for given user identity and trait key.
- getTraits(FlagsAndTraits, String...) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of user Traits for user identity and trait keys.
- getTraits(FeatureUser, String...) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of user Traits for user identity and trait keys.
- getUserFlagsAndTraits(FeatureUser) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing user Traits and Flags for the given environment and identity user.
- getUserFlagsAndTraits(FeatureUser, boolean) - Method in class com.flagsmith.FlagsmithClient
-
Get a list of existing user Traits and Flags for the given environment and identity user.
- getValue() - Method in enum com.flagsmith.FlagsmithLoggerLevel
-