Uses of Class
com.flagsmith.config.FlagsmithConfig
Packages that use FlagsmithConfig
-
Uses of FlagsmithConfig in com.flagsmith
Methods in com.flagsmith that return FlagsmithConfigMethods in com.flagsmith with parameters of type FlagsmithConfigModifier and TypeMethodDescriptionFlagsmithClient.Builder.withConfiguration(FlagsmithConfig config) Override default FlagsmithConfig for Flagsmith API.Constructors in com.flagsmith with parameters of type FlagsmithConfigModifierConstructorDescriptionFlagsmithApiWrapper(FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey) Instantiate with config, custom headers, logger and apikey.FlagsmithApiWrapper(FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey, RequestProcessor requestProcessor) Instantiate with config, custom headers, logger, apikey and request processor.FlagsmithApiWrapper(FlagsmithCache cache, FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey) Instantiate with cache. -
Uses of FlagsmithConfig in com.flagsmith.config
Methods in com.flagsmith.config that return FlagsmithConfig -
Uses of FlagsmithConfig in com.flagsmith.interfaces
Methods in com.flagsmith.interfaces that return FlagsmithConfig