Uses of Interface
org.terracotta.context.ContextElement
-
Packages that use ContextElement Package Description org.terracotta.context org.terracotta.context.extractor org.terracotta.context.query -
-
Uses of ContextElement in org.terracotta.context
Methods in org.terracotta.context that return ContextElement Modifier and Type Method Description ContextElementTreeNode. getContext()Returns the context information associated with this node. -
Uses of ContextElement in org.terracotta.context.extractor
Methods in org.terracotta.context.extractor that return ContextElement Modifier and Type Method Description static ContextElementObjectContextExtractor. extract(Object from)Returns 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 ContextElement Modifier and Type Method Description static 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 ContextElement Modifier and Type Method Description static Matcher<TreeNode>Matchers. context(Matcher<ContextElement> matcher)Returns a matcher that matches tree nodes whoseTreeNode.getContext()match against the supplied matcher.
-