All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mzt.logapi.starter.diff.IDiffItemsToLogContentService Maven / Gradle / Ivy

There is a newer version: 3.0.6-oxadmin
Show newest version
package com.mzt.logapi.starter.diff;

import de.danielbechler.diff.node.DiffNode;

/**
 * @author muzhantong
 * create on 2022/1/3 8:26 下午
 */
public interface IDiffItemsToLogContentService {

    String toLogContent(DiffNode diffNode, final Object o1, final Object o2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy