Uses of Class
io.split.client.dtos.Matcher
-
Packages that use Matcher Package Description io.split.client.dtos io.split.engine.experiments -
-
Uses of Matcher in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type Matcher Modifier and Type Field Description List<Matcher>MatcherGroup. matchers -
Uses of Matcher in io.split.engine.experiments
Methods in io.split.engine.experiments with parameters of type Matcher Modifier and Type Method Description static AttributeMatcherParserUtils. toMatcher(Matcher matcher)Method parameters in io.split.engine.experiments with type arguments of type Matcher Modifier and Type Method Description static booleanParserUtils. checkUnsupportedMatcherExist(List<Matcher> matchers)
-