Uses of Interface
org.instancio.GetMethodSelector
Packages that use GetMethodSelector
-
Uses of GetMethodSelector in org.instancio
Methods in org.instancio with parameters of type GetMethodSelectorModifier and TypeMethodDescriptionstatic <T,R> Selector Select.field(GetMethodSelector<T, R> methodReference) Selects a field based on the given method reference.static <T,R> GivenOrigin Assign.given(GetMethodSelector<T, R> origin) Creates a conditional assignment for a givenoriginmethod reference and one or moredestinationselectors.static <T,R> Scope Select.scope(GetMethodSelector<T, R> methodReference) Creates a scope for narrowing down a selector's target to a matching the specified method reference.<T,R> ValueOfOriginDestination ValueOf.to(GetMethodSelector<T, R> destination) Specifies the destination method reference for the assignment.static <T,R> ValueOf Assign.valueOf(GetMethodSelector<T, R> target) Creates an assignment for a giventargetmethod reference.