Java org.springframework.aop ProxyMethodInvocation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop ProxyMethodInvocation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop ProxyMethodInvocation.

The text is from its open source code.

Method

ObjectgetProxy()
Return the proxy that this method invocation was made through.
voidsetUserAttribute(String key, @Nullable Object value)
Add the specified user attribute with the given value to this invocation.