com.github.binarywang.wxpay.v3.Validator Maven / Gradle / Ivy
The newest version!
package com.github.binarywang.wxpay.v3;
import java.io.IOException;
import org.apache.http.client.methods.CloseableHttpResponse;
public interface Validator {
boolean validate(CloseableHttpResponse response) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy