454647484950515253
return null; } Class<?> clazz = request.getClass(); Method method = clazz.getAnnotation(Method.class); HttpMethod httpMethod = method.value(); return httpMethod; }