Interface AdapteeAccessor.AdapteeBuilder<ADAPTEE,​B extends AdapteeAccessor.AdapteeBuilder<ADAPTEE,​B>>

Type Parameters:
ADAPTEE - the adaptee type.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
AdapteeAccessor<ADAPTEE>

public static interface AdapteeAccessor.AdapteeBuilder<ADAPTEE,​B extends AdapteeAccessor.AdapteeBuilder<ADAPTEE,​B>>
Provides a builder method for a adaptee property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withAdaptee​(ADAPTEE aAdaptee)
    Sets the adaptee for the adaptee property.
  • Method Details

    • withAdaptee

      B withAdaptee​(ADAPTEE aAdaptee)
      Sets the adaptee for the adaptee property.
      Parameters:
      aAdaptee - The adaptee to be stored by the adaptee property.
      Returns:
      The builder for applying multiple build operations.