Searched defs:CollectionMatcher (Results 1 – 3 of 3) sorted by relevance
110 private static class CollectionMatcher implements Predicate<String> { class in ObjectMatcherFactory
598 public static class CollectionMatcher extends MatcherPattern { class601 public CollectionMatcher(Collection<String> collection) { in CollectionMatcher() method in AttributeValueValidity.CollectionMatcher
548 public static class CollectionMatcher implements Predicate<String> { class in CheckAttributeValues