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.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Searches for a value by scope, throwing an exception if not found.
Link copied to clipboard
Searches for a value by scope, checking exact matches first, then prefix matches.