Searched refs:CollectionMatcher (Results 1 – 3 of 3) sorted by relevance
50 return new CollectionMatcher().set(col); in createCollectionMatcher()117 private static class CollectionMatcher implements ObjectMatcher<String> { class in ObjectMatcherFactory
316 variables.put(name, new CollectionMatcher(validItems)); in addCollectionVariable()410 result = new CollectionMatcher(Collections.singleton(value.trim())); in getMatcherPattern2()413 result = new CollectionMatcher(SPACE.splitToList(value)); in getMatcherPattern2()436 result = new ListMatcher(new CollectionMatcher(SPACE.splitToList(value))); in getMatcherPattern2()537 public static class CollectionMatcher extends MatcherPattern { class540 public CollectionMatcher(Collection<String> collection) { in CollectionMatcher() method in AttributeValueValidity.CollectionMatcher
399 m.matcher = new CollectionMatcher().set(values); in getBcp47MatcherPattern()422 result.matcher = new CollectionMatcher() in getMatcherPattern2()479 public static class CollectionMatcher implements ObjectMatcher<String> { class in CheckAttributeValues