ScopeContextSearcher
class ScopeContextSearcher(source: SortedMap<String, NamedBoundedContext>) : ScopeSearcher<NamedBoundedContext> , SortedMap<String, NamedBoundedContext>
Scope searcher for finding named bounded contexts by package scopes. Maps package name prefixes to their corresponding bounded contexts.
Parameters
source
The sorted map of scope strings to named bounded contexts.