Creating a custom route builder with AOP but without interceptor beans in Kotlin #7796
-
Hi together, I want to write a custom route builder, but I can't find any documentations how to implement it. I've asked this already on stackoverflow, but it didn't help as the API might already changed. Can someone help with it? A MethodInterceptor won't work as I don't have a class where I can annotate it. I only have custom informations in the database, which will be created by the user. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
maybe you could use a filter? |
Beta Was this translation helpful? Give feedback.
maybe you could use a filter?