ScopeContextSearcher

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.

Constructors

Link copied to clipboard
constructor(source: SortedMap<String, NamedBoundedContext>)