public AnnotationErrorDecoder build()

in src/main/java/feign/error/AnnotationErrorDecoder.java [70:73]


    public AnnotationErrorDecoder build() {
      Map<String, MethodErrorHandler> errorHandlerMap = generateErrorHandlerMapFromApi(apiType);
      return new AnnotationErrorDecoder(errorHandlerMap, defaultDecoder);
    }