public interface AssociationResolver
Modifier and Type | Method and Description |
---|---|
<T> Object |
resolve(String associationPropertyName,
EventMessage<?> message,
MessageHandlingMember<T> handler)
Resolves the associationPropertyName as a value.
|
<T> void |
validate(String associationPropertyName,
MessageHandlingMember<T> handler)
Validates that the associationPropertyName supplied is compatible with the handler.
|
<T> void validate(@Nonnull String associationPropertyName, @Nonnull MessageHandlingMember<T> handler)
<T> Object resolve(@Nonnull String associationPropertyName, @Nonnull EventMessage<?> message, @Nonnull MessageHandlingMember<T> handler)
Copyright © 2010–2023. All rights reserved.