程序包org.springframework.boot.context.properties的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData (implements org.springframework.beans.factory.config.BeanFactoryPostProcessor)
    • org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean, org.springframework.core.PriorityOrdered)
    • org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)

注释类型分层结构