Interface ContextElement


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

      • 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