private boolean statusMatches()

in src/main/java/org/apache/fineract/cn/api/util/AnnotatedErrorDecoder.java [116:119]


  private boolean statusMatches(final Response response,
                                final ThrowsException throwsExceptionAnnotation) {
    return throwsExceptionAnnotation.status().value() == response.status();
  }