T - the type parameterpublic class MapperProxyFactory<T> extends Object
| Constructor and Description |
|---|
MapperProxyFactory(Class<T> mapperInterface)
Instantiates a new Mapper proxy factory.
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getMapperInterface()
Gets mapper interface.
|
Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> |
getMethodCache()
Gets method cache.
|
protected T |
newInstance(MapperProxy<T> mapperProxy)
New instance t.
|
T |
newInstance(ReactiveSqlSession reactiveSqlSession)
New instance t.
|
public Class<T> getMapperInterface()
public Map<Method,pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperProxy.MapperMethodInvoker> getMethodCache()
protected T newInstance(MapperProxy<T> mapperProxy)
mapperProxy - the mapper proxypublic T newInstance(ReactiveSqlSession reactiveSqlSession)
reactiveSqlSession - the reactive sql sessionCopyright © 2022. All rights reserved.