TypeNamedAggregateSearcher

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.

Constructors

Link copied to clipboard
constructor(source: Map<Class<*>, NamedAggregate>)