public class AutoOperateAnnotatedElementResolver extends Object
An handler that resolve the AutoOperate
annotation on the element to AutoOperateAnnotatedElement.
AutoOperate| 构造器和说明 |
|---|
AutoOperateAnnotatedElementResolver() |
| 限定符和类型 | 方法和说明 |
|---|---|
AutoOperateAnnotatedElement |
resolve(AnnotatedElement element,
AutoOperate annotation)
Resolve the
AutoOperate annotation on the element
and build AutoOperateAnnotatedElement for it according to its configuration. |
protected static Predicate<? super KeyTriggerOperation> |
resolveFilter(AutoOperate annotation)
Resolve group for
AutoOperate.includes() and AutoOperate.excludes(). |
public AutoOperateAnnotatedElement resolve(AnnotatedElement element, AutoOperate annotation)
AutoOperate annotation on the element
and build AutoOperateAnnotatedElement for it according to its configuration.element - elementannotation - annotationAutoOperateAnnotatedElementprotected static Predicate<? super KeyTriggerOperation> resolveFilter(AutoOperate annotation)
AutoOperate.includes() and AutoOperate.excludes().annotation - annotationCopyright © 2023. All rights reserved.