public interface AutoOperateAnnotatedElementResolver
An handler that resolve the AutoOperate
annotation on the element to AutoOperateAnnotatedElement.
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable AutoOperateAnnotatedElement |
resolve(AnnotatedElement element,
@Nullable AutoOperate annotation)
Resolve the
AutoOperate annotation on the element
and build AutoOperateAnnotatedElement for it according to its configuration. |
default boolean |
support(AnnotatedElement element,
@Nullable AutoOperate annotation)
Whether the resolver supports the element.
|
default boolean support(AnnotatedElement element, @Nullable AutoOperate annotation)
element - elementannotation - annotation@Nullable AutoOperateAnnotatedElement resolve(AnnotatedElement element, @Nullable AutoOperate annotation)
AutoOperate annotation on the element
and build AutoOperateAnnotatedElement for it according to its configuration.element - elementannotation - annotationAutoOperateAnnotatedElementCopyright © 2024. All rights reserved.