Interface DecorateeAccessor.DecorateeBuilder<DECORATEE,​B extends DecorateeAccessor.DecorateeBuilder<DECORATEE,​B>>

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

public static interface DecorateeAccessor.DecorateeBuilder<DECORATEE,​B extends DecorateeAccessor.DecorateeBuilder<DECORATEE,​B>>
Provides a builder method for a decoratee property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withDecoratee​(DECORATEE aDecoratee)
    Sets the decoratee for the decoratee property.
  • Method Details

    • withDecoratee

      B withDecoratee​(DECORATEE aDecoratee)
      Sets the decoratee for the decoratee property.
      Parameters:
      aDecoratee - The decoratee to be stored by the decoratee property.
      Returns:
      The builder for applying multiple build operations.