Class R2dbcMapperAnnotationBuilder


  • public class R2dbcMapperAnnotationBuilder
    extends org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
    The type R2dbc mapper annotation builder.
    Author:
    Clinton Begin, Kazuki Shimizu, Gang Cheng
    • Constructor Detail

      • R2dbcMapperAnnotationBuilder

        public R2dbcMapperAnnotationBuilder​(org.apache.ibatis.session.Configuration configuration,
                                            Class<?> type)
        Instantiates a new R2dbc mapper annotation builder.
        Parameters:
        configuration - the configuration
        type - the type
    • Method Detail

      • parse

        public void parse()
        Overrides:
        parse in class org.apache.ibatis.builder.annotation.MapperAnnotationBuilder