Uses of Interface
org.instancio.GetMethodSelector
Packages that use GetMethodSelector
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides selector API implementation.
-
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. -
Uses of GetMethodSelector in org.instancio.internal.selectors
Methods in org.instancio.internal.selectors with parameters of type GetMethodSelectorModifier and TypeMethodDescriptionstatic <T,R> Selector MethodReferenceHelper.resolve(GetMethodSelector<T, R> methodRef)