Interface DelegateIntrospection

    • Method Detail

      • getParentIntrospectionObject

        Object getParentIntrospectionObject()
        Return an intermediate object to which the introspection is delegated.
        Returns:
        Object; the intermediate object to which the introspection is delegated
      • checkDelegation

        static String checkDelegation​(Object introspectedObject)
        Check for introspection delegation to allow for the right object to be shown on the screen.
        Parameters:
        introspectedObject - Object; the object that is displayed on the screen and might have delegation
        Returns:
        the toString() of the (delegated) object