Interface ContextElement

All Known Implementing Classes:
LazyContextElement

public interface ContextElement
A shadow context associated with a Java object.
  • Method Summary

    Modifier and Type
    Method
    Description
    The set of attributes for the associated Java object.
    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

      Map<String,Object> attributes()
      The set of attributes for the associated Java object.
      Returns:
      the associated object's attributes