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

com.github.houbb.sensitive.api.ISensitiveConfig Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package com.github.houbb.sensitive.api;

import com.github.houbb.deep.copy.api.IDeepCopy;
import com.github.houbb.hash.api.IHash;

/**
 * 脱敏配置接口
 * @author binbin.hou
 * @since 0.0.9
 */
public interface ISensitiveConfig {

    /**
     * 深度拷贝
     * @return 深度拷贝
     * @since 0.0.9
     */
    IDeepCopy deepCopy();

    /**
     * 哈希策略
     * @return 结果
     * @since 1.1.0
     */
    IHash hash();

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy