类 DynamicApiRepositoryImpl.JsonBeanPropertySqlParameterSource

java.lang.Object
org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
com.easycode8.fastapi.core.dynamic.DynamicApiRepositoryImpl.JsonBeanPropertySqlParameterSource
所有已实现的接口:
org.springframework.jdbc.core.namedparam.SqlParameterSource
封闭类:
DynamicApiRepositoryImpl

public class DynamicApiRepositoryImpl.JsonBeanPropertySqlParameterSource extends org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
  • 字段概要

    从接口继承的字段 org.springframework.jdbc.core.namedparam.SqlParameterSource

    TYPE_UNKNOWN
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    getValue(String paramName)
     

    从类继承的方法 org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource

    getParameterNames, getReadablePropertyNames, getSqlType, hasValue

    从类继承的方法 org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource

    getTypeName, registerSqlType, registerTypeName, toString

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

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

    • JsonBeanPropertySqlParameterSource

      public JsonBeanPropertySqlParameterSource(Object object, String... jsonFields)
  • 方法详细资料

    • getValue

      @Nullable public Object getValue(String paramName) throws IllegalArgumentException
      指定者:
      getValue 在接口中 org.springframework.jdbc.core.namedparam.SqlParameterSource
      覆盖:
      getValue 在类中 org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
      抛出:
      IllegalArgumentException