Package org.refcodes.mixin
Interface PayloadAccessor.PayloadBuilder<P,B extends PayloadAccessor.PayloadBuilder<P,B>>
-
- Type Parameters:
P- The type of the payload to be carried.B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- PayloadAccessor<P>
public static interface PayloadAccessor.PayloadBuilder<P,B extends PayloadAccessor.PayloadBuilder<P,B>>Provides a builder method for a payload property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithPayload(P aPayload)Sets the payload for the payload property.
-