Package org.terracotta.context
Interface ContextElement
- All Known Implementing Classes:
LazyContextElement
public interface ContextElement
A shadow context associated with a Java object.
-
Method Summary
Modifier and TypeMethodDescriptionThe set of attributes for the associated Java object.Class<?>The type of the associated Java object.
-
Method Details
-
identifier
Class<?> identifier()The type of the associated Java object.- Returns:
- the associated object's class
-
attributes
The set of attributes for the associated Java object.- Returns:
- the associated object's attributes
-