| 类 | 说明 |
|---|---|
| BeanMethodContainerRegistrar |
Post process the bean, scan the method with
ContainerMethod annotation in the class or method of class,
and adapt it to Container instance
according to MethodContainerFactory registered in the Spring context. |
| Crane4jApplicationContext |
The global configuration class implemented based on the Spring context,
when obtaining the required components from the instance,
will directly obtain the corresponding bean through the
ApplicationContext held. |
| MergedAnnotationFinder |
Annotation finder supporting spring meta-annotation composition annotation mechanism.
|
| ResolvableExpressionEvaluator |
Calculator for executing an expression with a method call as the context.
|
| SpringAssembleAnnotationResolver |
Extension implementation of
AssembleAnnotationResolver,
On the basis of the former, some spring annotations are additionally supported. |
| SpringParameterNameFinder |
A
ParameterNameFinder implementation based on Spring's ParameterNameDiscoverer. |
Copyright © 2023. All rights reserved.