Package org.instancio

Interface GetMethodSelector<T,R>

Type Parameters:
T - type declaring the method
R - return type of the method
All Superinterfaces:
Function<T,R>, Serializable, TargetSelector

public interface GetMethodSelector<T,R> extends TargetSelector, Function<T,R>, Serializable
A selector that matches a field using a getter method reference.

Method selectors can be created using Select.field(GetMethodSelector).

Since:
2.3.0
See Also: