Uses of Class
io.split.client.dtos.Split
-
Packages that use Split Package Description io.split.client.dtos io.split.client.utils io.split.engine.experiments -
-
Uses of Split in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type Split Modifier and Type Field Description List<Split>SplitChangesOldPayloadDto. dChangeDto<Split>SplitChange. featureFlags -
Uses of Split in io.split.client.utils
Method parameters in io.split.client.utils with type arguments of type Split Modifier and Type Method Description static FeatureFlagsToUpdateFeatureFlagProcessor. processFeatureFlagChanges(SplitParser splitParser, List<Split> splits, FlagSetsFilter flagSetsFilter) -
Uses of Split in io.split.engine.experiments
Methods in io.split.engine.experiments with parameters of type Split Modifier and Type Method Description ParsedSplitSplitParser. parse(Split split)
-