NamedAggregateTypeSearcher

Searcher that maps named aggregates to their corresponding aggregate types (classes). Allows lookup of aggregate classes by their named aggregate identifiers.

Parameters

source

The underlying map from materialized named aggregates to aggregate classes.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val keys: Set<MaterializedNamedAggregate>
Link copied to clipboard
open override val size: Int
Link copied to clipboard
open override val values: Collection<Class<*>>

Functions

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

Converts a nullable map of strings to a Header instance.