Package org.instancio
Interface GetMethodSelector<T,R>
- Type Parameters:
T- type declaring the methodR- return type of the method
- All Superinterfaces:
Function<T,,R> Serializable,TargetSelector
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:
-
Method Summary