
commons.box.app.DataValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-box-app Show documentation
Show all versions of commons-box-app Show documentation
Common utils for BOX projects.
The newest version!
package commons.box.app;
/**
* 数据验证器
* 创建作者:xingxiuyi
* 版权所属:xingxiuyi
*/
public interface DataValidator extends DataObject {
/**
* 验证 如果验证不通过则抛出对应的验证异常
*
* @param object
*/
public void validate(T object) throws AppError;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy