类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- org.springframework.core.annotation.AnnotationAttributes
- io.microsphere.spring.core.annotation.GenericAnnotationAttributes<A>
- io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes<A>
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes<A>
- io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes<A>
- io.microsphere.spring.core.annotation.GenericAnnotationAttributes<A>
- org.springframework.core.annotation.AnnotationAttributes
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- io.microsphere.spring.context.annotation.BeanCapableImportCandidate (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware)
- io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader<A> (implements org.springframework.context.annotation.ImportSelector)
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader<A,EA> (implements org.springframework.context.ApplicationContextAware)
- io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.ResourceLoaderAware)
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader<A,EA> (implements org.springframework.context.ApplicationContextAware)
- io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader<A> (implements org.springframework.context.annotation.ImportSelector)
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource (implements java.lang.Comparable<T>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
接口分层结构
- io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.ResourcePropertySourcesRefresher
注释类型分层结构
- io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource (implements java.lang.annotation.Annotation)
- io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySources (implements java.lang.annotation.Annotation)
- io.microsphere.spring.config.context.annotation.PropertySourceExtension (implements java.lang.annotation.Annotation)
- io.microsphere.spring.config.context.annotation.ResourcePropertySource (implements java.lang.annotation.Annotation)
- io.microsphere.spring.config.context.annotation.ResourcePropertySources (implements java.lang.annotation.Annotation)