Package org.instancio

Interface SetMethodSelector<T,U>

Type Parameters:
T - type declaring the method
U - the argument type of the method
All Superinterfaces:
BiConsumer<T,U>, Serializable, TargetSelector

public interface SetMethodSelector<T,U> extends TargetSelector, BiConsumer<T,U>, Serializable
A selector for setter methods.

Method selectors can be created using Select.setter(SetMethodSelector).

Since:
4.0.0
See Also: