Uses of Interface
cloud.opencode.base.reflect.proxy.MethodInvoker
Packages that use MethodInvoker
-
Uses of MethodInvoker in cloud.opencode.base.reflect.proxy
Methods in cloud.opencode.base.reflect.proxy that return MethodInvokerModifier and TypeMethodDescriptionstatic MethodInvokerCreates an invoker that always returns a constant 创建一个总是返回常量的调用器static MethodInvokerMethodInvoker.noOp()Creates a no-op invoker that returns null 创建一个返回null的空操作调用器Methods in cloud.opencode.base.reflect.proxy with parameters of type MethodInvoker