You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a child class of org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator, and I'd love to log what method of which service bean I am invoking on a particular object. I think it would be appropriate to expose those properties with 'protected' access, so we don't have to resort to reflection.