JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.ctrip.framework.apollo
,
com.ctrip.framework.apollo.build
,
com.ctrip.framework.apollo.enums
,
com.ctrip.framework.apollo.exceptions
,
com.ctrip.framework.apollo.internals
,
com.ctrip.framework.apollo.model
,
com.ctrip.framework.apollo.spi
,
com.ctrip.framework.apollo.spring
,
com.ctrip.framework.apollo.spring.annotation
,
com.ctrip.framework.apollo.spring.boot
,
com.ctrip.framework.apollo.spring.config
,
com.ctrip.framework.apollo.spring.property
,
com.ctrip.framework.apollo.spring.util
,
com.ctrip.framework.apollo.util
,
com.ctrip.framework.apollo.util.function
,
com.ctrip.framework.apollo.util.http
,
com.ctrip.framework.apollo.util.parser
Class Hierarchy
java.lang.
Object
com.ctrip.framework.apollo.internals.
AbstractConfig
(implements com.ctrip.framework.apollo.
Config
)
com.ctrip.framework.apollo.internals.
DefaultConfig
(implements com.ctrip.framework.apollo.internals.
RepositoryChangeListener
)
com.ctrip.framework.apollo.internals.
SimpleConfig
(implements com.ctrip.framework.apollo.internals.
RepositoryChangeListener
)
com.ctrip.framework.apollo.internals.
AbstractConfigFile
(implements com.ctrip.framework.apollo.
ConfigFile
, com.ctrip.framework.apollo.internals.
RepositoryChangeListener
)
com.ctrip.framework.apollo.internals.
PlainTextConfigFile
com.ctrip.framework.apollo.internals.
JsonConfigFile
com.ctrip.framework.apollo.internals.
XmlConfigFile
com.ctrip.framework.apollo.internals.
YamlConfigFile
com.ctrip.framework.apollo.internals.
YmlConfigFile
com.ctrip.framework.apollo.internals.
PropertiesConfigFile
com.ctrip.framework.apollo.internals.
AbstractConfigRepository
(implements com.ctrip.framework.apollo.internals.
ConfigRepository
)
com.ctrip.framework.apollo.internals.
LocalFileConfigRepository
(implements com.ctrip.framework.apollo.internals.
RepositoryChangeListener
)
com.ctrip.framework.apollo.internals.
RemoteConfigRepository
com.ctrip.framework.apollo.spring.boot.
ApolloApplicationContextInitializer
(implements org.springframework.context.ApplicationContextInitializer<C>)
com.ctrip.framework.apollo.spring.boot.
ApolloAutoConfiguration
com.ctrip.framework.apollo.spring.annotation.
ApolloConfigRegistrar
(implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
com.ctrip.framework.apollo.build.
ApolloInjector
com.ctrip.framework.apollo.spring.annotation.
ApolloProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered)
com.ctrip.framework.apollo.spring.annotation.
ApolloAnnotationProcessor
com.ctrip.framework.apollo.spring.annotation.
ApolloJsonValueProcessor
(implements org.springframework.beans.factory.BeanFactoryAware)
com.ctrip.framework.apollo.spring.annotation.
SpringValueProcessor
(implements org.springframework.beans.factory.config.BeanFactoryPostProcessor)
com.ctrip.framework.apollo.spring.property.
AutoUpdateConfigChangeListener
(implements com.ctrip.framework.apollo.
ConfigChangeListener
)
com.ctrip.framework.apollo.spring.util.
BeanRegistrationUtil
com.ctrip.framework.apollo.model.
ConfigChange
com.ctrip.framework.apollo.model.
ConfigChangeEvent
com.ctrip.framework.apollo.model.
ConfigFileChangeEvent
com.ctrip.framework.apollo.spring.config.
ConfigPropertySourceFactory
com.ctrip.framework.apollo.
ConfigService
com.ctrip.framework.apollo.internals.
ConfigServiceLocator
com.ctrip.framework.apollo.util.
ConfigUtil
com.ctrip.framework.apollo.spi.
DefaultConfigFactory
(implements com.ctrip.framework.apollo.spi.
ConfigFactory
)
com.ctrip.framework.apollo.spi.
DefaultConfigFactoryManager
(implements com.ctrip.framework.apollo.spi.
ConfigFactoryManager
)
com.ctrip.framework.apollo.internals.
DefaultConfigManager
(implements com.ctrip.framework.apollo.internals.
ConfigManager
)
com.ctrip.framework.apollo.spi.
DefaultConfigRegistry
(implements com.ctrip.framework.apollo.spi.
ConfigRegistry
)
com.ctrip.framework.apollo.internals.
DefaultInjector
(implements com.ctrip.framework.apollo.internals.
Injector
)
com.ctrip.framework.apollo.internals.
DefaultMetaServerProvider
(implements com.ctrip.framework.apollo.core.spi.
MetaServerProvider
)
com.ctrip.framework.apollo.util.
ExceptionUtil
com.ctrip.framework.apollo.util.http.
HttpRequest
com.ctrip.framework.apollo.util.http.
HttpResponse
<T>
com.ctrip.framework.apollo.util.http.
HttpUtil
org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
com.ctrip.framework.apollo.spring.config.
NamespaceHandler
com.ctrip.framework.apollo.util.parser.
Parsers
com.ctrip.framework.apollo.spring.property.
PlaceholderHelper
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<T>
com.ctrip.framework.apollo.spring.config.
ConfigPropertySource
com.ctrip.framework.apollo.spring.config.
PropertySourcesProcessor
(implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.EnvironmentAware, org.springframework.core.PriorityOrdered)
com.ctrip.framework.apollo.spring.config.
ConfigPropertySourcesProcessor
(implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor)
com.ctrip.framework.apollo.internals.
RemoteConfigLongPollService
com.ctrip.framework.apollo.spring.util.
SpringInjector
com.ctrip.framework.apollo.spring.property.
SpringValue
com.ctrip.framework.apollo.spring.property.
SpringValueDefinition
com.ctrip.framework.apollo.spring.property.
SpringValueDefinitionProcessor
(implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor)
com.ctrip.framework.apollo.spring.property.
SpringValueRegistry
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
com.ctrip.framework.apollo.util.parser.
ParserException
java.lang.
RuntimeException
com.ctrip.framework.apollo.exceptions.
ApolloConfigException
com.ctrip.framework.apollo.exceptions.
ApolloConfigStatusCodeException
Interface Hierarchy
com.ctrip.framework.apollo.
Config
com.ctrip.framework.apollo.
ConfigChangeListener
com.ctrip.framework.apollo.spi.
ConfigFactory
com.ctrip.framework.apollo.spi.
ConfigFactoryManager
com.ctrip.framework.apollo.
ConfigFile
com.ctrip.framework.apollo.
ConfigFileChangeListener
com.ctrip.framework.apollo.internals.
ConfigManager
com.ctrip.framework.apollo.spi.
ConfigRegistry
com.ctrip.framework.apollo.internals.
ConfigRepository
com.ctrip.framework.apollo.util.function.
Functions
com.ctrip.framework.apollo.internals.
Injector
com.ctrip.framework.apollo.spring.config.
PropertySourcesConstants
com.ctrip.framework.apollo.internals.
RepositoryChangeListener
Annotation Type Hierarchy
com.ctrip.framework.apollo.spring.annotation.
EnableApolloConfig
(implements java.lang.annotation.
Annotation
)
com.ctrip.framework.apollo.spring.annotation.
ApolloJsonValue
(implements java.lang.annotation.
Annotation
)
com.ctrip.framework.apollo.spring.annotation.
ApolloConfigChangeListener
(implements java.lang.annotation.
Annotation
)
com.ctrip.framework.apollo.spring.annotation.
ApolloConfig
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.ctrip.framework.apollo.enums.
PropertyChangeType
com.ctrip.framework.apollo.util.parser.
Parsers.DateParser
com.ctrip.framework.apollo.util.parser.
Parsers.DurationParser
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018
Ctrip, Inc.
. All rights reserved.