Closed cilfm closed 3 months ago
Possibly you are looking for MethodDelegation
? You would be able to supply any arguments and return any value, Byte Buddy then weaves it into the method.
Thank you! I have resolved it.
MethodDelegation.toField("baseMapper")
I want to implement the mybatis framework data query interface,I have create Mapper class and serviceImpl class as follows:
The code for creating the serviceImpl class is as follows:
How to generate the following code?