Class MapperMethod.MethodSignature

  • Enclosing class:
    MapperMethod

    public static class MapperMethod.MethodSignature
    extends Object
    • Constructor Detail

    • Method Detail

      • convertArgsToSqlCommandParam

        public Object convertArgsToSqlCommandParam​(Object[] args)
      • hasRowBounds

        public boolean hasRowBounds()
      • hasResultHandler

        public boolean hasResultHandler()
      • getReturnType

        public Class<?> 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 is java.util.Optional.
        Returns:
        return true, if return type is java.util.Optional
        Since:
        3.5.0
      • getMapKey

        public String getMapKey()