Uses of Interface
org.terracotta.context.ContextElement
Packages that use ContextElement
Package
Description
-
Uses of ContextElement in org.terracotta.context
Fields in org.terracotta.context declared as ContextElementMethods in org.terracotta.context that return ContextElementModifier and TypeMethodDescriptionContextAwareTreeNode.getContext()MutableTreeNode.getContext()RootNode.getContext()TreeNode.getContext()Returns the context information associated with this node.Constructors in org.terracotta.context with parameters of type ContextElement -
Uses of ContextElement in org.terracotta.context.extractor
Classes in org.terracotta.context.extractor that implement ContextElementMethods in org.terracotta.context.extractor that return ContextElementModifier and TypeMethodDescriptionstatic ContextElementReturns aContextElementinstance for the supplied object. -
Uses of ContextElement in org.terracotta.context.query
Methods in org.terracotta.context.query that return types with arguments of type ContextElementModifier and TypeMethodDescriptionstatic Matcher<ContextElement>Matchers.attributes(Matcher<Map<String, Object>> matcher) Returns a matcher that matches context elements whoseattributes()match against the supplied matcher.static Matcher<ContextElement>Matchers.identifier(Matcher<Class<?>> matcher) Returns a matcher that matches context elements whoseidentifier()match against the supplied matcher.Method parameters in org.terracotta.context.query with type arguments of type ContextElementModifier and TypeMethodDescriptionMatchers.context(Matcher<ContextElement> matcher) Returns a matcher that matches tree nodes whoseTreeNode.getContext()match against the supplied matcher.