SelfNamedAggregateGetter

A named aggregate getter that returns the target itself if it's already a NamedAggregate.

This implementation is used when the target object is already a named aggregate and just needs to be materialized.

Functions

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

Returns the materialized version of the target named aggregate.