public class MapperProxy<T> extends Object implements InvocationHandler
| 限定符和类型 | 字段和说明 |
|---|---|
private Class<T> |
cls |
private EntityMapper<?> |
target |
| 构造器和说明 |
|---|
MapperProxy(Class<T> cls) |
private EntityMapper<?> target
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke 在接口中 InvocationHandlerThrowablestatic EntityMapper<?> getProxyMapper(Class<?> cls)
Copyright © 2022. All rights reserved.