Class VariantRouter.MethodVariant<T>
java.lang.Object
cloud.opencode.base.feature.proxy.VariantRouter.MethodVariant<T>
- Type Parameters:
T- the target type | 目标类型
- Enclosing class:
VariantRouter<T>
Wrapper for method-based variants
方法变体的包装器
- Since:
- JDK 25, opencode-base-feature V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
Modifier and TypeMethodDescriptionGet the method name 获取方法名Invoke the variant method 调用变体方法
-
Method Details
-
invoke
-
getMethodName
-