Package | Description |
---|---|
org.axonframework.modelling.command.inspection |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedChildEntity<P,C>
Implementation of a
ChildEntity that uses annotations on a target entity to resolve event and command
handlers. |
Modifier and Type | Method and Description |
---|---|
<T> Optional<ChildEntity<T>> |
ChildEntityDefinition.createChildDefinition(Member member,
EntityModel<T> declaringEntity)
Inspect the given
member , which is declared on the given declaringEntity for the presence of a
Child Entity. |
<T> Optional<ChildEntity<T>> |
AbstractChildEntityDefinition.createChildDefinition(Member member,
EntityModel<T> declaringEntity) |
Copyright © 2010–2022. All rights reserved.