I am building a custom plugin that reads classes from the spring project it's added to and creates a custom bean with these classes methods. I want to add the custom bean (that was created in the plugin) to the spring context of the project.
I am creating a plugin that maps methods from classes in the project (The project the plugin is connected to) to http routes using RouterFunction. I want the project to see this RouterFunction and route requests to it.