您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
所有类
SEARCH:
您的浏览器已禁用 JavaScript。
所有类
所有类
接口概要
类概要
枚举概要
异常错误概要
注释类型概要
类
说明
AnnotationAndHandler
AnnotationContext
AnnotationContextUtil
处理注解相关的工具类
AnnotationHandler
<
T
extends
Annotation
>
注解处理器, 每一个注解都应该对应一个处理器。
AnnotationOrder
Aop
AopAnnotationHandler
AopAspect
ApplicationContextUtil
容器,装载bean的容器,以及其他的所有的需要存放的对象都在这里
ApplicationEvent
ApplicationListener
AsmUtil
Bean
BeanCreateContext
bean创建相关的接口, 包含创建时候的循环依赖的判断。
BeanCreateContextUtil
BeanCreateStrategy
实现类需要
BeanDefinition
每个bean类的描述信息
BeanDefinitionContext
BeanDefinitionContextUtil
BeanScan
放入容器
BeanStatusEnum
BeanTypeEnum
CircularDependenceException
循环依赖异常
ClassVisitorImpl
Component
放入容器
ComponentAnnotationHandler
Configuration
配置类注解, 可以继承@Component注解的
ConfigurationAnnotationHandler
被configuration 注解的方法的处理逻辑
Cron
定时任务的方法, 启动类上必须有EnableCron注解后这个注解才会生效
CronAnnotationHandler
CronApplicationListener
CronDefinition
EnableCron
EventListener
事件处理器的注解
EventNameConstant
EventPublisherContext
事件监听器接口 管理类
EventPublisherContextUtil
事件监听处理的相关逻辑,
FactoryBean
<
T
>
FactoryBeanCreateStrategy
FieldDefinition
FieldOrParamTypeEnum
标识bean中字段的类型
Init
InitAnnotationHandler
Inject
注入依赖
InjectAnnotationHandler
MethodBeanCreateStrategy
MethodDefinition
NullObj
用于定义
null
,与Javascript中null相对应
Java中的
null
值在js中表示为undefined。
ParamDefinition
PropertiesContext
PropertiesContextUtil
SimpleBeanCreateStategy
Value
注入配置
ValueAnnotationHandler
Xioc
超级简单的依赖注入小框架