public final class MethodInvocationRecorder extends Object
public void record(Class<?> targetClass, String methodName, Class<?>[] argumentTypes, Object[] arguments)
targetClass - target classmethodName - method nameargumentTypes - argument typesarguments - argumentspublic void replay(Object target)
target - target objectCopyright © 2021 The Apache Software Foundation. All rights reserved.