java.lang.Object
io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity<Long,Long>
io.github.mangocrisp.spring.taybct.admin.log.domain.ApiLog
io.github.mangocrisp.spring.taybct.admin.log.view.ApiLogSafeOut
所有已实现的接口:
Serializable

@TableName("api_log") public class ApiLogSafeOut extends ApiLog
安全输出对象,去掉实体类不允许查看的字段,或者说,直接让这个字段有数据可读,或者加密一些敏感信息等操作。
从以下版本开始:
1.0.0
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final long
     
  • 构造器概要

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

    修饰符和类型
    方法
    说明
     

    从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity

    canEqual, equals, getCreateTime, getCreateUser, getExpansion, getId, getUpdateTime, getUpdateUser, hashCode, setCreateTime, setCreateUser, setExpansion, setId, setUpdateTime, setUpdateUser, toString

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

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • ApiLogSafeOut

      public ApiLogSafeOut()
  • 方法详细资料

    • getUsername

      public String getUsername()