|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextElement | |
|---|---|
| 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 | |
|---|---|
ContextElement |
TreeNode.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 | |
|---|---|
static ContextElement |
ObjectContextExtractor.extract(Object from)
Returns a ContextElement instance 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 | |
|---|---|
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. |
| Method parameters in org.terracotta.context.query with type arguments of type ContextElement | |
|---|---|
static Matcher<TreeNode> |
Matchers.context(Matcher<ContextElement> matcher)
Returns a matcher that matches tree nodes whose TreeNode.getContext()
match against the supplied matcher. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||