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

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

package com.github.houbb.sensitive.api;

/**
 * 脱敏策略
 * @author binbin.hou
 * date 2018/12/29
 * @since 0.0.1
 */
public interface IStrategy {

    /**
     * 脱敏
     * @param original 原始内容
     * @param context 执行上下文
     * @return 脱敏后的字符串
     */
    Object des(final Object original, final IContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy