所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.meku.chameleon.core.CacheableBeanResolver
- net.meku.chameleon.core.CacheableConfigAspect
- net.meku.chameleon.core.CacheFirstLoader (implements org.springframework.context.ApplicationListener<E>)
- net.meku.chameleon.util.ChameleonUtils
- net.meku.chameleon.core.ConfigPojo (implements net.meku.chameleon.core.Configable)
- net.meku.chameleon.core.ConfigServiceImpl (implements org.springframework.beans.factory.config.BeanPostProcessor, net.meku.chameleon.spi.ConfigService, org.springframework.core.Ordered)
- net.meku.chameleon.persist.DummyPersistResolver (implements net.meku.chameleon.spi.ConfigPersistResolver)
- net.meku.chameleon.memory.MemoryCacheResolver (implements net.meku.chameleon.spi.ConfigCacheResolver)
- net.meku.chameleon.memory.MemoryRefreshActionFactory (implements net.meku.chameleon.spi.ConfigRefreshActionFactory)
- net.meku.chameleon.util.ReflectUtils
- net.meku.chameleon.util.SpringUtils (implements org.springframework.context.ApplicationContextAware, org.springframework.context.EmbeddedValueResolverAware)
接口分层结构
- net.meku.chameleon.core.Configable
- net.meku.chameleon.spi.ConfigCacheResolver
- net.meku.chameleon.spi.ConfigPersistResolver
- net.meku.chameleon.spi.ConfigRefreshAction
- net.meku.chameleon.spi.ConfigRefreshActionFactory
- net.meku.chameleon.spi.ConfigService
注释类型分层结构
- net.meku.chameleon.core.CacheableConfig (implements java.lang.annotation.Annotation)