public interface BeanOperationParser
The configuration parser of BeanOperations,
it used to obtain all assembly and handling configurations
for a specific type according to the AnnotatedElement.
TypeHierarchyBeanOperationParser,
BeanOperationExecutor| 限定符和类型 | 方法和说明 |
|---|---|
BeanOperations |
parse(AnnotatedElement element)
Parse the
AnnotatedElement annotation information,
and generate the corresponding BeanOperations comparator. |
BeanOperations parse(AnnotatedElement element) throws OperationParseException
AnnotatedElement annotation information,
and generate the corresponding BeanOperations comparator.element - element to parseBeanOperationsOperationParseException - thrown when configuration resolution exceptionCopyright © 2023. All rights reserved.