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

com.gitee.easyopen.Validator Maven / Gradle / Ivy

Go to download

easyopen mini版,保留基本签名校验,文档功能。https://gitee.com/durcframework/easyopen

There is a newer version: 1.0.4
Show newest version
package com.gitee.easyopen;

/**
 * 校验接口
 * 
 * @author tanghc
 *
 */
public interface Validator {
    /**
     * 接口验证
     * @param param 接口参数
     */
    void validate(ApiParam param);
    
    /**
     * 验证业务参数
     * 
     * @param obj 业务参数
     */
    void validateBusiParam(Object obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy