类 MybatisMapWrapper

java.lang.Object
org.apache.ibatis.reflection.wrapper.BaseWrapper
org.apache.ibatis.reflection.wrapper.MapWrapper
com.baomidou.mybatisplus.extension.handlers.MybatisMapWrapper
所有已实现的接口:
org.apache.ibatis.reflection.wrapper.ObjectWrapper

public class MybatisMapWrapper extends org.apache.ibatis.reflection.wrapper.MapWrapper
返回Map结果集,下划线转驼峰
从以下版本开始:
2017/12/19
作者:
yuxiaobin
  • 字段概要

    从类继承的字段 org.apache.ibatis.reflection.wrapper.MapWrapper

    map

    从类继承的字段 org.apache.ibatis.reflection.wrapper.BaseWrapper

    metaObject, NO_ARGUMENTS
  • 构造器概要

    构造器
    构造器
    说明
    MybatisMapWrapper(org.apache.ibatis.reflection.MetaObject metaObject, Map<String,Object> map)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    findProperty(String name, boolean useCamelCaseMapping)
     

    从类继承的方法 org.apache.ibatis.reflection.wrapper.MapWrapper

    add, addAll, get, getGetterNames, getGetterType, getSetterNames, getSetterType, hasGetter, hasSetter, instantiatePropertyValue, isCollection, set

    从类继承的方法 org.apache.ibatis.reflection.wrapper.BaseWrapper

    getChildValue, getCollectionValue, resolveCollection, setChildValue, setCollectionValue

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • MybatisMapWrapper

      public MybatisMapWrapper(org.apache.ibatis.reflection.MetaObject metaObject, Map<String,Object> map)
  • 方法详细资料

    • findProperty

      public String findProperty(String name, boolean useCamelCaseMapping)
      指定者:
      findProperty 在接口中 org.apache.ibatis.reflection.wrapper.ObjectWrapper
      覆盖:
      findProperty 在类中 org.apache.ibatis.reflection.wrapper.MapWrapper