public class MapperMethod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MapperMethod.MethodSignature
The type Method signature.
|
static class |
MapperMethod.SqlCommand
The type Sql command.
|
| Constructor and Description |
|---|
MapperMethod(Class<?> mapperInterface,
Method method,
org.apache.ibatis.session.Configuration config)
Instantiates a new Mapper method.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ReactiveSqlSession sqlSession,
Object[] args)
Execute object.
|
static Class<?> |
parseInferredClass(Type genericType)
Parse inferred class class.
|
public static Class<?> parseInferredClass(Type genericType)
genericType - the generic typepublic Object execute(ReactiveSqlSession sqlSession, Object[] args)
sqlSession - the sql sessionargs - the argsCopyright © 2022. All rights reserved.