public class AutoOperateProxy extends Object
| 构造器和说明 |
|---|
AutoOperateProxy() |
public <T> T wrapIfNecessary(T target)
Create a proxy instance for the target object
if the target object has methods annotated with AutoOperate.
When calling the annotated method of the target object,
the method will be automatically filled with the necessary parameters or return values.
T - target typetarget - target objectAutoOperate,
otherwise return the original target object.Copyright © 2024. All rights reserved.