com.github.fashionbrot.validator.Validator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation Show documentation
Show all versions of validation Show documentation
validation 参数验证 https://github.com/fashionbrot/validation
The newest version!
//package com.github.fashionbrot.validator;
//
//import java.lang.reflect.Method;
//
//public interface Validator {
//
//
// /**
// * 入口
// * 获取 接口参数,验证是否含有注解
// * @param method method
// * @param arguments arguments
// * @param language error msg language,language default zh_CN
// */
// void validParameter(Method method, Object[] arguments,String language);
//
// /**
// * 入口
// * 验证返回值
// * @param method method
// * @param argument argument
// * @param language error msg language,language default zh_CN
// */
// void validReturnValue(Method method, Object argument,String language);
//
//}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy