TypeNamedAggregateSearcher
class TypeNamedAggregateSearcher(source: Map<Class<*>, NamedAggregate>) : AggregateSearcher, Map<Class<*>, NamedAggregate>
Searcher that maps aggregate types (classes) to their corresponding named aggregates. Allows lookup of named aggregates by their runtime class type.
Parameters
source
The underlying map from aggregate classes to named aggregates.