Package | Description |
---|---|
org.terracotta.context | |
org.terracotta.context.extractor | |
org.terracotta.context.query |
Modifier and Type | Method and Description |
---|---|
ContextElement |
TreeNode.getContext()
Returns the context information associated with this node.
|
Modifier and Type | Method and Description |
---|---|
static ContextElement |
ObjectContextExtractor.extract(Object from)
Returns a
ContextElement instance for the supplied object. |
Modifier and Type | Method and Description |
---|---|
static Matcher<ContextElement> |
Matchers.attributes(Matcher<Map<String,Object>> matcher)
Returns a matcher that matches context elements whose
attributes()
match against the supplied matcher. |
static Matcher<ContextElement> |
Matchers.identifier(Matcher<Class<?>> matcher)
Returns a matcher that matches context elements whose
identifier()
match against the supplied matcher. |
Modifier and Type | Method and Description |
---|---|
static Matcher<TreeNode> |
Matchers.context(Matcher<ContextElement> matcher)
Returns a matcher that matches tree nodes whose
TreeNode.getContext()
match against the supplied matcher. |
Copyright © 2018. All rights reserved.