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(String associationPropertyName, MessageHandlingMember<T> handler)
<T> Object resolve(String associationPropertyName, EventMessage<?> message, MessageHandlingMember<T> handler)
Copyright © 2010–2018. All rights reserved.