public interface ArgumentResolver
EventContext| Modifier and Type | Method and Description |
|---|---|
default String[] |
indicateEntities() |
default String[] |
indicateEvents() |
Object |
resolve(EventContext context)
Finds an argument value on the given
EventContext |
void |
verifyOrThrow(HandlerDescriptor descriptor)
Verifies the resolver, based on the final
HandlerDescriptor. |
Object resolve(EventContext context)
EventContextcontext - the EventContext currently processedvoid verifyOrThrow(HandlerDescriptor descriptor)
HandlerDescriptor.descriptor - the HandlerDescriptorIllegalArgumentException - if the verification faileddefault String[] indicateEvents()
default String[] indicateEntities()
Copyright © 2023. All rights reserved.