Package org.apache.ibatis.binding
Class MapperMethod.MethodSignature
java.lang.Object
org.apache.ibatis.binding.MapperMethod.MethodSignature
- Enclosing class:
MapperMethod
-
Constructor Summary
ConstructorsConstructorDescriptionMethodSignature(Configuration configuration, Class<?> mapperInterface, Method method) -
Method Summary
Modifier and TypeMethodDescriptionconvertArgsToSqlCommandParam(Object[] args) extractResultHandler(Object[] args) extractRowBounds(Object[] args) Class<?> booleanbooleanbooleanbooleanbooleanbooleanreturn whether return type isjava.util.Optional.boolean
-
Constructor Details
-
MethodSignature
-
-
Method Details
-
convertArgsToSqlCommandParam
-
hasRowBounds
public boolean hasRowBounds() -
extractRowBounds
-
hasResultHandler
public boolean hasResultHandler() -
extractResultHandler
-
getReturnType
-
returnsMany
public boolean returnsMany() -
returnsMap
public boolean returnsMap() -
returnsVoid
public boolean returnsVoid() -
returnsCursor
public boolean returnsCursor() -
returnsOptional
public boolean returnsOptional()return whether return type isjava.util.Optional.- Returns:
- return
true, if return type isjava.util.Optional - Since:
- 3.5.0
-
getMapKey
-