Uses of Record Class
cloud.opencode.base.reflect.proxy.OpenProxy.MethodCall
Packages that use OpenProxy.MethodCall
-
Uses of OpenProxy.MethodCall in cloud.opencode.base.reflect.proxy
Methods in cloud.opencode.base.reflect.proxy that return types with arguments of type OpenProxy.MethodCallModifier and TypeMethodDescriptionOpenProxy.RecordingProxy.calls()Returns the value of thecallsrecord component.OpenProxy.RecordingProxy.getCallsFor(String methodName) Gets calls for a specific method 获取特定方法的调用Constructor parameters in cloud.opencode.base.reflect.proxy with type arguments of type OpenProxy.MethodCallModifierConstructorDescriptionRecordingProxy(T proxy, List<OpenProxy.MethodCall> calls) Creates an instance of aRecordingProxyrecord class.