<AspectJ - Get method parameter value by path?> I ...
# stackoverflow
u
AspectJ - Get method parameter value by path? I have an authorizaton Aspect that checks specific conditions based on method annotation. This specific example shows annotation to mark a method that is only accessible by customer service. But unfortunately this isn't the only condition. We have to confirm the customerServiceId that is also passed as one of method parameters. The parameter containing customerServiceId is pretty nested, so I was wondering if it's possible to get parameter value by some kind of a "path". So let's say we have...