类 WechatPay2Validator

  • 所有已实现的接口:
    Validator

    public class WechatPay2Validator
    extends java.lang.Object
    implements Validator
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected java.lang.String buildMessage​(org.apache.http.client.methods.CloseableHttpResponse response)  
      protected java.lang.String getResponseBody​(org.apache.http.client.methods.CloseableHttpResponse response)  
      boolean validate​(org.apache.http.client.methods.CloseableHttpResponse response)  
      protected void validateParameters​(org.apache.http.client.methods.CloseableHttpResponse response)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WechatPay2Validator

        public WechatPay2Validator​(Verifier verifier)
    • 方法详细资料

      • validate

        public final boolean validate​(org.apache.http.client.methods.CloseableHttpResponse response)
                               throws java.io.IOException
        指定者:
        validate 在接口中 Validator
        抛出:
        java.io.IOException
      • validateParameters

        protected final void validateParameters​(org.apache.http.client.methods.CloseableHttpResponse response)
      • buildMessage

        protected final java.lang.String buildMessage​(org.apache.http.client.methods.CloseableHttpResponse response)
                                               throws java.io.IOException
        抛出:
        java.io.IOException
      • getResponseBody

        protected final java.lang.String getResponseBody​(org.apache.http.client.methods.CloseableHttpResponse response)
                                                  throws java.io.IOException
        抛出:
        java.io.IOException