SimpleNamedAggregateGetter

class SimpleNamedAggregateGetter<T>(contextName: String?, aggregateNameGetter: PropertyGetter<T, String>) : NamedAggregateGetter<T>

Constructors

Link copied to clipboard
constructor(contextName: String?, aggregateNameGetter: PropertyGetter<T, String>)

Functions

Link copied to clipboard
open override fun getNamedAggregate(target: T): NamedAggregate