ExtDirectMethod extDirectMethodAnnotation = AnnotationUtils.findAnnotation(method, ExtDirectMethod.class);
this.type = extDirectMethodAnnotation.value();
if (extDirectMethodAnnotation.jsonView() != ExtDirectMethod.NoJsonView.class) {
this.jsonView = extDirectMethodAnnotation.jsonView();
} else {
this.jsonView = null;
}
if (StringUtils.hasText(extDirectMethodAnnotation.group())) {