类 BinLogImpl

java.lang.Object
org.babyfish.jimmer.sql.event.binlog.impl.BinLogImpl
所有已实现的接口:
BinLog

public class BinLogImpl extends Object implements BinLog
  • 构造器详细资料

  • 方法详细资料

    • accept

      public void accept(String tableName, com.fasterxml.jackson.databind.JsonNode oldData, com.fasterxml.jackson.databind.JsonNode newData)
      指定者:
      accept 在接口中 BinLog
    • accept

      public void accept(String tableName, com.fasterxml.jackson.databind.JsonNode oldData, com.fasterxml.jackson.databind.JsonNode newData, String reason)
      指定者:
      accept 在接口中 BinLog
    • parser

      public BinLogParser parser()