Uses of Interface
org.instancio.ScopeableSelector
Packages that use ScopeableSelector
-
Uses of ScopeableSelector in org.instancio
Subinterfaces of ScopeableSelector in org.instancioModifier and TypeInterfaceDescriptioninterfaceA builder for constructing predicate-based field selectors.interfaceA selector for matching targets using predicates.interfaceRepresents regular field and class selectors, including primitive and wrapper selectors.interfaceA builder for constructing predicate-based type selectors.Methods in org.instancio that return ScopeableSelectorModifier and TypeMethodDescriptionRestricts this selector's target(s) to a depth that satisfies the givenpredicate.FieldSelectorBuilder.atDepth(int depth) Restricts this selector's target(s) to the specified depth.Restricts this selector's target(s) to a depth that satisfies the givenpredicate.PredicateSelector.atDepth(int depth) Restricts this selector's target(s) to the specified depth.Restricts this selector's target(s) to a depth that satisfies the givenpredicate.Selector.atDepth(int depth) Restricts this selector's target(s) to the specified depth.TypeSelectorBuilder.atDepth(int depth) Restricts this selector's target(s) to the specified depth.Restricts this selector's target(s) to a depth that satisfies the givenpredicate.