Interface AdapteeAccessor<ADAPTEE>

Type Parameters:
ADAPTEE - The type of the adaptee to be used.
All Known Subinterfaces:
AdapteeAccessor.AdapteeProperty<ADAPTEE>

public interface AdapteeAccessor<ADAPTEE>
Provides an accessor for a adaptee property (as of the adapter pattern).
  • Method Details

    • getAdaptee

      ADAPTEE getAdaptee()
      Retrieves the value from the adaptee property.
      Returns:
      The adaptee stored by the adaptee property.