Uses of Class
io.getunleash.FeatureToggle
-
Packages that use FeatureToggle Package Description io.getunleash io.getunleash.repository io.getunleash.variant -
-
Uses of FeatureToggle in io.getunleash
Methods in io.getunleash that return types with arguments of type FeatureToggle Modifier and Type Method Description Optional<FeatureToggle>DefaultUnleash. getFeatureToggleDefinition(String toggleName) -
Uses of FeatureToggle in io.getunleash.repository
Methods in io.getunleash.repository that return FeatureToggle Modifier and Type Method Description FeatureToggleFeatureToggleRepository. getToggle(String name)FeatureToggleToggleCollection. getToggle(String name)FeatureToggleToggleRepository. getToggle(String name)Methods in io.getunleash.repository that return types with arguments of type FeatureToggle Modifier and Type Method Description Collection<FeatureToggle>ToggleCollection. getFeatures()Constructor parameters in io.getunleash.repository with type arguments of type FeatureToggle Constructor Description ToggleCollection(Collection<FeatureToggle> features) -
Uses of FeatureToggle in io.getunleash.variant
Methods in io.getunleash.variant with parameters of type FeatureToggle Modifier and Type Method Description static VariantVariantUtil. selectVariant(FeatureToggle featureToggle, UnleashContext context, Variant defaultVariant)
-