Uses of Interface
org.instancio.Scope
Packages that use Scope
-
Uses of Scope in org.instancio
Methods in org.instancio that return ScopeModifier and TypeMethodDescriptionstatic ScopeCreates a selector scope for narrowing down a selector's target to the specified class.static ScopeCreates a scope for narrowing down a selector's target to a field of the specified class.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.static ScopeSelect.scope(PredicateSelector selector) Creates a scope from the given predicate selector.ConvertibleToScope.toScope()Scope representation of a selector.FieldSelectorBuilder.toScope()Scope representation of a selector.PredicateSelector.toScope()Scope representation of a selector.TypeSelectorBuilder.toScope()Scope representation of a selector.Methods in org.instancio with parameters of type ScopeModifier and TypeMethodDescriptionSpecifies the scope for this selector in order to narrow down its target.Specifies the scope for this selector in order to narrow down its target.Specifies the scope for this selector in order to narrow down its target.Specifies the scope for this selector in order to narrow down its target.Specifies the scope for this selector in order to narrow down its target.Specifies the scope for this selector in order to narrow down its target.