Package org.instancio
Interface ConvertibleToScope
- All Known Subinterfaces:
FieldSelectorBuilder
,PredicateSelector
,ScopeableSelector
,Selector
,TypeSelectorBuilder
public interface ConvertibleToScope
An interface for selectors that can be converted to a
Scope
.- Since:
- 1.3.0
-
Method Summary
-
Method Details
-
toScope
Scope toScope()Scope representation of a selector.- Returns:
- scope
- Since:
- 1.3.0
-