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
Fields in org.terracotta.context declared as ContextElement Modifier and Type Field Description private ContextElementMutableTreeNode. contextMethods in org.terracotta.context that return ContextElement Modifier and Type Method Description ContextElementContextAwareTreeNode. getContext()ContextElementMutableTreeNode. getContext()ContextElementRootNode. getContext()ContextElementTreeNode. getContext()Returns the context information associated with this node.Constructors in org.terracotta.context with parameters of type ContextElement Constructor Description MutableTreeNode(ContextElement context) -
Uses of ContextElement in org.terracotta.context.extractor
Classes in org.terracotta.context.extractor that implement ContextElement Modifier and Type Class Description (package private) classLazyContextElementMethods in org.terracotta.context.extractor that return ContextElement Modifier and Type Method Description static ContextElementObjectContextExtractor. extract(java.lang.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<java.util.Map<java.lang.String,java.lang.Object>> matcher)Returns a matcher that matches context elements whoseattributes()match against the supplied matcher.static Matcher<ContextElement>Matchers. identifier(Matcher<java.lang.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.
-