| Package | Description |
|---|---|
| com.sap.cds.services.impl.handlerregistry | |
| com.sap.cds.services.impl.handlerregistry.resolver |
| Modifier and Type | Method and Description |
|---|---|
Collection<HandlerDescriptor> |
AnnotatedHandlerMethodsFinder.getHandlerDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoidReturnResolver.verifyOrThrow(HandlerDescriptor descriptor) |
void |
ReturnResolver.verifyOrThrow(HandlerDescriptor descriptor)
Verifies the resolver, based on the final
HandlerDescriptor. |
void |
ResultReturnResolver.verifyOrThrow(HandlerDescriptor descriptor) |
void |
PojoArgumentResolver.verifyOrThrow(HandlerDescriptor descriptor) |
void |
EventContextArgumentResolver.verifyOrThrow(HandlerDescriptor descriptor)
Does basic checks if the EventContext parameter of the given MethodHandle matches the registered event(s).
|
void |
ArgumentResolver.verifyOrThrow(HandlerDescriptor descriptor)
Verifies the resolver, based on the final
HandlerDescriptor. |
Copyright © 2023. All rights reserved.