| 类 | 说明 |
|---|---|
| BeanAwareAssembleMethodAnnotationHandler |
An
AssembleMethodAnnotationHandler implementation,
support find target bean from ApplicationContext. |
| 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. |
| DefaultCrane4jSpringConfiguration |
Default configuration class for crane4j.
|
| MergedAnnotationFinder |
Annotation finder supporting spring meta-annotation composition annotation mechanism.
|
| NamedComponentAliasProcessor |
A
BeanPostProcessor implementation that registers named components as aliases in the Spring IoC container. |
| SpringCacheableContainerProcessor |
A
CacheableContainerProcessor implementation
which support process spring annotation and bean proxy. |
| SpringConverterManager |
A
ConverterManager implementation based on Spring's ConversionService. |
| SpringParameterNameFinder |
A
ParameterNameFinder implementation based on Spring's ParameterNameDiscoverer. |
| ValueResolveAssembleAnnotationHandler |
Extension implementation of
AssembleAnnotationHandler,
On the basis of the former, some spring annotations are additionally supported. |
Copyright © 2024. All rights reserved.