spring 源码中常见到的对象命名

Resolver  能力提供者

org.springframework.core.env.PropertyResolver

Context  上下文

org.springframework.web.context.WebApplicationContext

Loader 加载器

org.springframework.web.context.ContextLoader

 

 

初始化类对象

org.springframework.beans.BeanUtils#instantiateClass(java.lang.Class)

Initializer 初始化器

org.springframework.context.ApplicationContextInitializer

Environment环境对象

org.springframework.core.env.Environment

 

spring 加载的关键方法

org.springframework.context.support.AbstractApplicationContext#refresh 

你可能感兴趣的:(经验之谈)