public boolean isApplicable()

in src/main/java/com/epam/digital/data/platform/starter/swagger/apiresponse/impl/GetForEnumAllValuesApiResponseHandler.java [37:41]


  public boolean isApplicable(HandlerMethod handlerMethod) {
    return super.isApplicable(handlerMethod)
        && isHandlingEnumValues(handlerMethod)
        && responseEntityTypeValidator.isReturnGenericCollection(handlerMethod);
  }