Class R2dbcXMLConfigBuilder


  • public class R2dbcXMLConfigBuilder
    extends org.apache.ibatis.builder.BaseBuilder
    The type R2dbc xml config builder.
    Author:
    Clinton Begin, Kazuki Shimizu, Gang Cheng
    • 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 reader
        environment - the environment
      • R2dbcXMLConfigBuilder

        public R2dbcXMLConfigBuilder​(Reader reader,
                                     String environment,
                                     Properties props)
        Instantiates a new R2dbc xml config builder.
        Parameters:
        reader - the reader
        environment - the environment
        props - 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 stream
        environment - the environment
      • R2dbcXMLConfigBuilder

        public R2dbcXMLConfigBuilder​(InputStream inputStream,
                                     String environment,
                                     Properties props)
        Instantiates a new R2dbc xml config builder.
        Parameters:
        inputStream - the input stream
        environment - the environment
        props - the props
    • Method Detail

      • parse

        public R2dbcMybatisConfiguration parse()
        Parse R2dbc mybatis configuration.
        Returns:
        the R2dbc mybatis configuration