A B C D E F G H I J K L M N O P R S T U V W Y
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AbstractInjectionPointDependencyResolver - io.microsphere.spring.beans.factory中的类
-
Abstract
InjectionPointDependencyResolver
- AbstractInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- AbstractSmartLifecycle - io.microsphere.spring.context.lifecycle中的类
-
The abstract class for
SmartLifecycle
- AbstractSmartLifecycle() - 类 的构造器io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- accept(Class<?>) - 类 中的方法io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- addApplicationListener(ApplicationListener<?>) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- addApplicationListenerBean(String) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- addChild(String) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- addChildren(Iterable<String>) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- addChildren(String...) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- addDefaultProperties(ConfigurableEnvironment, String, Object, Object...) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- added(ApplicationContext, PropertySource) - 类 中的静态方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
-
Create an
added
instance - ADDED - io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
The
PropertySource
added - addPropertySource(EA, MutablePropertySources, PropertySource<?>) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- addSupportedAnnotationType(Class<? extends Annotation>...) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- after() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
The relative order after specified
PropertySource
- after() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
The relative order after specified
PropertySource
- after() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
The relative order after specified
PropertySource
- after() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
The relative order after specified
PropertySource
- afterPropertiesSet() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- afterPropertiesSet() - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- afterPropertiesSet() - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- ANNOTATED_ELEMENT_UTILS_CLASS - 类 中的静态变量io.microsphere.spring.util.AnnotationUtils
-
The
Class
ofAnnotatedElementUtils
that is introduced since Spring Framework 4 - ANNOTATED_ELEMENT_UTILS_CLASS_NAME - 类 中的静态变量io.microsphere.spring.util.AnnotationUtils
-
The class name of
that is introduced since Spring Framework 4
- AnnotatedBeanDefinitionRegistryUtils - io.microsphere.spring.util中的类
-
Annotated
BeanDefinition
Utilities - AnnotatedBeanDefinitionRegistryUtils() - 类 的构造器io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
- AnnotatedFieldElement(Field, A) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
已过时。
- AnnotatedInjectionBeanPostProcessor - io.microsphere.spring.beans.factory.annotation中的类
-
The generic
BeanPostProcessor
implementation to support the dependency injection for the customized annotations. - AnnotatedInjectionBeanPostProcessor(Class<? extends Annotation>, Class<? extends Annotation>...) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- AnnotatedInjectionBeanPostProcessor(Collection<Class<? extends Annotation>>) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<M extends java.lang.reflect.Member> - io.microsphere.spring.beans.factory.annotation中的类
-
Annotation
InjectionMetadata.InjectedElement
- AnnotatedInjectionPointDependencyResolver<A extends java.lang.annotation.Annotation> - io.microsphere.spring.beans.factory.annotation中的类
-
Abstract
InjectionPointDependencyResolver
for annotated element - AnnotatedInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- AnnotatedInjectionPointDependencyResolver(Class<A>) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- AnnotatedPropertySourceLoader<A extends java.lang.annotation.Annotation> - io.microsphere.spring.config.context.annotation中的类
-
Abstract
ImportSelector
class to load thePropertySource
when theconfiguration
annotated the specified annotation - AnnotatedPropertySourceLoader() - 类 的构造器io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- ANNOTATION_ATTRIBUTES_ANNOTATION_TYPE_METHOD - 类 中的静态变量io.microsphere.spring.util.AnnotationUtils
-
The
Method
object ofAnnotationAttributes.annotationType()
is introduced since Spring Framework 4.2 - AnnotationBeanDefinitionRegistryPostProcessor - io.microsphere.spring.beans.factory.annotation中的类
-
An abstract class for the extension to
BeanDefinitionRegistryPostProcessor
, which will execute two main registration methods orderly:AnnotationBeanDefinitionRegistryPostProcessor.registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, String[])
: Scan and register the primaryBeanDefinitions
that were annotated bythe supported annotation types
, and then return theMap
with bean name plus aliases if present and primaryAnnotatedBeanDefinitions
, it's allowed to be overrideAnnotationBeanDefinitionRegistryPostProcessor.registerSecondaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, Map, String[])
: it's mandatory to be override by the sub-class to register secondaryBeanDefinitions
if required - AnnotationBeanDefinitionRegistryPostProcessor(Class<? extends Annotation>, Class<?>...) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationBeanDefinitionRegistryPostProcessor(Class<? extends Annotation>, Iterable<String>) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationBeanDefinitionRegistryPostProcessor(Class<? extends Annotation>, String...) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationInjectedBeanPostProcessor<A extends java.lang.annotation.Annotation> - io.microsphere.spring.beans.factory.annotation中的类
-
已过时。Please use
AnnotatedInjectionBeanPostProcessor
as the substitution - AnnotationInjectedBeanPostProcessor() - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement - io.microsphere.spring.beans.factory.annotation中的类
-
已过时。
- AnnotationInjectedElement(M, PropertyDescriptor, AnnotationAttributes, boolean) - 类 的构造器io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- annotationType() - 类 中的方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Get The
class
ofAnnotation
. - AnnotationUtils - io.microsphere.spring.util中的类
-
Annotation
Utilities - AnnotationUtils() - 类 的构造器io.microsphere.spring.util.AnnotationUtils
- ApplicationContextUtils - io.microsphere.spring.util中的类
-
ApplicationContext
Utilities - ApplicationContextUtils() - 类 的构造器io.microsphere.spring.util.ApplicationContextUtils
- ApplicationEventInterceptor - io.microsphere.spring.context.event中的接口
-
ApplicationEvent
Interceptor - ApplicationEventInterceptorChain - io.microsphere.spring.context.event中的接口
- ApplicationListenerInterceptor - io.microsphere.spring.context.event中的接口
-
ApplicationListener
Interceptor - ApplicationListenerInterceptorChain - io.microsphere.spring.context.event中的接口
- asApplicationContext(BeanFactory) - 类 中的静态方法io.microsphere.spring.util.ApplicationContextUtils
- asAutowireCapableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asBeanDefinitionRegistry(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asConfigurableApplicationContext(ApplicationContext) - 类 中的静态方法io.microsphere.spring.util.ApplicationContextUtils
- asConfigurableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asConfigurableListableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asDefaultListableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asHierarchicalBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- asListableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- autoRefreshed() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- AutowiredInjectionPointDependencyResolver - io.microsphere.spring.beans.factory.annotation中的类
-
AnnotatedInjectionPointDependencyResolver
forAutowired
- AutowiredInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
B
- BEAN_NAME - 类 中的静态变量io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
The bean name of
ConfigurationBeanBindingPostProcessor
- BEAN_NAME - 类 中的静态变量io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- BEAN_NAME - 类 中的静态变量io.microsphere.spring.cache.intereptor.TTLCacheResolver
- BeanCapableImportCandidate - io.microsphere.spring.context.annotation中的类
-
The
@Import
candidate is an instance ofImportSelector
orImportBeanDefinitionRegistrar
and not a regular Spring bean, which only invokesBeanClassLoaderAware
,BeanFactoryAware
,EnvironmentAware
, andResourceLoaderAware
contracts in order if they are implemented, thus it will not bepopulated
andinitialized
. - BeanCapableImportCandidate() - 类 的构造器io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- BeanDefinitionUtils - io.microsphere.spring.util中的类
-
BeanDefinition
Utilities class - BeanDefinitionUtils() - 类 的构造器io.microsphere.spring.util.BeanDefinitionUtils
- BeanDependencyResolver - io.microsphere.spring.beans.factory中的接口
-
The interface to resolve the dependencies
- beanFactory - 类 中的变量io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- BeanFactoryListener - io.microsphere.spring.context.event中的接口
-
* The
EventListener
forBeanFactory
lifecycle - BeanFactoryListenerAdapter - io.microsphere.spring.context.event中的类
-
The
BeanFactoryListener
Adapter - BeanFactoryListenerAdapter() - 类 的构造器io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- BeanFactoryUtils - io.microsphere.spring.util中的类
-
BeanFactory
Utilities class - BeanFactoryUtils() - 类 的构造器io.microsphere.spring.util.BeanFactoryUtils
- BeanListener - io.microsphere.spring.context.event中的接口
-
The
EventListener
for Bean lifecycle - BeanListenerAdapter - io.microsphere.spring.context.event中的类
-
BeanListener
Adapter - BeanListenerAdapter() - 类 的构造器io.microsphere.spring.context.event.BeanListenerAdapter
- BeanMethodInjectionPointDependencyResolver - io.microsphere.spring.beans.factory中的类
- BeanMethodInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- BeanPropertyChangedEvent - io.microsphere.spring.context.event中的类
-
The event published when a Beans' is changed.
- BeanPropertyChangedEvent(Object, String, Object, Object) - 类 的构造器io.microsphere.spring.context.event.BeanPropertyChangedEvent
-
The constructor
- BeanRegistrar - io.microsphere.spring.util中的类
-
Bean Registrar
- BeanRegistrar() - 类 的构造器io.microsphere.spring.util.BeanRegistrar
- BeanTimeStatistics - io.microsphere.spring.context.event中的类
-
Bean Time Statistics
- BeanTimeStatistics() - 类 的构造器io.microsphere.spring.context.event.BeanTimeStatistics
- BeanUtils - io.microsphere.spring.util中的类
-
Bean Utilities Class
- BeanUtils() - 类 的构造器io.microsphere.spring.util.BeanUtils
- before() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
The relative order before specified
PropertySource
- before() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
The relative order before specified
PropertySource
- before() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
The relative order before specified
PropertySource
- before() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
The relative order before specified
PropertySource
- bind(Map<String, Object>, boolean, boolean, Object) - 接口 中的方法io.microsphere.spring.context.config.ConfigurationBeanBinder
-
Bind the properties in the
Environment
to Configuration bean under specified prefix. - bind(Map<String, Object>, boolean, boolean, Object) - 类 中的方法io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- BOOTSTRAP_PROPERTY_SOURCE_NAME - 类 中的静态变量io.microsphere.spring.util.PropertySourcesUtils
-
The
PropertySource name
of Spring Cloud Bootstrap context - buildDefaultPropertySourceName(AnnotationAttributes, AnnotationMetadata) - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Build the default name of
PropertySource
- buildExtensionAttributes(Class<A>, Class<EA>, AnnotationAttributes, ConfigurableEnvironment) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Builds an instance of
PropertySourceExtensionLoader
- buildInjectedObjectCacheKey(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Build a cache key for injected-object.
- buildPropertySourceName(AnnotationAttributes, AnnotationMetadata) - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Build the name of
PropertySource
C
- cacheManagers() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
The bean names of the custom
CacheManager
- cacheManagers() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
The bean names of the custom
CacheManager
- cacheNames() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Names of the caches in which method invocation results are stored.
- cacheNames() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
Names of the caches in which method invocation results are stored.
- checkCandidate(String, BeanDefinition) - 类 中的方法io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- child(String) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- child(String, boolean) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- classLoader - 类 中的变量io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- clean(String, byte[]) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- clearStatistics(String) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- clearTTL() - 类 中的静态方法io.microsphere.spring.cache.TTLContext
- compare(NamedBeanHolder<T>, NamedBeanHolder<T>) - 类 中的方法io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- compare(Resource, Resource) - 类 中的方法io.microsphere.spring.config.env.support.DefaultResourceComparator
- compareTo(PropertySourceExtensionLoader.PropertySourceResource) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- condition() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression used for making the method caching conditional.
- condition() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
Spring Expression Language (SpEL) expression used for making the method caching conditional.
- CONDITIONAL - io.microsphere.spring.util.FilterMode
-
Conditional
- ConfigurationBeanAliasGenerator - io.microsphere.spring.beans.factory.support中的接口
-
generate configuration bean alias
- ConfigurationBeanBinder - io.microsphere.spring.context.config中的接口
-
The binder for the configuration bean
- ConfigurationBeanBindingPostProcessor - io.microsphere.spring.beans.factory.annotation中的类
-
The
BeanPostProcessor
class to bind the configuration bean - ConfigurationBeanBindingPostProcessor() - 类 的构造器io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- ConfigurationBeanBindingRegistrar - io.microsphere.spring.beans.factory.annotation中的类
-
The
ImportBeanDefinitionRegistrar
implementation for@EnableConfigurationBinding
- ConfigurationBeanBindingRegistrar() - 类 的构造器io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- ConfigurationBeanBindingsRegister - io.microsphere.spring.beans.factory.annotation中的类
-
The
Registrar class
forEnableConfigurationBeanBindings
- ConfigurationBeanBindingsRegister() - 类 的构造器io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- ConfigurationBeanCustomizer - io.microsphere.spring.context.config中的接口
-
The customizer for the configuration bean after
its binding
. - configureResourcePropertySourcesRefresher(EA, List<PropertySourceExtensionLoader.PropertySourceResource>, CompositePropertySource, PropertySourceExtensionLoader.ResourcePropertySourcesRefresher) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Configure the
PropertySourceExtensionLoader.ResourcePropertySourcesRefresher
ofPropertySource
Resources
whenPropertySourceExtension.autoRefreshed()
istrue
- configureResourcePropertySourcesRefresher(PropertySourceExtensionAttributes<ResourcePropertySource>, List<PropertySourceExtensionLoader.PropertySourceResource>, CompositePropertySource, PropertySourceExtensionLoader.ResourcePropertySourcesRefresher) - 类 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- connect() - 类 中的方法io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- ConstructionInjectionPointDependencyResolver - io.microsphere.spring.beans.factory中的类
- ConstructionInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- containsBootstrapPropertySource(ConfigurableEnvironment) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Contains the Bootstrap
PropertySource
or not - containsPropertySource(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Contains the specified
PropertySource
or not - ConversionServiceResolver - io.microsphere.spring.core.convert.support中的类
-
The class to resolve a singleton instance of
ConversionService
that may be retrieved from Springbuilt-in bean
or create a new one. - ConversionServiceResolver(ConfigurableBeanFactory) - 类 的构造器io.microsphere.spring.core.convert.support.ConversionServiceResolver
- convert(Object, TypeDescriptor, TypeDescriptor) - 类 中的方法io.microsphere.spring.core.convert.SpringConverterAdapter
- create(String) - 类 中的静态方法io.microsphere.spring.beans.factory.Dependency
- create(String, Dependency, String...) - 类 中的静态方法io.microsphere.spring.beans.factory.Dependency
- create(URL, List<String>, Proxy) - 类 中的方法io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- create(URL, List<String>, Proxy) - 类 中的方法io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- create(URL, List<String>, Proxy) - 类 中的方法io.microsphere.spring.net.SpringResourceURLConnectionFactory
- createDefaultConversionService() - 类 中的方法io.microsphere.spring.core.convert.support.ConversionServiceResolver
-
Create the instance of
DefaultFormattingConversionService
as the default, this method is allow to be override by the sub-class. - createInstance(EA, Function<EA, Class<T>>) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- createPropertySource(String, EncodedResource) - 类 中的方法io.microsphere.spring.config.env.support.JsonPropertySourceFactory
- createPropertySource(String, EncodedResource) - 类 中的方法io.microsphere.spring.config.env.support.YamlPropertySourceFactory
- createPropertySourceFactory(EA) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Creates an instance of
PropertySourceFactory
- createResourceComparator(EA, String) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Creates an instance of
Comparator
forResource
- createResourcePropertySource(EA, String, PropertySourceFactory, PropertySourceExtensionLoader.PropertySourceResource) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Create an instance of
PropertySourceExtensionLoader.ResourcePropertySource
for the specifiedresource
- createResourcePropertySourceName(String, String, Resource) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- createYaml() - 类 中的方法io.microsphere.spring.config.env.config.ResourceYamlProcessor
- customize(String, Object) - 接口 中的方法io.microsphere.spring.context.config.ConfigurationBeanCustomizer
-
Customize the configuration bean
D
- DEFAULT_IGNORE_INVALID_FIELDS - 注释类型 中的静态变量io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.ignoreInvalidFields()
- DEFAULT_IGNORE_UNKNOWN_FIELDS - 注释类型 中的静态变量io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.ignoreUnknownFields()
- DEFAULT_MEDIA_TYPE - 类 中的静态变量io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- DEFAULT_MULTIPLE - 注释类型 中的静态变量io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.multiple()
- DEFAULT_PHASE - 类 中的静态变量io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
Compatible with
SmartLifecycle.DEFAULT_PHASE
before Spring Framework 5.1 - DEFAULT_PROPERTIES_PROPERTY_SOURCE_NAME - 类 中的静态变量io.microsphere.spring.util.PropertySourcesUtils
-
The
PropertySource name
ofSpring Boot default poperties
- DEFAULT_RESET_BEAN_NAME - 类 中的静态变量io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
-
The default reset bean name of
ApplicationEventMulticaster
. - DEFAULT_THREAD_NAME_PREFIX - 类 中的静态变量io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- DefaultBeanDependencyResolver - io.microsphere.spring.beans.factory中的类
-
Default
BeanDependencyResolver
- DefaultBeanDependencyResolver(BeanFactory, ExecutorService) - 类 的构造器io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- DefaultConfigurationBeanBinder - io.microsphere.spring.context.config中的类
-
The default
ConfigurationBeanBinder
implementation - DefaultConfigurationBeanBinder() - 类 的构造器io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- DefaultPropertiesPropertySource - io.microsphere.spring.config.context.annotation中的注释类型
- DefaultPropertiesPropertySources - io.microsphere.spring.config.context.annotation中的注释类型
-
The annotation declaring the multiple
@DefaultPropertiesPropertySource
- DefaultResourceComparator - io.microsphere.spring.config.env.support中的类
-
The default
Comparator
forResource
comparingResource.getFilename()
- DefaultResourceComparator() - 类 的构造器io.microsphere.spring.config.env.support.DefaultResourceComparator
- DeferredApplicationEventPublisher - io.microsphere.spring.context.event中的类
-
Before Spring Framework 4.2,
AbstractApplicationContext
is an implementation ofApplicationEventPublisher
can't handle the earlyevent
that ispublished
beforeApplicationEventMulticaster
's initialization, in this scenario,DeferredApplicationEventPublisher
is introduced and used to resolveDeferredApplicationEventPublisher.publishEvent(ApplicationEvent)
too early to publishApplicationEvent
whenSpring ApplicationContexts' ApplicationEventMulticaster
is not ready. - DeferredApplicationEventPublisher(ApplicationEventPublisher) - 类 的构造器io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- DelegatingFactoryBean - io.microsphere.spring.beans.factory中的类
-
FactoryBean
implementation based on delegate object that was instantiated - DelegatingFactoryBean(Object) - 类 的构造器io.microsphere.spring.beans.factory.DelegatingFactoryBean
- Dependency - io.microsphere.spring.beans.factory中的类
-
Spring Bean Dependency
- Dependency(String) - 类 的构造器io.microsphere.spring.beans.factory.Dependency
- Dependency(String, Dependency, String...) - 类 的构造器io.microsphere.spring.beans.factory.Dependency
- Dependency(String, Dependency, Collection<Dependency>) - 类 的构造器io.microsphere.spring.beans.factory.Dependency
- DependencyAnalysisBeanFactoryListener - io.microsphere.spring.context.event中的类
-
Dependency Analysis
BeanFactoryListener
- DependencyAnalysisBeanFactoryListener() - 类 的构造器io.microsphere.spring.context.event.DependencyAnalysisBeanFactoryListener
- DependencyTreeWalker - io.microsphere.spring.beans.factory中的类
-
Dependency
Tree Walker - DependencyTreeWalker() - 类 的构造器io.microsphere.spring.beans.factory.DependencyTreeWalker
- destroy() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- destroy() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- destroy() - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- destroy() - 类 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- determineCandidateConstructors(Class<?>, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- determineRequiredStatus(AnnotationAttributes) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Determine if the annotated field or method requires its dependency.
- doAddChild(Dependency) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- doAddChildren(Dependency...) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- doAddChildren(Iterable<Dependency>) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- doGetAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Get
AnnotationAttributes
- doGetInjectedBean(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Subclass must implement this method to get injected-object.
- doInvokeListener(ApplicationListener<?>, ApplicationEvent) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- doMulticastEvent(ApplicationEvent, ResolvableType) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- doPostProcessAfterInitialization(ApplicationListener, String) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- doPostProcessAfterInitialization(T, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Adapter BeanPostProcessor#postProcessAfterInitialization(Object, String) method , sub-type could override this method.
- doPostProcessBeforeInitialization(T, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Adapter BeanPostProcessor#postProcessBeforeInitialization(Object, String) method , sub-type could override this method.
- doScan(String...) - 类 中的方法io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- doStart() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- doStop() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- doWithTTL(Consumer<Duration>, Duration) - 类 中的静态方法io.microsphere.spring.cache.TTLContext
- doWithTTL(Function<Duration, R>, Duration) - 类 中的静态方法io.microsphere.spring.cache.TTLContext
- duplicate() - 类 中的方法io.microsphere.spring.beans.factory.Dependency
E
- EARLIEST_PHASE - 类 中的静态变量io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
The earliest phase
- EnableConfigurationBeanBinding - io.microsphere.spring.beans.factory.annotation中的注释类型
-
Enables Spring's annotation-driven configuration bean from
properties
. - EnableConfigurationBeanBindings - io.microsphere.spring.beans.factory.annotation中的注释类型
-
The annotation composes the multiple
EnableConfigurationBeanBindings
- EnableEventExtension - io.microsphere.spring.context.annotation中的注释类型
-
Enables Spring's Event Extension
- EnableSpringConverterAdapter - io.microsphere.spring.core.convert.annotation中的注释类型
-
Enable
SpringConverterAdapter
- EnableTTLCaching - io.microsphere.spring.cache.annotation中的注释类型
-
{@link @EnableCaching} Plus TTL features
- encoding() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
A specific character encoding for the given resources.
- encoding() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
A specific character encoding for the given resources.
- encoding() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
A specific character encoding for the given resources.
- encoding() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
A specific character encoding for the given resources.
- encoding() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
A specific character encoding for the given resources.
- environment - 类 中的变量io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- EnvironmentUtils - io.microsphere.spring.util中的类
-
Environment
工具类 - eq(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- equals(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- equals(Object) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- equals(Object) - 类 中的方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- EventExtensionRegistrar - io.microsphere.spring.context.annotation中的类
-
Event Management Registrar
- EventExtensionRegistrar() - 类 的构造器io.microsphere.spring.context.annotation.EventExtensionRegistrar
- EventPublishingBeanInitializer - io.microsphere.spring.context.event中的类
-
ApplicationContextInitializer
for Publishing Bean Event with highest priority - EventPublishingBeanInitializer() - 类 的构造器io.microsphere.spring.context.event.EventPublishingBeanInitializer
- executorForListener() - 注释类型 中的方法io.microsphere.spring.context.annotation.EnableEventExtension
-
A qualifier value for the asynchronous listening of
ApplicationListeners
. - expire() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
The expire time for cacheable entry
- expire() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
The expire time for cacheable entry
- ExposingClassPathBeanDefinitionScanner - io.microsphere.spring.context.annotation中的类
-
A extension class of
ClassPathBeanDefinitionScanner
to expose some methods:ClassPathBeanDefinitionScanner.doScan(String...)
ClassPathBeanDefinitionScanner.checkCandidate(String, BeanDefinition)
- ExposingClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - 类 的构造器io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
F
- factory() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Specify a custom
PropertySourceFactory
, if any. - factory() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Specify a custom
PropertySourceFactory
, if any. - factory() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Specify a custom
PropertySourceFactory
, if any. - FieldUtils - io.microsphere.spring.util中的类
-
Field
Utilities - FieldUtils() - 类 的构造器io.microsphere.spring.util.FieldUtils
- FilterMode - io.microsphere.spring.util中的枚举
-
The mode of Filter behaviors.
- findAnnotations(Method, Class<A>) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Find specified
Annotation
type maps fromMethod
- findAnnotationType(AnnotationAttributes) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Find the
class
ofAnnotation
from the specifiedAnnotationAttributes
- findBeanDefinitionHolders(ClassPathBeanDefinitionScanner, String, BeanDefinitionRegistry, BeanNameGenerator) - 类 中的静态方法io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Finds a
Set
ofBeanDefinitionHolders
- findBeanNames(ConfigurableListableBeanFactory, Predicate<BeanDefinition>) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
- findChild(String) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- findConfiguredPropertySource(Iterable<PropertySource<?>>, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySource(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySourceName(Iterable<PropertySource<?>>, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySourceName(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findInfrastructureBeanNames(ConfigurableListableBeanFactory) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
- findInjectionAnnotationAttributes(AnnotatedElement) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- findPropertyNames(ConfigurableEnvironment, Predicate<String>) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findPropertyNamesByPrefix(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- findResource(URL, List<String>) - 类 中的方法io.microsphere.spring.net.SpringResourceURLConnectionFactory
- first() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicates current
PropertySource
is first order or not If specified ,PropertySourceExtension.before()
andPropertySourceExtension.after()
will be ignored, or last order. - first() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicates current
PropertySource
is first order or not If specified ,ResourcePropertySource.before()
andResourcePropertySource.after()
will be ignored, or last order. - first() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicates current
PropertySource
is first order or not If specified ,JsonPropertySource.before()
andJsonPropertySource.after()
will be ignored, or last order. - first() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicates current
PropertySource
is first order or not If specified ,YamlPropertySource.before()
andYamlPropertySource.after()
will be ignored, or last order.
G
- ge(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- generateAlias(String, String, Class<?>) - 接口 中的方法io.microsphere.spring.beans.factory.support.ConfigurationBeanAliasGenerator
- GenericAnnotationAttributes<A extends java.lang.annotation.Annotation> - io.microsphere.spring.core.annotation中的类
-
Generic
AnnotationAttributes
- GenericAnnotationAttributes(A) - 类 的构造器io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- GenericAnnotationAttributes(Map<String, Object>, Class<A>) - 类 的构造器io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- GenericAnnotationAttributes(AnnotationAttributes) - 类 的构造器io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- genericBeanDefinition(Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, int) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, int, Object[]) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, Object...) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- GenericBeanPostProcessorAdapter<T> - io.microsphere.spring.beans.factory.config中的类
-
Generic
BeanPostProcessor
Adapter - GenericBeanPostProcessorAdapter() - 类 的构造器io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- get(String, byte[]) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- getAddedProperties() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getAfterPropertySourceName() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getAnnotation(AnnotatedElement) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getAnnotation(Field) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(Parameter) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(Parameter) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- getAnnotation(Parameter) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- getAnnotationAttributes(Annotation, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(Annotation, PropertyResolver, boolean, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(Annotation, PropertyResolver, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
, if the argumenttryMergedAnnotation
istrue
, theAnnotationAttributes
will be got frommerged annotation
first, if failed, and then to get fromnormal one
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
, if the argumenttryMergedAnnotation
istrue
, theAnnotationAttributes
will be got frommerged annotation
first, if failed, and then to get fromnormal one
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotationMetadata, Class<? extends Annotation>) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get an instance of
AnnotationAttributes
fromAnnotationMetadata
with the specified class name ofannotation
. - getAnnotationAttributes(AnnotationMetadata, String) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get an instance of
AnnotationAttributes
fromAnnotationMetadata
with the specified class name ofannotation
. - getAnnotationType() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- getAnnotationType() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Annotation type
- getAnnotationType() - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
The annotation type
- getAnnotationType() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getAnnotationTypes() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getApplicationContext() - 类 中的方法io.microsphere.spring.context.event.OnceApplicationContextEventListener
- getAttribute(Annotation, String) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value
- getAttribute(Map<String, Object>, String) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value
- getAttribute(Map<String, Object>, String, boolean) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value the will
- getAttribute(Map<String, Object>, String, T) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value with default value
- getAttributes() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- getAttributes(Annotation, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAttributes(Annotation, PropertyResolver, boolean, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
- getAttributes(Annotation, PropertyResolver, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAttributes(Map<String, Object>, PropertyResolver, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAutowireCandidateResolver(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- getBean() - 类 中的方法io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getBeanFactory() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getBeanFactory() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getBeanFactory() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- getBeanFactory() - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ConfigurableListableBeanFactory
instance - getBeanIfAvailable(BeanFactory, String, Class<T>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get the bean via the specified bean name and type if available
- getBeanNames(ConfigurableListableBeanFactory, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ConfigurableListableBeanFactory, Class<?>, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ListableBeanFactory, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ListableBeanFactory, Class<?>, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeans(ListableBeanFactory, String[], Class<T>) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
-
Gets name-matched Beans from
BeanFactory
- getBeanType() - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Bean Type
- getBeforePropertySourceName() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getCacheStatistics(String) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- getChangedProperties() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getClassLoader() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getClassLoader() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getClassLoader() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- getClassLoader() - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
Get the
ClassLoader
instance - getClassLoader(ResourceLoader) - 类 中的静态方法io.microsphere.spring.util.ResourceLoaderUtils
- getConfigurationBeanBinder() - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- getConfigurationBeanCustomizers() - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
Get the
List
ofConfigurationBeanCustomizers
- getConversionService(Environment) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- getConvertibleTypes() - 类 中的方法io.microsphere.spring.core.convert.SpringConverterAdapter
- getDefaultProperties(ConfigurableEnvironment) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the
Map
properties from the "default"PropertySource
that is the lowest order one of the SpringPropertySources
is created if absent - getDefaultProperties(ConfigurableEnvironment, boolean) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the
Map
properties from the "default"PropertySource
that is the lowest order one of the SpringPropertySources
is created if specified. - getDefaultPropertiesPropertySource(ConfigurableEnvironment) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the "default"
PropertySource
that is the lowest order one of the SpringPropertySources
is created if absent - getDefaultPropertiesPropertySource(ConfigurableEnvironment, boolean) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the "default"
PropertySource
that is the lowest order one of the SpringPropertySources
is created if specified - getEncoding() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getEnvironment() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getEnvironment() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getEnvironment() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- getEnvironment() - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ConfigurableEnvironment
instance - getExtensionAttributesType() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Get the type of
PropertySourceExtensionLoader
- getFieldValue(Object, String) - 类 中的静态方法io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getFieldValue(Object, String, Class<T>) - 类 中的静态方法io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getFieldValue(Object, String, T) - 类 中的静态方法io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getInjectedFieldObjectsMap() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Get
Map
in injected field. - getInjectedMethodObjectsMap() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Get
Map
in injected method. - getInjectedObject(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Get injected-object from specified
annotation
and Bean Class - getInjectedObjects() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。Gets all injected-objects.
- getInjectionPoint() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- getInputStream() - 类 中的方法io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- getKind() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getMajor() - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- getMapPropertySource(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- getMapPropertySource(ConfigurableEnvironment, String, boolean) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- getMinor() - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- getName() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getNewPropertySource() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getNewValue() - 类 中的方法io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getObject() - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- getObjectType() - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- getOldPropertySource() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getOldValue() - 类 中的方法io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getOptionalBean(ListableBeanFactory, Class<T>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Optional Bean by
Class
. - getOptionalBean(ListableBeanFactory, Class<T>, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get Optional Bean by
Class
including ancestors(BeanFactory). - getOptionalBean(ListableBeanFactory, String, Class<T>) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
-
Get optional Bean
- getOrder() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getOrder() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- getOrder() - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- getOrder() - 接口 中的方法io.microsphere.spring.context.event.ApplicationEventInterceptor
- getOrder() - 接口 中的方法io.microsphere.spring.context.event.ApplicationListenerInterceptor
- getOrder() - 类 中的方法io.microsphere.spring.context.event.EventPublishingBeanInitializer
- getPackagesToScan() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getPatch() - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- getPhase() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- getProperties(Function<PropertySourceChangedEvent, PropertySource>, Function<PropertySource, Map<String, Object>>, PropertySourceChangedEvent.Kind...) - 类 中的方法io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getProperties(Environment, Iterable<String>) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- getProperties(Environment, String...) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- getProperties(Environment, Set<String>) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- getProperties(PropertySource) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the
Map
as the properties from the specifiedPropertySource
- getPropertyName() - 类 中的方法io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getPropertyNames(PropertySource) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get the property names as the array from the specified
PropertySource
instance. - getPropertySource(ConfigurableEnvironment, String, Class<T>) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- getPropertySource(ConfigurableEnvironment, String, Class<T>, Supplier<T>) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
- getPropertySourceFactoryClass() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getPropertySourceName() - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- getRemovedProperties() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getRequiredAttribute(Map<String, Object>, String) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Get the required attribute value
- getResetBeanName(Environment) - 类 中的静态方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- getResolvableDependencyTypes(ConfigurableListableBeanFactory) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
-
Get the
registered
Resolvable Dependency Types - getResolvableDependencyTypes(DefaultListableBeanFactory) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
-
Get the
registered
Resolvable Dependency Types - getResource() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- getResource() - 类 中的方法io.microsphere.spring.net.SpringResourceURLConnection
-
Get the
Resource
- getResourceComparatorClass() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getResourceLoader() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getResourceLoader() - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ResourceLoader
instance - getResourceLoader() - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- getResourceLoader() - 类 中的静态方法io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourceLoader
associatingthe default ClassLoader
- getResourceLoader(ClassLoader) - 类 中的静态方法io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourceLoader
associating the specified ClassLoader - getResourcePatternResolver() - 类 中的静态方法io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourcePatternResolver
associatingthe default ClassLoader
- getResourcePatternResolver(ResourceLoader) - 类 中的静态方法io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourcePatternResolver
from the specifiedResourceLoader
- getResourceValue() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- getSingleton(BeanFactory) - 类 中的静态方法io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- getSingleton(SingletonBeanRegistry) - 类 中的静态方法io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- getSingletonBeanRegistry() - 类 中的方法io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- getSortedBeans(ListableBeanFactory, Class<T>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Get all sorted Beans of
ListableBeanFactory
in specified bean type. - getSpringVersion(Class<?>) - 类 中的静态方法io.microsphere.spring.util.SpringVersionUtils
-
Get the
Version
from the Spring class - getSpringVersion(String) - 类 中的静态方法io.microsphere.spring.util.SpringVersionUtils
-
Get the
Version
from the Spring class - getStopWatch() - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- getSubEvents() - 类 中的方法io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getSubProperties(Iterable<PropertySource<?>>, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get Sub
Properties
- getSubProperties(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get Sub
Properties
- getSubProperties(PropertySources, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get prefixed
Properties
- getSubProperties(PropertySources, PropertyResolver, String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Get prefixed
Properties
- getSubPropertyValues(ConfigurableEnvironment, String) - 类 中的静态方法io.microsphere.spring.util.PropertyValuesUtils
-
Get Sub
PropertyValues
fromConfigurableEnvironment
- getSubProtocol() - 类 中的方法io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- getSubProtocol() - 类 中的方法io.microsphere.spring.net.SpringResourceURLConnectionFactory
- getSubProtocol() - 类 中的方法io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
-
Get the sub-protocol
- getSupportedAnnotationTypeNames() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getSupportedAnnotationTypes() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getTaskExecutor() - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- getTaskExecutor() - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- getTTL() - 类 中的静态方法io.microsphere.spring.cache.TTLContext
- getValue() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getVersion() - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- gt(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
H
- hasAlias(AliasRegistry, String, String) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Detect the alias is present or not in the given bean name from
AliasRegistry
- hashCode() - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- hashCode() - 类 中的方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
I
- ignoreInvalidFields() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
- ignoreResourceNotFound() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreUnknownFields() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
- ImmutableMapPropertySource - io.microsphere.spring.config.env中的类
-
Immutable
MapPropertySource
- ImmutableMapPropertySource(String, Map) - 类 的构造器io.microsphere.spring.config.env.ImmutableMapPropertySource
-
Create a new immutable
MapPropertySource
with the given name andMap
. - initialize(ConfigurableApplicationContext) - 类 中的方法io.microsphere.spring.context.event.EventPublishingBeanInitializer
- initSubProtocolURLConnectionFactories(List<SubProtocolURLConnectionFactory>) - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- inject(Object, String, PropertyValues) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
已过时。
- InjectionPointDependencyResolver - io.microsphere.spring.beans.factory中的接口
-
Spring Injection Point Dependency Resolver
- InjectionPointDependencyResolvers - io.microsphere.spring.beans.factory中的类
-
Composite
InjectionPointDependencyResolver
- InjectionPointDependencyResolvers(Iterable<InjectionPointDependencyResolver>) - 类 的构造器io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- InjectionPointDependencyResolvers(BeanFactory) - 类 的构造器io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- INSTANCE - 类 中的静态变量io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- INSTANCE - 类 中的静态变量io.microsphere.spring.config.env.support.DefaultResourceComparator
- INSTANCE - 类 中的静态变量io.microsphere.spring.core.convert.SpringConverterAdapter
-
Singleton
SpringConverterAdapter
- intercept(ApplicationEvent, ResolvableType) - 接口 中的方法io.microsphere.spring.context.event.ApplicationEventInterceptorChain
-
Causes the next interceptor in the chain to be invoked, or if the calling interceptor is the last interceptor in the chain, causes the resource at the end of the chain to be invoked.
- intercept(ApplicationEvent, ResolvableType, ApplicationEventInterceptorChain) - 接口 中的方法io.microsphere.spring.context.event.ApplicationEventInterceptor
-
Intercept the specified
ApplicationEvent
withtype
- intercept(ApplicationListener<?>, ApplicationEvent) - 接口 中的方法io.microsphere.spring.context.event.ApplicationListenerInterceptorChain
-
Causes the next interceptor in the chain to be invoked, or if the calling interceptor is the last interceptor in the chain, causes the resource at the end of the chain to be invoked.
- intercept(ApplicationListener<?>, ApplicationEvent, ApplicationListenerInterceptorChain) - 接口 中的方法io.microsphere.spring.context.event.ApplicationListenerInterceptor
-
Intercept the specified
ApplicationListener
withApplicationEvent
- intercepted() - 注释类型 中的方法io.microsphere.spring.context.annotation.EnableEventExtension
-
The
ApplicationEvents
andApplicationListeners
should be intercepted byApplicationEventInterceptor
andApplicationListenerInterceptor
respectively or not. - InterceptingApplicationEventMulticaster - io.microsphere.spring.context.event中的类
-
Intercepting
ApplicationEventMulticaster
based onSimpleApplicationEventMulticaster
- InterceptingApplicationEventMulticaster() - 类 的构造器io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- InterceptingApplicationEventMulticasterProxy - io.microsphere.spring.context.event中的类
-
Intercepting
ApplicationEventMulticaster
Proxy - InterceptingApplicationEventMulticasterProxy(Environment) - 类 的构造器io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- invokeAwareInterfaces(Object, BeanFactory) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Invoke the
Aware
interfaces in order :BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
- invokeAwareInterfaces(Object, ConfigurableBeanFactory) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Invoke the
Aware
interfaces in order :BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
- invokeAwareInterfaces(Object, ConfigurableApplicationContext) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Invoke
Aware
interfaces if the given bean implements - invokeBeanInterfaces(Object, ApplicationContext) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Invoke Spring Bean interfaces in order:
BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
EnvironmentAware
EmbeddedValueResolverAware
ResourceLoaderAware
ApplicationEventPublisherAware
MessageSourceAware
ApplicationStartupAware
(Spring Framework 5.3+)ApplicationContextAware
InitializingBean
- invokeBeanInterfaces(Object, ConfigurableApplicationContext) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Invoke Spring Bean interfaces in order:
BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
EnvironmentAware
EmbeddedValueResolverAware
ResourceLoaderAware
ApplicationEventPublisherAware
MessageSourceAware
ApplicationStartupAware
(Spring Framework 5.3+)ApplicationContextAware
InitializingBean
- invokeBeanNameAware(Object, String) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
- invokeInitializingBean(Object) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
- invokeListener(ApplicationListener<?>, ApplicationEvent) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- io.microsphere.spring.beans.factory - 程序包 io.microsphere.spring.beans.factory
- io.microsphere.spring.beans.factory.annotation - 程序包 io.microsphere.spring.beans.factory.annotation
- io.microsphere.spring.beans.factory.config - 程序包 io.microsphere.spring.beans.factory.config
- io.microsphere.spring.beans.factory.filter - 程序包 io.microsphere.spring.beans.factory.filter
- io.microsphere.spring.beans.factory.support - 程序包 io.microsphere.spring.beans.factory.support
- io.microsphere.spring.cache - 程序包 io.microsphere.spring.cache
- io.microsphere.spring.cache.annotation - 程序包 io.microsphere.spring.cache.annotation
- io.microsphere.spring.cache.intereptor - 程序包 io.microsphere.spring.cache.intereptor
- io.microsphere.spring.cache.redis - 程序包 io.microsphere.spring.cache.redis
- io.microsphere.spring.config.context.annotation - 程序包 io.microsphere.spring.config.context.annotation
- io.microsphere.spring.config.env - 程序包 io.microsphere.spring.config.env
- io.microsphere.spring.config.env.annotation - 程序包 io.microsphere.spring.config.env.annotation
- io.microsphere.spring.config.env.config - 程序包 io.microsphere.spring.config.env.config
- io.microsphere.spring.config.env.event - 程序包 io.microsphere.spring.config.env.event
- io.microsphere.spring.config.env.support - 程序包 io.microsphere.spring.config.env.support
- io.microsphere.spring.constants - 程序包 io.microsphere.spring.constants
- io.microsphere.spring.context.annotation - 程序包 io.microsphere.spring.context.annotation
- io.microsphere.spring.context.config - 程序包 io.microsphere.spring.context.config
- io.microsphere.spring.context.event - 程序包 io.microsphere.spring.context.event
- io.microsphere.spring.context.lifecycle - 程序包 io.microsphere.spring.context.lifecycle
- io.microsphere.spring.core - 程序包 io.microsphere.spring.core
- io.microsphere.spring.core.annotation - 程序包 io.microsphere.spring.core.annotation
- io.microsphere.spring.core.convert - 程序包 io.microsphere.spring.core.convert
- io.microsphere.spring.core.convert.annotation - 程序包 io.microsphere.spring.core.convert.annotation
- io.microsphere.spring.core.convert.support - 程序包 io.microsphere.spring.core.convert.support
- io.microsphere.spring.net - 程序包 io.microsphere.spring.net
- io.microsphere.spring.util - 程序包 io.microsphere.spring.util
- isAutoRefreshed() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isAutoStartup() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- isBeanDefinitionRegistry(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
- isBeanPresent(BeanFactory, String, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not by the specified name and class
- isBeanPresent(ListableBeanFactory, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, Class<?>, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, String) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, String, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isDefaultListableBeanFactory(Object) - 类 中的静态方法io.microsphere.spring.util.BeanFactoryUtils
-
Is the given BeanFactory
DefaultListableBeanFactory
- isFirstPropertySource() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isGreaterOrEqual(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- isGreaterThan(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- isIgnoreResourceNotFound() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isInfrastructureBean(BeanDefinition) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
- isLessOrEqual(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- isLessThan(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- isPresent(Method, Class<A>) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Is specified
Annotation
present onMethod
's declaring class or parameters or itself. - isPresentBean(BeanDefinitionRegistry, Class<?>) - 类 中的静态方法io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Is present bean that was registered by the specified
annotated
class
- isRequired() - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- isResourcePattern(String) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Test the resource value is pattern or not
- isRunning() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- isStarted() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
J
- JavaBeansPropertyChangeListenerAdapter - io.microsphere.spring.context.event中的类
-
The adapter for Java Beans
PropertyChangeListener
- JavaBeansPropertyChangeListenerAdapter(ApplicationEventPublisher) - 类 的构造器io.microsphere.spring.context.event.JavaBeansPropertyChangeListenerAdapter
- JsonPropertySource - io.microsphere.spring.config.env.annotation中的注释类型
-
The extension annotation of {ResourcePropertySource @ResourcePropertySource} providing a convenient and declarative mechanism for adding a JSON
PropertySource
to Spring's Environment. - JsonPropertySourceFactory - io.microsphere.spring.config.env.support中的类
-
PropertySourceFactory
for JSON - JsonPropertySourceFactory() - 类 的构造器io.microsphere.spring.config.env.support.JsonPropertySourceFactory
K
- key() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression for computing the key dynamically.
- key() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
Spring Expression Language (SpEL) expression for computing the key dynamically.
- keyGenerator() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
The bean name of the custom
KeyGenerator
to use. - keyGenerator() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
The bean name of the custom
KeyGenerator
to use.
L
- LATEST_PHASE - 类 中的静态变量io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
The latest phase
- le(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
- loadFactories(BeanFactory, Class<T>) - 类 中的静态方法io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ApplicationContext, Class<T>) - 类 中的静态方法io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ConfigurableApplicationContext, Class<T>) - 类 中的静态方法io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ConfigurableApplicationContext, Class<T>, Object...) - 类 中的静态方法io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadPropertySource(EA, String) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- loadPropertySource(AnnotationAttributes, AnnotationMetadata, String, MutablePropertySources) - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Load the
PropertySource
- loadPropertySource(AnnotationAttributes, AnnotationMetadata, String, MutablePropertySources) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- log - 类 中的变量io.microsphere.spring.context.event.OnceApplicationContextEventListener
- logger - 类 中的变量io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- logger - 类 中的变量io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- logger - 类 中的变量io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- LoggingBeanFactoryListener - io.microsphere.spring.context.event中的类
-
Logging
BeanFactoryListener
- LoggingBeanFactoryListener() - 类 的构造器io.microsphere.spring.context.event.LoggingBeanFactoryListener
- LoggingBeanListener - io.microsphere.spring.context.event中的类
-
Logging
BeanListener
implementation - LoggingBeanListener() - 类 的构造器io.microsphere.spring.context.event.LoggingBeanListener
- lt(Version) - 枚举 中的方法io.microsphere.spring.core.SpringVersion
M
- matches(TypeDescriptor, TypeDescriptor) - 类 中的方法io.microsphere.spring.core.convert.SpringConverterAdapter
- MICROSPHERE_SPRING_PROPERTY_NAME_PREFIX - 接口 中的静态变量io.microsphere.spring.constants.PropertyConstants
-
The property name prefix of Microsphere Spring
- mode() - 注释类型 中的方法io.microsphere.spring.cache.annotation.EnableTTLCaching
-
Indicate how caching advice should be applied.
- multicastEvent(ApplicationEvent) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- multicastEvent(ApplicationEvent, ResolvableType) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- multicastEvent(ApplicationEvent, ResolvableType) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- multiple() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
It indicates whether
EnableConfigurationBeanBinding.prefix()
binding to multiple Spring Beans.
N
- name() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate the name of this property source.
- name() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate the name of this property source.
- name() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the name of this property source.
- name() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the name of this property source.
- NAME_ATTRIBUTE_NAME - 类 中的静态变量io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- NamedBeanHolderComparator<T> - io.microsphere.spring.beans.factory.config中的类
-
NamedBeanHolder
Comparator
- NamedBeanHolderComparator() - 类 的构造器io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- NO_EXECUTOR - 注释类型 中的静态变量io.microsphere.spring.context.annotation.EnableEventExtension
-
No
Executor
Present - normalizePrefix(String) - 类 中的静态方法io.microsphere.spring.util.PropertySourcesUtils
-
Normalize the prefix
O
- ObjectProviderUtils - io.microsphere.spring.util中的类
-
The utilities class for
ObjectProvider
- ObjectProviderUtils() - 类 的构造器io.microsphere.spring.util.ObjectProviderUtils
- of(A) - 类 中的静态方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create an instance of
GenericAnnotationAttributes
from the specifiedannotation
- of(A, PropertyResolver) - 类 中的静态方法io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- of(Map<String, Object>, Class<A>, PropertyResolver) - 类 中的静态方法io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- of(AnnotationAttributes) - 类 中的静态方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create an instance of
GenericAnnotationAttributes
from the specifiedAnnotationAttributes
- of(AnnotationAttributes, PropertyResolver) - 类 中的静态方法io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- ofSet(AnnotationAttributes...) - 类 中的静态方法io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create a
set
ofGenericAnnotationAttributes
- ofSet(AnnotationAttributes[], PropertyResolver) - 类 中的静态方法io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create a
set
ofGenericAnnotationAttributes
- onAfterBeanDestroy(String, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event after the bean destroy
- onAfterBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onAfterBeanInitialized(String, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event after the bean initialization
- onAfterBeanInitialized(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanInitialized(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanInitialized(String, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before after the bean instantiation
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onApplicationContextEvent(E) - 类 中的方法io.microsphere.spring.context.event.OnceApplicationContextEventListener
-
The subclass overrides this method to handle
ApplicationContextEvent
- onApplicationContextEvent(ContextRefreshedEvent) - 类 中的方法io.microsphere.spring.cache.intereptor.TTLCacheResolver
- onApplicationEvent(E) - 类 中的方法io.microsphere.spring.context.event.OnceApplicationContextEventListener
- onApplicationEvent(ContextRefreshedEvent) - 类 中的方法io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- onBeanDefinitionReady(String, RootBeanDefinition) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event when the
BeanDefinition
is ready(merged) - onBeanDefinitionReady(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanDefinitionReady(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanDefinitionReady(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - 接口 中的方法io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when
BeanDefinitionRegistry
is ready - onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - 接口 中的方法io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when the
BeanFactory Configuration
is frozen. - onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.DependencyAnalysisBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- onBeanFactoryReady(ConfigurableListableBeanFactory) - 接口 中的方法io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when
ConfigurableListableBeanFactory
is ready - onBeanFactoryReady(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanFactoryReady(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanPropertyValuesReady(String, Object, PropertyValues) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event when the Beans'
PropertyValues
is ready - onBeanPropertyValuesReady(String, Object, PropertyValues) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanPropertyValuesReady(String, Object, PropertyValues) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanPropertyValuesReady(String, Object, PropertyValues) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeanReady(String, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event on the bean ready
- onBeanReady(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanReady(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanReady(String, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanDestroy(String, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean destroy
- onBeforeBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanDestroy(String, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInitialize(String, Object) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean initialization
- onBeforeBeanInitialize(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInitialize(String, Object) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInitialize(String, Object) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation
- onBeforeBeanInstantiate(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation using the factory method
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation using the
constructor
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- OnceApplicationContextEventListener<E extends org.springframework.context.event.ApplicationContextEvent> - io.microsphere.spring.context.event中的类
-
The abstract class
ApplicationListener
forApplicationEvent
guarantees just one-time execution and prevents the event propagation in the hierarchicalApplicationContexts
- OnceApplicationContextEventListener() - 类 的构造器io.microsphere.spring.context.event.OnceApplicationContextEventListener
- OnceApplicationContextEventListener(ApplicationContext) - 类 的构造器io.microsphere.spring.context.event.OnceApplicationContextEventListener
- openConnection(URL, Proxy) - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- order() - 注释类型 中的方法io.microsphere.spring.cache.annotation.EnableTTLCaching
-
Indicate the ordering of the execution of the caching advisor when multiple advices are applied at a specific joinpoint.
P
- ParallelPreInstantiationSingletonsBeanFactoryListener - io.microsphere.spring.context.event中的类
-
The
BeanFactoryListener
classpre-instantiates singletons
in parallel. - ParallelPreInstantiationSingletonsBeanFactoryListener() - 类 的构造器io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- parent() - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- postProcessAfterInitialization(Object, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- postProcessAfterInitialization(Object, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisConfiguration
- postProcessBeforeInitialization(Object, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- postProcessProperties(PropertyValues, Object, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- prefix() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The name prefix of the properties that are valid to bind to the type of configuration.
- process() - 类 中的方法io.microsphere.spring.config.env.config.ResourceYamlProcessor
-
Process one or more
resources
to beMap
- processAfterInitialization(T, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Process
Bean
with name without return value after initialization, - processBeforeInitialization(T, String) - 类 中的方法io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Process
Bean
with name without return value before initialization, - PROFILES_TYPE - 类 中的静态变量io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- PROPERTY_NAME - 枚举 中的静态变量io.microsphere.spring.util.FilterMode
- PROPERTY_SOURCES_TYPE - 类 中的静态变量io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- propertyChange(PropertyChangeEvent) - 类 中的方法io.microsphere.spring.context.event.JavaBeansPropertyChangeListenerAdapter
- PropertyConstants - io.microsphere.spring.constants中的接口
-
The Property constants for Microsphere Spring
- PropertySourceChangedEvent - io.microsphere.spring.config.env.event中的类
-
The event raised when one single
PropertySource
is changed - PropertySourceChangedEvent(ApplicationContext, PropertySourceChangedEvent.Kind, PropertySource) - 类 的构造器io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- PropertySourceChangedEvent(ApplicationContext, PropertySourceChangedEvent.Kind, PropertySource, PropertySource) - 类 的构造器io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- PropertySourceChangedEvent.Kind - io.microsphere.spring.config.env.event中的枚举
-
The Kind of
PropertySource
Changed Event - PropertySourceExtension - io.microsphere.spring.config.context.annotation中的注释类型
-
A meta-annotation extension for the Spring
@PropertySource
that has some limitations: The@PropertySource
annotation can't auto-refresh theproperty sources
The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource
- PropertySourceExtensionAttributes<A extends java.lang.annotation.Annotation> - io.microsphere.spring.config.context.annotation中的类
-
AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
- PropertySourceExtensionAttributes(Map<String, Object>, Class<A>, PropertyResolver) - 类 的构造器io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- PropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>> - io.microsphere.spring.config.context.annotation中的类
-
Abstract
ImportSelector
class to load thePropertySource
when theconfiguration
annotated the Enable annotation that meta-annotates@PropertySourceExtension
- PropertySourceExtensionLoader() - 类 的构造器io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- PropertySourceExtensionLoader.PropertySourceResource - io.microsphere.spring.config.context.annotation中的类
-
The resource of
PropertySource
- PropertySourceExtensionLoader.ResourcePropertySourcesRefresher - io.microsphere.spring.config.context.annotation中的接口
-
The Refresher of
PropertySources'
forResource
- PropertySourceResource(String, Resource, Comparator<Resource>) - 类 的构造器io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- PropertySourcesChangedEvent - io.microsphere.spring.config.env.event中的类
-
The event raised when the
PropertySources
is changed - PropertySourcesChangedEvent(ApplicationContext, PropertySourceChangedEvent...) - 类 的构造器io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- PropertySourcesChangedEvent(ApplicationContext, List<PropertySourceChangedEvent>) - 类 的构造器io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- PropertySourcesUtils - io.microsphere.spring.util中的类
-
PropertySources
Utilities - PropertySourcesUtils() - 类 的构造器io.microsphere.spring.util.PropertySourcesUtils
- PropertyValuesUtils - io.microsphere.spring.util中的类
-
PropertyValues
Utilities - PropertyValuesUtils() - 类 的构造器io.microsphere.spring.util.PropertyValuesUtils
- PROTOCOL - 类 中的静态变量io.microsphere.spring.net.SpringProtocolURLStreamHandler
- proxyTargetClass() - 注释类型 中的方法io.microsphere.spring.cache.annotation.EnableTTLCaching
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- publishEvent(Object) - 类 中的方法io.microsphere.spring.context.event.DeferredApplicationEventPublisher
-
Current method will not be invoked before Spring 4.2
- publishEvent(ApplicationEvent) - 类 中的方法io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- put(String, byte[], byte[], Duration) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- putIfAbsent(String, byte[], byte[], Duration) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
R
- refresh(String) - 接口 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.ResourcePropertySourcesRefresher
-
Refresh the
PropertySources
on theResource
(s) that was or were resolved by the value - refresh(String, Resource) - 接口 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.ResourcePropertySourcesRefresher
-
Refresh the
PropertySources
onResource
being refreshed - registerBean(BeanDefinitionRegistry, String, Object) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
- registerBean(BeanDefinitionRegistry, String, Object, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
- registerBeanDefinition(String, BeanDefinition) - 类 中的方法io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- registerBeanDefinition(BeanDefinitionRegistry, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>, int) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>, Object...) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, BeanDefinition) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register a
BeanDefinition
with name if absent - registerBeanDefinition(BeanDefinitionRegistry, String, BeanDefinition, boolean) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register a
BeanDefinition
with name - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.context.annotation.EventExtensionRegistrar
- registerBeans(BeanDefinitionRegistry, Class<?>...) - 类 中的静态方法io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Register Beans if not present in
registry
- registerConfigurationBeanDefinitions(Map<String, Object>, BeanDefinitionRegistry) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- registerFactories(BeanFactory, Class<?>) - 类 中的静态方法io.microsphere.spring.util.SpringFactoriesLoaderUtils
- registerFactoryBean(BeanDefinitionRegistry, String, Object) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
- registerInfrastructureBean(BeanDefinitionRegistry, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register Infrastructure Bean
- registerInfrastructureBean(BeanDefinitionRegistry, String, Class<?>) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register Infrastructure Bean
- registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, String[]) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
-
Scan and register the primary
BeanDefinitions
that were annotated bythe supported annotation types
, and then return theMap
with bean name plus aliases if present and primaryAnnotatedBeanDefinitions
. - registerSecondaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, Map<String, AnnotatedBeanDefinition>, String[]) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
-
Register the secondary
BeanDefinitions
- registerSingleton(String, Object) - 类 中的方法io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- registerSingleton(SingletonBeanRegistry, String, Object) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
- registerSpringFactoriesBeans(BeanDefinitionRegistry, Class<?>...) - 类 中的静态方法io.microsphere.spring.util.BeanRegistrar
-
Register the beans from
SpringFactoriesLoader
- remove(String, byte[]) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- removeAllListeners() - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListener(ApplicationListener<?>) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListenerBean(String) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListenerBeans(Predicate<String>) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListeners(Predicate<ApplicationListener<?>>) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removed(ApplicationContext, PropertySource) - 类 中的静态方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
-
Create an
removed
instance - REMOVED - io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
The
PropertySource
deleted - replaced(ApplicationContext, PropertySource, PropertySource) - 类 中的静态方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent
-
Create an
replaced
instance - REPLACED - io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
The
PropertySource
replaced - RESET_BEAN_NAME_PROPERTY_NAME - 类 中的静态变量io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
-
The property name of the reset bean name of
ApplicationEventMulticaster
- ResolvableDependencyTypeFilter - io.microsphere.spring.beans.factory.filter中的类
-
A class to filter
Resolvable Dependency Type
- ResolvableDependencyTypeFilter(ConfigurableListableBeanFactory) - 类 的构造器io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- ResolvableDependencyTypeFilter(DefaultListableBeanFactory) - 类 的构造器io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- ResolvablePlaceholderAnnotationAttributes<A extends java.lang.annotation.Annotation> - io.microsphere.spring.core.annotation中的类
-
The resolvable placeholders of
AnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(A, PropertyResolver) - 类 的构造器io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(Map<String, Object>, Class<A>, PropertyResolver) - 类 的构造器io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(AnnotationAttributes, PropertyResolver) - 类 的构造器io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- resolve() - 类 中的方法io.microsphere.spring.core.convert.support.ConversionServiceResolver
- resolve(boolean) - 类 中的方法io.microsphere.spring.core.convert.support.ConversionServiceResolver
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - 接口 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
constructor
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 接口 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
field
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - 接口 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
method
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 接口 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
parameter
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(String, RootBeanDefinition, ConfigurableListableBeanFactory) - 接口 中的方法io.microsphere.spring.beans.factory.BeanDependencyResolver
-
Resolve the bean names as the dependencies from the given
merged bean definition
- resolve(String, RootBeanDefinition, ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- resolve(ConfigurableListableBeanFactory) - 接口 中的方法io.microsphere.spring.beans.factory.BeanDependencyResolver
-
Resolve all beans with their dependent bean names from the given
BeanFactory
- resolve(ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- resolveAnnotatedBeanNameGenerator(BeanDefinitionRegistry) - 类 中的静态方法io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
It'd better to use BeanNameGenerator instance that should reference
ConfigurationClassPostProcessor.componentScanBeanNameGenerator
, thus it maybe a potential problem on bean name generation. - resolveAnnotationType() - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- resolveBasePackages(Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
-
Resolve the placeholders for the raw scanned packages to scan
- resolveBeanClass(BeanDefinition) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- resolveBeanClass(BeanDefinitionHolder) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- resolveBeanType(String, ClassLoader) - 类 中的静态方法io.microsphere.spring.util.BeanUtils
-
Resolve Bean Type
- resolveBeanType(RootBeanDefinition) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
- resolveBeanType(RootBeanDefinition, ClassLoader) - 类 中的静态方法io.microsphere.spring.util.BeanDefinitionUtils
- resolveCaches(CacheOperationInvocationContext<?>) - 类 中的方法io.microsphere.spring.cache.intereptor.TTLCacheResolver
- resolveCommaDelimitedValueToList(Environment, String) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- RESOLVED_CONVERSION_SERVICE_BEAN_NAME - 类 中的静态变量io.microsphere.spring.core.convert.support.ConversionServiceResolver
-
The bean name of a singleton instance of
ConversionService
has been resolved - resolveDependency(DependencyDescriptor, String, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- resolveDependentBeanNameByName(Field, ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNameByName(Parameter, ConfigurableListableBeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNameByName(DependencyDescriptor, AutowireCandidateResolver) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNamesByType(Supplier<Type>, ConfigurableListableBeanFactory, Set<String>) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentType(Type) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveExtensionAttributesType() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- resolveInjectedFieldValue(Object, String, PropertyValues, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<Field>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Resolve the injected-object as the value of the annotated
Field
- resolveInjectedMethodArguments(Object, String, PropertyValues, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<Method>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Resolve the injected-objects as the arguments of the annotated
method
- resolvePlaceholders(Environment, String, Class<T>) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- resolvePlaceholders(Environment, String, Class<T>, T) - 类 中的静态方法io.microsphere.spring.util.EnvironmentUtils
- resolvePropertySourceName(AnnotationAttributes, AnnotationMetadata) - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Resolve the name of
PropertySource
- resolvePropertySourceResources(EA, String, String, Comparator<Resource>) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- resolveResources(EA, String, String) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Resolve the given resource value(s) to be
PropertySourceExtensionLoader.PropertySourceResource
array. - resolveResources(PropertySourceExtensionAttributes<ResourcePropertySource>, String, String) - 类 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- resourceComparator() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Indicate the resources to be sorted when
DefaultPropertiesPropertySource.value()
specifies the resource location wildcards or the same resource names with the different absolute paths. - resourceComparator() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate the resources to be sorted when
PropertySourceExtension.value()
specifies the resource location wildcards or the same resource names with the different absolute paths. - resourceComparator() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate the resources to be sorted when
ResourcePropertySource.value()
specifies the resource location wildcards or the same resource names with the different absolute paths. - resourceComparator() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the resources to be sorted when
JsonPropertySource.value()
specifies the resource location wildcards - resourceComparator() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the resources to be sorted when
YamlPropertySource.value()
specifies the resource location wildcards - ResourceInjectionPointDependencyResolver - io.microsphere.spring.beans.factory.annotation中的类
-
AnnotatedInjectionPointDependencyResolver
forResource
- ResourceInjectionPointDependencyResolver() - 类 的构造器io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resourceLoader - 类 中的变量io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- ResourceLoaderUtils - io.microsphere.spring.util中的类
-
The utilities class for Spring
ResourceLoader
- ResourceLoaderUtils() - 类 的构造器io.microsphere.spring.util.ResourceLoaderUtils
- ResourcePropertySource - io.microsphere.spring.config.context.annotation中的注释类型
-
A variant of the
@PropertySource
annotation that has some limitations: The@PropertySource
annotation can't meta-annotate the another annotation The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource
- ResourcePropertySourceLoader - io.microsphere.spring.config.context.annotation中的类
-
The
PropertySourceExtensionLoader
Class forResourcePropertySource
- ResourcePropertySourceLoader() - 类 的构造器io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- ResourcePropertySources - io.microsphere.spring.config.context.annotation中的注释类型
-
Container annotation that aggregates several
ResourcePropertySource
annotations. - ResourceYamlProcessor - io.microsphere.spring.config.env.config中的类
-
YamlProcessor
based on one or moreresources
. - ResourceYamlProcessor(Resource) - 类 的构造器io.microsphere.spring.config.env.config.ResourceYamlProcessor
- ResourceYamlProcessor(Resource...) - 类 的构造器io.microsphere.spring.config.env.config.ResourceYamlProcessor
- root() - 类 中的方法io.microsphere.spring.beans.factory.Dependency
S
- scanBasePackages(BeanDefinitionRegistry, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Scan base packages for register
@Component
s - selectImports(AnnotationMetadata) - 类 中的方法io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- SEQUENTIAL - io.microsphere.spring.util.FilterMode
-
Sequential
- setApplicationContext(ApplicationContext) - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- setApplicationContext(ApplicationContext) - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- setApplicationContext(ApplicationContext) - 类 中的方法io.microsphere.spring.context.event.OnceApplicationContextEventListener
- setBeanClassLoader(ClassLoader) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setBeanClassLoader(ClassLoader) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setBeanClassLoader(ClassLoader) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- setBeanClassLoader(ClassLoader) - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- setBeanFactory(BeanFactory) - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setBeanName(String) - 类 中的方法io.microsphere.spring.beans.factory.DelegatingFactoryBean
- setBeanName(String) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- setCacheSize(int) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Set the size of cache
- setClassLoader(ClassLoader) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setClassValuesAsString(boolean) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setConfigurationBeanBinder(ConfigurationBeanBinder) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setConfigurationBeanCustomizers(Collection<ConfigurationBeanCustomizer>) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setConversionService(ConversionService) - 接口 中的方法io.microsphere.spring.context.config.ConfigurationBeanBinder
-
Set the
ConversionService
- setConversionService(ConversionService) - 类 中的方法io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.context.annotation.EventExtensionRegistrar
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- setEnvironment(Environment) - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setIgnoreDefaultValue(boolean) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setNestedAnnotationsAsMap(boolean) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setOrder(int) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setOrder(int) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
已过时。
- setOrder(int) - 类 中的方法io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
Set the order for current instance
- setParent(Dependency) - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- setPhase(int) - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- setResourceLoader(ResourceLoader) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setResourceLoader(ResourceLoader) - 类 中的方法io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setResourceLoader(ResourceLoader) - 类 中的方法io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setStarted(boolean) - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- setTaskExecutor(Executor) - 类 中的方法io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- setTryMergedAnnotation(boolean) - 类 中的方法io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setTTL(Duration) - 类 中的静态方法io.microsphere.spring.cache.TTLContext
- SPRING_3_2 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_0 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_1 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_10 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_11 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_12 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_13 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_14 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_15 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_16 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_17 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_18 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_2 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_3 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_4 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_5 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_6 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_7 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_8 - io.microsphere.spring.core.SpringVersion
- SPRING_3_2_9 - io.microsphere.spring.core.SpringVersion
- SPRING_4 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_0 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_1 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_2 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_3 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_4 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_5 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_6 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_7 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_8 - io.microsphere.spring.core.SpringVersion
- SPRING_4_0_9 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_0 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_1 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_2 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_3 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_4 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_5 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_6 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_7 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_8 - io.microsphere.spring.core.SpringVersion
- SPRING_4_1_9 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_0 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_1 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_2 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_3 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_4 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_5 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_6 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_7 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_8 - io.microsphere.spring.core.SpringVersion
- SPRING_4_2_9 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_0 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_1 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_10 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_11 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_12 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_13 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_14 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_15 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_16 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_17 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_18 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_19 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_2 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_20 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_21 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_22 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_23 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_24 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_25 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_26 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_27 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_28 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_29 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_3 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_30 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_4 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_5 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_6 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_7 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_8 - io.microsphere.spring.core.SpringVersion
- SPRING_4_3_9 - io.microsphere.spring.core.SpringVersion
- SPRING_5 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_0 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_1 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_10 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_11 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_12 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_13 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_14 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_15 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_16 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_17 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_18 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_19 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_2 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_20 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_3 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_4 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_5 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_6 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_7 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_8 - io.microsphere.spring.core.SpringVersion
- SPRING_5_0_9 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_0 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_1 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_10 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_11 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_12 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_13 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_14 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_15 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_16 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_17 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_18 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_19 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_2 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_20 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_3 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_4 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_5 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_6 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_7 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_8 - io.microsphere.spring.core.SpringVersion
- SPRING_5_1_9 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_0 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_1 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_10 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_11 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_12 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_13 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_14 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_15 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_16 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_17 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_18 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_19 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_2 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_20 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_21 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_22 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_23 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_24 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_25 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_3 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_4 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_5 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_6 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_7 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_8 - io.microsphere.spring.core.SpringVersion
- SPRING_5_2_9 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_0 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_1 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_10 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_11 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_12 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_13 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_14 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_15 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_16 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_17 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_18 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_19 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_2 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_20 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_21 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_22 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_23 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_24 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_25 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_26 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_27 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_28 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_29 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_3 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_4 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_5 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_6 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_7 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_8 - io.microsphere.spring.core.SpringVersion
- SPRING_5_3_9 - io.microsphere.spring.core.SpringVersion
- SPRING_6 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_0 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_1 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_10 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_11 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_2 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_3 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_4 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_5 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_6 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_7 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_8 - io.microsphere.spring.core.SpringVersion
- SPRING_6_0_9 - io.microsphere.spring.core.SpringVersion
- SPRING_AOP_VERSION - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-aop" module
- SPRING_BASE_PACKAGE_NAME - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
- SPRING_BEANS_VERSION - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-beans" module
- SPRING_CONTEXT_SUPPORT_VERSION - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-context" module
- SPRING_CONTEXT_VERSION - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-context" module
- SPRING_CORE_VERSION - 类 中的静态变量io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-core" module
- SpringConverterAdapter - io.microsphere.spring.core.convert中的类
-
Spring
Converter
Adapter based on MicrosphereConverters
- SpringConverterAdapter() - 类 的构造器io.microsphere.spring.core.convert.SpringConverterAdapter
- SpringDelegatingBeanProtocolURLConnectionFactory - io.microsphere.spring.net中的类
-
Spring delegating Beans of
SubProtocolURLConnectionFactory
- SpringDelegatingBeanProtocolURLConnectionFactory(ListableBeanFactory) - 类 的构造器io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- SpringEnvironmentURLConnectionFactory - io.microsphere.spring.net中的类
-
Spring
Environment
SubProtocolURLConnectionFactory
- SpringEnvironmentURLConnectionFactory(ConfigurableEnvironment, ConfigurableConversionService) - 类 的构造器io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- SpringFactoriesLoaderUtils - io.microsphere.spring.util中的类
-
The utilities class for
SpringFactoriesLoader
- SpringFactoriesLoaderUtils() - 类 的构造器io.microsphere.spring.util.SpringFactoriesLoaderUtils
- SpringPropertySourcesURLConnectionAdapter - io.microsphere.spring.net中的类
-
The
URLConnection
adapter class is based on the SpringPropertySources
- SpringPropertySourcesURLConnectionAdapter(URL, PropertySources, ConfigurableConversionService) - 类 的构造器io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
-
Constructs a URL connection to the specified URL.
- SpringProtocolURLStreamHandler - io.microsphere.spring.net中的类
-
The Spring
URLStreamHandler
component supports supports the "spring" sub-protocols, like "spring:{sub-protocol}:{ext-1}: ... - SpringProtocolURLStreamHandler() - 类 的构造器io.microsphere.spring.net.SpringProtocolURLStreamHandler
- SpringResourceURLConnection - io.microsphere.spring.net中的类
-
Spring
Resource
URLConnection
- SpringResourceURLConnection(URL, Resource) - 类 的构造器io.microsphere.spring.net.SpringResourceURLConnection
-
Constructs a URL connection to the specified URL.
- SpringResourceURLConnectionFactory - io.microsphere.spring.net中的类
-
Spring
Resource
SubProtocolURLConnectionFactory
- SpringResourceURLConnectionFactory(ResourceLoader) - 类 的构造器io.microsphere.spring.net.SpringResourceURLConnectionFactory
- SpringSubProtocolURLConnectionFactory - io.microsphere.spring.net中的类
-
Spring Abstract
SubProtocolURLConnectionFactory
- SpringSubProtocolURLConnectionFactory() - 类 的构造器io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
- SpringVersion - io.microsphere.spring.core中的枚举
-
The enumeration for the released Spring versions since 3.2
- SpringVersionUtils - io.microsphere.spring.util中的类
-
The Utilities class for Spring Framework Version
- SpringVersionUtils() - 类 的构造器io.microsphere.spring.util.SpringVersionUtils
- start() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- stop() - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- stop(Runnable) - 类 中的方法io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- supports(String) - 接口 中的方法io.microsphere.spring.context.event.BeanListener
-
Supports the bean to be listened or not
- supports(String) - 类 中的方法io.microsphere.spring.context.event.BeanListenerAdapter
- supports(String) - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- supports(String) - 类 中的方法io.microsphere.spring.context.event.LoggingBeanListener
- supports(URL, List<String>) - 类 中的方法io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- supports(URL, List<String>) - 类 中的方法io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
- supportsPublishEventMethod() - 类 中的方法io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- sync() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Synchronize the invocation of the underlying method if several threads are attempting to load a value for the same key.
T
- THREAD_NAME_PREFIX_PROPERTY_NAME - 类 中的静态变量io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- THREADS_PROPERTY_NAME - 类 中的静态变量io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- timeUnit() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
The
timeunit
of expire - timeUnit() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
The
timeunit
of expire - toString() - 类 中的方法io.microsphere.spring.beans.factory.Dependency
- toString() - 类 中的方法io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- toString() - 类 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- toString() - 类 中的方法io.microsphere.spring.context.event.BeanPropertyChangedEvent
- toString() - 类 中的方法io.microsphere.spring.context.event.BeanTimeStatistics
- tryGetMergedAnnotation(AnnotatedElement, Class<? extends Annotation>) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Try to get the merged
annotation
- tryGetMergedAnnotation(AnnotatedElement, Class<? extends Annotation>, boolean, boolean) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Try to get the merged
annotation
- tryGetMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Try to get
the annotation attributes
after merging and resolving the placeholders - tryGetMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, String...) - 类 中的静态方法io.microsphere.spring.util.AnnotationUtils
-
Try to get
the annotation attributes
after merging and resolving the placeholders - TTLCacheable - io.microsphere.spring.cache.annotation中的注释类型
-
@Cacheable
with TTL - TTLCachePut - io.microsphere.spring.cache.annotation中的注释类型
-
@CachePut
with TTL - TTLCacheResolver - io.microsphere.spring.cache.intereptor中的类
-
TTL Customized
CacheResolver
- TTLCacheResolver() - 类 的构造器io.microsphere.spring.cache.intereptor.TTLCacheResolver
- TTLContext - io.microsphere.spring.cache中的类
-
TTL Context
- TTLContext() - 类 的构造器io.microsphere.spring.cache.TTLContext
- TTLRedisCacheWriterWrapper - io.microsphere.spring.cache.redis中的类
-
TTL
RedisCacheWriter
Wrapper - TTLRedisCacheWriterWrapper(RedisCacheWriter) - 类 的构造器io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- TTLRedisConfiguration - io.microsphere.spring.cache.redis中的类
-
Redis Configuration with TTL features
- TTLRedisConfiguration() - 类 的构造器io.microsphere.spring.cache.redis.TTLRedisConfiguration
- type() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
U
- unless() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression used to veto method caching.
- unless() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
Spring Expression Language (SpEL) expression used to veto method caching.
- unwrap(BeanFactory) - 类 中的静态方法io.microsphere.spring.util.WrapperUtils
-
Unwrap
BeanFactory
toConfigurableListableBeanFactory
- unwrap(Environment) - 类 中的静态方法io.microsphere.spring.util.WrapperUtils
-
Unwrap
Environment
toConfigurableEnvironment
V
- value() - 注释类型 中的方法io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBindings
- value() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCacheable
-
Alias for
TTLCacheable.cacheNames()
. - value() - 注释类型 中的方法io.microsphere.spring.cache.annotation.TTLCachePut
-
Alias for
TTLCachePut.cacheNames()
. - value() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Indicate the resource location(s) of the property source file to be loaded.
- value() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySources
- value() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate the resource(s) of the property source to be loaded.
- value() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate the resource location(s) of the property source file to be loaded.
- value() - 注释类型 中的方法io.microsphere.spring.config.context.annotation.ResourcePropertySources
-
The several
ResourcePropertySource
annotations. - value() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the resource location(s) of the JSON file to be loaded.
- value() - 注释类型 中的方法io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the resource location(s) of the YAML file to be loaded.
- valueOf(String) - 枚举 中的静态方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.microsphere.spring.core.SpringVersion
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法io.microsphere.spring.util.FilterMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(Environment) - 枚举 中的静态方法io.microsphere.spring.util.FilterMode
-
Parse
FilterMode
fromEnvironment
- values() - 枚举 中的静态方法io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法io.microsphere.spring.core.SpringVersion
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
- values() - 枚举 中的静态方法io.microsphere.spring.util.FilterMode
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
- walk(Dependency) - 类 中的方法io.microsphere.spring.beans.factory.DependencyTreeWalker
- withStatisticsCollector(CacheStatisticsCollector) - 类 中的方法io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- WrapperUtils - io.microsphere.spring.util中的类
-
The utilities class for wrapper interfaces
- WrapperUtils() - 类 的构造器io.microsphere.spring.util.WrapperUtils
Y
- YamlPropertySource - io.microsphere.spring.config.env.annotation中的注释类型
-
The extension annotation of {ResourcePropertySource @ResourcePropertySource} providing a convenient and declarative mechanism for adding a YAML
ImmutableMapPropertySource
to Spring's Environment. - YamlPropertySourceFactory - io.microsphere.spring.config.env.support中的类
-
PropertySourceFactory
for YAML - YamlPropertySourceFactory() - 类 的构造器io.microsphere.spring.config.env.support.YamlPropertySourceFactory
所有类 所有程序包