public interface MethodAnnotationPostProcessor<T extends AnnotationSE>| 修飾子と型 | メソッドと説明 |
|---|---|
ObjectSE | postProcess(ObjectSE bean, StringSE beanName, MethodSE method, ListSE<AnnotationSE> annotations) |
boolean | shouldCreateEndpoint(MethodSE method, ListSE<AnnotationSE> annotations) |
ObjectSE postProcess(ObjectSE bean, StringSE beanName, MethodSE method, ListSE<AnnotationSE> annotations)
boolean shouldCreateEndpoint(MethodSE method, ListSE<AnnotationSE> annotations)
method - エンドポイントを作成する資格があるかどうかを確認する方法 annotations - 処理するアノテーションのリスト AbstractEndpoint を作成するかどうかを決定するための boolean フラグ