Class MapperProxy<T>
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy<T>
-
- Type Parameters:
T- the type parameter
- All Implemented Interfaces:
Serializable,InvocationHandler
public class MapperProxy<T> extends Object implements InvocationHandler, Serializable
The type Mapper proxy.- Author:
- Clinton Begin, Eduardo Macarron, Gang Cheng
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapperProxy(ReactiveSqlSession reactiveSqlSession, Class<T> mapperInterface, Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> methodCache)Instantiates a new Mapper proxy.
-
-
-
Constructor Detail
-
MapperProxy
public MapperProxy(ReactiveSqlSession reactiveSqlSession, Class<T> mapperInterface, Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> methodCache)
Instantiates a new Mapper proxy.- Parameters:
reactiveSqlSession- the reactive sql sessionmapperInterface- the mapper interfacemethodCache- the method cache
-
-