Class MapperMethod


  • public class MapperMethod
    extends Object
    The type Mapper method.
    Author:
    Clinton Begin, Eduardo Macarron, Lasse Voss, Kazuki Shimizu, Gang Cheng
    • Constructor Detail

      • MapperMethod

        public MapperMethod​(Class<?> mapperInterface,
                            Method method,
                            org.apache.ibatis.session.Configuration config)
        Instantiates a new Mapper method.
        Parameters:
        mapperInterface - the mapper interface
        method - the method
        config - the config
    • Method Detail

      • parseInferredClass

        public static Class<?> parseInferredClass​(Type genericType)
        Parse inferred class class.
        Parameters:
        genericType - the generic type
        Returns:
        the class
      • execute

        public Object execute​(ReactiveSqlSession sqlSession,
                              Object[] args)
        Execute object.
        Parameters:
        sqlSession - the sql session
        args - the args
        Returns:
        the object