Uses of Interface
org.instancio.GroupableSelector
Packages that use GroupableSelector
-
Uses of GroupableSelector in org.instancio
Subinterfaces of GroupableSelector in org.instancioModifier and TypeInterfaceDescriptioninterfaceA builder for constructing predicate-based field selectors.interfaceA selector for matching targets using predicates.interfaceRepresents a selector that can be scoped usingwithin(Scope...scopes).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 GroupableSelectorModifier and TypeMethodDescriptionDepthSelector.atDepth(int depth) Restricts this selector's targets to the specified depth.ScopeableSelector.lenient()Marks this selector as lenient, which prevents the selector from producing "unused selector" error if it does not match any 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.Methods in org.instancio with parameters of type GroupableSelectorModifier and TypeMethodDescriptionstatic SelectorGroupSelect.all(GroupableSelector... selectors) A convenience method for combining multiple selectors.