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