Uses of Class
cloud.opencode.base.reflect.invokable.Invokable
Packages that use Invokable
-
Uses of Invokable in cloud.opencode.base.reflect
Methods in cloud.opencode.base.reflect that return InvokableModifier and TypeMethodDescriptionstatic <T> Invokable<T, T> OpenConstructor.toInvokable(Constructor<T> constructor) Converts to Invokable 转为InvokableOpenMethod.toInvokable(Method method) Converts to Invokable 转为Invokablestatic <T> Invokable<T, T> OpenReflect.toInvokable(Constructor<T> constructor) Creates an Invokable from a constructor 从构造器创建InvokableOpenReflect.toInvokable(Method method) Creates an Invokable from a method 从方法创建Invokable -
Uses of Invokable in cloud.opencode.base.reflect.invokable
Subclasses of Invokable in cloud.opencode.base.reflect.invokableModifier and TypeClassDescriptionfinal classConstructor Invokable Implementation 构造器Invokable实现final classMethod Invokable Implementation 方法Invokable实现Methods in cloud.opencode.base.reflect.invokable that return InvokableModifier and TypeMethodDescriptionstatic <T> Invokable<T, T> Invokable.from(Constructor<T> constructor) Creates an Invokable from a Constructor 从Constructor创建InvokableCreates an Invokable from a Method 从Method创建InvokableInvokable.setAccessible(boolean flag) Sets accessible flag 设置可访问标志