Module org.refcodes.mixin
Package org.refcodes.mixin
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withAdaptee(ADAPTEE aAdaptee)
Sets the adaptee for the adaptee property.
-