public interface BeanOperationParser extends NamedComponent
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 instance. |
getNameBeanOperations parse(AnnotatedElement element) throws OperationParseException
AnnotatedElement annotation information,
and generate the corresponding BeanOperations instance.element - element to parseBeanOperationsOperationParseException - thrown when configuration resolution exceptionCopyright © 2024. All rights reserved.