Interface IDelegatingScopeProvider

    • Method Detail

      • getDelegate

        IScopeProvider getDelegate()
        Provides access to the delegate.
        Returns:
        the delegate. May not be null.
      • setWrapper

        default void setWrapper​(IScopeWrapper wrapper)
        Set the wrapper this delegating scope provider. This encapsulates the traversal of the delegate and allows clients to set the wrapper on multiple delegates if necessary. The wrapper may be null
        Since:
        2.14