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

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

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

/**
 * 执行上下文接口
 * @author binbin.hou
 * date 2018/12/29
 * @since 0.0.1
 */
public interface ICondition {

    /**
     * 是否执行脱敏
     * @param context 执行上下文
     * @return 结果:是否执行
     */
    boolean valid(IContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy