- Type Parameters:
T -
- All Implemented Interfaces:
- net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
public class MethodCapture<T>
extends Object
implements net.sf.cglib.proxy.MethodInterceptor
Captures a Method reference from a given Consumer. Allows us to extract a Method object
from a lambda instead of passing the method name as a String. Similar in functionality
to Jodd's MethRef (https://jodd.org/ref/methref.html).