Class AggregateMemberAnnotatedChildEntityMapDefinition

java.lang.Object
org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityMapDefinition
All Implemented Interfaces:
ChildEntityDefinition

public class AggregateMemberAnnotatedChildEntityMapDefinition extends AbstractChildEntityDefinition
Implementation of a AbstractChildEntityDefinition that is used to detect Maps with entities as values annotated with AggregateMember. If such a field or method is found a ChildEntity is created that delegates to the entities in the annotated Map.
Since:
3.0
Author:
Allard Buijze