Class AnnotatedHandlerMethodsFinder
java.lang.Object
com.sap.cds.services.impl.handlerregistry.AnnotatedHandlerMethodsFinder
Helper class to iterate through all methods of a given class and calculate the
HandlerDescriptor objects for all event handler methods-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedHandlerMethodsFinder(Class<?> clazz) Processes a class and createsHandlerDescriptorobjects for each event handler method -
Method Summary
-
Constructor Details
-
AnnotatedHandlerMethodsFinder
Processes a class and createsHandlerDescriptorobjects for each event handler method- Parameters:
clazz- the handler class to be processed
-
-
Method Details
-
getHandlerDescriptors
- Returns:
- all collected
HandlerDescriptorobjects
-