Class R2dbcXMLConfigBuilder
- java.lang.Object
-
- org.apache.ibatis.builder.BaseBuilder
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.builder.R2dbcXMLConfigBuilder
-
public class R2dbcXMLConfigBuilder extends org.apache.ibatis.builder.BaseBuilderThe type R2dbc xml config builder.- Author:
- Clinton Begin, Kazuki Shimizu, Gang Cheng
-
-
Constructor Summary
Constructors Constructor Description R2dbcXMLConfigBuilder(InputStream inputStream)Instantiates a new R2dbc xml config builder.R2dbcXMLConfigBuilder(InputStream inputStream, String environment)Instantiates a new R2dbc xml config builder.R2dbcXMLConfigBuilder(InputStream inputStream, String environment, Properties props)Instantiates a new R2dbc xml config builder.R2dbcXMLConfigBuilder(Reader reader)Instantiates a new R2dbc xml config builder.R2dbcXMLConfigBuilder(Reader reader, String environment)Instantiates a new R2dbc xml config builder.R2dbcXMLConfigBuilder(Reader reader, String environment, Properties props)Instantiates a new R2dbc xml config builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R2dbcMybatisConfigurationparse()Parse R2dbc mybatis configuration.
-
-
-
Constructor Detail
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(Reader reader)
Instantiates a new R2dbc xml config builder.- Parameters:
reader- the reader
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(Reader reader, String environment)
Instantiates a new R2dbc xml config builder.- Parameters:
reader- the readerenvironment- the environment
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(Reader reader, String environment, Properties props)
Instantiates a new R2dbc xml config builder.- Parameters:
reader- the readerenvironment- the environmentprops- the props
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(InputStream inputStream)
Instantiates a new R2dbc xml config builder.- Parameters:
inputStream- the input stream
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(InputStream inputStream, String environment)
Instantiates a new R2dbc xml config builder.- Parameters:
inputStream- the input streamenvironment- the environment
-
R2dbcXMLConfigBuilder
public R2dbcXMLConfigBuilder(InputStream inputStream, String environment, Properties props)
Instantiates a new R2dbc xml config builder.- Parameters:
inputStream- the input streamenvironment- the environmentprops- the props
-
-
Method Detail
-
parse
public R2dbcMybatisConfiguration parse()
Parse R2dbc mybatis configuration.- Returns:
- the R2dbc mybatis configuration
-
-