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>)

Properties

Link copied to clipboard
open override val entries: Set<Map.Entry<Class<*>, NamedAggregate>>
Link copied to clipboard
open override val keys: Set<Class<*>>
Link copied to clipboard
open override val size: Int
Link copied to clipboard
open override val values: Collection<NamedAggregate>

Functions

Link copied to clipboard
open override fun containsKey(key: Class<*>): Boolean
Link copied to clipboard
open override fun containsValue(value: NamedAggregate): Boolean
Link copied to clipboard
open operator override fun get(key: Class<*>): NamedAggregate?
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard

Converts a nullable map of strings to a Header instance.