A B C D E F G H I J K L M N O P R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractInjectionPointDependencyResolver - Class in io.microsphere.spring.beans.factory
-
Abstract
InjectionPointDependencyResolver
- AbstractInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- AbstractSmartLifecycle - Class in io.microsphere.spring.context.lifecycle
-
The abstract class for
SmartLifecycle
- AbstractSmartLifecycle() - Constructor for class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- accept(Class<?>) - Method in class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- addApplicationListener(ApplicationListener<?>) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- addApplicationListenerBean(String) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- addChild(String) - Method in class io.microsphere.spring.beans.factory.Dependency
- addChildren(Iterable<String>) - Method in class io.microsphere.spring.beans.factory.Dependency
- addChildren(String...) - Method in class io.microsphere.spring.beans.factory.Dependency
- addDefaultProperties(ConfigurableEnvironment, String, Object, Object...) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- added(ApplicationContext, PropertySource) - Static method in class 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<?>) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- addSupportedAnnotationType(Class<? extends Annotation>...) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- after() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
The relative order after specified
PropertySource
- after() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
The relative order after specified
PropertySource
- after() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
The relative order after specified
PropertySource
- after() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
The relative order after specified
PropertySource
- afterPropertiesSet() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- afterPropertiesSet() - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- afterPropertiesSet() - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- ANNOTATED_ELEMENT_UTILS_CLASS - Static variable in class io.microsphere.spring.util.AnnotationUtils
-
The
Class
ofAnnotatedElementUtils
that is introduced since Spring Framework 4 - ANNOTATED_ELEMENT_UTILS_CLASS_NAME - Static variable in class io.microsphere.spring.util.AnnotationUtils
-
The class name of
that is introduced since Spring Framework 4
- AnnotatedBeanDefinitionRegistryUtils - Class in io.microsphere.spring.util
-
Annotated
BeanDefinition
Utilities - AnnotatedBeanDefinitionRegistryUtils() - Constructor for class io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
- AnnotatedFieldElement(Field, A) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
Deprecated.
- AnnotatedInjectionBeanPostProcessor - Class in 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>...) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- AnnotatedInjectionBeanPostProcessor(Collection<Class<? extends Annotation>>) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<M extends java.lang.reflect.Member> - Class in io.microsphere.spring.beans.factory.annotation
-
Annotation
InjectionMetadata.InjectedElement
- AnnotatedInjectionPointDependencyResolver<A extends java.lang.annotation.Annotation> - Class in io.microsphere.spring.beans.factory.annotation
-
Abstract
InjectionPointDependencyResolver
for annotated element - AnnotatedInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- AnnotatedInjectionPointDependencyResolver(Class<A>) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- AnnotatedPropertySourceLoader<A extends java.lang.annotation.Annotation> - Class in io.microsphere.spring.config.context.annotation
-
Abstract
ImportSelector
class to load thePropertySource
when theconfiguration
annotated the specified annotation - AnnotatedPropertySourceLoader() - Constructor for class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- ANNOTATION_ATTRIBUTES_ANNOTATION_TYPE_METHOD - Static variable in class io.microsphere.spring.util.AnnotationUtils
-
The
Method
object ofAnnotationAttributes.annotationType()
is introduced since Spring Framework 4.2 - AnnotationBeanDefinitionRegistryPostProcessor - Class in 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<?>...) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationBeanDefinitionRegistryPostProcessor(Class<? extends Annotation>, Iterable<String>) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationBeanDefinitionRegistryPostProcessor(Class<? extends Annotation>, String...) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- AnnotationInjectedBeanPostProcessor<A extends java.lang.annotation.Annotation> - Class in io.microsphere.spring.beans.factory.annotation
-
Deprecated.Please use
AnnotatedInjectionBeanPostProcessor
as the substitution - AnnotationInjectedBeanPostProcessor() - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement - Class in io.microsphere.spring.beans.factory.annotation
-
Deprecated.
- AnnotationInjectedElement(M, PropertyDescriptor, AnnotationAttributes, boolean) - Constructor for class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- annotationType() - Method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Get The
class
ofAnnotation
. - AnnotationUtils - Class in io.microsphere.spring.util
-
Annotation
Utilities - AnnotationUtils() - Constructor for class io.microsphere.spring.util.AnnotationUtils
- ApplicationContextUtils - Class in io.microsphere.spring.util
-
ApplicationContext
Utilities - ApplicationContextUtils() - Constructor for class io.microsphere.spring.util.ApplicationContextUtils
- ApplicationEventInterceptor - Interface in io.microsphere.spring.context.event
-
ApplicationEvent
Interceptor - ApplicationEventInterceptorChain - Interface in io.microsphere.spring.context.event
- ApplicationListenerInterceptor - Interface in io.microsphere.spring.context.event
-
ApplicationListener
Interceptor - ApplicationListenerInterceptorChain - Interface in io.microsphere.spring.context.event
- asApplicationContext(BeanFactory) - Static method in class io.microsphere.spring.util.ApplicationContextUtils
- asAutowireCapableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asBeanDefinitionRegistry(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asConfigurableApplicationContext(ApplicationContext) - Static method in class io.microsphere.spring.util.ApplicationContextUtils
- asConfigurableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asConfigurableListableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asDefaultListableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asHierarchicalBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- asListableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- autoRefreshed() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- autoRefreshed() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
It indicates the property source is auto-refreshed when the configuration is changed.
- AutowiredInjectionPointDependencyResolver - Class in io.microsphere.spring.beans.factory.annotation
-
AnnotatedInjectionPointDependencyResolver
forAutowired
- AutowiredInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
B
- BEAN_NAME - Static variable in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
The bean name of
ConfigurationBeanBindingPostProcessor
- BEAN_NAME - Static variable in class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- BEAN_NAME - Static variable in class io.microsphere.spring.cache.intereptor.TTLCacheResolver
- BeanCapableImportCandidate - Class in 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() - Constructor for class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- BeanDefinitionUtils - Class in io.microsphere.spring.util
-
BeanDefinition
Utilities class - BeanDefinitionUtils() - Constructor for class io.microsphere.spring.util.BeanDefinitionUtils
- BeanDependencyResolver - Interface in io.microsphere.spring.beans.factory
-
The interface to resolve the dependencies
- beanFactory - Variable in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- BeanFactoryListener - Interface in io.microsphere.spring.context.event
-
* The
EventListener
forBeanFactory
lifecycle - BeanFactoryListenerAdapter - Class in io.microsphere.spring.context.event
-
The
BeanFactoryListener
Adapter - BeanFactoryListenerAdapter() - Constructor for class io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- BeanFactoryUtils - Class in io.microsphere.spring.util
-
BeanFactory
Utilities class - BeanFactoryUtils() - Constructor for class io.microsphere.spring.util.BeanFactoryUtils
- BeanListener - Interface in io.microsphere.spring.context.event
-
The
EventListener
for Bean lifecycle - BeanListenerAdapter - Class in io.microsphere.spring.context.event
-
BeanListener
Adapter - BeanListenerAdapter() - Constructor for class io.microsphere.spring.context.event.BeanListenerAdapter
- BeanMethodInjectionPointDependencyResolver - Class in io.microsphere.spring.beans.factory
- BeanMethodInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- BeanPropertyChangedEvent - Class in io.microsphere.spring.context.event
-
The event published when a Beans' is changed.
- BeanPropertyChangedEvent(Object, String, Object, Object) - Constructor for class io.microsphere.spring.context.event.BeanPropertyChangedEvent
-
The constructor
- BeanRegistrar - Class in io.microsphere.spring.util
-
Bean Registrar
- BeanRegistrar() - Constructor for class io.microsphere.spring.util.BeanRegistrar
- BeanTimeStatistics - Class in io.microsphere.spring.context.event
-
Bean Time Statistics
- BeanTimeStatistics() - Constructor for class io.microsphere.spring.context.event.BeanTimeStatistics
- BeanUtils - Class in io.microsphere.spring.util
-
Bean Utilities Class
- BeanUtils() - Constructor for class io.microsphere.spring.util.BeanUtils
- before() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
The relative order before specified
PropertySource
- before() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
The relative order before specified
PropertySource
- before() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
The relative order before specified
PropertySource
- before() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
The relative order before specified
PropertySource
- bind(Map<String, Object>, boolean, boolean, Object) - Method in interface 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) - Method in class io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class io.microsphere.spring.util.PropertySourcesUtils
-
The
PropertySource name
of Spring Cloud Bootstrap context - buildDefaultPropertySourceName(AnnotationAttributes, AnnotationMetadata) - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Build the default name of
PropertySource
- buildExtensionAttributes(Class<A>, Class<EA>, AnnotationAttributes, ConfigurableEnvironment) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Builds an instance of
PropertySourceExtensionLoader
- buildInjectedObjectCacheKey(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Build a cache key for injected-object.
- buildPropertySourceName(AnnotationAttributes, AnnotationMetadata) - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Build the name of
PropertySource
C
- cacheManagers() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
The bean names of the custom
CacheManager
- cacheManagers() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
The bean names of the custom
CacheManager
- cacheNames() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
Names of the caches in which method invocation results are stored.
- cacheNames() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
Names of the caches in which method invocation results are stored.
- checkCandidate(String, BeanDefinition) - Method in class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- child(String) - Method in class io.microsphere.spring.beans.factory.Dependency
- child(String, boolean) - Method in class io.microsphere.spring.beans.factory.Dependency
- classLoader - Variable in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- clean(String, byte[]) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- clearStatistics(String) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- clearTTL() - Static method in class io.microsphere.spring.cache.TTLContext
- compare(NamedBeanHolder<T>, NamedBeanHolder<T>) - Method in class io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- compare(Resource, Resource) - Method in class io.microsphere.spring.config.env.support.DefaultResourceComparator
- compareTo(PropertySourceExtensionLoader.PropertySourceResource) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- condition() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression used for making the method caching conditional.
- condition() - Method in annotation type 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 - Interface in io.microsphere.spring.beans.factory.support
-
generate configuration bean alias
- ConfigurationBeanBinder - Interface in io.microsphere.spring.context.config
-
The binder for the configuration bean
- ConfigurationBeanBindingPostProcessor - Class in io.microsphere.spring.beans.factory.annotation
-
The
BeanPostProcessor
class to bind the configuration bean - ConfigurationBeanBindingPostProcessor() - Constructor for class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- ConfigurationBeanBindingRegistrar - Class in io.microsphere.spring.beans.factory.annotation
-
The
ImportBeanDefinitionRegistrar
implementation for@EnableConfigurationBinding
- ConfigurationBeanBindingRegistrar() - Constructor for class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- ConfigurationBeanBindingsRegister - Class in io.microsphere.spring.beans.factory.annotation
-
The
Registrar class
forEnableConfigurationBeanBindings
- ConfigurationBeanBindingsRegister() - Constructor for class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- ConfigurationBeanCustomizer - Interface in io.microsphere.spring.context.config
-
The customizer for the configuration bean after
its binding
. - configureResourcePropertySourcesRefresher(EA, List<PropertySourceExtensionLoader.PropertySourceResource>, CompositePropertySource, PropertySourceExtensionLoader.ResourcePropertySourcesRefresher) - Method in class 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) - Method in class io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- connect() - Method in class io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- ConstructionInjectionPointDependencyResolver - Class in io.microsphere.spring.beans.factory
- ConstructionInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- containsBootstrapPropertySource(ConfigurableEnvironment) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Contains the Bootstrap
PropertySource
or not - containsPropertySource(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Contains the specified
PropertySource
or not - ConversionServiceResolver - Class in 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) - Constructor for class io.microsphere.spring.core.convert.support.ConversionServiceResolver
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class io.microsphere.spring.core.convert.SpringConverterAdapter
- create(String) - Static method in class io.microsphere.spring.beans.factory.Dependency
- create(String, Dependency, String...) - Static method in class io.microsphere.spring.beans.factory.Dependency
- create(URL, List<String>, Proxy) - Method in class io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- create(URL, List<String>, Proxy) - Method in class io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- create(URL, List<String>, Proxy) - Method in class io.microsphere.spring.net.SpringResourceURLConnectionFactory
- createDefaultConversionService() - Method in class 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>>) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- createPropertySource(String, EncodedResource) - Method in class io.microsphere.spring.config.env.support.JsonPropertySourceFactory
- createPropertySource(String, EncodedResource) - Method in class io.microsphere.spring.config.env.support.YamlPropertySourceFactory
- createPropertySourceFactory(EA) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Creates an instance of
PropertySourceFactory
- createResourceComparator(EA, String) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Creates an instance of
Comparator
forResource
- createResourcePropertySource(EA, String, PropertySourceFactory, PropertySourceExtensionLoader.PropertySourceResource) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Create an instance of
PropertySourceExtensionLoader.ResourcePropertySource
for the specifiedresource
- createResourcePropertySourceName(String, String, Resource) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- createYaml() - Method in class io.microsphere.spring.config.env.config.ResourceYamlProcessor
- customize(String, Object) - Method in interface io.microsphere.spring.context.config.ConfigurationBeanCustomizer
-
Customize the configuration bean
D
- DEFAULT_IGNORE_INVALID_FIELDS - Static variable in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.ignoreInvalidFields()
- DEFAULT_IGNORE_UNKNOWN_FIELDS - Static variable in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.ignoreUnknownFields()
- DEFAULT_MEDIA_TYPE - Static variable in class io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- DEFAULT_MULTIPLE - Static variable in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The default value for
EnableConfigurationBeanBinding.multiple()
- DEFAULT_PHASE - Static variable in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
Compatible with
SmartLifecycle.DEFAULT_PHASE
before Spring Framework 5.1 - DEFAULT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class io.microsphere.spring.util.PropertySourcesUtils
-
The
PropertySource name
ofSpring Boot default poperties
- DEFAULT_RESET_BEAN_NAME - Static variable in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
-
The default reset bean name of
ApplicationEventMulticaster
. - DEFAULT_THREAD_NAME_PREFIX - Static variable in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- DefaultBeanDependencyResolver - Class in io.microsphere.spring.beans.factory
-
Default
BeanDependencyResolver
- DefaultBeanDependencyResolver(BeanFactory, ExecutorService) - Constructor for class io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- DefaultConfigurationBeanBinder - Class in io.microsphere.spring.context.config
-
The default
ConfigurationBeanBinder
implementation - DefaultConfigurationBeanBinder() - Constructor for class io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- DefaultPropertiesPropertySource - Annotation Type in io.microsphere.spring.config.context.annotation
- DefaultPropertiesPropertySources - Annotation Type in io.microsphere.spring.config.context.annotation
-
The annotation declaring the multiple
@DefaultPropertiesPropertySource
- DefaultResourceComparator - Class in io.microsphere.spring.config.env.support
-
The default
Comparator
forResource
comparingResource.getFilename()
- DefaultResourceComparator() - Constructor for class io.microsphere.spring.config.env.support.DefaultResourceComparator
- DeferredApplicationEventPublisher - Class in 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) - Constructor for class io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- DelegatingFactoryBean - Class in io.microsphere.spring.beans.factory
-
FactoryBean
implementation based on delegate object that was instantiated - DelegatingFactoryBean(Object) - Constructor for class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- Dependency - Class in io.microsphere.spring.beans.factory
-
Spring Bean Dependency
- Dependency(String) - Constructor for class io.microsphere.spring.beans.factory.Dependency
- Dependency(String, Dependency, String...) - Constructor for class io.microsphere.spring.beans.factory.Dependency
- Dependency(String, Dependency, Collection<Dependency>) - Constructor for class io.microsphere.spring.beans.factory.Dependency
- DependencyAnalysisBeanFactoryListener - Class in io.microsphere.spring.context.event
-
Dependency Analysis
BeanFactoryListener
- DependencyAnalysisBeanFactoryListener() - Constructor for class io.microsphere.spring.context.event.DependencyAnalysisBeanFactoryListener
- DependencyTreeWalker - Class in io.microsphere.spring.beans.factory
-
Dependency
Tree Walker - DependencyTreeWalker() - Constructor for class io.microsphere.spring.beans.factory.DependencyTreeWalker
- destroy() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- destroy() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- destroy() - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- destroy() - Method in class io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- determineCandidateConstructors(Class<?>, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- determineRequiredStatus(AnnotationAttributes) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Determine if the annotated field or method requires its dependency.
- doAddChild(Dependency) - Method in class io.microsphere.spring.beans.factory.Dependency
- doAddChildren(Dependency...) - Method in class io.microsphere.spring.beans.factory.Dependency
- doAddChildren(Iterable<Dependency>) - Method in class io.microsphere.spring.beans.factory.Dependency
- doGetAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Get
AnnotationAttributes
- doGetInjectedBean(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Subclass must implement this method to get injected-object.
- doInvokeListener(ApplicationListener<?>, ApplicationEvent) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- doMulticastEvent(ApplicationEvent, ResolvableType) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- doPostProcessAfterInitialization(ApplicationListener, String) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- doPostProcessAfterInitialization(T, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Adapter BeanPostProcessor#postProcessAfterInitialization(Object, String) method , sub-type could override this method.
- doPostProcessBeforeInitialization(T, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Adapter BeanPostProcessor#postProcessBeforeInitialization(Object, String) method , sub-type could override this method.
- doScan(String...) - Method in class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- doStart() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- doStop() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- doWithTTL(Consumer<Duration>, Duration) - Static method in class io.microsphere.spring.cache.TTLContext
- doWithTTL(Function<Duration, R>, Duration) - Static method in class io.microsphere.spring.cache.TTLContext
- duplicate() - Method in class io.microsphere.spring.beans.factory.Dependency
E
- EARLIEST_PHASE - Static variable in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
The earliest phase
- EnableConfigurationBeanBinding - Annotation Type in io.microsphere.spring.beans.factory.annotation
-
Enables Spring's annotation-driven configuration bean from
properties
. - EnableConfigurationBeanBindings - Annotation Type in io.microsphere.spring.beans.factory.annotation
-
The annotation composes the multiple
EnableConfigurationBeanBindings
- EnableEventExtension - Annotation Type in io.microsphere.spring.context.annotation
-
Enables Spring's Event Extension
- EnableSpringConverterAdapter - Annotation Type in io.microsphere.spring.core.convert.annotation
-
Enable
SpringConverterAdapter
- EnableTTLCaching - Annotation Type in io.microsphere.spring.cache.annotation
-
{@link @EnableCaching} Plus TTL features
- encoding() - Method in annotation type io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
A specific character encoding for the given resources.
- encoding() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
A specific character encoding for the given resources.
- encoding() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
A specific character encoding for the given resources.
- encoding() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
A specific character encoding for the given resources.
- encoding() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
A specific character encoding for the given resources.
- environment - Variable in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- EnvironmentUtils - Class in io.microsphere.spring.util
-
Environment
工具类 - eq(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- equals(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- equals(Object) - Method in class io.microsphere.spring.beans.factory.Dependency
- equals(Object) - Method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- EventExtensionRegistrar - Class in io.microsphere.spring.context.annotation
-
Event Management Registrar
- EventExtensionRegistrar() - Constructor for class io.microsphere.spring.context.annotation.EventExtensionRegistrar
- EventPublishingBeanInitializer - Class in io.microsphere.spring.context.event
-
ApplicationContextInitializer
for Publishing Bean Event with highest priority - EventPublishingBeanInitializer() - Constructor for class io.microsphere.spring.context.event.EventPublishingBeanInitializer
- executorForListener() - Method in annotation type io.microsphere.spring.context.annotation.EnableEventExtension
-
A qualifier value for the asynchronous listening of
ApplicationListeners
. - expire() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
The expire time for cacheable entry
- expire() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
The expire time for cacheable entry
- ExposingClassPathBeanDefinitionScanner - Class in 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) - Constructor for class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
F
- factory() - Method in annotation type io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Specify a custom
PropertySourceFactory
, if any. - factory() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Specify a custom
PropertySourceFactory
, if any. - factory() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Specify a custom
PropertySourceFactory
, if any. - FieldUtils - Class in io.microsphere.spring.util
-
Field
Utilities - FieldUtils() - Constructor for class io.microsphere.spring.util.FieldUtils
- FilterMode - Enum in io.microsphere.spring.util
-
The mode of Filter behaviors.
- findAnnotations(Method, Class<A>) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Find specified
Annotation
type maps fromMethod
- findAnnotationType(AnnotationAttributes) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Find the
class
ofAnnotation
from the specifiedAnnotationAttributes
- findBeanDefinitionHolders(ClassPathBeanDefinitionScanner, String, BeanDefinitionRegistry, BeanNameGenerator) - Static method in class io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Finds a
Set
ofBeanDefinitionHolders
- findBeanNames(ConfigurableListableBeanFactory, Predicate<BeanDefinition>) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
- findChild(String) - Method in class io.microsphere.spring.beans.factory.Dependency
- findConfiguredPropertySource(Iterable<PropertySource<?>>, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySource(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySourceName(Iterable<PropertySource<?>>, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findConfiguredPropertySourceName(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findInfrastructureBeanNames(ConfigurableListableBeanFactory) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
- findInjectionAnnotationAttributes(AnnotatedElement) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- findPropertyNames(ConfigurableEnvironment, Predicate<String>) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findPropertyNamesByPrefix(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- findResource(URL, List<String>) - Method in class io.microsphere.spring.net.SpringResourceURLConnectionFactory
- first() - Method in annotation type 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() - Method in annotation type 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() - Method in annotation type 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() - Method in annotation type 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) - Method in enum io.microsphere.spring.core.SpringVersion
- generateAlias(String, String, Class<?>) - Method in interface io.microsphere.spring.beans.factory.support.ConfigurationBeanAliasGenerator
- GenericAnnotationAttributes<A extends java.lang.annotation.Annotation> - Class in io.microsphere.spring.core.annotation
-
Generic
AnnotationAttributes
- GenericAnnotationAttributes(A) - Constructor for class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- GenericAnnotationAttributes(Map<String, Object>, Class<A>) - Constructor for class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- GenericAnnotationAttributes(AnnotationAttributes) - Constructor for class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
- genericBeanDefinition(Class<?>) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, int) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, int, Object[]) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- genericBeanDefinition(Class<?>, Object...) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
-
Build a generic instance of
AbstractBeanDefinition
- GenericBeanPostProcessorAdapter<T> - Class in io.microsphere.spring.beans.factory.config
-
Generic
BeanPostProcessor
Adapter - GenericBeanPostProcessorAdapter() - Constructor for class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- get(String, byte[]) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- getAddedProperties() - Method in class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getAfterPropertySourceName() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getAnnotation(AnnotatedElement) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getAnnotation(Field) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(Parameter) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
-
Get the injection annotation from the annotated element
- getAnnotation(Parameter) - Method in class io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- getAnnotation(Parameter) - Method in class io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- getAnnotationAttributes(Annotation, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(Annotation, PropertyResolver, boolean, boolean, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(Annotation, PropertyResolver, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, boolean, boolean, String...) - Static method in class 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...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, String...) - Static method in class 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...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
AnnotationAttributes
- getAnnotationAttributes(AnnotationMetadata, Class<? extends Annotation>) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get an instance of
AnnotationAttributes
fromAnnotationMetadata
with the specified class name ofannotation
. - getAnnotationAttributes(AnnotationMetadata, String) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get an instance of
AnnotationAttributes
fromAnnotationMetadata
with the specified class name ofannotation
. - getAnnotationType() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionPointDependencyResolver
- getAnnotationType() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Annotation type
- getAnnotationType() - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
The annotation type
- getAnnotationType() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getAnnotationTypes() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getApplicationContext() - Method in class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- getAttribute(Annotation, String) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value
- getAttribute(Map<String, Object>, String) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value
- getAttribute(Map<String, Object>, String, boolean) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value the will
- getAttribute(Map<String, Object>, String, T) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the attribute value with default value
- getAttributes() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- getAttributes(Annotation, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAttributes(Annotation, PropertyResolver, boolean, boolean, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
- getAttributes(Annotation, PropertyResolver, boolean, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAttributes(Map<String, Object>, PropertyResolver, String...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the
Annotation
attributes - getAutowireCandidateResolver(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- getBean() - Method in class io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getBeanFactory() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getBeanFactory() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getBeanFactory() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- getBeanFactory() - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ConfigurableListableBeanFactory
instance - getBeanIfAvailable(BeanFactory, String, Class<T>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get the bean via the specified bean name and type if available
- getBeanNames(ConfigurableListableBeanFactory, Class<?>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ConfigurableListableBeanFactory, Class<?>, boolean) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ListableBeanFactory, Class<?>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeanNames(ListableBeanFactory, Class<?>, boolean) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Bean Names from
ListableBeanFactory
by type. - getBeans(ListableBeanFactory, String[], Class<T>) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
-
Gets name-matched Beans from
BeanFactory
- getBeanType() - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Bean Type
- getBeforePropertySourceName() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getCacheStatistics(String) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- getChangedProperties() - Method in class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getClassLoader() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getClassLoader() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getClassLoader() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- getClassLoader() - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
Get the
ClassLoader
instance - getClassLoader(ResourceLoader) - Static method in class io.microsphere.spring.util.ResourceLoaderUtils
- getConfigurationBeanBinder() - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- getConfigurationBeanCustomizers() - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
Get the
List
ofConfigurationBeanCustomizers
- getConversionService(Environment) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- getConvertibleTypes() - Method in class io.microsphere.spring.core.convert.SpringConverterAdapter
- getDefaultProperties(ConfigurableEnvironment) - Static method in class 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) - Static method in class 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) - Static method in class 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) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get the "default"
PropertySource
that is the lowest order one of the SpringPropertySources
is created if specified - getEncoding() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getEnvironment() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getEnvironment() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getEnvironment() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- getEnvironment() - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ConfigurableEnvironment
instance - getExtensionAttributesType() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Get the type of
PropertySourceExtensionLoader
- getFieldValue(Object, String) - Static method in class io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getFieldValue(Object, String, Class<T>) - Static method in class io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getFieldValue(Object, String, T) - Static method in class io.microsphere.spring.util.FieldUtils
-
Get
Field
Value - getInjectedFieldObjectsMap() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Get
Map
in injected field. - getInjectedMethodObjectsMap() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Get
Map
in injected method. - getInjectedObject(A, Object, String, Class<?>, InjectionMetadata.InjectedElement) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Get injected-object from specified
annotation
and Bean Class - getInjectedObjects() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.Gets all injected-objects.
- getInjectionPoint() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- getInputStream() - Method in class io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
- getKind() - Method in class io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getMajor() - Method in enum io.microsphere.spring.core.SpringVersion
- getMapPropertySource(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- getMapPropertySource(ConfigurableEnvironment, String, boolean) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- getMinor() - Method in enum io.microsphere.spring.core.SpringVersion
- getName() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getNewPropertySource() - Method in class io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getNewValue() - Method in class io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getObject() - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- getObjectType() - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- getOldPropertySource() - Method in class io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- getOldValue() - Method in class io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getOptionalBean(ListableBeanFactory, Class<T>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Optional Bean by
Class
. - getOptionalBean(ListableBeanFactory, Class<T>, boolean) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get Optional Bean by
Class
including ancestors(BeanFactory). - getOptionalBean(ListableBeanFactory, String, Class<T>) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
-
Get optional Bean
- getOrder() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- getOrder() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- getOrder() - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- getOrder() - Method in interface io.microsphere.spring.context.event.ApplicationEventInterceptor
- getOrder() - Method in interface io.microsphere.spring.context.event.ApplicationListenerInterceptor
- getOrder() - Method in class io.microsphere.spring.context.event.EventPublishingBeanInitializer
- getPackagesToScan() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getPatch() - Method in enum io.microsphere.spring.core.SpringVersion
- getPhase() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- getProperties(Function<PropertySourceChangedEvent, PropertySource>, Function<PropertySource, Map<String, Object>>, PropertySourceChangedEvent.Kind...) - Method in class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getProperties(Environment, Iterable<String>) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- getProperties(Environment, String...) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- getProperties(Environment, Set<String>) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- getProperties(PropertySource) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get the
Map
as the properties from the specifiedPropertySource
- getPropertyName() - Method in class io.microsphere.spring.context.event.BeanPropertyChangedEvent
- getPropertyNames(PropertySource) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get the property names as the array from the specified
PropertySource
instance. - getPropertySource(ConfigurableEnvironment, String, Class<T>) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- getPropertySource(ConfigurableEnvironment, String, Class<T>, Supplier<T>) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
- getPropertySourceFactoryClass() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getPropertySourceName() - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- getRemovedProperties() - Method in class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getRequiredAttribute(Map<String, Object>, String) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Get the required attribute value
- getResetBeanName(Environment) - Static method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- getResolvableDependencyTypes(ConfigurableListableBeanFactory) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
-
Get the
registered
Resolvable Dependency Types - getResolvableDependencyTypes(DefaultListableBeanFactory) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
-
Get the
registered
Resolvable Dependency Types - getResource() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- getResource() - Method in class io.microsphere.spring.net.SpringResourceURLConnection
-
Get the
Resource
- getResourceComparatorClass() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getResourceLoader() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getResourceLoader() - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
-
The
ResourceLoader
instance - getResourceLoader() - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- getResourceLoader() - Static method in class io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourceLoader
associatingthe default ClassLoader
- getResourceLoader(ClassLoader) - Static method in class io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourceLoader
associating the specified ClassLoader - getResourcePatternResolver() - Static method in class io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourcePatternResolver
associatingthe default ClassLoader
- getResourcePatternResolver(ResourceLoader) - Static method in class io.microsphere.spring.util.ResourceLoaderUtils
-
Get the instance of
ResourcePatternResolver
from the specifiedResourceLoader
- getResourceValue() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- getSingleton(BeanFactory) - Static method in class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- getSingleton(SingletonBeanRegistry) - Static method in class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- getSingletonBeanRegistry() - Method in class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- getSortedBeans(ListableBeanFactory, Class<T>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Get all sorted Beans of
ListableBeanFactory
in specified bean type. - getSpringVersion(Class<?>) - Static method in class io.microsphere.spring.util.SpringVersionUtils
-
Get the
Version
from the Spring class - getSpringVersion(String) - Static method in class io.microsphere.spring.util.SpringVersionUtils
-
Get the
Version
from the Spring class - getStopWatch() - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- getSubEvents() - Method in class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- getSubProperties(Iterable<PropertySource<?>>, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get Sub
Properties
- getSubProperties(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get Sub
Properties
- getSubProperties(PropertySources, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get prefixed
Properties
- getSubProperties(PropertySources, PropertyResolver, String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Get prefixed
Properties
- getSubPropertyValues(ConfigurableEnvironment, String) - Static method in class io.microsphere.spring.util.PropertyValuesUtils
-
Get Sub
PropertyValues
fromConfigurableEnvironment
- getSubProtocol() - Method in class io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- getSubProtocol() - Method in class io.microsphere.spring.net.SpringResourceURLConnectionFactory
- getSubProtocol() - Method in class io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
-
Get the sub-protocol
- getSupportedAnnotationTypeNames() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getSupportedAnnotationTypes() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- getTaskExecutor() - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- getTaskExecutor() - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- getTTL() - Static method in class io.microsphere.spring.cache.TTLContext
- getValue() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- getVersion() - Method in enum io.microsphere.spring.core.SpringVersion
- gt(Version) - Method in enum io.microsphere.spring.core.SpringVersion
H
- hasAlias(AliasRegistry, String, String) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Detect the alias is present or not in the given bean name from
AliasRegistry
- hashCode() - Method in class io.microsphere.spring.beans.factory.Dependency
- hashCode() - Method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
I
- ignoreInvalidFields() - Method in annotation type 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() - Method in annotation type io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreUnknownFields() - Method in annotation type 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 - Class in io.microsphere.spring.config.env
-
Immutable
MapPropertySource
- ImmutableMapPropertySource(String, Map) - Constructor for class io.microsphere.spring.config.env.ImmutableMapPropertySource
-
Create a new immutable
MapPropertySource
with the given name andMap
. - initialize(ConfigurableApplicationContext) - Method in class io.microsphere.spring.context.event.EventPublishingBeanInitializer
- initSubProtocolURLConnectionFactories(List<SubProtocolURLConnectionFactory>) - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- inject(Object, String, PropertyValues) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
Deprecated.
- InjectionPointDependencyResolver - Interface in io.microsphere.spring.beans.factory
-
Spring Injection Point Dependency Resolver
- InjectionPointDependencyResolvers - Class in io.microsphere.spring.beans.factory
-
Composite
InjectionPointDependencyResolver
- InjectionPointDependencyResolvers(Iterable<InjectionPointDependencyResolver>) - Constructor for class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- InjectionPointDependencyResolvers(BeanFactory) - Constructor for class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- INSTANCE - Static variable in class io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- INSTANCE - Static variable in class io.microsphere.spring.config.env.support.DefaultResourceComparator
- INSTANCE - Static variable in class io.microsphere.spring.core.convert.SpringConverterAdapter
-
Singleton
SpringConverterAdapter
- intercept(ApplicationEvent, ResolvableType) - Method in interface 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) - Method in interface io.microsphere.spring.context.event.ApplicationEventInterceptor
-
Intercept the specified
ApplicationEvent
withtype
- intercept(ApplicationListener<?>, ApplicationEvent) - Method in interface 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) - Method in interface io.microsphere.spring.context.event.ApplicationListenerInterceptor
-
Intercept the specified
ApplicationListener
withApplicationEvent
- intercepted() - Method in annotation type io.microsphere.spring.context.annotation.EnableEventExtension
-
The
ApplicationEvents
andApplicationListeners
should be intercepted byApplicationEventInterceptor
andApplicationListenerInterceptor
respectively or not. - InterceptingApplicationEventMulticaster - Class in io.microsphere.spring.context.event
-
Intercepting
ApplicationEventMulticaster
based onSimpleApplicationEventMulticaster
- InterceptingApplicationEventMulticaster() - Constructor for class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- InterceptingApplicationEventMulticasterProxy - Class in io.microsphere.spring.context.event
-
Intercepting
ApplicationEventMulticaster
Proxy - InterceptingApplicationEventMulticasterProxy(Environment) - Constructor for class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- invokeAwareInterfaces(Object, BeanFactory) - Static method in class io.microsphere.spring.util.BeanUtils
-
Invoke the
Aware
interfaces in order :BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
- invokeAwareInterfaces(Object, ConfigurableBeanFactory) - Static method in class io.microsphere.spring.util.BeanUtils
-
Invoke the
Aware
interfaces in order :BeanNameAware
BeanClassLoaderAware
BeanFactoryAware
- invokeAwareInterfaces(Object, ConfigurableApplicationContext) - Static method in class io.microsphere.spring.util.BeanUtils
-
Invoke
Aware
interfaces if the given bean implements - invokeBeanInterfaces(Object, ApplicationContext) - Static method in class 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) - Static method in class 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) - Static method in class io.microsphere.spring.util.BeanUtils
- invokeInitializingBean(Object) - Static method in class io.microsphere.spring.util.BeanUtils
- invokeListener(ApplicationListener<?>, ApplicationEvent) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- io.microsphere.spring.beans.factory - package io.microsphere.spring.beans.factory
- io.microsphere.spring.beans.factory.annotation - package io.microsphere.spring.beans.factory.annotation
- io.microsphere.spring.beans.factory.config - package io.microsphere.spring.beans.factory.config
- io.microsphere.spring.beans.factory.filter - package io.microsphere.spring.beans.factory.filter
- io.microsphere.spring.beans.factory.support - package io.microsphere.spring.beans.factory.support
- io.microsphere.spring.cache - package io.microsphere.spring.cache
- io.microsphere.spring.cache.annotation - package io.microsphere.spring.cache.annotation
- io.microsphere.spring.cache.intereptor - package io.microsphere.spring.cache.intereptor
- io.microsphere.spring.cache.redis - package io.microsphere.spring.cache.redis
- io.microsphere.spring.config.context.annotation - package io.microsphere.spring.config.context.annotation
- io.microsphere.spring.config.env - package io.microsphere.spring.config.env
- io.microsphere.spring.config.env.annotation - package io.microsphere.spring.config.env.annotation
- io.microsphere.spring.config.env.config - package io.microsphere.spring.config.env.config
- io.microsphere.spring.config.env.event - package io.microsphere.spring.config.env.event
- io.microsphere.spring.config.env.support - package io.microsphere.spring.config.env.support
- io.microsphere.spring.constants - package io.microsphere.spring.constants
- io.microsphere.spring.context.annotation - package io.microsphere.spring.context.annotation
- io.microsphere.spring.context.config - package io.microsphere.spring.context.config
- io.microsphere.spring.context.event - package io.microsphere.spring.context.event
- io.microsphere.spring.context.lifecycle - package io.microsphere.spring.context.lifecycle
- io.microsphere.spring.core - package io.microsphere.spring.core
- io.microsphere.spring.core.annotation - package io.microsphere.spring.core.annotation
- io.microsphere.spring.core.convert - package io.microsphere.spring.core.convert
- io.microsphere.spring.core.convert.annotation - package io.microsphere.spring.core.convert.annotation
- io.microsphere.spring.core.convert.support - package io.microsphere.spring.core.convert.support
- io.microsphere.spring.net - package io.microsphere.spring.net
- io.microsphere.spring.util - package io.microsphere.spring.util
- isAutoRefreshed() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isAutoStartup() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- isBeanDefinitionRegistry(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
- isBeanPresent(BeanFactory, String, Class<?>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not by the specified name and class
- isBeanPresent(ListableBeanFactory, Class<?>) - Static method in class io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, Class<?>, boolean) - Static method in class io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, String) - Static method in class io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isBeanPresent(ListableBeanFactory, String, boolean) - Static method in class io.microsphere.spring.util.BeanUtils
-
Is Bean Present or not?
- isDefaultListableBeanFactory(Object) - Static method in class io.microsphere.spring.util.BeanFactoryUtils
-
Is the given BeanFactory
DefaultListableBeanFactory
- isFirstPropertySource() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isGreaterOrEqual(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- isGreaterThan(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- isIgnoreResourceNotFound() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- isInfrastructureBean(BeanDefinition) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
- isLessOrEqual(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- isLessThan(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- isPresent(Method, Class<A>) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Is specified
Annotation
present onMethod
's declaring class or parameters or itself. - isPresentBean(BeanDefinitionRegistry, Class<?>) - Static method in class io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Is present bean that was registered by the specified
annotated
class
- isRequired() - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
- isResourcePattern(String) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Test the resource value is pattern or not
- isRunning() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- isStarted() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
J
- JavaBeansPropertyChangeListenerAdapter - Class in io.microsphere.spring.context.event
-
The adapter for Java Beans
PropertyChangeListener
- JavaBeansPropertyChangeListenerAdapter(ApplicationEventPublisher) - Constructor for class io.microsphere.spring.context.event.JavaBeansPropertyChangeListenerAdapter
- JsonPropertySource - Annotation Type in 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 - Class in io.microsphere.spring.config.env.support
-
PropertySourceFactory
for JSON - JsonPropertySourceFactory() - Constructor for class io.microsphere.spring.config.env.support.JsonPropertySourceFactory
K
- key() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression for computing the key dynamically.
- key() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
Spring Expression Language (SpEL) expression for computing the key dynamically.
- keyGenerator() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
The bean name of the custom
KeyGenerator
to use. - keyGenerator() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
The bean name of the custom
KeyGenerator
to use.
L
- LATEST_PHASE - Static variable in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
-
The latest phase
- le(Version) - Method in enum io.microsphere.spring.core.SpringVersion
- loadFactories(BeanFactory, Class<T>) - Static method in class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ApplicationContext, Class<T>) - Static method in class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ConfigurableApplicationContext, Class<T>) - Static method in class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadFactories(ConfigurableApplicationContext, Class<T>, Object...) - Static method in class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- loadPropertySource(EA, String) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- loadPropertySource(AnnotationAttributes, AnnotationMetadata, String, MutablePropertySources) - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Load the
PropertySource
- loadPropertySource(AnnotationAttributes, AnnotationMetadata, String, MutablePropertySources) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- log - Variable in class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- logger - Variable in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- logger - Variable in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- logger - Variable in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- LoggingBeanFactoryListener - Class in io.microsphere.spring.context.event
-
Logging
BeanFactoryListener
- LoggingBeanFactoryListener() - Constructor for class io.microsphere.spring.context.event.LoggingBeanFactoryListener
- LoggingBeanListener - Class in io.microsphere.spring.context.event
-
Logging
BeanListener
implementation - LoggingBeanListener() - Constructor for class io.microsphere.spring.context.event.LoggingBeanListener
- lt(Version) - Method in enum io.microsphere.spring.core.SpringVersion
M
- matches(TypeDescriptor, TypeDescriptor) - Method in class io.microsphere.spring.core.convert.SpringConverterAdapter
- MICROSPHERE_SPRING_PROPERTY_NAME_PREFIX - Static variable in interface io.microsphere.spring.constants.PropertyConstants
-
The property name prefix of Microsphere Spring
- mode() - Method in annotation type io.microsphere.spring.cache.annotation.EnableTTLCaching
-
Indicate how caching advice should be applied.
- multicastEvent(ApplicationEvent) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- multicastEvent(ApplicationEvent, ResolvableType) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- multicastEvent(ApplicationEvent, ResolvableType) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- multiple() - Method in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
It indicates whether
EnableConfigurationBeanBinding.prefix()
binding to multiple Spring Beans.
N
- name() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate the name of this property source.
- name() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate the name of this property source.
- name() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the name of this property source.
- name() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the name of this property source.
- NAME_ATTRIBUTE_NAME - Static variable in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- NamedBeanHolderComparator<T> - Class in io.microsphere.spring.beans.factory.config
-
NamedBeanHolder
Comparator
- NamedBeanHolderComparator() - Constructor for class io.microsphere.spring.beans.factory.config.NamedBeanHolderComparator
- NO_EXECUTOR - Static variable in annotation type io.microsphere.spring.context.annotation.EnableEventExtension
-
No
Executor
Present - normalizePrefix(String) - Static method in class io.microsphere.spring.util.PropertySourcesUtils
-
Normalize the prefix
O
- ObjectProviderUtils - Class in io.microsphere.spring.util
-
The utilities class for
ObjectProvider
- ObjectProviderUtils() - Constructor for class io.microsphere.spring.util.ObjectProviderUtils
- of(A) - Static method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create an instance of
GenericAnnotationAttributes
from the specifiedannotation
- of(A, PropertyResolver) - Static method in class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- of(Map<String, Object>, Class<A>, PropertyResolver) - Static method in class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- of(AnnotationAttributes) - Static method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create an instance of
GenericAnnotationAttributes
from the specifiedAnnotationAttributes
- of(AnnotationAttributes, PropertyResolver) - Static method in class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create an instance of
ResolvablePlaceholderAnnotationAttributes
from the specifiedannotation
- ofSet(AnnotationAttributes...) - Static method in class io.microsphere.spring.core.annotation.GenericAnnotationAttributes
-
Create a
set
ofGenericAnnotationAttributes
- ofSet(AnnotationAttributes[], PropertyResolver) - Static method in class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
-
Create a
set
ofGenericAnnotationAttributes
- onAfterBeanDestroy(String, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event after the bean destroy
- onAfterBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onAfterBeanInitialized(String, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event after the bean initialization
- onAfterBeanInitialized(String, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanInitialized(String, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanInitialized(String, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before after the bean instantiation
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onAfterBeanInstantiated(String, RootBeanDefinition, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onApplicationContextEvent(E) - Method in class io.microsphere.spring.context.event.OnceApplicationContextEventListener
-
The subclass overrides this method to handle
ApplicationContextEvent
- onApplicationContextEvent(ContextRefreshedEvent) - Method in class io.microsphere.spring.cache.intereptor.TTLCacheResolver
- onApplicationEvent(E) - Method in class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- onApplicationEvent(ContextRefreshedEvent) - Method in class io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- onBeanDefinitionReady(String, RootBeanDefinition) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event when the
BeanDefinition
is ready(merged) - onBeanDefinitionReady(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanDefinitionReady(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanDefinitionReady(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - Method in interface io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when
BeanDefinitionRegistry
is ready - onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - Method in class io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanDefinitionRegistryReady(BeanDefinitionRegistry) - Method in class io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - Method in interface io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when the
BeanFactory Configuration
is frozen. - onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.DependencyAnalysisBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanFactoryConfigurationFrozen(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- onBeanFactoryReady(ConfigurableListableBeanFactory) - Method in interface io.microsphere.spring.context.event.BeanFactoryListener
-
Handle the event when
ConfigurableListableBeanFactory
is ready - onBeanFactoryReady(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.BeanFactoryListenerAdapter
- onBeanFactoryReady(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.context.event.LoggingBeanFactoryListener
- onBeanPropertyValuesReady(String, Object, PropertyValues) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event when the Beans'
PropertyValues
is ready - onBeanPropertyValuesReady(String, Object, PropertyValues) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanPropertyValuesReady(String, Object, PropertyValues) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanPropertyValuesReady(String, Object, PropertyValues) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeanReady(String, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event on the bean ready
- onBeanReady(String, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeanReady(String, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeanReady(String, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanDestroy(String, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean destroy
- onBeforeBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanDestroy(String, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInitialize(String, Object) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean initialization
- onBeforeBeanInitialize(String, Object) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInitialize(String, Object) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInitialize(String, Object) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation
- onBeforeBeanInstantiate(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation using the factory method
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition, Object, Method, Object[]) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Handle the event before the bean instantiation using the
constructor
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- onBeforeBeanInstantiate(String, RootBeanDefinition, Constructor<?>, Object[]) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- OnceApplicationContextEventListener<E extends org.springframework.context.event.ApplicationContextEvent> - Class in io.microsphere.spring.context.event
-
The abstract class
ApplicationListener
forApplicationEvent
guarantees just one-time execution and prevents the event propagation in the hierarchicalApplicationContexts
- OnceApplicationContextEventListener() - Constructor for class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- OnceApplicationContextEventListener(ApplicationContext) - Constructor for class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- openConnection(URL, Proxy) - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- order() - Method in annotation type 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 - Class in io.microsphere.spring.context.event
-
The
BeanFactoryListener
classpre-instantiates singletons
in parallel. - ParallelPreInstantiationSingletonsBeanFactoryListener() - Constructor for class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- parent() - Method in class io.microsphere.spring.beans.factory.Dependency
- postProcessAfterInitialization(Object, String) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.cache.redis.TTLRedisConfiguration
- postProcessBeforeInitialization(Object, String) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- postProcessProperties(PropertyValues, Object, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- prefix() - Method in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
-
The name prefix of the properties that are valid to bind to the type of configuration.
- process() - Method in class io.microsphere.spring.config.env.config.ResourceYamlProcessor
-
Process one or more
resources
to beMap
- processAfterInitialization(T, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Process
Bean
with name without return value after initialization, - processBeforeInitialization(T, String) - Method in class io.microsphere.spring.beans.factory.config.GenericBeanPostProcessorAdapter
-
Process
Bean
with name without return value before initialization, - PROFILES_TYPE - Static variable in class io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- PROPERTY_NAME - Static variable in enum io.microsphere.spring.util.FilterMode
- PROPERTY_SOURCES_TYPE - Static variable in class io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- propertyChange(PropertyChangeEvent) - Method in class io.microsphere.spring.context.event.JavaBeansPropertyChangeListenerAdapter
- PropertyConstants - Interface in io.microsphere.spring.constants
-
The Property constants for Microsphere Spring
- PropertySourceChangedEvent - Class in io.microsphere.spring.config.env.event
-
The event raised when one single
PropertySource
is changed - PropertySourceChangedEvent(ApplicationContext, PropertySourceChangedEvent.Kind, PropertySource) - Constructor for class io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- PropertySourceChangedEvent(ApplicationContext, PropertySourceChangedEvent.Kind, PropertySource, PropertySource) - Constructor for class io.microsphere.spring.config.env.event.PropertySourceChangedEvent
- PropertySourceChangedEvent.Kind - Enum in io.microsphere.spring.config.env.event
-
The Kind of
PropertySource
Changed Event - PropertySourceExtension - Annotation Type in 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> - Class in io.microsphere.spring.config.context.annotation
-
AnnotationAttributes
for the annotation meta-annotatedPropertySourceExtension
- PropertySourceExtensionAttributes(Map<String, Object>, Class<A>, PropertyResolver) - Constructor for class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- PropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>> - Class in io.microsphere.spring.config.context.annotation
-
Abstract
ImportSelector
class to load thePropertySource
when theconfiguration
annotated the Enable annotation that meta-annotates@PropertySourceExtension
- PropertySourceExtensionLoader() - Constructor for class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- PropertySourceExtensionLoader.PropertySourceResource - Class in io.microsphere.spring.config.context.annotation
-
The resource of
PropertySource
- PropertySourceExtensionLoader.ResourcePropertySourcesRefresher - Interface in io.microsphere.spring.config.context.annotation
-
The Refresher of
PropertySources'
forResource
- PropertySourceResource(String, Resource, Comparator<Resource>) - Constructor for class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
- PropertySourcesChangedEvent - Class in io.microsphere.spring.config.env.event
-
The event raised when the
PropertySources
is changed - PropertySourcesChangedEvent(ApplicationContext, PropertySourceChangedEvent...) - Constructor for class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- PropertySourcesChangedEvent(ApplicationContext, List<PropertySourceChangedEvent>) - Constructor for class io.microsphere.spring.config.env.event.PropertySourcesChangedEvent
- PropertySourcesUtils - Class in io.microsphere.spring.util
-
PropertySources
Utilities - PropertySourcesUtils() - Constructor for class io.microsphere.spring.util.PropertySourcesUtils
- PropertyValuesUtils - Class in io.microsphere.spring.util
-
PropertyValues
Utilities - PropertyValuesUtils() - Constructor for class io.microsphere.spring.util.PropertyValuesUtils
- PROTOCOL - Static variable in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- proxyTargetClass() - Method in annotation type 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) - Method in class io.microsphere.spring.context.event.DeferredApplicationEventPublisher
-
Current method will not be invoked before Spring 4.2
- publishEvent(ApplicationEvent) - Method in class io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- put(String, byte[], byte[], Duration) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- putIfAbsent(String, byte[], byte[], Duration) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
R
- refresh(String) - Method in interface 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) - Method in interface io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.ResourcePropertySourcesRefresher
-
Refresh the
PropertySources
onResource
being refreshed - registerBean(BeanDefinitionRegistry, String, Object) - Static method in class io.microsphere.spring.util.BeanRegistrar
- registerBean(BeanDefinitionRegistry, String, Object, boolean) - Static method in class io.microsphere.spring.util.BeanRegistrar
- registerBeanDefinition(String, BeanDefinition) - Method in class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- registerBeanDefinition(BeanDefinitionRegistry, Class<?>) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>, int) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, Class<?>, Object...) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register
BeanDefinition
- registerBeanDefinition(BeanDefinitionRegistry, String, BeanDefinition) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register a
BeanDefinition
with name if absent - registerBeanDefinition(BeanDefinitionRegistry, String, BeanDefinition, boolean) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register a
BeanDefinition
with name - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.microsphere.spring.context.annotation.EventExtensionRegistrar
- registerBeans(BeanDefinitionRegistry, Class<?>...) - Static method in class io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Register Beans if not present in
registry
- registerConfigurationBeanDefinitions(Map<String, Object>, BeanDefinitionRegistry) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- registerFactories(BeanFactory, Class<?>) - Static method in class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- registerFactoryBean(BeanDefinitionRegistry, String, Object) - Static method in class io.microsphere.spring.util.BeanRegistrar
- registerInfrastructureBean(BeanDefinitionRegistry, Class<?>) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register Infrastructure Bean
- registerInfrastructureBean(BeanDefinitionRegistry, String, Class<?>) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register Infrastructure Bean
- registerPrimaryBeanDefinitions(ExposingClassPathBeanDefinitionScanner, String[]) - Method in class 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[]) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
-
Register the secondary
BeanDefinitions
- registerSingleton(String, Object) - Method in class io.microsphere.spring.context.annotation.ExposingClassPathBeanDefinitionScanner
- registerSingleton(SingletonBeanRegistry, String, Object) - Static method in class io.microsphere.spring.util.BeanRegistrar
- registerSpringFactoriesBeans(BeanDefinitionRegistry, Class<?>...) - Static method in class io.microsphere.spring.util.BeanRegistrar
-
Register the beans from
SpringFactoriesLoader
- remove(String, byte[]) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- removeAllListeners() - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListener(ApplicationListener<?>) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListenerBean(String) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListenerBeans(Predicate<String>) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removeApplicationListeners(Predicate<ApplicationListener<?>>) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- removed(ApplicationContext, PropertySource) - Static method in class 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) - Static method in class 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 - Static variable in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
-
The property name of the reset bean name of
ApplicationEventMulticaster
- ResolvableDependencyTypeFilter - Class in io.microsphere.spring.beans.factory.filter
-
A class to filter
Resolvable Dependency Type
- ResolvableDependencyTypeFilter(ConfigurableListableBeanFactory) - Constructor for class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- ResolvableDependencyTypeFilter(DefaultListableBeanFactory) - Constructor for class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- ResolvablePlaceholderAnnotationAttributes<A extends java.lang.annotation.Annotation> - Class in io.microsphere.spring.core.annotation
-
The resolvable placeholders of
AnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(A, PropertyResolver) - Constructor for class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(Map<String, Object>, Class<A>, PropertyResolver) - Constructor for class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- ResolvablePlaceholderAnnotationAttributes(AnnotationAttributes, PropertyResolver) - Constructor for class io.microsphere.spring.core.annotation.ResolvablePlaceholderAnnotationAttributes
- resolve() - Method in class io.microsphere.spring.core.convert.support.ConversionServiceResolver
- resolve(boolean) - Method in class io.microsphere.spring.core.convert.support.ConversionServiceResolver
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - Method in interface io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
constructor
- resolve(Constructor, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in interface io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
field
- resolve(Field, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - Method in interface io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
method
- resolve(Method, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.AutowiredInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.BeanMethodInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.ConstructionInjectionPointDependencyResolver
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in interface io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Resolve the bean names as the dependencies from the specified
parameter
- resolve(Parameter, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.InjectionPointDependencyResolvers
- resolve(String, RootBeanDefinition, ConfigurableListableBeanFactory) - Method in interface io.microsphere.spring.beans.factory.BeanDependencyResolver
-
Resolve the bean names as the dependencies from the given
merged bean definition
- resolve(String, RootBeanDefinition, ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- resolve(ConfigurableListableBeanFactory) - Method in interface io.microsphere.spring.beans.factory.BeanDependencyResolver
-
Resolve all beans with their dependent bean names from the given
BeanFactory
- resolve(ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.DefaultBeanDependencyResolver
- resolveAnnotatedBeanNameGenerator(BeanDefinitionRegistry) - Static method in class 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() - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- resolveBasePackages(Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
-
Resolve the placeholders for the raw scanned packages to scan
- resolveBeanClass(BeanDefinition) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- resolveBeanClass(BeanDefinitionHolder) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- resolveBeanType(String, ClassLoader) - Static method in class io.microsphere.spring.util.BeanUtils
-
Resolve Bean Type
- resolveBeanType(RootBeanDefinition) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
- resolveBeanType(RootBeanDefinition, ClassLoader) - Static method in class io.microsphere.spring.util.BeanDefinitionUtils
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class io.microsphere.spring.cache.intereptor.TTLCacheResolver
- resolveCommaDelimitedValueToList(Environment, String) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- RESOLVED_CONVERSION_SERVICE_BEAN_NAME - Static variable in class io.microsphere.spring.core.convert.support.ConversionServiceResolver
-
The bean name of a singleton instance of
ConversionService
has been resolved - resolveDependency(DependencyDescriptor, String, Set<String>) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- resolveDependentBeanNameByName(Field, ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNameByName(Parameter, ConfigurableListableBeanFactory) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNameByName(DependencyDescriptor, AutowireCandidateResolver) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentBeanNamesByType(Supplier<Type>, ConfigurableListableBeanFactory, Set<String>) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveDependentType(Type) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- resolveExtensionAttributesType() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- resolveInjectedFieldValue(Object, String, PropertyValues, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<Field>) - Method in class 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>) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Resolve the injected-objects as the arguments of the annotated
method
- resolvePlaceholders(Environment, String, Class<T>) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- resolvePlaceholders(Environment, String, Class<T>, T) - Static method in class io.microsphere.spring.util.EnvironmentUtils
- resolvePropertySourceName(AnnotationAttributes, AnnotationMetadata) - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
-
Resolve the name of
PropertySource
- resolvePropertySourceResources(EA, String, String, Comparator<Resource>) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- resolveResources(EA, String, String) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
-
Resolve the given resource value(s) to be
PropertySourceExtensionLoader.PropertySourceResource
array. - resolveResources(PropertySourceExtensionAttributes<ResourcePropertySource>, String, String) - Method in class io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- resourceComparator() - Method in annotation type 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() - Method in annotation type 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() - Method in annotation type 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() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the resources to be sorted when
JsonPropertySource.value()
specifies the resource location wildcards - resourceComparator() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the resources to be sorted when
YamlPropertySource.value()
specifies the resource location wildcards - ResourceInjectionPointDependencyResolver - Class in io.microsphere.spring.beans.factory.annotation
-
AnnotatedInjectionPointDependencyResolver
forResource
- ResourceInjectionPointDependencyResolver() - Constructor for class io.microsphere.spring.beans.factory.annotation.ResourceInjectionPointDependencyResolver
- resourceLoader - Variable in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- ResourceLoaderUtils - Class in io.microsphere.spring.util
-
The utilities class for Spring
ResourceLoader
- ResourceLoaderUtils() - Constructor for class io.microsphere.spring.util.ResourceLoaderUtils
- ResourcePropertySource - Annotation Type in 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 - Class in io.microsphere.spring.config.context.annotation
-
The
PropertySourceExtensionLoader
Class forResourcePropertySource
- ResourcePropertySourceLoader() - Constructor for class io.microsphere.spring.config.context.annotation.ResourcePropertySourceLoader
- ResourcePropertySources - Annotation Type in io.microsphere.spring.config.context.annotation
-
Container annotation that aggregates several
ResourcePropertySource
annotations. - ResourceYamlProcessor - Class in io.microsphere.spring.config.env.config
-
YamlProcessor
based on one or moreresources
. - ResourceYamlProcessor(Resource) - Constructor for class io.microsphere.spring.config.env.config.ResourceYamlProcessor
- ResourceYamlProcessor(Resource...) - Constructor for class io.microsphere.spring.config.env.config.ResourceYamlProcessor
- root() - Method in class io.microsphere.spring.beans.factory.Dependency
S
- scanBasePackages(BeanDefinitionRegistry, String...) - Static method in class io.microsphere.spring.util.AnnotatedBeanDefinitionRegistryUtils
-
Scan base packages for register
@Component
s - selectImports(AnnotationMetadata) - Method in class io.microsphere.spring.config.context.annotation.AnnotatedPropertySourceLoader
- SEQUENTIAL - io.microsphere.spring.util.FilterMode
-
Sequential
- setApplicationContext(ApplicationContext) - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- setApplicationContext(ApplicationContext) - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader
- setApplicationContext(ApplicationContext) - Method in class io.microsphere.spring.context.event.OnceApplicationContextEventListener
- setBeanClassLoader(ClassLoader) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setBeanClassLoader(ClassLoader) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setBeanClassLoader(ClassLoader) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- setBeanClassLoader(ClassLoader) - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.AbstractInjectionPointDependencyResolver
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticaster
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- setBeanFactory(BeanFactory) - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setBeanName(String) - Method in class io.microsphere.spring.beans.factory.DelegatingFactoryBean
- setBeanName(String) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- setCacheSize(int) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
-
Set the size of cache
- setClassLoader(ClassLoader) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setClassValuesAsString(boolean) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setConfigurationBeanBinder(ConfigurationBeanBinder) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setConfigurationBeanCustomizers(Collection<ConfigurationBeanCustomizer>) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
- setConversionService(ConversionService) - Method in interface io.microsphere.spring.context.config.ConfigurationBeanBinder
-
Set the
ConversionService
- setConversionService(ConversionService) - Method in class io.microsphere.spring.context.config.DefaultConfigurationBeanBinder
- setEnvironment(Environment) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setEnvironment(Environment) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setEnvironment(Environment) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- setEnvironment(Environment) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingRegistrar
- setEnvironment(Environment) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
- setEnvironment(Environment) - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setEnvironment(Environment) - Method in class io.microsphere.spring.context.annotation.EventExtensionRegistrar
- setEnvironment(Environment) - Method in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- setEnvironment(Environment) - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setIgnoreDefaultValue(boolean) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setNestedAnnotationsAsMap(boolean) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setOrder(int) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setOrder(int) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
-
Deprecated.
- setOrder(int) - Method in class io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor
-
Set the order for current instance
- setParent(Dependency) - Method in class io.microsphere.spring.beans.factory.Dependency
- setPhase(int) - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- setResourceLoader(ResourceLoader) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotationBeanDefinitionRegistryPostProcessor
- setResourceLoader(ResourceLoader) - Method in class io.microsphere.spring.context.annotation.BeanCapableImportCandidate
- setResourceLoader(ResourceLoader) - Method in class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- setStarted(boolean) - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- setTaskExecutor(Executor) - Method in class io.microsphere.spring.context.event.InterceptingApplicationEventMulticasterProxy
- setTryMergedAnnotation(boolean) - Method in class io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor
- setTTL(Duration) - Static method in class 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 - Static variable in class io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-aop" module
- SPRING_BASE_PACKAGE_NAME - Static variable in class io.microsphere.spring.util.SpringVersionUtils
- SPRING_BEANS_VERSION - Static variable in class io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-beans" module
- SPRING_CONTEXT_SUPPORT_VERSION - Static variable in class io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-context" module
- SPRING_CONTEXT_VERSION - Static variable in class io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-context" module
- SPRING_CORE_VERSION - Static variable in class io.microsphere.spring.util.SpringVersionUtils
-
The version of "spring-core" module
- SpringConverterAdapter - Class in io.microsphere.spring.core.convert
-
Spring
Converter
Adapter based on MicrosphereConverters
- SpringConverterAdapter() - Constructor for class io.microsphere.spring.core.convert.SpringConverterAdapter
- SpringDelegatingBeanProtocolURLConnectionFactory - Class in io.microsphere.spring.net
-
Spring delegating Beans of
SubProtocolURLConnectionFactory
- SpringDelegatingBeanProtocolURLConnectionFactory(ListableBeanFactory) - Constructor for class io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- SpringEnvironmentURLConnectionFactory - Class in io.microsphere.spring.net
-
Spring
Environment
SubProtocolURLConnectionFactory
- SpringEnvironmentURLConnectionFactory(ConfigurableEnvironment, ConfigurableConversionService) - Constructor for class io.microsphere.spring.net.SpringEnvironmentURLConnectionFactory
- SpringFactoriesLoaderUtils - Class in io.microsphere.spring.util
-
The utilities class for
SpringFactoriesLoader
- SpringFactoriesLoaderUtils() - Constructor for class io.microsphere.spring.util.SpringFactoriesLoaderUtils
- SpringPropertySourcesURLConnectionAdapter - Class in io.microsphere.spring.net
-
The
URLConnection
adapter class is based on the SpringPropertySources
- SpringPropertySourcesURLConnectionAdapter(URL, PropertySources, ConfigurableConversionService) - Constructor for class io.microsphere.spring.net.SpringPropertySourcesURLConnectionAdapter
-
Constructs a URL connection to the specified URL.
- SpringProtocolURLStreamHandler - Class in io.microsphere.spring.net
-
The Spring
URLStreamHandler
component supports supports the "spring" sub-protocols, like "spring:{sub-protocol}:{ext-1}: ... - SpringProtocolURLStreamHandler() - Constructor for class io.microsphere.spring.net.SpringProtocolURLStreamHandler
- SpringResourceURLConnection - Class in io.microsphere.spring.net
-
Spring
Resource
URLConnection
- SpringResourceURLConnection(URL, Resource) - Constructor for class io.microsphere.spring.net.SpringResourceURLConnection
-
Constructs a URL connection to the specified URL.
- SpringResourceURLConnectionFactory - Class in io.microsphere.spring.net
-
Spring
Resource
SubProtocolURLConnectionFactory
- SpringResourceURLConnectionFactory(ResourceLoader) - Constructor for class io.microsphere.spring.net.SpringResourceURLConnectionFactory
- SpringSubProtocolURLConnectionFactory - Class in io.microsphere.spring.net
-
Spring Abstract
SubProtocolURLConnectionFactory
- SpringSubProtocolURLConnectionFactory() - Constructor for class io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
- SpringVersion - Enum in io.microsphere.spring.core
-
The enumeration for the released Spring versions since 3.2
- SpringVersionUtils - Class in io.microsphere.spring.util
-
The Utilities class for Spring Framework Version
- SpringVersionUtils() - Constructor for class io.microsphere.spring.util.SpringVersionUtils
- start() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- stop() - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- stop(Runnable) - Method in class io.microsphere.spring.context.lifecycle.AbstractSmartLifecycle
- supports(String) - Method in interface io.microsphere.spring.context.event.BeanListener
-
Supports the bean to be listened or not
- supports(String) - Method in class io.microsphere.spring.context.event.BeanListenerAdapter
- supports(String) - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- supports(String) - Method in class io.microsphere.spring.context.event.LoggingBeanListener
- supports(URL, List<String>) - Method in class io.microsphere.spring.net.SpringDelegatingBeanProtocolURLConnectionFactory
- supports(URL, List<String>) - Method in class io.microsphere.spring.net.SpringSubProtocolURLConnectionFactory
- supportsPublishEventMethod() - Method in class io.microsphere.spring.context.event.DeferredApplicationEventPublisher
- sync() - Method in annotation type 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 - Static variable in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- THREADS_PROPERTY_NAME - Static variable in class io.microsphere.spring.context.event.ParallelPreInstantiationSingletonsBeanFactoryListener
- timeUnit() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
The
timeunit
of expire - timeUnit() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
The
timeunit
of expire - toString() - Method in class io.microsphere.spring.beans.factory.Dependency
- toString() - Method in class io.microsphere.spring.beans.factory.filter.ResolvableDependencyTypeFilter
- toString() - Method in class io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
- toString() - Method in class io.microsphere.spring.context.event.BeanPropertyChangedEvent
- toString() - Method in class io.microsphere.spring.context.event.BeanTimeStatistics
- tryGetMergedAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Try to get the merged
annotation
- tryGetMergedAnnotation(AnnotatedElement, Class<? extends Annotation>, boolean, boolean) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Try to get the merged
annotation
- tryGetMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, PropertyResolver, boolean, boolean, boolean, String...) - Static method in class 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...) - Static method in class io.microsphere.spring.util.AnnotationUtils
-
Try to get
the annotation attributes
after merging and resolving the placeholders - TTLCacheable - Annotation Type in io.microsphere.spring.cache.annotation
-
@Cacheable
with TTL - TTLCachePut - Annotation Type in io.microsphere.spring.cache.annotation
-
@CachePut
with TTL - TTLCacheResolver - Class in io.microsphere.spring.cache.intereptor
-
TTL Customized
CacheResolver
- TTLCacheResolver() - Constructor for class io.microsphere.spring.cache.intereptor.TTLCacheResolver
- TTLContext - Class in io.microsphere.spring.cache
-
TTL Context
- TTLContext() - Constructor for class io.microsphere.spring.cache.TTLContext
- TTLRedisCacheWriterWrapper - Class in io.microsphere.spring.cache.redis
-
TTL
RedisCacheWriter
Wrapper - TTLRedisCacheWriterWrapper(RedisCacheWriter) - Constructor for class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- TTLRedisConfiguration - Class in io.microsphere.spring.cache.redis
-
Redis Configuration with TTL features
- TTLRedisConfiguration() - Constructor for class io.microsphere.spring.cache.redis.TTLRedisConfiguration
- type() - Method in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBinding
U
- unless() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
Spring Expression Language (SpEL) expression used to veto method caching.
- unless() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
Spring Expression Language (SpEL) expression used to veto method caching.
- unwrap(BeanFactory) - Static method in class io.microsphere.spring.util.WrapperUtils
-
Unwrap
BeanFactory
toConfigurableListableBeanFactory
- unwrap(Environment) - Static method in class io.microsphere.spring.util.WrapperUtils
-
Unwrap
Environment
toConfigurableEnvironment
V
- value() - Method in annotation type io.microsphere.spring.beans.factory.annotation.EnableConfigurationBeanBindings
- value() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCacheable
-
Alias for
TTLCacheable.cacheNames()
. - value() - Method in annotation type io.microsphere.spring.cache.annotation.TTLCachePut
-
Alias for
TTLCachePut.cacheNames()
. - value() - Method in annotation type io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySource
-
Indicate the resource location(s) of the property source file to be loaded.
- value() - Method in annotation type io.microsphere.spring.config.context.annotation.DefaultPropertiesPropertySources
- value() - Method in annotation type io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
Indicate the resource(s) of the property source to be loaded.
- value() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Indicate the resource location(s) of the property source file to be loaded.
- value() - Method in annotation type io.microsphere.spring.config.context.annotation.ResourcePropertySources
-
The several
ResourcePropertySource
annotations. - value() - Method in annotation type io.microsphere.spring.config.env.annotation.JsonPropertySource
-
Indicate the resource location(s) of the JSON file to be loaded.
- value() - Method in annotation type io.microsphere.spring.config.env.annotation.YamlPropertySource
-
Indicate the resource location(s) of the YAML file to be loaded.
- valueOf(String) - Static method in enum io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.microsphere.spring.core.SpringVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.microsphere.spring.util.FilterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(Environment) - Static method in enum io.microsphere.spring.util.FilterMode
-
Parse
FilterMode
fromEnvironment
- values() - Static method in enum io.microsphere.spring.config.env.event.PropertySourceChangedEvent.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.microsphere.spring.core.SpringVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.microsphere.spring.util.FilterMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- walk(Dependency) - Method in class io.microsphere.spring.beans.factory.DependencyTreeWalker
- withStatisticsCollector(CacheStatisticsCollector) - Method in class io.microsphere.spring.cache.redis.TTLRedisCacheWriterWrapper
- WrapperUtils - Class in io.microsphere.spring.util
-
The utilities class for wrapper interfaces
- WrapperUtils() - Constructor for class io.microsphere.spring.util.WrapperUtils
Y
- YamlPropertySource - Annotation Type in 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 - Class in io.microsphere.spring.config.env.support
-
PropertySourceFactory
for YAML - YamlPropertySourceFactory() - Constructor for class io.microsphere.spring.config.env.support.YamlPropertySourceFactory
All Classes All Packages