Interface IDecorator<T>

  • All Known Implementing Classes:
    DefaultDecorator

    public interface IDecorator<T>
    • Method Detail

      • unwrap

        T unwrap()
      • setProxy

        void setProxy​(T proxy)