程序包org.springframework.boot.test.autoconfigure.properties的分层结构
类分层结构
- java.lang.Object
- org.springframework.core.env.PropertySource<T>
- org.springframework.core.env.EnumerablePropertySource<T>
- org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- org.springframework.core.env.EnumerablePropertySource<T>
- org.springframework.core.env.PropertySource<T>
批注接口分层结构
- org.springframework.boot.test.autoconfigure.properties.PropertyMapping (implements java.lang.annotation.Annotation)
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)