Package org.refcodes.mixin
Interface ResponseAccessor.ResponseMutator<RES>
-
- Type Parameters:
RES- The type of the response property.
- All Known Subinterfaces:
ResponseAccessor.ResponseProperty<RES>
- Enclosing interface:
- ResponseAccessor<RES>
public static interface ResponseAccessor.ResponseMutator<RES>Extends theResponseAccessorwith a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetResponse(RES aResponse)Sets the response for the response property.
-
-
-
Method Detail
-
setResponse
void setResponse(RES aResponse)
Sets the response for the response property.- Parameters:
aResponse- The response to be stored by the response property.
-
-