
com.lazycece.au.api.params.Validator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of au-api-params Show documentation
Show all versions of au-api-params Show documentation
Parameter signature, encryption and decryption .
package com.lazycece.au.api.params;
/**
* Param validator
*
* @author lazycece
* @date 2019/11/22
*/
public interface Validator {
/**
* validate params
*
* @return true
that indicates checking passed,
* otherwise false
*/
boolean validate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy