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
-
-