I need the class of the controllers that pass through a certain filter for annotation processing pruposes.
Currently I can only see the controllerName.
Is there anyway of getting the actual controller.class?
I need the class of the controllers that pass through a certain filter for annotation processing pruposes.
Currently I can only see the controllerName.
Is there anyway of getting the actual controller.class?
Copyright © 2021 Jogjafile Inc.
Take a look at the documentation and you will see that you have access to the controller name in
controllerNameand many other values.If you need the entire class name you can find it through: