Uses of Class
org.terracotta.context.query.Matcher
Packages that use Matcher
-
Uses of Matcher in org.terracotta.context.query
Fields in org.terracotta.context.query declared as MatcherMethods in org.terracotta.context.query with type parameters of type MatcherMethods in org.terracotta.context.query that return MatcherModifier and TypeMethodDescriptionstatic <T> Matcher<T>Returns a matcher that matches when against objects which match all of the supplied matchers.static <T> Matcher<T>Returns a matcher that matches when against objects which match any of the supplied matchers.static Matcher<ContextElement>Matchers.attributes(Matcher<Map<String, Object>> matcher) Returns a matcher that matches context elements whoseContextElement.attributes()match against the supplied matcher.Matchers.context(Matcher<ContextElement> matcher) Returns a matcher that matches tree nodes whoseTreeNode.getContext()match against the supplied matcher.Matchers.hasAttribute(String key, Object value) Returns a matcher that matches attribute maps that include the given attribute entry.Matchers.hasAttribute(String key, Matcher<? extends Object> value) Returns a matcher that matches attribute maps the include an attribute with the given name, and whose value matches the given matcher.static Matcher<ContextElement>Matchers.identifier(Matcher<Class<?>> matcher) Returns a matcher that matches context elements whoseContextElement.identifier()match against the supplied matcher.static <T> Matcher<T>Matchers.subclassOf(Class<?> klazz) Returns a matcher that matches classes that are sub-types of the supplied class.Methods in org.terracotta.context.query with parameters of type MatcherModifier and TypeMethodDescriptionstatic <T> Matcher<T>Returns a matcher that matches when against objects which match all of the supplied matchers.static <T> Matcher<T>Returns a matcher that matches when against objects which match any of the supplied matchers.static Matcher<ContextElement>Matchers.attributes(Matcher<Map<String, Object>> matcher) Returns a matcher that matches context elements whoseContextElement.attributes()match against the supplied matcher.Matchers.context(Matcher<ContextElement> matcher) Returns a matcher that matches tree nodes whoseTreeNode.getContext()match against the supplied matcher.Filters the current node set using the suppliedMatcher.Matchers.hasAttribute(String key, Matcher<? extends Object> value) Returns a matcher that matches attribute maps the include an attribute with the given name, and whose value matches the given matcher.static Matcher<ContextElement>Matchers.identifier(Matcher<Class<?>> matcher) Returns a matcher that matches context elements whoseContextElement.identifier()match against the supplied matcher.static <T> Matcher<T>Constructors in org.terracotta.context.query with parameters of type Matcher -
Uses of Matcher in org.terracotta.statistics.registry
Methods in org.terracotta.statistics.registry that return Matcher