Class DelegateR2DbcResultRowDataHandler
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.executor.result.handler.DelegateR2DbcResultRowDataHandler
-
- All Implemented Interfaces:
InvocationHandler
public class DelegateR2DbcResultRowDataHandler extends Object implements InvocationHandler
The type Delegate R2dbc result row data handler.- Version:
- 1.0.0
- Author:
- Gang Cheng
-
-
Constructor Summary
Constructors Constructor Description DelegateR2DbcResultRowDataHandler(Set<Class<?>> notSupportedDataTypes, Map<Class<?>,R2dbcTypeHandlerAdapter> r2dbcTypeHandlerAdapters)Instantiates a new Delegate R2dbc result row data handler.
-
-
-
Constructor Detail
-
DelegateR2DbcResultRowDataHandler
public DelegateR2DbcResultRowDataHandler(Set<Class<?>> notSupportedDataTypes, Map<Class<?>,R2dbcTypeHandlerAdapter> r2dbcTypeHandlerAdapters)
Instantiates a new Delegate R2dbc result row data handler.- Parameters:
notSupportedDataTypes- the not supported data typesr2dbcTypeHandlerAdapters- the R2dbc type handler adapters
-
-