}
}
LOGGER.trace("Matched {} candidate request definitions by verb for resource: {}", matchedByVerb.size(), endpoint.getUrl());
if (0 == matchedByVerb.size()) {
throw new MethodNotAllowedException("Method " + exchange.getRequestMethod() + " not mapped for resource: " + endpoint.getUrl());
}
return matchedByVerb;
}