索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- ABSENT - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyState
-
The
ConfigurationPropertySourcehas no matchingConfigurationProperties. - AbstractApplicationContext - cn.taketoday.context.support中的类
-
Abstract implementation of the
ApplicationContextinterface. - AbstractApplicationContext() - 类的构造器 cn.taketoday.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with no parent.
- AbstractApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.AbstractApplicationContext
-
Create a new AbstractApplicationContext with the given parent context.
- AbstractApplicationEventMulticaster - cn.taketoday.context.event中的类
-
Abstract implementation of the
ApplicationEventMulticasterinterface, providing the basic listener registration facility. - AbstractApplicationEventMulticaster() - 类的构造器 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- AbstractAsyncConfiguration - cn.taketoday.scheduling.annotation中的类
-
Abstract base
Configurationclass providing common structure for enabling asynchronous method execution capability. - AbstractAsyncConfiguration() - 类的构造器 cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- AbstractBindHandler - cn.taketoday.context.properties.bind中的类
-
Abstract base class for
BindHandlerimplementations. - AbstractBindHandler() - 类的构造器 cn.taketoday.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance.
- AbstractBindHandler(BindHandler) - 类的构造器 cn.taketoday.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance with a specific parent.
- AbstractBindingResult - cn.taketoday.validation中的类
-
Abstract implementation of the
BindingResultinterface and its super-interfaceErrors. - AbstractBindingResult(String) - 类的构造器 cn.taketoday.validation.AbstractBindingResult
-
Create a new AbstractBindingResult instance.
- AbstractCacheInvoker - cn.taketoday.cache.interceptor中的类
-
A base component for invoking
Cacheoperations and using a configurableCacheErrorHandlerwhen an exception occurs. - AbstractCacheInvoker() - 类的构造器 cn.taketoday.cache.interceptor.AbstractCacheInvoker
- AbstractCacheInvoker(CacheErrorHandler) - 类的构造器 cn.taketoday.cache.interceptor.AbstractCacheInvoker
- AbstractCacheManager - cn.taketoday.cache.support中的类
-
Abstract base class implementing the common
CacheManagermethods. - AbstractCacheManager() - 类的构造器 cn.taketoday.cache.support.AbstractCacheManager
- AbstractCacheResolver - cn.taketoday.cache.interceptor中的类
-
A base
CacheResolverimplementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context. - AbstractCacheResolver() - 类的构造器 cn.taketoday.cache.interceptor.AbstractCacheResolver
-
Construct a new
AbstractCacheResolver. - AbstractCacheResolver(CacheManager) - 类的构造器 cn.taketoday.cache.interceptor.AbstractCacheResolver
-
Construct a new
AbstractCacheResolverfor the givenCacheManager. - AbstractCachingConfiguration - cn.taketoday.cache.annotation中的类
-
Abstract base
@Configurationclass providing common structure for enabling Framework's annotation-driven cache management capability. - AbstractCachingConfiguration() - 类的构造器 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- AbstractCachingConfiguration.CachingConfigurerSupplier - cn.taketoday.cache.annotation中的类
- AbstractConfigurableMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
- AbstractConfigurableMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- AbstractErrors - cn.taketoday.validation中的类
-
Abstract implementation of the
Errorsinterface. - AbstractErrors() - 类的构造器 cn.taketoday.validation.AbstractErrors
- AbstractFallbackCacheOperationSource - cn.taketoday.cache.interceptor中的类
-
Abstract implementation of
CacheOperationthat caches attributes for methods and implements a fallback policy: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface. - AbstractFallbackCacheOperationSource() - 类的构造器 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
- AbstractJmxAttribute - cn.taketoday.jmx.export.metadata中的类
-
Base class for all JMX metadata classes.
- AbstractJmxAttribute() - 类的构造器 cn.taketoday.jmx.export.metadata.AbstractJmxAttribute
- AbstractMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Abstract implementation of the
MBeanInfoAssemblerinterface that encapsulates the creation of aModelMBeanInfoinstance but delegates the creation of metadata to subclasses. - AbstractMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
- AbstractMessageSource - cn.taketoday.context.support中的类
-
Abstract implementation of the
HierarchicalMessageSourceinterface, implementing common handling of message variants, making it easy to implement a specific strategy for a concrete MessageSource. - AbstractMessageSource() - 类的构造器 cn.taketoday.context.support.AbstractMessageSource
- AbstractNestedCondition - cn.taketoday.context.condition中的类
-
Abstract base class for nested conditions.
- AbstractNestedCondition.MemberMatchOutcomes - cn.taketoday.context.condition中的类
- AbstractNumberFormatter - cn.taketoday.format.number中的类
-
Abstract formatter for Numbers, providing a
AbstractNumberFormatter.getNumberFormat(Locale)template method. - AbstractNumberFormatter() - 类的构造器 cn.taketoday.format.number.AbstractNumberFormatter
- AbstractPropertyBindingResult - cn.taketoday.validation中的类
-
Abstract base class for
BindingResultimplementations that work with Framework'sPropertyAccessormechanism. - AbstractPropertyBindingResult(String) - 类的构造器 cn.taketoday.validation.AbstractPropertyBindingResult
-
Create a new AbstractPropertyBindingResult instance.
- AbstractReflectiveMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Builds on the
AbstractMBeanInfoAssemblersuperclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class. - AbstractReflectiveMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- AbstractRefreshableApplicationContext - cn.taketoday.context.support中的类
-
Base class for
ApplicationContextimplementations which are supposed to support multiple calls toAbstractApplicationContext.refresh(), creating a new internal bean factory instance every time. - AbstractRefreshableApplicationContext() - 类的构造器 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with no parent.
- AbstractRefreshableApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Create a new AbstractRefreshableApplicationContext with the given parent context.
- AbstractRefreshableConfigApplicationContext - cn.taketoday.context.support中的类
-
AbstractRefreshableApplicationContextsubclass that adds common handling of specified config locations. - AbstractRefreshableConfigApplicationContext() - 类的构造器 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with no parent.
- AbstractRefreshableConfigApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Create a new AbstractRefreshableConfigApplicationContext with the given parent context.
- AbstractResourceBasedMessageSource - cn.taketoday.context.support中的类
-
Abstract base class for
MessageSourceimplementations based on resource bundle conventions, such asResourceBundleMessageSourceandReloadableResourceBundleMessageSource. - AbstractResourceBasedMessageSource() - 类的构造器 cn.taketoday.context.support.AbstractResourceBasedMessageSource
- AbstractValueAdaptingCache - cn.taketoday.cache.support中的类
-
Common base class for
Cacheimplementations that need to adaptnullvalues (and potentially other such special values) before passing them on to the underlying store. - AbstractValueAdaptingCache(boolean) - 类的构造器 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Create an
AbstractValueAdaptingCachewith the given setting. - AbstractXmlApplicationContext - cn.taketoday.context.support中的类
-
Convenient base class for
ApplicationContextimplementations, drawing configuration from XML documents containing bean definitions understood by anXmlBeanDefinitionReader. - AbstractXmlApplicationContext() - 类的构造器 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with no parent.
- AbstractXmlApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Create a new AbstractXmlApplicationContext with the given parent context.
- accept(MetadataReader, MetadataReaderFactory) - 接口中的方法 cn.taketoday.context.loader.MetadataReaderConsumer
-
Performs this operation on the given argument.
- adapt(CharSequence, char) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Create a
ConfigurationPropertyNameby adapting the given source. - adapt(Function<CachingConfigurer, T>) - 类中的方法 cn.taketoday.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
-
Adapt the
CachingConfigurersupplier to another supplier provided by the specified mapping function. - adaptCaffeineCache(String, Cache<Object, Object>) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Adapt the given new native Caffeine Cache instance to Framework's
Cacheabstraction for the specified cache name. - adaptMBeanIfPossible(Object) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Build an adapted MBean for the given bean instance, if possible.
- adaptToInterfaces(Object, ScriptSource, Class<?>...) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- add(Condition, ConditionOutcome) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcomes
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- addAliases(String, String...) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- addAllAttributes(Collection<?>) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Copy all attributes in the supplied
Collectioninto thisMap, using attribute name generation for each element. - addAllAttributes(Collection<?>) - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- addAllAttributes(Collection<?>) - 接口中的方法 cn.taketoday.ui.Model
-
Copy all attributes in the supplied
Collectioninto thisMap, using attribute name generation for each element. - addAllAttributes(Collection<?>) - 类中的方法 cn.taketoday.ui.ModelMap
-
Copy all attributes in the supplied
Collectioninto thisMap, using attribute name generation for each element. - addAllAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Copy all attributes in the supplied
Mapinto thisMap. - addAllAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- addAllAttributes(Map<String, ?>) - 接口中的方法 cn.taketoday.ui.Model
-
Copy all attributes in the supplied
Mapinto thisMap. - addAllAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ModelMap
-
Copy all attributes in the supplied
Mapinto thisMap. - addAllErrors(Errors) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- addAllErrors(Errors) - 异常错误中的方法 cn.taketoday.validation.BindException
- addAllErrors(Errors) - 接口中的方法 cn.taketoday.validation.Errors
-
Add all errors from the given
Errorsinstance to thisErrorsinstance. - addApplicationConverters(ConverterRegistry) - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
-
Add converters useful for most applications.
- addApplicationFormatters(FormatterRegistry) - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
-
Add formatters useful for most applications.
- addApplicationListener(ApplicationListener) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- addApplicationListener(ApplicationListener<?>) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
- addApplicationListener(ApplicationListener<?>) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Add a listener to be notified of all events.
- addApplicationListener(ApplicationListener<?>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Add a new ApplicationListener that will be notified on context events such as context refresh and context shutdown.
- addApplicationListenerBean(String) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- addApplicationListenerBean(String) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Add a listener bean to be notified of all events.
- addAttachment(String, InputStreamSource) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an attachment to the MimeMessage, taking the content from an
cn.taketoday.core.io.InputStreamResource. - addAttachment(String, InputStreamSource, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an attachment to the MimeMessage, taking the content from an
cn.taketoday.core.io.InputStreamResource. - addAttachment(String, DataSource) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an attachment to the MimeMessage, taking the content from a
jakarta.activation.DataSource. - addAttachment(String, File) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an attachment to the MimeMessage, taking the content from a
java.io.File. - addAttribute(Object) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Add the supplied attribute to this
Mapusing agenerated name. - addAttribute(Object) - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- addAttribute(Object) - 接口中的方法 cn.taketoday.ui.Model
-
Add the supplied attribute to this
Mapusing agenerated name. - addAttribute(Object) - 类中的方法 cn.taketoday.ui.ModelMap
-
Add the supplied attribute to this
Mapusing agenerated name. - addAttribute(String, Object) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Add the supplied attribute under the supplied name.
- addAttribute(String, Object) - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- addAttribute(String, Object) - 接口中的方法 cn.taketoday.ui.Model
-
Add the supplied attribute under the supplied name.
- addAttribute(String, Object) - 类中的方法 cn.taketoday.ui.ModelMap
-
Add the supplied attribute under the supplied name.
- addBasenames(String...) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Add the specified basenames to the existing basename configuration.
- addBcc(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addBcc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addBcc(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated.
- addBeanFactoryPostProcessor(BeanFactoryPostProcessor) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- addBeans(FormatterRegistry, BeanFactory) - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
- addCacheMethod(String, Collection<CacheOperation>) - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
-
Add an attribute for a cacheable method.
- addCallback(ListenableFutureCallback<? super V>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- addCallback(SuccessCallback<? super V>, FailureCallback) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- addCc(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addCc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addCc(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addConverter(Converter<?, ?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addConverter(GenericConverter) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addConverterFactory(ConverterFactory<?, ?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addCronTask(CronTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a
CronTask. - addCronTask(Runnable, String) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a
Runnabletask to be triggered per the given cronexpression. - addCustomFormatter(Formatter<?>) - 类中的方法 cn.taketoday.validation.DataBinder
-
Add a custom formatter, applying it to all fields matching the
Formatter-declared type. - addCustomFormatter(Formatter<?>, Class<?>...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Add a custom formatter, applying it to the specified field types only, if any, or otherwise to all fields matching the
Formatter-declared type. - addCustomFormatter(Formatter<?>, String...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Add a custom formatter for the field type specified in
Formatterclass, applying it to the specified fields only, if any, or otherwise to all fields. - addDateConverters(ConverterRegistry) - 类中的静态方法 cn.taketoday.format.datetime.DateFormatterRegistrar
-
Add date converters to the specified registry.
- addDefaultFormatters(FormatterRegistry) - 类中的静态方法 cn.taketoday.format.support.DefaultFormattingConversionService
-
Add formatters appropriate for most environments: including number formatters, JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters, depending on the presence of the corresponding API on the classpath.
- addDelimitedStringConverters(ConverterRegistry) - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
-
Add converters to support delimited strings.
- addError(ObjectError) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- addError(ObjectError) - 异常错误中的方法 cn.taketoday.validation.BindException
- addError(ObjectError) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Add a custom
ObjectErrororFieldErrorto the errors list. - addExcludedBean(String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Add the name of bean that should be excluded from autodetection.
- addExcludeFilter(TypeFilter) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Add an exclude type filter to the front of the exclusion list.
- addFactoryPostProcessors(BeanFactoryPostProcessor...) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- addFixedDelayTask(IntervalTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a fixed-delay
IntervalTask. - addFixedDelayTask(Runnable, long) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered with the given fixed delay.
- addFixedDelayTask(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered with the given fixed delay.
- addFixedRateTask(IntervalTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a fixed-rate
IntervalTask. - addFixedRateTask(Runnable, long) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a
Runnabletask to be triggered at the given fixed-rate interval. - addFixedRateTask(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a
Runnabletask to be triggered at the given fixed-rate interval. - addFormatter(Formatter<?>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Formatter to format fields of a specific type.
- addFormatter(Formatter<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addFormatter(Formatter<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Formatter to format fields annotated with a specific format annotation.
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addFormatterForFieldType(Class<?>, Formatter<?>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Formatter to format fields of the given type.
- addFormatterForFieldType(Class<?>, Formatter<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Formatter<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Printer/Parser pair to format fields of a specific type.
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addIncludeFilter(TypeFilter) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Add an include type filter to the end of the inclusion list.
- addInline(String, InputStreamSource, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an inline element to the MimeMessage, taking the content from an
cn.taketoday.core.InputStreamResource, and specifying the content type explicitly. - addInline(String, Resource) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an inline element to the MimeMessage, taking the content from a
cn.taketoday.core.io.Resource. - addInline(String, DataSource) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an inline element to the MimeMessage, taking the content from a
jakarta.activation.DataSource. - addInline(String, File) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Add an inline element to the MimeMessage, taking the content from a
java.io.File. - additionalCustomizers(TaskExecutorCustomizer...) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Add
TaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - additionalCustomizers(TaskSchedulerCustomizer...) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Add
taskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - additionalCustomizers(Iterable<TaskExecutorCustomizer>) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Add
TaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Add
taskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - addLoadingStrategies(Class<? extends BeanDefinitionLoadingStrategy>...) - 类中的方法 cn.taketoday.context.loader.ScanningBeanDefinitionReader
- addLoadingStrategies(Collection<Class<? extends BeanDefinitionLoadingStrategy>>) - 类中的方法 cn.taketoday.context.loader.ScanningBeanDefinitionReader
- addMessage(String, Locale, String) - 类中的方法 cn.taketoday.context.support.StaticApplicationContext
-
Associate the given message with the given code.
- addMessage(String, Locale, String) - 类中的方法 cn.taketoday.context.support.StaticMessageSource
-
Associate the given message with the given code.
- addMessages(Map<String, String>, Locale) - 类中的方法 cn.taketoday.context.support.StaticMessageSource
-
Associate the given message values with the given keys as codes.
- addParser(Parser<?>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Parser to parse fields of a specific type.
- addParser(Parser<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addParser(Parser<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addPrinter(Printer<?>) - 接口中的方法 cn.taketoday.format.FormatterRegistry
-
Adds a Printer to print fields of a specific type.
- addPrinter(Printer<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- addPrinter(Printer<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- addProtocolResolver(ProtocolResolver) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Register the given protocol resolver with this application context, allowing for additional resource protocols to be handled.
- addShareableResource(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
-
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
- addStrategies(BeanDefinitionLoadingStrategy...) - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- addStrategies(List<BeanDefinitionLoadingStrategy>) - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- addTo(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addTo(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addTo(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
- addTransformer(ClassFileTransformer) - 接口中的方法 cn.taketoday.instrument.LoadTimeWeaver
-
Add a
ClassFileTransformerto be applied by thisLoadTimeWeaver. - addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.ReflectiveLoadTimeWeaver
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
-
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.SimpleInstrumentableClassLoader
-
Add a
ClassFileTransformerto be applied by this ClassLoader. - addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.SimpleLoadTimeWeaver
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.TomcatLoadTimeWeaver
- addTransformer(ClassFileTransformer) - 类中的方法 cn.taketoday.instrument.WeavingTransformer
-
Add a class file transformer to be applied by this weaver.
- addTriggerTask(TriggerTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a
TriggerTask. - addTriggerTask(Runnable, Trigger) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Add a Runnable task to be triggered per the given
Trigger. - addValidators(Validator...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Add Validators to apply after each binding step.
- AdviceMode - cn.taketoday.context.annotation中的Enum Class
-
Enumeration used to determine whether JDK proxy-based or AspectJ weaving-based advice should be applied.
- AdviceModeImportSelector<A extends Annotation> - cn.taketoday.context.annotation中的类
-
Convenient base class for
ImportSelectorimplementations that select imports based on anAdviceModevalue from an annotation (such as the@Enable*annotations). - AdviceModeImportSelector() - 类的构造器 cn.taketoday.context.annotation.AdviceModeImportSelector
- after() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfiguration
-
The auto-configure classes that should have already been applied.
- afterName() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfiguration
-
The names of the auto-configure classes that should have already been applied.
- afterPropertiesSet() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheResolver
- afterPropertiesSet() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
- afterPropertiesSet() - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
- afterPropertiesSet() - 类中的方法 cn.taketoday.cache.support.CompositeCacheManager
- afterPropertiesSet() - 类中的方法 cn.taketoday.context.event.EventPublicationInterceptor
- afterPropertiesSet() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
- afterPropertiesSet() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Triggers
AbstractApplicationContext.refresh()if not refreshed in the concrete context's constructor already. - afterPropertiesSet() - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Creates the final merged mapping set.
- afterPropertiesSet() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Prepares the
MBeanServerConnectionif the "connectOnStartup" is turned on (which it is by default). - afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
-
Checks that the
proxyInterfacehas been specified and then generates the proxy for the target MBean. - afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Merges the
Propertiesconfigured in themappingsandmappingLocationsinto the finalPropertiesinstance used forObjectNameresolution. - afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.export.NotificationListenerBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Start the connector server.
- afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Creates a
JMXConnectorfor the given settings and exposes the associatedMBeanServerConnection. - afterPropertiesSet() - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Creates the
MBeanServerinstance. - afterPropertiesSet() - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Look up the JNDI object and store it.
- afterPropertiesSet() - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
- afterPropertiesSet() - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Calls
initialize()after the container applied all property values. - afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.config.ContextLifecycleScheduledTaskRegistrar
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Calls
ScheduledTaskRegistrar.scheduleTasks()at bean construction time. - afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.scheduling.support.MethodInvokingRunnable
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.CustomValidatorBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.FilteredMethodValidationPostProcessor
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
- afterPropertiesSet() - 类中的方法 cn.taketoday.validation.beanvalidation.OptionalValidatorFactoryBean
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.context.event.EventListenerMethodProcessor
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Kick off bean registration automatically after the regular singleton instantiation phase.
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- afterSingletonsInstantiated() - 类中的方法 cn.taketoday.scheduling.config.ContextLifecycleScheduledTaskRegistrar
- ALL - enum class 中的枚举常量 cn.taketoday.context.condition.SearchStrategy
-
Search the entire hierarchy.
- allEntries() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Whether all the entries inside the cache(s) are removed.
- AllNestedConditions - cn.taketoday.context.condition中的类
-
Conditionthat will match when all nested class conditions match. - AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类的构造器 cn.taketoday.context.condition.AllNestedConditions
- allowCoreThreadTimeOut(boolean) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set whether core threads are allowed to time out.
- allowPublicMethodsOnly() - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
By default, only public methods can be made cacheable.
- allowPublicMethodsOnly() - 类中的方法 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Should only public methods be allowed to have caching semantics?
- ANCESTORS - enum class 中的枚举常量 cn.taketoday.context.condition.SearchStrategy
-
Search all ancestors, but not the current context.
- andCondition(Class<? extends Annotation>, Object...) - 类中的方法 cn.taketoday.context.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - andCondition(String, Object...) - 类中的方法 cn.taketoday.context.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - andThen(MetadataReaderConsumer) - 接口中的方法 cn.taketoday.context.loader.MetadataReaderConsumer
-
Returns a composed
Consumerthat performs, in sequence, this operation followed by theafteroperation. - AnnotatedBeanDefinitionReader - cn.taketoday.context.annotation中的类
-
Convenient adapter for programmatic registration of bean classes.
- AnnotatedBeanDefinitionReader(BeanDefinitionRegistry) - 类的构造器 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new
AnnotatedBeanDefinitionReaderfor the given registry. - AnnotatedBeanDefinitionReader(BeanDefinitionRegistry, Environment) - 类的构造器 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Create a new
AnnotatedBeanDefinitionReaderfor the given registry, using the givenEnvironment. - AnnotatedElementKey - cn.taketoday.context.expression中的类
-
Represent an
AnnotatedElementon a particularClassand is suitable as a key. - AnnotatedElementKey(AnnotatedElement, Class<?>) - 类的构造器 cn.taketoday.context.expression.AnnotatedElementKey
-
Create a new instance with the specified
AnnotatedElementand optional targetClass. - annotation() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
The annotation type decorating a bean that should be checked.
- annotation() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
The annotation type decorating a bean that should be checked.
- annotation() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The annotation type decorating a bean that should be checked.
- annotation() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.EnableAsync
-
Indicate the 'async' annotation type to be detected at either class or method level.
- ANNOTATION - enum class 中的枚举常量 cn.taketoday.context.annotation.FilterType
-
Filter candidates marked with a given annotation.
- AnnotationAsyncExecutionInterceptor - cn.taketoday.scheduling.annotation中的类
-
Specialization of
AsyncExecutionInterceptorthat delegates method execution to anExecutorbased on theAsyncannotation. - AnnotationAsyncExecutionInterceptor(Executor) - 类的构造器 cn.taketoday.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new
AnnotationAsyncExecutionInterceptorwith the given executor and a simpleAsyncUncaughtExceptionHandler. - AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - 类的构造器 cn.taketoday.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Create a new
AnnotationAsyncExecutionInterceptorwith the given executor. - AnnotationBeanDefinitionRegistrar<A extends Annotation> - cn.taketoday.context.loader中的接口
- AnnotationBeanNameGenerator - cn.taketoday.context.annotation中的类
-
BeanNameGeneratorimplementation for bean classes annotated with the@Componentannotation or with another annotation that is itself annotated with@Componentas a meta-annotation. - AnnotationBeanNameGenerator() - 类的构造器 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
- AnnotationCacheOperationSource - cn.taketoday.cache.annotation中的类
-
Implementation of the
CacheOperationSourceinterface for working with caching metadata in annotation format. - AnnotationCacheOperationSource() - 类的构造器 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Create a default AnnotationCacheOperationSource, supporting public methods that carry the
CacheableandCacheEvictannotations. - AnnotationCacheOperationSource(boolean) - 类的构造器 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Create a default
AnnotationCacheOperationSource, supporting public methods that carry theCacheableandCacheEvictannotations. - AnnotationCacheOperationSource(CacheAnnotationParser) - 类的构造器 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(CacheAnnotationParser...) - 类的构造器 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource(Set<CacheAnnotationParser>) - 类的构造器 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Create a custom AnnotationCacheOperationSource.
- AnnotationCacheOperationSource.CacheOperationProvider - cn.taketoday.cache.annotation中的接口
-
Callback interface providing
CacheOperationinstance(s) based on a givenCacheAnnotationParser. - annotationClass - 类中的变量 cn.taketoday.cache.interceptor.MethodKey
- AnnotationConfigApplicationContext - cn.taketoday.context.annotation中的类
-
Standalone application context, accepting component classes as input — in particular
@Configuration-annotated classes, but also plain@Componenttypes and JSR-330 compliant classes usingjakarta.injectannotations. - AnnotationConfigApplicationContext() - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext that needs to be populated through
StandardApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed. - AnnotationConfigApplicationContext(StandardBeanFactory) - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
- AnnotationConfigApplicationContext(StandardBeanFactory, ApplicationContext) - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
- AnnotationConfigApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
- AnnotationConfigApplicationContext(Class<?>...) - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given component classes and automatically refreshing the context.
- AnnotationConfigApplicationContext(String...) - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigApplicationContext
-
Create a new AnnotationConfigApplicationContext, scanning for components in the given packages, registering bean definitions for those components, and automatically refreshing the context.
- AnnotationConfigBeanDefinitionParser - cn.taketoday.context.annotation中的类
-
Parser for the <context:annotation-config/> element.
- AnnotationConfigBeanDefinitionParser() - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigBeanDefinitionParser
- AnnotationConfigRegistry - cn.taketoday.context中的接口
-
Common interface for annotation config application contexts, defining
AnnotationConfigRegistry.register(Class[])andAnnotationConfigRegistry.scan(String...)methods. - AnnotationConfigUtils - cn.taketoday.context.annotation中的类
-
Utility class that allows for convenient registration of common
BeanPostProcessorandBeanFactoryPostProcessordefinitions for annotation-based configuration. - AnnotationConfigUtils() - 类的构造器 cn.taketoday.context.annotation.AnnotationConfigUtils
- AnnotationDrivenBeanDefinitionParser - cn.taketoday.scheduling.config中的类
-
Parser for the 'annotation-driven' element of the 'task' namespace.
- AnnotationDrivenBeanDefinitionParser() - 类的构造器 cn.taketoday.scheduling.config.AnnotationDrivenBeanDefinitionParser
- AnnotationFormatterFactory<A extends Annotation> - cn.taketoday.format中的接口
-
A factory that creates formatters to format values of fields annotated with a particular
Annotation. - AnnotationImportAware<A extends Annotation> - cn.taketoday.context.annotation中的接口
- AnnotationImportSelector<A extends Annotation> - cn.taketoday.context.loader中的接口
- AnnotationJmxAttributeSource - cn.taketoday.jmx.export.annotation中的类
-
Implementation of the
JmxAttributeSourceinterface that reads annotations and exposes the corresponding attributes. - AnnotationJmxAttributeSource() - 类的构造器 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- AnnotationMBeanExporter - cn.taketoday.jmx.export.annotation中的类
-
Convenient subclass of Framework's standard
MBeanExporter, activating Java 5 annotation usage for JMX exposure of Framework beans:ManagedResource,ManagedAttribute,ManagedOperation, etc. - AnnotationMBeanExporter() - 类的构造器 cn.taketoday.jmx.export.annotation.AnnotationMBeanExporter
- AnnotationScopeMetadataResolver - cn.taketoday.context.annotation中的类
-
A
ScopeMetadataResolverimplementation that by default checks for the presence of Framework's@Scopeannotation on the bean class. - AnnotationScopeMetadataResolver() - 类的构造器 cn.taketoday.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new
AnnotationScopeMetadataResolver. - AnnotationScopeMetadataResolver(ScopedProxyMode) - 类的构造器 cn.taketoday.context.annotation.AnnotationScopeMetadataResolver
-
Construct a new
AnnotationScopeMetadataResolverusing the supplied defaultScopedProxyMode. - anyMatches(ConditionEvaluationContext, AnnotatedTypeMetadata, Condition...) - 类中的方法 cn.taketoday.context.condition.ContextCondition
-
Return true if any of the specified conditions match.
- AnyNestedCondition - cn.taketoday.context.condition中的类
-
Conditionthat will match when any nested class condition matches. - AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - 类的构造器 cn.taketoday.context.condition.AnyNestedCondition
- append(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Create a new
ConfigurationPropertyNameby appending the given suffix. - append(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage
-
Return a new
ConditionMessagebased on the instance and an appended message. - append(String) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Create a new
ConfigurationPropertyNameby appending the given suffix. - appendIdentityToObjectName(ObjectName, Object) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Append an additional key/value pair to an existing
ObjectNamewith the key being the static valueidentityand the value being the identity hash code of the managed resource being exposed on the suppliedObjectName. - APPLICATION_EVENT_MULTICASTER_BEAN_NAME - 类中的静态变量 cn.taketoday.context.support.AbstractApplicationContext
-
Name of the ApplicationEventMulticaster bean in the factory.
- APPLICATION_NAME - 接口中的静态变量 cn.taketoday.context.ApplicationContext
- applicationContext - 类中的变量 cn.taketoday.context.aware.ApplicationContextSupport
- ApplicationContext - cn.taketoday.context中的接口
-
Central interface to provide configuration for an application.
- ApplicationContext.State - cn.taketoday.context中的Enum Class
- ApplicationContextAware - cn.taketoday.context.aware中的接口
-
Interface to be implemented by any object that wishes to be notified of the
ApplicationContextthat it runs in. - ApplicationContextEvent - cn.taketoday.context.event中的类
-
Base class for events raised for an
ApplicationContext. - ApplicationContextEvent(ApplicationContext) - 类的构造器 cn.taketoday.context.event.ApplicationContextEvent
- ApplicationContextException - cn.taketoday.context中的异常错误
-
Exception thrown during application context initialization.
- ApplicationContextException(String) - 异常错误的构造器 cn.taketoday.context.ApplicationContextException
-
Create a new
ApplicationContextExceptionwith the specified detail message and no root cause. - ApplicationContextException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.ApplicationContextException
-
Create a new
ApplicationContextExceptionwith the specified detail message and the given root cause. - ApplicationContextHolder - cn.taketoday.context.support中的类
- ApplicationContextHolder() - 类的构造器 cn.taketoday.context.support.ApplicationContextHolder
- ApplicationContextInitializer - cn.taketoday.context中的接口
-
Callback interface for initializing a
ConfigurableApplicationContextprior to being refreshed. - ApplicationContextSupport - cn.taketoday.context.aware中的类
-
Convenient superclass for application objects that want to be aware of the application context, e.g. for custom lookup of collaborating beans or for context-specific resource access.
- ApplicationContextSupport() - 类的构造器 cn.taketoday.context.aware.ApplicationContextSupport
- ApplicationConversionService - cn.taketoday.format.support中的类
-
A specialization of
FormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications. - ApplicationConversionService() - 类的构造器 cn.taketoday.format.support.ApplicationConversionService
- ApplicationConversionService(StringValueResolver) - 类的构造器 cn.taketoday.format.support.ApplicationConversionService
- ApplicationEvent - cn.taketoday.context中的类
-
Class to be extended by all application events.
- ApplicationEvent(Object) - 类的构造器 cn.taketoday.context.ApplicationEvent
- ApplicationEvent(Object, Clock) - 类的构造器 cn.taketoday.context.ApplicationEvent
-
Create a new
ApplicationEventwith itstimestampset to the value returned byClock.millis()in the providedClock. - ApplicationEventMulticaster - cn.taketoday.context.event中的接口
-
Interface to be implemented by objects that can manage a number of
ApplicationListenerobjects and publish events to them. - ApplicationEventPublisher - cn.taketoday.context中的接口
-
Interface that encapsulates event publication functionality.
- ApplicationEventPublisherAware - cn.taketoday.context.aware中的接口
-
Interface to be implemented by any object that wishes to be notified of the ApplicationEventPublisher (typically the ApplicationContext) that it runs in.
- ApplicationListener<E extends ApplicationEvent> - cn.taketoday.context中的接口
-
Interface to be implemented by application event listeners.
- ApplicationListenerMethodAdapter - cn.taketoday.context.event中的类
-
GenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method. - ApplicationListenerMethodAdapter(String, Class<?>, Method) - 类的构造器 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Construct a new MethodApplicationListener.
- apply(BindHandler) - 接口中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindHandlerAdvisor
-
Apply additional functionality to the source bind handler.
- apply(ConfigurationPropertySource) - 类中的方法 cn.taketoday.context.properties.source.UnboundElementsSourceFilter
- applyAnnotationMetadata(AnnotatedBeanDefinition) - 类中的静态方法 cn.taketoday.context.annotation.AnnotationConfigUtils
- applyAnnotationMetadata(MergedAnnotations, BeanDefinition) - 类中的静态方法 cn.taketoday.context.annotation.AnnotationConfigUtils
- applyCurrencyTimeLimit(Descriptor, int) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
- applyDefaultCurrencyTimeLimit(Descriptor) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the
currencyTimeLimitfield to the specified "defaultCurrencyTimeLimit", if any (by default none). - applyPropertyValues(PropertyValues) - 类中的方法 cn.taketoday.validation.DataBinder
-
Apply given property values to the target object.
- applyState(ApplicationContext.State) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- applyTo(Collection<?>) - enum class中的方法 cn.taketoday.context.condition.ConditionMessage.Style
- applyToItem(Object) - enum class中的方法 cn.taketoday.context.condition.ConditionMessage.Style
- args - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- asBindTarget() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
- asList(AnnotationAttributes, String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- asMap() - 类中的方法 cn.taketoday.ui.ConcurrentModel
- asMap() - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- asMap() - 接口中的方法 cn.taketoday.ui.Model
-
Convert this model to a
Map - asMap() - 类中的方法 cn.taketoday.ui.ModelMap
- ASPECTJ - enum class 中的枚举常量 cn.taketoday.context.annotation.AdviceMode
-
AspectJ weaving-based advice.
- ASPECTJ - enum class 中的枚举常量 cn.taketoday.context.annotation.FilterType
-
Filter candidates matching a given AspectJ type pattern expression.
- ASPECTJ_AOP_XML_RESOURCE - 类中的静态变量 cn.taketoday.context.weaving.AspectJWeavingEnabler
-
The
aop.xmlresource location. - aspectjWeaving() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableLoadTimeWeaving
-
Whether AspectJ weaving should be enabled.
- AspectJWeavingEnabler - cn.taketoday.context.weaving中的类
-
Post-processor that registers AspectJ's
ClassPreProcessorAgentAdapterwith the Framework application context's defaultLoadTimeWeaver. - AspectJWeavingEnabler() - 类的构造器 cn.taketoday.context.weaving.AspectJWeavingEnabler
- assertBeanFactoryActive() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Assert that this context's BeanFactory is currently active, throwing an
IllegalStateExceptionif it isn't. - assertBeanFactoryActive() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Overridden to turn it into a no-op: With AbstractRefreshableApplicationContext,
AbstractRefreshableApplicationContext.getBeanFactory()serves a strong assertion for an active context anyway. - assertBeanFactoryActive() - 类中的方法 cn.taketoday.context.support.StaticApplicationContext
-
Overridden to turn it into a no-op, to be more lenient towards test cases.
- ASSIGNABLE_TYPE - enum class 中的枚举常量 cn.taketoday.context.annotation.FilterType
-
Filter candidates assignable to a given type.
- Async - cn.taketoday.scheduling.annotation中的Annotation Interface
-
Annotation that marks a method as a candidate for asynchronous execution.
- ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Async annotation processor.
- ASYNC_EXECUTION_ASPECT_BEAN_NAME - 类中的静态变量 cn.taketoday.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed AspectJ async execution aspect.
- asyncAdvisor() - 类中的方法 cn.taketoday.scheduling.annotation.ProxyAsyncConfiguration
- AsyncAnnotationAdvisor - cn.taketoday.scheduling.annotation中的类
-
Advisor that activates asynchronous method execution through the
Asyncannotation. - AsyncAnnotationAdvisor() - 类的构造器 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new
AsyncAnnotationAdvisorfor bean-style configuration. - AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - 类的构造器 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new
AsyncAnnotationAdvisorfor the given task executor. - AsyncAnnotationAdvisor(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - 类的构造器 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Create a new
AsyncAnnotationAdvisorfor the given task executor. - AsyncAnnotationBeanPostProcessor - cn.taketoday.scheduling.annotation中的类
-
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the
Asyncannotation at class or method-level by adding a correspondingAsyncAnnotationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). - AsyncAnnotationBeanPostProcessor() - 类的构造器 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- AsyncConfigurationSelector - cn.taketoday.scheduling.annotation中的类
-
Selects which implementation of
AbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass. - AsyncConfigurationSelector() - 类的构造器 cn.taketoday.scheduling.annotation.AsyncConfigurationSelector
- AsyncConfigurer - cn.taketoday.scheduling.annotation中的接口
-
Interface to be implemented by @
Configurationclasses annotated with @EnableAsyncthat wish to customize theExecutorinstance used when processing async method invocations or theAsyncUncaughtExceptionHandlerinstance used to process exception thrown from async method withvoidreturn type. - AsyncConfigurerSupport - cn.taketoday.scheduling.annotation中的类
-
A convenience
AsyncConfigurerthat implements all methods so that the defaults are used. - AsyncConfigurerSupport() - 类的构造器 cn.taketoday.scheduling.annotation.AsyncConfigurerSupport
- AsyncResult<V> - cn.taketoday.scheduling.annotation中的类
-
A pass-through
Futurehandle that can be used for method signatures which are declared with aFuturereturn type for asynchronous execution. - AsyncResult(V) - 类的构造器 cn.taketoday.scheduling.annotation.AsyncResult
-
Create a new AsyncResult holder.
- atAll() - 类中的方法 cn.taketoday.context.condition.ConditionMessage.ItemsBuilder
-
Used when no items are available.
- attach(Environment) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Attach a
ConfigurationPropertySourcesupport to the specifiedEnvironment. - ATTRIBUTE_OPERATION_VISIBILITY - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
- attributeNames() - 类中的方法 cn.taketoday.ui.ConcurrentModel
- attributeNames() - 接口中的方法 cn.taketoday.ui.Model
-
Return the names Iterator.
- attributeNames() - 类中的方法 cn.taketoday.ui.ModelMap
- AutoConfiguration - cn.taketoday.context.annotation.config中的Annotation Interface
-
Indicates that a class provides configuration that can be automatically applied by Framework Unify.
- AutoConfigurationExcludeFilter - cn.taketoday.context.annotation.config中的类
-
A
TypeFilterimplementation that matches registered auto-configuration classes. - AutoConfigurationExcludeFilter() - 类的构造器 cn.taketoday.context.annotation.config.AutoConfigurationExcludeFilter
- AutoConfigurationImportEvent - cn.taketoday.context.annotation.config中的类
-
Event fired when auto-configuration classes are imported.
- AutoConfigurationImportEvent(Object, List<String>, Set<String>) - 类的构造器 cn.taketoday.context.annotation.config.AutoConfigurationImportEvent
- AutoConfigurationImportFilter - cn.taketoday.context.annotation.config中的接口
-
Filter that can be registered in
today-strategies.propertiesto limit the auto-configuration classes considered. - AutoConfigurationImportListener - cn.taketoday.context.annotation.config中的接口
-
Listener that can be registered with
today-strategies.propertiesto receive details of imported auto-configurations. - AutoConfigurationImportSelector - cn.taketoday.context.annotation.config中的类
-
DeferredImportSelectorto handleauto-configuration. - AutoConfigurationImportSelector() - 类的构造器 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - cn.taketoday.context.annotation.config中的类
- AutoConfigurationMetadata - cn.taketoday.context.annotation.config中的类
-
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - cn.taketoday.context.annotation.config中的Annotation Interface
-
Registers packages with
AutoConfigurationPackages. - AutoConfigurationPackages - cn.taketoday.context.annotation.config中的类
-
Class for storing auto-configuration packages for reference later (e.g. by JPA entity scanner).
- AutoConfigurationPackages() - 类的构造器 cn.taketoday.context.annotation.config.AutoConfigurationPackages
- AutoConfigurations - cn.taketoday.context.annotation.config中的类
-
Configurationsrepresenting auto-configuration@Configurationclasses. - AutoConfigurations(Collection<Class<?>>) - 类的构造器 cn.taketoday.context.annotation.config.AutoConfigurations
- AutoConfigureAfter - cn.taketoday.context.annotation.config中的Annotation Interface
-
Hint for that an
auto-configurationshould be applied after other specified auto-configuration classes. - AutoConfigureBefore - cn.taketoday.context.annotation.config中的Annotation Interface
-
Hint that an
auto-configurationshould be applied before other specified auto-configuration classes. - AutoConfigureOrder - cn.taketoday.context.annotation.config中的Annotation Interface
-
Auto-configuration specific variant of Framework's
@Orderannotation. - AUTODETECT - enum class 中的枚举常量 cn.taketoday.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Switches on AspectJ load-time weaving if a "META-INF/aop.xml" resource is present in the classpath.
- AUTODETECT_ALL - 类中的静态变量 cn.taketoday.jmx.export.MBeanExporter
-
Autodetection mode indicating that all autodetection mechanisms should be used.
- AUTODETECT_ASSEMBLER - 类中的静态变量 cn.taketoday.jmx.export.MBeanExporter
-
Autodetection mode indicating that only the
MBeanInfoAssemblershould be able to autodetect beans. - AUTODETECT_MBEAN - 类中的静态变量 cn.taketoday.jmx.export.MBeanExporter
-
Autodetection mode indicating that only valid MBeans should be autodetected.
- AUTODETECT_NONE - 类中的静态变量 cn.taketoday.jmx.export.MBeanExporter
-
Autodetection mode indicating that no autodetection should be used.
- AutodetectCapableMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的接口
-
Extends the
MBeanInfoAssemblerto add autodetection logic. - AutoProxyRegistrar - cn.taketoday.context.annotation中的类
-
Registers an auto proxy creator against the current
BeanDefinitionRegistryas appropriate based on an@Enable*annotation havingmodeandproxyTargetClassattributes set to the correct values. - AutoProxyRegistrar() - 类的构造器 cn.taketoday.context.annotation.AutoProxyRegistrar
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.context.annotation.Bean
-
Is this bean a candidate for getting autowired into some other bean?
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.stereotype.Component
-
Is this bean a candidate for getting autowired into some other bean?
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.stereotype.Prototype
-
Is this bean a candidate for getting autowired into some other bean?
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.stereotype.Repository
-
Is this bean a candidate for getting autowired into some other bean?
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.stereotype.Service
-
Is this bean a candidate for getting autowired into some other bean?
- autowireCandidate() - annotation interface 中的元素 cn.taketoday.stereotype.Singleton
-
Is this bean a candidate for getting autowired into some other bean?
- AUTOWIRED_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Autowired annotation processor.
- autowireResource(BeanFactory, CommonAnnotationBeanPostProcessor.LookupElement, String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain a resource object for the given name and type through autowiring based on the given factory.
- available(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicates something is available.
- awaitTermination(boolean) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
- awaitTermination(boolean) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
- awaitTerminationPeriod(Duration) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
B
- basePackageClasses() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Type-safe alternative to
ComponentScan.basePackages()for specifying the packages to scan for annotated components. - basePackageClasses() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigurationPackage
-
Type-safe alternative to
AutoConfigurationPackage.basePackages()for specifying the packages to be registered withAutoConfigurationPackages. - basePackageClasses() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationPropertiesScan
-
Type-safe alternative to
ConfigurationPropertiesScan.basePackages()for specifying the packages to scan for configuration properties. - basePackages() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Base packages to scan for annotated components.
- basePackages() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigurationPackage
-
Base packages that should be registered with
AutoConfigurationPackages. - basePackages() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationPropertiesScan
-
Base packages to scan for configuration properties.
- BasicOperation - cn.taketoday.cache.interceptor中的接口
-
The base interface that all cache operations must implement.
- Bean - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates that a method produces a bean to be managed by the container.
- BEAN_NAME - 类中的静态变量 cn.taketoday.context.loader.BootstrapContext
- BEAN_NAME - 类中的静态变量 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name that this post-processor is registered with.
- BeanDefinitionLoader - cn.taketoday.context.loader中的接口
-
load bean definitions
- BeanDefinitionLoadingStrategies - cn.taketoday.context.loader中的类
- BeanDefinitionLoadingStrategies(List<BeanDefinitionLoadingStrategy>) - 类的构造器 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- BeanDefinitionLoadingStrategy - cn.taketoday.context.loader中的接口
-
scanning BeanDefinition loading strategy
- BeanExpressionContextAccessor - cn.taketoday.context.expression中的类
-
EL property accessor that knows how to traverse the beans and contextual objects of a
BeanExpressionContext. - BeanExpressionContextAccessor() - 类的构造器 cn.taketoday.context.expression.BeanExpressionContextAccessor
- beanFactory - 类中的变量 cn.taketoday.context.support.GenericApplicationContext
- BeanFactoryAccessor - cn.taketoday.context.expression中的类
-
EL property accessor that knows how to traverse the beans of a
BeanFactory. - BeanFactoryAccessor() - 类的构造器 cn.taketoday.context.expression.BeanFactoryAccessor
- BeanFactoryCacheOperationSourceAdvisor - cn.taketoday.cache.interceptor中的类
-
Advisor driven by a
CacheOperationSource, used to include a cache advice bean for methods that are cacheable. - BeanFactoryCacheOperationSourceAdvisor() - 类的构造器 cn.taketoday.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
- BeanFactoryResolver - cn.taketoday.context.expression中的类
-
EL bean resolver that operates against a
BeanFactory. - BeanFactoryResolver(BeanFactory) - 类的构造器 cn.taketoday.context.expression.BeanFactoryResolver
-
Create a new
BeanFactoryResolverfor the given factory. - BeanPropertyBindingResult - cn.taketoday.validation中的类
-
Default implementation of the
ErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects. - BeanPropertyBindingResult(Object, String) - 类的构造器 cn.taketoday.validation.BeanPropertyBindingResult
-
Creates a new instance of the
BeanPropertyBindingResultclass. - BeanPropertyBindingResult(Object, String, boolean, int) - 类的构造器 cn.taketoday.validation.BeanPropertyBindingResult
-
Creates a new instance of the
BeanPropertyBindingResultclass. - BeanValidationPostProcessor - cn.taketoday.validation.beanvalidation中的类
-
Simple
InitializationBeanPostProcessorthat checks JSR-303 constraint annotations in Framework-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any). - BeanValidationPostProcessor() - 类的构造器 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
- because(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicates the reason.
- before() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfiguration
-
The auto-configure classes that should have not yet been applied.
- beforeInvocation() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Whether the eviction should occur before the method is invoked.
- beforeName() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfiguration
-
The names of the auto-configure classes that should have not yet been applied.
- bind(PropertyValues) - 类中的方法 cn.taketoday.validation.DataBinder
-
Bind the given property values to this binder's target.
- bind(ConfigurationPropertyName, Bindable<T>) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(String, Bindable<T>) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(String, Bindable<T>, BindHandler) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sources. - bind(String, Class<T>) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Classusing this binder'sproperty sources. - bind(String, Object) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Bind the given object to the current JNDI context, using the given name.
- Bindable<T> - cn.taketoday.context.properties.bind中的类
-
Source that can be bound by a
Binder. - Bindable.BindRestriction - cn.taketoday.context.properties.bind中的Enum Class
-
Restrictions that can be applied when binding values.
- BindConstructorProvider - cn.taketoday.context.properties.bind中的接口
-
Strategy interface used to determine a specific constructor to use when binding.
- BindContext - cn.taketoday.context.properties.bind中的接口
-
Context information for use by
BindHandlers. - Binder - cn.taketoday.context.properties.bind中的类
-
A container object which Binds objects from one or more
ConfigurationPropertySources. - Binder(ConfigurationPropertySource...) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, List<ConversionService>, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - 类的构造器 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance for the specified sources. - BindException - cn.taketoday.context.properties.bind中的异常错误
-
Exception thrown when binding fails.
- BindException - cn.taketoday.validation中的异常错误
-
Thrown when binding errors are considered fatal.
- BindException(BindingResult) - 异常错误的构造器 cn.taketoday.validation.BindException
-
Create a new BindException instance for a BindingResult.
- BindException(Object, String) - 异常错误的构造器 cn.taketoday.validation.BindException
-
Create a new BindException instance for a target bean.
- BindHandler - cn.taketoday.context.properties.bind中的接口
-
Callback interface that can be used to handle additional logic during element
binding. - BindingErrorProcessor - cn.taketoday.validation中的接口
-
Strategy for processing
DataBinder's missing field errors, and for translating aPropertyAccessExceptionto aFieldError. - BindingResult - cn.taketoday.validation中的接口
-
General interface that represents binding results.
- BindingResultUtils - cn.taketoday.validation中的类
-
Convenience methods for looking up BindingResults in a model Map.
- BindingResultUtils() - 类的构造器 cn.taketoday.validation.BindingResultUtils
- bindOrCreate(ConfigurationPropertyName, Bindable<T>, BindHandler) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - bindOrCreate(String, Bindable<T>) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - bindOrCreate(String, Bindable<T>, BindHandler) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Bindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - bindOrCreate(String, Class<T>) - 类中的方法 cn.taketoday.context.properties.bind.Binder
-
Bind the specified target
Classusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull. - BindResult<T> - cn.taketoday.context.properties.bind中的类
-
A container object to return the result of a
Binderbind operation. - BindValidationException - cn.taketoday.context.properties.bind.validation中的异常错误
-
Error thrown when validation fails during a bind operation.
- BootstrapContext - cn.taketoday.context.loader中的类
-
Startup(Refresh) Context
- BootstrapContext(BeanDefinitionRegistry, ConditionEvaluator, ApplicationContext) - 类的构造器 cn.taketoday.context.loader.BootstrapContext
- BootstrapContext(BeanDefinitionRegistry, ApplicationContext) - 类的构造器 cn.taketoday.context.loader.BootstrapContext
- BootstrapContext(ApplicationContext) - 类的构造器 cn.taketoday.context.loader.BootstrapContext
- BootstrapContextAware - cn.taketoday.context.aware中的接口
- BoundConfigurationProperties - cn.taketoday.context.properties中的类
-
Bean to record and provide bound
@ConfigurationProperties. - BoundConfigurationProperties() - 类的构造器 cn.taketoday.context.properties.BoundConfigurationProperties
- BoundPropertiesTrackingBindHandler - cn.taketoday.context.properties.bind中的类
-
BindHandlerthat can be used to track bound configuration properties. - BoundPropertiesTrackingBindHandler(Consumer<ConfigurationProperty>) - 类的构造器 cn.taketoday.context.properties.bind.BoundPropertiesTrackingBindHandler
- BshScriptEvaluator - cn.taketoday.scripting.bsh中的类
-
BeanShell-based implementation of Framework's
ScriptEvaluatorstrategy interface. - BshScriptEvaluator() - 类的构造器 cn.taketoday.scripting.bsh.BshScriptEvaluator
-
Construct a new BshScriptEvaluator.
- BshScriptEvaluator(ClassLoader) - 类的构造器 cn.taketoday.scripting.bsh.BshScriptEvaluator
-
Construct a new BshScriptEvaluator.
- BshScriptFactory - cn.taketoday.scripting.bsh中的类
-
ScriptFactoryimplementation for a BeanShell script. - BshScriptFactory(String) - 类的构造器 cn.taketoday.scripting.bsh.BshScriptFactory
-
Create a new BshScriptFactory for the given script source.
- BshScriptFactory(String, Class<?>...) - 类的构造器 cn.taketoday.scripting.bsh.BshScriptFactory
-
Create a new BshScriptFactory for the given script source.
- BshScriptUtils - cn.taketoday.scripting.bsh中的类
-
Utility methods for handling BeanShell-scripted objects.
- BshScriptUtils() - 类的构造器 cn.taketoday.scripting.bsh.BshScriptUtils
- BshScriptUtils.BshExecutionException - cn.taketoday.scripting.bsh中的异常错误
-
Exception to be thrown on script execution failure.
- build() - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation.Builder
- build() - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation.Builder
- build() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- build() - 类中的方法 cn.taketoday.cache.interceptor.CachePutOperation.Builder
- build() - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutorinstance and configure it using this builder. - build() - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Build a new
ThreadPoolTaskSchedulerinstance and configure it using this builder. - build(Class<T>) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Build a new
ThreadPoolTaskExecutorinstance of the specified type and configure it using this builder. - buildAdvice(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
- buildDefaultBeanName(BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
-
Derive a default bean name from the given bean definition.
- buildDefaultBeanName(BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
- buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - 类中的方法 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
-
Derive a default bean name from the given bean definition.
- Builder() - 类的构造器 cn.taketoday.cache.interceptor.CacheableOperation.Builder
- Builder() - 类的构造器 cn.taketoday.cache.interceptor.CacheEvictOperation.Builder
- Builder() - 类的构造器 cn.taketoday.cache.interceptor.CacheOperation.Builder
- Builder() - 类的构造器 cn.taketoday.cache.interceptor.CachePutOperation.Builder
- buildFieldList(String, List<String>) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Add both keyed and non-keyed entries for the supplied
fieldto the supplied field list. - buildGroovyClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Build a
GroovyClassLoaderfor the givenClassLoader. - buildLazyResolutionProxy(DependencyDescriptor, String) - 类中的方法 cn.taketoday.context.annotation.ContextAnnotationAutowireCandidateResolver
- buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement, String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain a lazily resolving resource proxy for the given name and type, delegating to
CommonAnnotationBeanPostProcessor.getResource(cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String)on demand once a method call comes in. - buildManagedTask(Runnable, String) - 类中的静态方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
- buildManagedTask(Callable<T>, String) - 类中的静态方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
- buildPointcut(Set<Class<? extends Annotation>>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Calculate a pointcut for the given async annotation types, if any.
- byAnnotation(Class<? extends Annotation>) - 接口中的静态方法 cn.taketoday.validation.beanvalidation.MethodValidationExcludeFilter
-
Factory method to create a
MethodValidationExcludeFilterthat excludes classes by annotation. - byAnnotation(Class<? extends Annotation>, MergedAnnotations.SearchStrategy) - 接口中的静态方法 cn.taketoday.validation.beanvalidation.MethodValidationExcludeFilter
-
Factory method to create a
MethodValidationExcludeFilterthat excludes classes by annotation.
C
- Cache - cn.taketoday.cache中的接口
-
Interface that defines common cache operations.
- CACHE_ADVISOR_BEAN_NAME - 类中的静态变量 cn.taketoday.cache.config.CacheManagementConfigUtils
-
The name of the cache advisor bean.
- CACHE_ASPECT_BEAN_NAME - 类中的静态变量 cn.taketoday.cache.config.CacheManagementConfigUtils
-
The name of the cache aspect bean.
- Cache.ValueRetrievalException - cn.taketoday.cache中的异常错误
-
Wrapper exception to be thrown from
Cache.get(Object, Callable)in case of the value loader callback failing with an exception. - Cache.ValueWrapper - cn.taketoday.cache中的接口
-
A (wrapper) object representing a cache value.
- cacheable() - annotation interface 中的元素 cn.taketoday.cache.annotation.Caching
- Cacheable - cn.taketoday.cache.annotation中的Annotation Interface
-
Annotation indicating that the result of invoking a method (or all methods in a class) can be cached.
- CacheableOperation - cn.taketoday.cache.interceptor中的类
-
Class describing a cache 'cacheable' operation.
- CacheableOperation(CacheableOperation.Builder) - 类的构造器 cn.taketoday.cache.interceptor.CacheableOperation
-
Create a new
CacheableOperationinstance from the given builder. - CacheableOperation.Builder - cn.taketoday.cache.interceptor中的类
-
A builder that can be used to create a
CacheableOperation. - cacheAdvisor(CacheOperationSource, CacheInterceptor) - 类中的方法 cn.taketoday.cache.annotation.ProxyCachingConfiguration
- CacheAnnotationParser - cn.taketoday.cache.annotation中的接口
-
Strategy interface for parsing known caching annotation types.
- CacheAspectSupport - cn.taketoday.cache.interceptor中的类
-
Base class for caching aspects, such as the
CacheInterceptoror an AspectJ aspect. - CacheAspectSupport() - 类的构造器 cn.taketoday.cache.interceptor.CacheAspectSupport
- CacheAspectSupport.CacheOperationContext - cn.taketoday.cache.interceptor中的类
-
A
CacheOperationInvocationContextcontext for aCacheOperation. - CacheAspectSupport.CacheOperationMetadata - cn.taketoday.cache.interceptor中的类
-
Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching.
- CacheConfig - cn.taketoday.cache.annotation中的Annotation Interface
-
@CacheConfigprovides a mechanism for sharing common cache-related settings at the class level. - CachedExpressionEvaluator - cn.taketoday.context.expression中的类
-
Shared utility class used to evaluate and cache EL expressions that are defined on
AnnotatedElement. - CachedExpressionEvaluator() - 类的构造器 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Create a new instance with a default
SpelExpressionParser. - CachedExpressionEvaluator(SpelExpressionParser) - 类的构造器 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Create a new instance with the specified
SpelExpressionParser. - CachedExpressionEvaluator.ExpressionKey - cn.taketoday.context.expression中的类
-
An expression key.
- CacheErrorHandler - cn.taketoday.cache.interceptor中的接口
-
A strategy for handling cache-related errors.
- CacheEvict - cn.taketoday.cache.annotation中的Annotation Interface
-
Annotation indicating that a method (or all methods on a class) triggers a
cache evictoperation. - CacheEvictOperation - cn.taketoday.cache.interceptor中的类
-
Class describing a cache 'evict' operation.
- CacheEvictOperation(CacheEvictOperation.Builder) - 类的构造器 cn.taketoday.cache.interceptor.CacheEvictOperation
-
Create a new
CacheEvictOperationinstance from the given builder. - CacheEvictOperation.Builder - cn.taketoday.cache.interceptor中的类
-
A builder that can be used to create a
CacheEvictOperation. - cacheInterceptor(CacheOperationSource) - 类中的方法 cn.taketoday.cache.annotation.ProxyCachingConfiguration
- CacheInterceptor - cn.taketoday.cache.interceptor中的类
-
AOP Alliance MethodInterceptor for declarative cache management using the common Framework caching infrastructure (
Cache). - CacheInterceptor() - 类的构造器 cn.taketoday.cache.interceptor.CacheInterceptor
- CacheManagementConfigUtils - cn.taketoday.cache.config中的类
-
Configuration constants for internal sharing across subpackages.
- CacheManagementConfigUtils() - 类的构造器 cn.taketoday.cache.config.CacheManagementConfigUtils
- cacheManager - 类中的变量 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- cacheManager() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
The bean name of the custom
CacheManagerto use to create a defaultCacheResolverif none is set already. - cacheManager() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheConfig
-
The bean name of the custom
CacheManagerto use to create a defaultCacheResolverif none is set already. - cacheManager() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
The bean name of the custom
CacheManagerto use to create a defaultCacheResolverif none is set already. - cacheManager() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
The bean name of the custom
CacheManagerto use to create a defaultCacheResolverif none is set already. - cacheManager() - 接口中的方法 cn.taketoday.cache.annotation.CachingConfigurer
-
Return the cache manager bean to use for annotation-driven cache management.
- CacheManager - cn.taketoday.cache中的接口
-
Framework's central cache manager SPI.
- cacheNames - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- cacheNames() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Names of the caches in which method invocation results are stored.
- cacheNames() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheConfig
-
Names of the default caches to consider for caching operations defined in the annotated class.
- cacheNames() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Names of the caches to use for the cache eviction operation.
- cacheNames() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
Names of the caches to use for the cache put operation.
- CacheNamespaceHandler - cn.taketoday.cache.config中的类
-
NamespaceHandlerallowing for the configuration of declarative cache management using either XML or using annotations. - CacheNamespaceHandler() - 类的构造器 cn.taketoday.cache.config.CacheNamespaceHandler
- CacheOperation - cn.taketoday.cache.interceptor中的类
-
Base class for cache operations.
- CacheOperation(CacheOperation.Builder) - 类的构造器 cn.taketoday.cache.interceptor.CacheOperation
-
Create a new
CacheOperationinstance from the given builder. - CacheOperation.Builder - cn.taketoday.cache.interceptor中的类
-
Base class for builders that can be used to create a
CacheOperation. - CacheOperationContext(CacheAspectSupport.CacheOperationMetadata, Object[], Object) - 类的构造器 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- CacheOperationInvocationContext<O extends BasicOperation> - cn.taketoday.cache.interceptor中的接口
-
Representation of the context of the invocation of a cache operation.
- CacheOperationInvoker - cn.taketoday.cache.interceptor中的接口
-
Abstract the invocation of a cache operation.
- CacheOperationInvoker.ThrowableWrapper - cn.taketoday.cache.interceptor中的异常错误
-
Wrap any exception thrown while invoking
CacheOperationInvoker.invoke(). - CacheOperationMetadata(CacheOperation, Method, Class<?>, KeyGenerator, CacheResolver) - 类的构造器 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- cacheOperationSource() - 类中的方法 cn.taketoday.cache.annotation.ProxyCachingConfiguration
- CacheOperationSource - cn.taketoday.cache.interceptor中的接口
-
Interface used by
CacheInterceptor. - CacheProxyFactoryBean - cn.taketoday.cache.interceptor中的类
-
Proxy factory bean for simplified declarative caching handling.
- CacheProxyFactoryBean() - 类的构造器 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
- CachePut - cn.taketoday.cache.annotation中的Annotation Interface
-
Annotation indicating that a method (or all methods on a class) triggers a
cache putoperation. - CachePutOperation - cn.taketoday.cache.interceptor中的类
-
Class describing a cache 'put' operation.
- CachePutOperation(CachePutOperation.Builder) - 类的构造器 cn.taketoday.cache.interceptor.CachePutOperation
-
Create a new
CachePutOperationinstance from the given builder. - CachePutOperation.Builder - cn.taketoday.cache.interceptor中的类
-
A builder that can be used to create a
CachePutOperation. - cacheResolver - 类中的变量 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- cacheResolver - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- cacheResolver() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
The bean name of the custom
CacheResolverto use. - cacheResolver() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheConfig
-
The bean name of the custom
CacheResolverto use. - cacheResolver() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
The bean name of the custom
CacheResolverto use. - cacheResolver() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
The bean name of the custom
CacheResolverto use. - cacheResolver() - 接口中的方法 cn.taketoday.cache.annotation.CachingConfigurer
-
Return the
CacheResolverbean to use to resolve regular caches for annotation-driven cache management. - CacheResolver - cn.taketoday.cache.interceptor中的接口
-
Determine the
Cacheinstance(s) to use for an intercepted method invocation. - caches - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- Caching - cn.taketoday.cache.annotation中的Annotation Interface
-
Group annotation for multiple cache annotations (of different or the same type).
- CachingConfigurationSelector - cn.taketoday.cache.annotation中的类
-
Selects which implementation of
AbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass. - CachingConfigurationSelector() - 类的构造器 cn.taketoday.cache.annotation.CachingConfigurationSelector
- CachingConfigurer - cn.taketoday.cache.annotation中的接口
-
Interface to be implemented by @
Configurationclasses annotated with @EnableCachingthat wish or need to specify explicitly how caches are resolved and how keys are generated for annotation-driven cache management. - CachingConfigurerSupplier(Supplier<CachingConfigurer>) - 类的构造器 cn.taketoday.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
- CachingInterceptor - cn.taketoday.cache.interceptor中的类
- CachingInterceptor() - 类的构造器 cn.taketoday.cache.interceptor.CachingInterceptor
- CaffeineCache - cn.taketoday.cache.support中的类
-
Framework
Cacheadapter implementation on top of a CaffeineCacheinstance. - CaffeineCache(String, Cache<Object, Object>) - 类的构造器 cn.taketoday.cache.support.CaffeineCache
-
Create a
CaffeineCacheinstance with the specified name and the given internalCacheto use. - CaffeineCache(String, Cache<Object, Object>, boolean) - 类的构造器 cn.taketoday.cache.support.CaffeineCache
-
Create a
CaffeineCacheinstance with the specified name and the given internalCacheto use. - CaffeineCacheManager - cn.taketoday.cache.support中的类
-
CacheManagerimplementation that lazily buildsCaffeineCacheinstances for eachCaffeineCacheManager.getCache(java.lang.String)request. - CaffeineCacheManager() - 类的构造器 cn.taketoday.cache.support.CaffeineCacheManager
-
Construct a dynamic CaffeineCacheManager, lazily creating cache instances as they are being requested.
- CaffeineCacheManager(String...) - 类的构造器 cn.taketoday.cache.support.CaffeineCacheManager
-
Construct a static CaffeineCacheManager, managing caches for the specified cache names only.
- calculateAllFilenames(String, Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Calculate all filenames for the given bundle basename and Locale.
- calculateFilenamesForLocale(String, Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Calculate the filenames for the given bundle basename and Locale, appending language code, country code, and variant code.
- cancel() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTask
-
Trigger cancellation of this scheduled task.
- cancel(boolean) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- cancel(boolean) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTask
-
Trigger cancellation of this scheduled task.
- cancelRefresh(Exception) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Cancel this context's refresh attempt, after an exception got thrown.
- cancelRefresh(Exception) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- cancelRefresh(Exception) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- cancelRemainingTask(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Cancel the given remaining task which never commended execution, as returned from
ExecutorService.shutdownNow(). - cancelRemainingTask(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- cancelRemainingTask(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- CandidateComponentsIndex - cn.taketoday.context.loader中的类
-
Provide access to the candidates that are defined in
META-INF/today.components. - CandidateComponentsIndexLoader - cn.taketoday.context.loader中的类
-
Candidate components index loading mechanism for internal use within the framework.
- canonicalFieldName(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
-
Determine the canonical field name for the given field.
- canonicalFieldName(String) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Returns the canonical property name.
- canPutToCache(Object) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- canRead(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanExpressionContextAccessor
- canRead(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanFactoryAccessor
- canRead(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.EnvironmentAccessor
-
Can read any
Environment, thus always returns true. - canRead(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.MapAccessor
- canWrite(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanExpressionContextAccessor
- canWrite(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanFactoryAccessor
- canWrite(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.EnvironmentAccessor
-
Read-only: returns
false. - canWrite(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.MapAccessor
- category() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- checkAllowedFields(PropertyValues) - 类中的方法 cn.taketoday.validation.DataBinder
-
Check the given property values against the allowed fields, removing values for fields that are not allowed.
- checkCandidate(String, BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Check the given candidate's bean name, determining whether the corresponding bean definition needs to be registered or conflicts with an existing definition.
- checkManagedBean(Object) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
- checkManagedBean(Object) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
- checkRequiredFields(PropertyValues) - 类中的方法 cn.taketoday.validation.DataBinder
-
Check the given property values against the required fields, generating missing field errors where appropriate.
- chop(int) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return a new
ConfigurationPropertyNameby chopping this name to the givensize. - classes() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan.Filter
-
The class or classes to use as the filter.
- classes() - annotation interface 中的元素 cn.taketoday.context.annotation.config.ImportAutoConfiguration
-
The auto-configuration classes that should be imported.
- ClassPathBeanDefinitionScanner - cn.taketoday.context.annotation中的类
-
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (
BeanFactoryorApplicationContext). - ClassPathBeanDefinitionScanner(BeanDefinitionRegistry) - 类的构造器 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new
ClassPathBeanDefinitionScannerfor the given bean factory. - ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean) - 类的构造器 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new
ClassPathBeanDefinitionScannerfor the given bean factory. - ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment) - 类的构造器 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new
ClassPathBeanDefinitionScannerfor the given bean factory and using the givenEnvironmentwhen evaluating bean definition profile metadata. - ClassPathBeanDefinitionScanner(BeanDefinitionRegistry, boolean, Environment, ResourceLoader) - 类的构造器 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Create a new
ClassPathBeanDefinitionScannerfor the given bean factory and using the givenEnvironmentwhen evaluating bean definition profile metadata. - ClassPathScanningCandidateComponentProvider - cn.taketoday.context.loader中的类
-
A component provider that provides candidate components from a base package.
- ClassPathScanningCandidateComponentProvider() - 类的构造器 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
- ClassPathScanningCandidateComponentProvider(boolean) - 类的构造器 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with a
StandardEnvironment. - ClassPathScanningCandidateComponentProvider(boolean, Environment) - 类的构造器 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Create a ClassPathScanningCandidateComponentProvider with the given
Environment. - ClassPathScanningComponentProvider - cn.taketoday.context.loader中的类
-
A component provider that provides components from a base package.
- ClassPathScanningComponentProvider() - 类的构造器 cn.taketoday.context.loader.ClassPathScanningComponentProvider
- ClassPathXmlApplicationContext - cn.taketoday.context.support中的类
-
Standalone XML application context, taking the context definition files from the class path, interpreting plain paths as class path resource names that include the package path (e.g.
- ClassPathXmlApplicationContext() - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext for bean-style configuration.
- ClassPathXmlApplicationContext(String) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
- ClassPathXmlApplicationContext(String...) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], boolean) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files.
- ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files.
- ClassPathXmlApplicationContext(String[], ApplicationContext) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class<?>) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
- ClassPathXmlApplicationContext(String, Class<?>) - 类的构造器 cn.taketoday.context.support.ClassPathXmlApplicationContext
-
Create a new ClassPathXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
- clear() - 接口中的方法 cn.taketoday.cache.Cache
-
Clear the cache through removing all mappings.
- clear() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- clear() - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- clear() - 类中的方法 cn.taketoday.cache.support.NoOpCache
- clear() - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Clear the cache and force it to be reloaded on next access.
- clear() - 接口中的方法 cn.taketoday.ui.Model
-
Clear all attributes
- clearCache() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Clear the local metadata cache, if any, removing all cached class metadata.
- clearCache() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Clear the local metadata cache, if any, removing all cached class metadata.
- clearCache() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle cache.
- clearCacheIncludingAncestors() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Clear the resource bundle caches of this MessageSource and all its ancestors.
- clearMetadataCache() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Clear the cached metadata.
- close() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Close context and destroy all singletons
- close() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Close this application context, releasing all resources and locks that the implementation might hold.
- close() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Close this application context, destroying all beans in its bean factory.
- close() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- close() - 类中的方法 cn.taketoday.validation.DataBinder
-
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
- closeBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Subclasses must implement this method to release their internal bean factory.
- closeBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- closeBeanFactory() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Not much to do: We hold a single internal BeanFactory that will never get released.
- CLOSED - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context is closed
- CLOSING - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context is closing
- cn.taketoday.cache - 程序包 cn.taketoday.cache
-
Caching System
- cn.taketoday.cache.annotation - 程序包 cn.taketoday.cache.annotation
-
Annotations and supporting classes for declarative cache management.
- cn.taketoday.cache.concurrent - 程序包 cn.taketoday.cache.concurrent
-
Implementation package for
java.util.concurrentbased caches. - cn.taketoday.cache.config - 程序包 cn.taketoday.cache.config
-
Support package for declarative caching configuration, with XML schema being the primary configuration format.
- cn.taketoday.cache.interceptor - 程序包 cn.taketoday.cache.interceptor
-
AOP-based solution for declarative caching demarcation.
- cn.taketoday.cache.support - 程序包 cn.taketoday.cache.support
- cn.taketoday.context - 程序包 cn.taketoday.context
- cn.taketoday.context.annotation - 程序包 cn.taketoday.context.annotation
- cn.taketoday.context.annotation.config - 程序包 cn.taketoday.context.annotation.config
- cn.taketoday.context.aware - 程序包 cn.taketoday.context.aware
- cn.taketoday.context.condition - 程序包 cn.taketoday.context.condition
-
@Conditionannotations and supporting classes. - cn.taketoday.context.config - 程序包 cn.taketoday.context.config
-
Support package for advanced application context configuration, with XML schema being the primary configuration format.
- cn.taketoday.context.event - 程序包 cn.taketoday.context.event
-
Event System
- cn.taketoday.context.expression - 程序包 cn.taketoday.context.expression
-
Expression parsing support within a application context.
- cn.taketoday.context.loader - 程序包 cn.taketoday.context.loader
- cn.taketoday.context.properties - 程序包 cn.taketoday.context.properties
-
Support for external configuration properties.
- cn.taketoday.context.properties.bind - 程序包 cn.taketoday.context.properties.bind
-
Support for
@ConfigurationPropertiesbinding. - cn.taketoday.context.properties.bind.handler - 程序包 cn.taketoday.context.properties.bind.handler
-
General
BindHandlerimplementations. - cn.taketoday.context.properties.bind.validation - 程序包 cn.taketoday.context.properties.bind.validation
-
Binding validation support.
- cn.taketoday.context.properties.source - 程序包 cn.taketoday.context.properties.source
-
Sources for external configuration properties.
- cn.taketoday.context.support - 程序包 cn.taketoday.context.support
- cn.taketoday.context.support.mail - 程序包 cn.taketoday.context.support.mail
-
Framework's generic mail infrastructure.
- cn.taketoday.context.support.mail.javamail - 程序包 cn.taketoday.context.support.mail.javamail
-
JavaMail support for Framework's mail infrastructure.
- cn.taketoday.context.weaving - 程序包 cn.taketoday.context.weaving
-
Load-time weaving support for a Framework application context, building on Framework's
LoadTimeWeaverabstraction. - cn.taketoday.ejb.config - 程序包 cn.taketoday.ejb.config
-
Support package for EJB/Jakarta EE-related configuration, with XML schema being the primary configuration format.
- cn.taketoday.format - 程序包 cn.taketoday.format
-
An API for defining Formatters to format field model values for display in a UI.
- cn.taketoday.format.annotation - 程序包 cn.taketoday.format.annotation
-
Annotations for declaratively configuring field formatting rules.
- cn.taketoday.format.datetime - 程序包 cn.taketoday.format.datetime
-
Formatters for
java.util.Dateproperties. - cn.taketoday.format.datetime.standard - 程序包 cn.taketoday.format.datetime.standard
-
Integration with the JSR-310
java.timepackage in JDK 8. - cn.taketoday.format.number - 程序包 cn.taketoday.format.number
-
Formatters for
java.lang.Numberproperties. - cn.taketoday.format.number.money - 程序包 cn.taketoday.format.number.money
-
Integration with the JSR-354
javax.moneypackage. - cn.taketoday.format.support - 程序包 cn.taketoday.format.support
-
Support classes for the formatting package, providing common implementations as well as adapters.
- cn.taketoday.instrument - 程序包 cn.taketoday.instrument
-
Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific).
- cn.taketoday.jmx - 程序包 cn.taketoday.jmx
-
This package contains Framework's JMX support, which includes registration of Framework-managed beans as JMX MBeans as well as access to remote JMX MBeans.
- cn.taketoday.jmx.access - 程序包 cn.taketoday.jmx.access
-
Provides support for accessing remote MBean resources.
- cn.taketoday.jmx.export - 程序包 cn.taketoday.jmx.export
-
This package provides declarative creation and registration of Framework-managed beans as JMX MBeans.
- cn.taketoday.jmx.export.annotation - 程序包 cn.taketoday.jmx.export.annotation
-
Java 5 annotations for MBean exposure.
- cn.taketoday.jmx.export.assembler - 程序包 cn.taketoday.jmx.export.assembler
-
Provides a strategy for MBeanInfo assembly.
- cn.taketoday.jmx.export.metadata - 程序包 cn.taketoday.jmx.export.metadata
-
Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.
- cn.taketoday.jmx.export.naming - 程序包 cn.taketoday.jmx.export.naming
-
Provides a strategy for ObjectName creation.
- cn.taketoday.jmx.export.notification - 程序包 cn.taketoday.jmx.export.notification
-
Provides supporting infrastructure to allow Framework-created MBeans to send JMX notifications.
- cn.taketoday.jmx.support - 程序包 cn.taketoday.jmx.support
-
Contains support classes for connecting to local and remote
MBeanServers and for exposing anMBeanServerto remote clients. - cn.taketoday.jndi - 程序包 cn.taketoday.jndi
-
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
- cn.taketoday.jndi.support - 程序包 cn.taketoday.jndi.support
-
Support classes for JNDI usage, including a JNDI-based BeanFactory implementation.
- cn.taketoday.origin - 程序包 cn.taketoday.origin
-
Support for item origin tracking.
- cn.taketoday.scheduling - 程序包 cn.taketoday.scheduling
-
General exceptions for scheduling support, independent of any specific scheduling system.
- cn.taketoday.scheduling.annotation - 程序包 cn.taketoday.scheduling.annotation
-
Java 5 annotation for asynchronous method execution.
- cn.taketoday.scheduling.concurrent - 程序包 cn.taketoday.scheduling.concurrent
-
Scheduling convenience classes for the
java.util.concurrentandjakarta.enterprise.concurrentpackages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Framework context. - cn.taketoday.scheduling.config - 程序包 cn.taketoday.scheduling.config
-
Support package for declarative scheduling configuration.
- cn.taketoday.scheduling.support - 程序包 cn.taketoday.scheduling.support
-
Generic support classes for scheduling.
- cn.taketoday.scripting - 程序包 cn.taketoday.scripting
-
Core interfaces for Framework's scripting support.
- cn.taketoday.scripting.bsh - 程序包 cn.taketoday.scripting.bsh
-
Package providing integration of BeanShell (and BeanShell2) into Framework's scripting infrastructure.
- cn.taketoday.scripting.config - 程序包 cn.taketoday.scripting.config
-
Support package for Framework's dynamic language machinery, with XML schema being the primary configuration format.
- cn.taketoday.scripting.groovy - 程序包 cn.taketoday.scripting.groovy
-
Package providing integration of Groovy into Framework's scripting infrastructure.
- cn.taketoday.scripting.support - 程序包 cn.taketoday.scripting.support
-
Support classes for Framework's scripting package.
- cn.taketoday.stereotype - 程序包 cn.taketoday.stereotype
-
Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).
- cn.taketoday.ui - 程序包 cn.taketoday.ui
-
Generic support for UI layer concepts.
- cn.taketoday.validation - 程序包 cn.taketoday.validation
-
Provides data binding and validation functionality, for usage in business and/or UI layers.
- cn.taketoday.validation.annotation - 程序包 cn.taketoday.validation.annotation
-
Support classes for annotation-based constraint evaluation, e.g. using a JSR-303 Bean Validation provider.
- cn.taketoday.validation.beanvalidation - 程序包 cn.taketoday.validation.beanvalidation
-
Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator) into a Framework ApplicationContext and in particular with Framework's data binding and validation APIs.
- CODE_SEPARATOR - 类中的静态变量 cn.taketoday.validation.DefaultMessageCodesResolver
-
The separator that this implementation uses when resolving message codes.
- collectHolders(String...) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages, returning the registered bean definitions.
- COMMON_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed common annotation processor.
- CommonAnnotationBeanPostProcessor - cn.taketoday.context.annotation中的类
-
BeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage. - CommonAnnotationBeanPostProcessor() - 类的构造器 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Create a new CommonAnnotationBeanPostProcessor, with the init and destroy annotation types set to
PostConstructandPreDestroy, respectively. - CommonAnnotationBeanPostProcessor.LookupElement - cn.taketoday.context.annotation中的类
-
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
- compareTo(AnnotatedElementKey) - 类中的方法 cn.taketoday.context.expression.AnnotatedElementKey
- compareTo(CachedExpressionEvaluator.ExpressionKey) - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator.ExpressionKey
- compareTo(ConfigurationProperty) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
- compareTo(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
- completable() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- Component - cn.taketoday.stereotype中的Annotation Interface
-
This annotation indicates that an annotated element is a bean component in your application
- COMPONENTS_RESOURCE_LOCATION - 类中的静态变量 cn.taketoday.context.loader.CandidateComponentsIndexLoader
-
The location to look for components.
- ComponentScan - cn.taketoday.context.annotation中的Annotation Interface
-
Configures component scanning directives for use with @
Configurationclasses. - ComponentScan.Filter - cn.taketoday.context.annotation中的Annotation Interface
-
Declares the type filter to be used as an include filter or exclude filter.
- ComponentScanBeanDefinitionParser - cn.taketoday.context.annotation中的类
-
Parser for the
<context:component-scan/>element. - ComponentScanBeanDefinitionParser() - 类的构造器 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- ComponentScans - cn.taketoday.context.annotation中的Annotation Interface
-
Container annotation that aggregates several
ComponentScanannotations. - CompositeCacheManager - cn.taketoday.cache.support中的类
-
Composite
CacheManagerimplementation that iterates over a given collection of delegateCacheManagerinstances. - CompositeCacheManager() - 类的构造器 cn.taketoday.cache.support.CompositeCacheManager
-
Construct an empty CompositeCacheManager, with delegate CacheManagers to be added via the
"cacheManagers"property. - CompositeCacheManager(CacheManager...) - 类的构造器 cn.taketoday.cache.support.CompositeCacheManager
-
Construct a CompositeCacheManager from the given delegate CacheManagers.
- CompositeCacheOperationSource - cn.taketoday.cache.interceptor中的类
-
Composite
CacheOperationSourceimplementation that iterates over a given array ofCacheOperationSourceinstances. - CompositeCacheOperationSource(CacheOperationSource...) - 类的构造器 cn.taketoday.cache.interceptor.CompositeCacheOperationSource
-
Create a new CompositeCacheOperationSource for the given sources.
- ConcurrentMapCache - cn.taketoday.cache.concurrent中的类
-
Simple
Cacheimplementation based on the core JDKjava.util.concurrentpackage. - ConcurrentMapCache(String) - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, boolean) - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name.
- ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean) - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the given internal
ConcurrentMapto use. - ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCache
-
Create a new ConcurrentMapCache with the specified name and the given internal
ConcurrentMapto use. - ConcurrentMapCacheFactoryBean - cn.taketoday.cache.concurrent中的类
-
FactoryBeanfor easy configuration of aConcurrentMapCachewhen used within a Framework container. - ConcurrentMapCacheFactoryBean() - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- ConcurrentMapCacheManager - cn.taketoday.cache.concurrent中的类
-
CacheManagerimplementation that lazily buildsConcurrentMapCacheinstances for eachConcurrentMapCacheManager.getCache(java.lang.String)request. - ConcurrentMapCacheManager() - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Construct a dynamic ConcurrentMapCacheManager, lazily creating cache instances as they are being requested.
- ConcurrentMapCacheManager(String...) - 类的构造器 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Construct a static ConcurrentMapCacheManager, managing caches for the specified cache names only.
- ConcurrentModel - cn.taketoday.ui中的类
-
Implementation of the
Modelinterface based on aConcurrentHashMapfor use in concurrent scenarios. - ConcurrentModel() - 类的构造器 cn.taketoday.ui.ConcurrentModel
-
Construct a new, empty
ConcurrentModel. - ConcurrentModel(Object) - 类的构造器 cn.taketoday.ui.ConcurrentModel
-
Construct a new
ModelMapcontaining the supplied attribute. - ConcurrentModel(String, Object) - 类的构造器 cn.taketoday.ui.ConcurrentModel
-
Construct a new
ModelMapcontaining the supplied attribute under the supplied name. - ConcurrentTaskExecutor - cn.taketoday.scheduling.concurrent中的类
-
Adapter that takes a
java.util.concurrent.Executorand exposes a FrameworkTaskExecutorfor it. - ConcurrentTaskExecutor() - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
- ConcurrentTaskExecutor(Executor) - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
-
Create a new ConcurrentTaskExecutor, using the given
Executor. - ConcurrentTaskExecutor.ManagedTaskBuilder - cn.taketoday.scheduling.concurrent中的类
-
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask, exposing a long-running hint based on
SchedulingAwareRunnableand a given identity name. - ConcurrentTaskScheduler - cn.taketoday.scheduling.concurrent中的类
-
Adapter that takes a
java.util.concurrent.ScheduledExecutorServiceand exposes a FrameworkTaskSchedulerfor it. - ConcurrentTaskScheduler() - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
- ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Create a new ConcurrentTaskScheduler, using the given
ExecutorandScheduledExecutorServiceas delegates. - ConcurrentTaskScheduler(ScheduledExecutorService) - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Create a new ConcurrentTaskScheduler, using the given
ScheduledExecutorServiceas shared delegate. - condition() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Expression Language (SpEL) expression used for making the method caching conditional.
- condition() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Expression Language (SpEL) expression used for making the cache eviction operation conditional.
- condition() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
Expression Language (SpEL) expression used for making the cache put operation conditional.
- condition() - annotation interface 中的元素 cn.taketoday.context.event.EventListener
-
Expression Language (SpEL) expression used for making the event handling conditional.
- Condition - cn.taketoday.context.annotation中的接口
-
A single
conditionthat must be matched in order for a component to be registered. - Conditional - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates that a component is only eligible for registration when all specified conditions match.
- ConditionalOnBean - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat only matches when beans meeting all the specified requirements are already contained in theBeanFactory. - ConditionalOnClass - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat only matches when the specified classes are on the classpath. - ConditionalOnExpression - cn.taketoday.context.condition中的Annotation Interface
-
annotation for a conditional element that depends on the value of a Java Unified Expression Language
- ConditionalOnJava - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat matches based on the JVM version the application is running on. - ConditionalOnJava.Range - cn.taketoday.context.condition中的Enum Class
-
Range options.
- ConditionalOnJndi - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat matches based on the availability of a JNDIInitialContextand the ability to lookup specific locations. - ConditionalOnMissingBean - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat only matches when no beans meeting the specified requirements are already contained in theBeanFactory. - ConditionalOnMissingClass - cn.taketoday.context.condition中的Annotation Interface
-
Conditionalthat only matches when the specified classes are not on the classpath. - ConditionalOnProperty - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat checks if the specified properties have a specific value. - ConditionalOnResource - cn.taketoday.context.condition中的Annotation Interface
-
Conditionalthat only matches when the specified resources are exits - ConditionalOnSingleCandidate - cn.taketoday.context.condition中的Annotation Interface
-
@Conditionalthat only matches when a bean of the specified class is already contained in theBeanFactoryand a single candidate can be determined. - ConditionAndOutcome(Condition, ConditionOutcome) - 类的构造器 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- ConditionAndOutcomes() - 类的构造器 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcomes
- ConditionEvaluationContext - cn.taketoday.context.annotation中的类
-
for ConditionEvaluator Evaluation
- ConditionEvaluationContext(BeanDefinitionRegistry, Environment, ResourceLoader) - 类的构造器 cn.taketoday.context.annotation.ConditionEvaluationContext
- ConditionEvaluationContext(ApplicationContext, BeanDefinitionRegistry) - 类的构造器 cn.taketoday.context.annotation.ConditionEvaluationContext
- ConditionEvaluationReport - cn.taketoday.context.condition中的类
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - cn.taketoday.context.condition中的类
-
Provides access to a single
ConditionandConditionOutcome. - ConditionEvaluationReport.ConditionAndOutcomes - cn.taketoday.context.condition中的类
-
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcomeitems. - ConditionEvaluationReportMessage - cn.taketoday.context.condition中的类
-
A condition evaluation report message that can logged or printed.
- ConditionEvaluationReportMessage(ConditionEvaluationReport) - 类的构造器 cn.taketoday.context.condition.ConditionEvaluationReportMessage
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - 类的构造器 cn.taketoday.context.condition.ConditionEvaluationReportMessage
- ConditionEvaluator - cn.taketoday.context.annotation中的类
-
Condition Evaluation
- ConditionEvaluator(ApplicationContext, BeanDefinitionRegistry) - 类的构造器 cn.taketoday.context.annotation.ConditionEvaluator
- ConditionEvaluator(Environment, ResourceLoader, BeanDefinitionRegistry) - 类的构造器 cn.taketoday.context.annotation.ConditionEvaluator
-
Create a new
ConditionEvaluatorinstance. - ConditionMessage - cn.taketoday.context.condition中的类
-
A message associated with a
ConditionOutcome. - ConditionMessage.Builder - cn.taketoday.context.condition中的类
-
Builder used to create a
ConditionMessagefor a condition. - ConditionMessage.ItemsBuilder - cn.taketoday.context.condition中的类
-
Builder used to create an
ConditionMessage.ItemsBuilderfor a condition. - ConditionMessage.Style - cn.taketoday.context.condition中的Enum Class
-
Render styles.
- ConditionOutcome - cn.taketoday.context.condition中的类
-
Outcome for a condition match, including log message.
- ConditionOutcome(boolean, ConditionMessage) - 类的构造器 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - ConditionOutcome(boolean, String) - 类的构造器 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - conditionPassing - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- CONFIG_LOCATION_DELIMITERS - 接口中的静态变量 cn.taketoday.context.ConfigurableApplicationContext
-
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
- ConfigurableApplicationContext - cn.taketoday.context中的接口
-
SPI interface to be implemented by most if not all application contexts.
- ConfigurableMimeFileTypeMap - cn.taketoday.context.support.mail.javamail中的类
-
Framework-configurable
FileTypeMapimplementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standardMimetypesFileTypeMapunderneath. - ConfigurableMimeFileTypeMap() - 类的构造器 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
- Configuration - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates that a class declares one or more
@Componentmethods and may be processed by the container to generate bean definitions and service requests for those beans at runtime, for example: - CONFIGURATION_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed Configuration annotation processor.
- CONFIGURATION_BEAN_NAME_GENERATOR - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed BeanNameGenerator for use when processing
Configurationclasses. - ConfigurationClassPostProcessor - cn.taketoday.context.annotation中的类
-
BeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses. - ConfigurationClassPostProcessor() - 类的构造器 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- ConfigurationClassPostProcessor(BootstrapContext) - 类的构造器 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- ConfigurationCondition - cn.taketoday.context.annotation中的接口
-
A
Conditionthat offers more fine-grained control when used with@Configuration. - ConfigurationCondition.ConfigurationPhase - cn.taketoday.context.annotation中的Enum Class
-
The various configuration phases where the condition could be evaluated.
- ConfigurationProperties - cn.taketoday.context.properties中的Annotation Interface
-
Annotation for externalized configuration.
- ConfigurationPropertiesBean - cn.taketoday.context.properties中的类
-
Provides access to
@ConfigurationPropertiesbean details, regardless of if the annotation was used directly or on a@Beanfactory method. - ConfigurationPropertiesBean.BindMethod - cn.taketoday.context.properties中的Enum Class
-
The binding method that is used for the bean.
- ConfigurationPropertiesBindConstructorProvider - cn.taketoday.context.properties中的类
-
BindConstructorProviderused when binding@ConfigurationProperties. - ConfigurationPropertiesBindConstructorProvider() - 类的构造器 cn.taketoday.context.properties.ConfigurationPropertiesBindConstructorProvider
- ConfigurationPropertiesBindException - cn.taketoday.context.properties中的异常错误
-
Exception thrown when
@ConfigurationPropertiesbinding fails. - ConfigurationPropertiesBindHandlerAdvisor - cn.taketoday.context.properties中的接口
-
Allows additional functionality to be applied to the
BindHandlerused by theConfigurationPropertiesBindingPostProcessor. - ConfigurationPropertiesBinding - cn.taketoday.context.properties中的Annotation Interface
-
Qualifier for beans that are needed to configure the binding of
@ConfigurationProperties(e.g. - ConfigurationPropertiesBindingPostProcessor - cn.taketoday.context.properties中的类
- ConfigurationPropertiesBindingPostProcessor() - 类的构造器 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
- ConfigurationPropertiesScan - cn.taketoday.context.properties中的Annotation Interface
-
Configures the base packages used when scanning for
@ConfigurationPropertiesclasses. - ConfigurationProperty - cn.taketoday.context.properties.source中的类
-
A single configuration property obtained from a
ConfigurationPropertySourceconsisting of aname,valueand optionalorigin. - ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - 类的构造器 cn.taketoday.context.properties.source.ConfigurationProperty
- ConfigurationPropertyCaching - cn.taketoday.context.properties.source中的接口
-
Interface that can be used to control configuration property source caches.
- ConfigurationPropertyName - cn.taketoday.context.properties.source中的类
-
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - cn.taketoday.context.properties.source中的Enum Class
-
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - cn.taketoday.context.properties.source中的类
-
Maintains a mapping of
ConfigurationPropertyNamealiases. - ConfigurationPropertyNameAliases() - 类的构造器 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类的构造器 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(String, String...) - 类的构造器 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertySource - cn.taketoday.context.properties.source中的接口
-
A source of
ConfigurationProperties. - ConfigurationPropertySources - cn.taketoday.context.properties.source中的类
-
Provides access to
ConfigurationPropertySources. - ConfigurationPropertyState - cn.taketoday.context.properties.source中的Enum Class
-
The state of content from a
ConfigurationPropertySource. - configurations - 类中的变量 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector.AutoConfigurationEntry
- Configurations - cn.taketoday.context.annotation.config中的类
-
A set of
@Configurationclasses that can be registered inApplicationContext. - Configurations(Collection<Class<?>>) - 类的构造器 cn.taketoday.context.annotation.config.Configurations
- configure(FormatterRegistry) - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
-
Configure the given
FormatterRegistrywith formatters and converters appropriate for most applications. - configure(Supplier<CacheErrorHandler>, Supplier<KeyGenerator>, Supplier<CacheResolver>, Supplier<CacheManager>) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Configure this aspect with the given error handler, key generator and cache resolver/manager suppliers, applying the corresponding default if a supplier is not resolvable.
- configure(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Configure this post-processor with the given executor and exception handler suppliers, applying the corresponding default if a supplier is not resolvable.
- configure(T) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Configure the provided
ThreadPoolTaskExecutorinstance using this builder. - configure(T) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Configure the provided
ThreadPoolTaskSchedulerinstance using this builder. - configureScanner(ParserContext, Element) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- configureTasks(ScheduledTaskRegistrar) - 接口中的方法 cn.taketoday.scheduling.annotation.SchedulingConfigurer
-
Callback allowing a
TaskSchedulerand specificTaskinstances to be registered against the given theScheduledTaskRegistrar. - ConnectorServerFactoryBean - cn.taketoday.jmx.support中的类
-
FactoryBeanthat creates a JSR-160JMXConnectorServer, optionally registers it with theMBeanServer, and then starts it. - ConnectorServerFactoryBean() - 类的构造器 cn.taketoday.jmx.support.ConnectorServerFactoryBean
- connectTransport() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Obtain and connect a Transport from the underlying JavaMail Session, passing in the specified host, port, username, and password.
- ConstructorBinding - cn.taketoday.context.properties中的Annotation Interface
-
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.
- CONTAINER_PREFIX - 类中的静态变量 cn.taketoday.jndi.JndiLocatorSupport
-
JNDI prefix used in a Jakarta EE container.
- contains(Class<?>) - 类中的方法 cn.taketoday.validation.ObjectError
-
Check the source behind this error: possibly an
Exception(typicallyPropertyAccessException) or a Bean ValidationConstraintViolation. - containsAttribute(String) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Does this model contain an attribute of the given name?
- containsAttribute(String) - 接口中的方法 cn.taketoday.ui.Model
-
Contains a attribute with given name
- containsAttribute(String) - 类中的方法 cn.taketoday.ui.ModelMap
-
Does this model contain an attribute of the given name?
- containsBean(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- containsBean(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- containsBeanDefinition(Class<?>) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- containsBeanDefinition(Class<?>) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- containsBeanDefinition(Class<?>) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- containsBeanDefinition(Class<?>, boolean) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- containsBeanDefinition(Class<?>, boolean) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- containsBeanDefinition(Class<?>, boolean) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- containsBeanDefinition(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- containsBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- containsBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- containsBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- containsBeanDefinition(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- containsBeanDefinition(String, Class<?>) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- containsDescendantOf(ConfigurationPropertyName) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Returns if the source contains any descendants of the specified name.
- containsDescendantOf(ConfigurationPropertyName) - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
- containsKey(String) - 类中的方法 cn.taketoday.context.support.MessageSourceResourceBundle
-
This implementation checks whether the target MessageSource can resolve a message for the given key, translating
NoSuchMessageExceptionaccordingly. - containsLocalBean(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- ContextAnnotationAutowireCandidateResolver - cn.taketoday.context.annotation中的类
-
Complete implementation of the
AutowireCandidateResolverstrategy interface, providing support for qualifier annotations as well as for lazy resolution driven by theLazyannotation in thecontext.annotationpackage. - ContextAnnotationAutowireCandidateResolver() - 类的构造器 cn.taketoday.context.annotation.ContextAnnotationAutowireCandidateResolver
- ContextClosedEvent - cn.taketoday.context.event中的类
-
When close
ApplicationContextwill publish this event - ContextClosedEvent(ApplicationContext) - 类的构造器 cn.taketoday.context.event.ContextClosedEvent
- ContextCondition - cn.taketoday.context.condition中的类
-
Base of all
Conditionimplementations used with Framework. - ContextCondition() - 类的构造器 cn.taketoday.context.condition.ContextCondition
- ContextConstraintValidatorFactory - cn.taketoday.validation.beanvalidation中的类
-
JSR-303
ConstraintValidatorFactoryimplementation that delegates to a Framework BeanFactory for creating autowiredConstraintValidatorinstances. - ContextConstraintValidatorFactory(AutowireCapableBeanFactory) - 类的构造器 cn.taketoday.validation.beanvalidation.ContextConstraintValidatorFactory
-
Create a new COntextConstraintValidatorFactory for the given BeanFactory.
- ContextLifecycleScheduledTaskRegistrar - cn.taketoday.scheduling.config中的类
-
ScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback - ContextLifecycleScheduledTaskRegistrar() - 类的构造器 cn.taketoday.scheduling.config.ContextLifecycleScheduledTaskRegistrar
- ContextNamespaceHandler - cn.taketoday.context.config中的类
-
NamespaceHandlerfor the 'context' namespace. - ContextNamespaceHandler() - 类的构造器 cn.taketoday.context.config.ContextNamespaceHandler
- ContextRefreshedEvent - cn.taketoday.context.event中的类
-
Event raised when an
ApplicationContextgets initialized or refreshed. - ContextRefreshedEvent(ApplicationContext) - 类的构造器 cn.taketoday.context.event.ContextRefreshedEvent
-
Create a new ContextRefreshedEvent.
- ContextStartedEvent - cn.taketoday.context.event中的类
-
Event raised when an
ApplicationContextgets started. - ContextStartedEvent(ApplicationContext) - 类的构造器 cn.taketoday.context.event.ContextStartedEvent
-
Create a new ContextStartedEvent.
- ContextStoppedEvent - cn.taketoday.context.event中的类
-
Event raised when an
ApplicationContextgets stopped. - ContextStoppedEvent(ApplicationContext) - 类的构造器 cn.taketoday.context.event.ContextStoppedEvent
-
Create a new ContextStoppedEvent.
- ContextUtils - cn.taketoday.context.support中的类
-
ApplicationContext Utils
- ContextUtils() - 类的构造器 cn.taketoday.context.support.ContextUtils
- Controller - cn.taketoday.stereotype中的Annotation Interface
-
Indicates that an annotated class is a "Controller" (e.g. a web controller).
- CONVERSION_SERVICE_BEAN_NAME - 接口中的静态变量 cn.taketoday.context.ConfigurableApplicationContext
-
Name of the ConversionService bean in the factory.
- ConversionServiceFactoryBean - cn.taketoday.context.support中的类
-
A factory providing convenient access to a ConversionService configured with converters appropriate for most environments.
- ConversionServiceFactoryBean() - 类的构造器 cn.taketoday.context.support.ConversionServiceFactoryBean
- convertIfNecessary(Object, Class<T>) - 类中的方法 cn.taketoday.validation.DataBinder
- convertIfNecessary(Object, Class<T>, MethodParameter) - 类中的方法 cn.taketoday.validation.DataBinder
- convertIfNecessary(Object, Class<T>, TypeDescriptor) - 类中的方法 cn.taketoday.validation.DataBinder
- convertIfNecessary(Object, Class<T>, Field) - 类中的方法 cn.taketoday.validation.DataBinder
- convertJndiName(String) - 类中的方法 cn.taketoday.jndi.JndiLocatorSupport
-
Convert the given JNDI name into the actual JNDI name to use.
- convertResultValueIfNecessary(Object, MethodParameter) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
- convertToModelMBeanNotificationInfo(ManagedNotification) - 类中的静态方法 cn.taketoday.jmx.export.metadata.JmxMetadataUtils
-
Convert the supplied
ManagedNotificationinto the correspondingModelMBeanNotificationInfo. - convertToScriptSource(String, String, ResourceLoader) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Convert the given script source locator to a ScriptSource instance.
- copyOverrides(ResourceOverridingShadowingClassLoader) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
-
Copy all overrides from the given ClassLoader.
- copyTo(MailMessage) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
-
Copy the contents of this message to the given target message.
- copyTransformers(ShadowingClassLoader) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
-
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
- corePoolSize(int) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the core number of threads.
- COUNTER - enum class 中的枚举常量 cn.taketoday.jmx.support.MetricType
-
The measurement values will always increase.
- createAndConfigureMBean(Object, String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
- createApplicationListener(String, Class<?>, Method) - 类中的方法 cn.taketoday.context.event.DefaultEventListenerFactory
- createApplicationListener(String, Class<?>, Method) - 接口中的方法 cn.taketoday.context.event.EventListenerFactory
-
Create an
ApplicationListenerfor the specified method. - createBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Create an internal bean factory for this context.
- createBeanPropertyBindingResult() - 类中的方法 cn.taketoday.validation.DataBinder
-
Create the
AbstractPropertyBindingResultinstance using standard JavaBean property access. - createBeanWrapper() - 类中的方法 cn.taketoday.validation.BeanPropertyBindingResult
-
Create a new
BeanWrapperfor the underlying target object. - createBootstrapContext() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the DefinitionLoadingContext to use for loading this context
- createBootstrapContext() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- createBootstrapContext() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- createBshObject(String) - 类中的静态方法 cn.taketoday.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createBshObject(String, Class<?>...) - 类中的静态方法 cn.taketoday.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
- createBshObject(String, Class<?>[], ClassLoader) - 类中的静态方法 cn.taketoday.scripting.bsh.BshScriptUtils
-
Create a new BeanShell-scripted object from the given script source.
- createCaffeineCache(String) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Build a common
CaffeineCacheinstance for the specified cache name, using the common Caffeine configuration specified on this cache manager. - createCompositeInterface(Class<?>[]) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
- createCompositeInterface(Class<?>[]) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
- createConcurrentMapCache(String) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Create a new ConcurrentMapCache instance for the specified cache name.
- createConfigInterface(BeanDefinition, Class<?>[]) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
- createConversionService() - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
-
Create the ConversionService instance returned by this factory bean.
- createDataSource(InputStreamSource, String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create an Activation Framework DataSource for the given InputStreamSource.
- createDateTimeFormatter() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Create a new
DateTimeFormatterusing this factory. - createDateTimeFormatter(DateTimeFormatter) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Create a new
DateTimeFormatterusing this factory. - createDefaultResourceRefLocator() - 类中的静态方法 cn.taketoday.jndi.JndiLocatorDelegate
-
Configure a
JndiLocatorDelegatewith its "resourceRef" property set totrue, meaning that all names will be prefixed with "java:comp/env/". - createDirectFieldAccessor() - 类中的方法 cn.taketoday.validation.DirectFieldBindingResult
-
Create a new DirectFieldAccessor for the underlying target object.
- createDirectFieldBindingResult() - 类中的方法 cn.taketoday.validation.DataBinder
-
Create the
AbstractPropertyBindingResultinstance using direct field access. - createEnvironment() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Create and return a new
StandardEnvironment. - createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Create a new instance of
ThreadPoolExecutoror a subclass thereof. - createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Create a new
ScheduledExecutorServiceinstance. - createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Create a new
ScheduledExecutorServiceinstance. - createFileTypeMap(Resource, String[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Compile a
FileTypeMapfrom the mappings in the given mapping file and the given mapping entries. - createInitialContext() - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Create a new JNDI initial context.
- createMainInterceptor() - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
- createMBeanServer(String, boolean) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Create a new
MBeanServerinstance and register it with theMBeanServerFactory, if desired. - createMessageFormat(String, Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Create a
MessageFormatfor the given message and Locale. - createMethodValidationAdvice(Validator) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
-
Create AOP advice for method validation purposes, to be applied with a pointcut for the specified 'validated' annotation.
- createMimeMessage() - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
- createMimeMessage() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
- createMimeMessage(InputStream) - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
- createMimeMessage(InputStream) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- createMimeMultiparts(MimeMessage, int) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
- createModelMBean() - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Create an instance of a class that implements
ModelMBean. - createModelMBeanOperationInfo(Method, String, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Creates an instance of
ModelMBeanOperationInfofor the given method. - createNativeCaffeineCache(String) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Build a common Caffeine Cache instance for the specified cache name, using the common Caffeine configuration specified on this cache manager.
- createPropertyResolver(PropertySources) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Create a new
PropertyResolverthat resolves property values against an underlying set ofPropertySources. - createQueue(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createQueue(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Create the BlockingQueue to use for the ThreadPoolExecutor.
- createRefreshableProxy(TargetSource, Class<?>[], boolean) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Create a refreshable proxy for the given AOP TargetSource.
- createRunnable(Object, Method) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Create a
Runnablefor the given bean instance, calling the specified scheduled method. - createScanner(XmlReaderContext, boolean) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
- createScriptFactoryBeanDefinition(BeanDefinition) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
- createServerSpecificLoadTimeWeaver(ClassLoader) - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- createTypeFilter(Element, ClassLoader, ParserContext) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- createTypeFiltersFor(MergedAnnotation<ComponentScan.Filter>, BootstrapContext) - 类中的静态方法 cn.taketoday.context.annotation.TypeFilterUtils
-
Create type filters from the supplied
AnnotationAttributes, such as those sourced fromComponentScan.includeFilters()orComponentScan.excludeFilters(). - cron() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
A cron-like expression, extending the usual UN*X definition to include triggers on the second, minute, hour, day of month, month, and day of week.
- CRON_DISABLED - annotation interface中的静态变量 cn.taketoday.scheduling.annotation.Scheduled
-
A special cron expression value that indicates a disabled trigger: "-".
- CRON_DISABLED - 类中的静态变量 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
A special cron expression value that indicates a disabled trigger: "-".
- CronExpression - cn.taketoday.scheduling.support中的类
-
Representation of a crontab expression that can calculate the next time it matches.
- CronTask - cn.taketoday.scheduling.config中的类
-
TriggerTaskimplementation defining aRunnableto be executed according to a standard cron expression. - CronTask(Runnable, CronTrigger) - 类的构造器 cn.taketoday.scheduling.config.CronTask
-
Create a new
CronTask. - CronTask(Runnable, String) - 类的构造器 cn.taketoday.scheduling.config.CronTask
-
Create a new
CronTask. - CronTrigger - cn.taketoday.scheduling.support中的类
-
Triggerimplementation for cron expressions. - CronTrigger(String) - 类的构造器 cn.taketoday.scheduling.support.CronTrigger
-
Build a
CronTriggerfrom the pattern provided in the default time zone. - CronTrigger(String, ZoneId) - 类的构造器 cn.taketoday.scheduling.support.CronTrigger
-
Build a
CronTriggerfrom the pattern provided in the given time zone. - CronTrigger(String, TimeZone) - 类的构造器 cn.taketoday.scheduling.support.CronTrigger
-
Build a
CronTriggerfrom the pattern provided in the given time zone. - CURRENCY - enum class 中的枚举常量 cn.taketoday.format.annotation.NumberFormat.Style
-
The currency format for the current locale.
- CurrencyStyleFormatter - cn.taketoday.format.number中的类
-
A BigDecimal formatter for number values in currency style.
- CurrencyStyleFormatter() - 类的构造器 cn.taketoday.format.number.CurrencyStyleFormatter
- currencyTimeLimit() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedAttribute
-
Set the currency time limit field in a
Descriptor. - currencyTimeLimit() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- currencyTimeLimit() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedOperation
- currencyTimeLimit() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- CurrencyUnitFormatter - cn.taketoday.format.number.money中的类
-
Formatter for JSR-354
CurrencyUnitvalues, from and to currency code Strings. - CurrencyUnitFormatter() - 类的构造器 cn.taketoday.format.number.money.CurrencyUnitFormatter
- CURRENT - enum class 中的枚举常量 cn.taketoday.context.condition.SearchStrategy
-
Search only the current context.
- CUSTOM - enum class 中的枚举常量 cn.taketoday.context.annotation.FilterType
-
Filter candidates using a given custom
TypeFilterimplementation. - CustomizableThreadFactory - cn.taketoday.scheduling.concurrent中的类
-
Implementation of the
ThreadFactoryinterface, allowing for customizing the created threads (name, priority, etc). - CustomizableThreadFactory() - 类的构造器 cn.taketoday.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with default thread name prefix.
- CustomizableThreadFactory(String) - 类的构造器 cn.taketoday.scheduling.concurrent.CustomizableThreadFactory
-
Create a new CustomizableThreadFactory with the given thread name prefix.
- customize(ThreadPoolTaskExecutor) - 接口中的方法 cn.taketoday.scheduling.support.TaskExecutorCustomizer
-
Callback to customize a
ThreadPoolTaskExecutorinstance. - customize(ThreadPoolTaskScheduler) - 接口中的方法 cn.taketoday.scheduling.support.TaskSchedulerCustomizer
-
Callback to customize a
ThreadPoolTaskSchedulerinstance. - customize(GroovyObject) - 接口中的方法 cn.taketoday.scripting.groovy.GroovyObjectCustomizer
-
Customize the supplied
GroovyObject. - customizeBeanFactory(StandardBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Customize the internal bean factory used by this context.
- customizeEvaluationContext(StandardEvaluationContext) - 类中的方法 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Template method for customizing the expression evaluation context.
- customizers(TaskExecutorCustomizer...) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the
TaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - customizers(TaskSchedulerCustomizer...) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set the
TaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - customizers(Iterable<TaskExecutorCustomizer>) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the
TaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - customizers(Iterable<TaskSchedulerCustomizer>) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set the
taskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - CustomValidatorBean - cn.taketoday.validation.beanvalidation中的类
-
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Framework
Validatorinterface. - CustomValidatorBean() - 类的构造器 cn.taketoday.validation.beanvalidation.CustomValidatorBean
D
- DASHED - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
- DataBinder - cn.taketoday.validation中的类
-
Binder that allows for setting property values on a target object, including support for validation and binding result analysis.
- DataBinder(Object) - 类的构造器 cn.taketoday.validation.DataBinder
-
Create a new DataBinder instance, with default object name.
- DataBinder(Object, String) - 类的构造器 cn.taketoday.validation.DataBinder
-
Create a new DataBinder instance.
- DataObjectPropertyName - cn.taketoday.context.properties.bind中的类
-
Internal utility to help when dealing with data object property names.
- DataSizeUnit - cn.taketoday.format.annotation中的Annotation Interface
-
Annotation that can be used to change the default unit used when converting a
DataSize. - DATE - enum class 中的枚举常量 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
The most common ISO Date Format
yyyy-MM-dd— for example, "2000-10-31". - DATE_TIME - enum class 中的枚举常量 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
The most common ISO Date Time Format
yyyy-MM-dd'T'HH:mm:ss.SSSXXX— for example, "2000-10-31T01:30:00.000-05:00". - DateFormatter - cn.taketoday.format.datetime中的类
-
A formatter for
Datetypes. - DateFormatter() - 类的构造器 cn.taketoday.format.datetime.DateFormatter
-
Create a new default
DateFormatter. - DateFormatter(String) - 类的构造器 cn.taketoday.format.datetime.DateFormatter
-
Create a new
DateFormatterfor the given date time pattern. - DateFormatterRegistrar - cn.taketoday.format.datetime中的类
-
Configures basic date formatting for use with Framework, primarily for
DateTimeFormatdeclarations. - DateFormatterRegistrar() - 类的构造器 cn.taketoday.format.datetime.DateFormatterRegistrar
- DateTimeContext - cn.taketoday.format.datetime.standard中的类
-
A context that holds user-specific
java.time(JSR-310) settings such as the user's Chronology (calendar system) and time zone. - DateTimeContext() - 类的构造器 cn.taketoday.format.datetime.standard.DateTimeContext
- DateTimeContextHolder - cn.taketoday.format.datetime.standard中的类
-
A holder for a thread-local user
DateTimeContext. - DateTimeFormat - cn.taketoday.format.annotation中的Annotation Interface
-
Declares that a field or method parameter should be formatted as a date or time.
- DateTimeFormat.ISO - cn.taketoday.format.annotation中的Enum Class
-
Common ISO date time format patterns.
- DateTimeFormatAnnotationFormatterFactory - cn.taketoday.format.datetime中的类
-
Formats fields annotated with the
DateTimeFormatannotation using aDateFormatter. - DateTimeFormatAnnotationFormatterFactory() - 类的构造器 cn.taketoday.format.datetime.DateTimeFormatAnnotationFormatterFactory
- DateTimeFormatterFactory - cn.taketoday.format.datetime.standard中的类
-
Factory that creates a JSR-310
DateTimeFormatter. - DateTimeFormatterFactory() - 类的构造器 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Create a new
DateTimeFormatterFactoryinstance. - DateTimeFormatterFactory(String) - 类的构造器 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Create a new
DateTimeFormatterFactoryinstance. - DateTimeFormatterFactoryBean - cn.taketoday.format.datetime.standard中的类
-
FactoryBeanthat creates a JSR-310DateTimeFormatter. - DateTimeFormatterFactoryBean() - 类的构造器 cn.taketoday.format.datetime.standard.DateTimeFormatterFactoryBean
- DateTimeFormatterRegistrar - cn.taketoday.format.datetime.standard中的类
-
Configures the JSR-310
java.timeformatting system for use with Framework. - DateTimeFormatterRegistrar() - 类的构造器 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
- DAYS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Days.
- decorateCache(Cache) - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
-
Decorate the given Cache object if necessary.
- decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - 类中的静态方法 cn.taketoday.scheduling.support.TaskUtils
-
Decorate the task for error handling.
- DEFAULT - enum class 中的枚举常量 cn.taketoday.context.annotation.ScopedProxyMode
-
Default typically equals
ScopedProxyMode.NO, unless a different default has been configured at the component-scan instruction level. - DEFAULT - enum class 中的枚举常量 cn.taketoday.format.annotation.NumberFormat.Style
-
The default format for the annotated type: typically 'number' but possibly 'currency' for a money type (e.g.
- DEFAULT - 接口中的静态变量 cn.taketoday.context.properties.bind.BindConstructorProvider
-
Default
BindConstructorProviderimplementation that only returns a value when there's a single constructor and when the bindable has no existing value. - DEFAULT - 接口中的静态变量 cn.taketoday.context.properties.bind.BindHandler
-
Default no-op bind handler.
- DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME - 类中的静态变量 cn.taketoday.context.annotation.AdviceModeImportSelector
-
The default advice mode attribute name.
- DEFAULT_AUTO_GROW_COLLECTION_LIMIT - 类中的静态变量 cn.taketoday.validation.DataBinder
-
Default limit for array and collection growing: 256.
- DEFAULT_EXCLUDED_PACKAGES - 类中的静态变量 cn.taketoday.instrument.ShadowingClassLoader
-
Packages that are excluded by default.
- DEFAULT_EXPRESSION_PREFIX - 类中的静态变量 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Default expression prefix: "#{".
- DEFAULT_EXPRESSION_SUFFIX - 类中的静态变量 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Default expression suffix: "}".
- DEFAULT_OBJECT_NAME - 类中的静态变量 cn.taketoday.validation.DataBinder
-
Default object name used for binding: "target".
- DEFAULT_ORDER - annotation interface中的静态变量 cn.taketoday.context.annotation.config.AutoConfigureOrder
-
The default order value.
- DEFAULT_PHASE - 接口中的静态变量 cn.taketoday.context.SmartLifecycle
-
The default phase for
SmartLifecycle:Integer.MAX_VALUE. - DEFAULT_PORT - 类中的静态变量 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
The default port: -1.
- DEFAULT_PROTOCOL - 类中的静态变量 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
The default protocol: 'smtp'.
- DEFAULT_RESOURCE_PATTERN - 类中的静态变量 cn.taketoday.context.loader.ClassPathScanningComponentProvider
- DEFAULT_SERVICE_URL - 类中的静态变量 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
The default service URL.
- DEFAULT_TASK_EXECUTOR_BEAN_NAME - 类中的静态变量 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
The default name of the
TaskExecutorbean to pick up: "taskExecutor". - DEFAULT_TASK_SCHEDULER_BEAN_NAME - 类中的静态变量 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
The default name of the
TaskSchedulerbean to pick up: "taskScheduler". - DefaultBindingErrorProcessor - cn.taketoday.validation中的类
-
Default
BindingErrorProcessorimplementation. - DefaultBindingErrorProcessor() - 类的构造器 cn.taketoday.validation.DefaultBindingErrorProcessor
- DefaultCacheAnnotationParser - cn.taketoday.cache.annotation中的类
-
Strategy implementation for parsing Framework's
Caching,Cacheable,CacheEvict, andCachePutannotations. - DefaultCacheAnnotationParser() - 类的构造器 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- DefaultCacheKey - cn.taketoday.cache.support中的类
- DefaultCacheKey(Object[]) - 类的构造器 cn.taketoday.cache.support.DefaultCacheKey
-
Create a new
DefaultCacheKeyinstance. - DefaultContextLoadTimeWeaver - cn.taketoday.context.weaving中的类
-
Default
LoadTimeWeaverbean for use in an application context, decorating an automatically detected internalLoadTimeWeaver. - DefaultContextLoadTimeWeaver() - 类的构造器 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- DefaultContextLoadTimeWeaver(ClassLoader) - 类的构造器 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- defaultDomain() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableMBeanExport
-
The default domain to use when generating JMX ObjectNames.
- DefaultEventListenerFactory - cn.taketoday.context.event中的类
-
Default
EventListenerFactoryimplementation that supports the regularEventListenerannotation. - DefaultEventListenerFactory() - 类的构造器 cn.taketoday.context.event.DefaultEventListenerFactory
- DefaultFormattingConversionService - cn.taketoday.format.support中的类
-
A specialization of
FormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications. - DefaultFormattingConversionService() - 类的构造器 cn.taketoday.format.support.DefaultFormattingConversionService
-
Create a new
DefaultFormattingConversionServicewith the set of default converters and default formatters. - DefaultFormattingConversionService(boolean) - 类的构造器 cn.taketoday.format.support.DefaultFormattingConversionService
-
Create a new
DefaultFormattingConversionServicewith the set of default converters and, based on the value ofregisterDefaultFormatters, the set of default formatters. - DefaultFormattingConversionService(StringValueResolver, boolean) - 类的构造器 cn.taketoday.format.support.DefaultFormattingConversionService
-
Create a new
DefaultFormattingConversionServicewith the set of default converters and, based on the value ofregisterDefaultFormatters, the set of default formatters. - DefaultLifecycleProcessor - cn.taketoday.context.support中的类
-
Default implementation of the
LifecycleProcessorstrategy. - DefaultLifecycleProcessor() - 类的构造器 cn.taketoday.context.support.DefaultLifecycleProcessor
- DefaultManagedAwareThreadFactory - cn.taketoday.scheduling.concurrent中的类
-
JNDI-based variant of
CustomizableThreadFactory, performing a default lookup for JSR-236's "java:comp/DefaultManagedThreadFactory" in a Jakarta EE environment, falling back to the localCustomizableThreadFactorysetup if not found. - DefaultManagedAwareThreadFactory() - 类的构造器 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
- DefaultManagedTaskExecutor - cn.taketoday.scheduling.concurrent中的类
-
JNDI-based variant of
ConcurrentTaskExecutor, performing a default lookup for JSR-236's "java:comp/DefaultManagedExecutorService" in a Jakarta EE/8 environment. - DefaultManagedTaskExecutor() - 类的构造器 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
- DefaultManagedTaskScheduler - cn.taketoday.scheduling.concurrent中的类
-
JNDI-based variant of
ConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Jakarta EE environment. - DefaultManagedTaskScheduler() - 类的构造器 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
- DefaultMessageCodesResolver - cn.taketoday.validation中的类
-
Default implementation of the
MessageCodesResolverinterface. - DefaultMessageCodesResolver() - 类的构造器 cn.taketoday.validation.DefaultMessageCodesResolver
- DefaultMessageCodesResolver.Format - cn.taketoday.validation中的Enum Class
-
Common message code formats.
- DefaultMessageSourceResolvable - cn.taketoday.context.support中的类
-
Framework's default implementation of the
MessageSourceResolvableinterface. - DefaultMessageSourceResolvable(MessageSourceResolvable) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Copy constructor: Create a new instance from another resolvable.
- DefaultMessageSourceResolvable(String) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[]) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], Object[]) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], Object[], String) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Create a new DefaultMessageSourceResolvable.
- DefaultMessageSourceResolvable(String[], String) - 类的构造器 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Create a new DefaultMessageSourceResolvable.
- defaultValue() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedAttribute
-
Set the default value for the attribute in a
Descriptor. - DefaultValue - cn.taketoday.context.properties.bind中的Annotation Interface
-
Annotation that can be used to specify the default value when binding to an immutable property.
- DeferredImportSelector - cn.taketoday.context.annotation中的接口
-
A variation of
ImportSelectorthat runs after all@Configurationbeans have been processed. - DeferredImportSelector.Group - cn.taketoday.context.annotation中的接口
-
Interface used to group results from different import selectors.
- DeferredImportSelector.Group.Entry - cn.taketoday.context.annotation中的Record Class
-
An entry that holds the
AnnotationMetadataof the importingConfigurationclass and the class name to import. - DelegatingErrorHandlingRunnable - cn.taketoday.scheduling.support中的类
-
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an
ErrorHandlerto handle it. - DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - 类的构造器 cn.taketoday.scheduling.support.DelegatingErrorHandlingRunnable
-
Create a new DelegatingErrorHandlingRunnable.
- DelegatingMessageSource - cn.taketoday.context.support中的类
-
Empty
MessageSourcethat delegates all calls to the parent MessageSource. - DelegatingMessageSource() - 类的构造器 cn.taketoday.context.support.DelegatingMessageSource
- Delimiter - cn.taketoday.format.annotation中的Annotation Interface
-
Declares a field or method parameter should be converted to collection using the specified delimiter.
- DependsOn - cn.taketoday.context.annotation中的Annotation Interface
-
Beans on which the current bean depends.
- DeprecatedConfigurationProperty - cn.taketoday.context.properties中的Annotation Interface
-
Indicates that a getter in a
@ConfigurationPropertiesobject is deprecated. - description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedAttribute
-
Set the description for the attribute in a
Descriptor. - description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedNotification
- description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedOperation
- description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedOperationParameter
- description() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- Description - cn.taketoday.context.annotation中的Annotation Interface
- destroy() - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- destroy() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
- destroy() - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Unregisters the specified
NotificationListener. - destroy() - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Unregisters all beans that this exported has exposed via JMX when the enclosing
ApplicationContextis destroyed. - destroy() - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Stop the
JMXConnectorServermanaged by an instance of this class. - destroy() - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Closes the underlying
JMXConnector. - destroy() - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Unregisters the
MBeanServerinstance, if necessary. - destroy() - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- destroy() - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Calls
shutdownwhen the BeanFactory destroys the task executor instance. - destroy() - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- destroy() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
- destroy() - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- destroy() - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Destroy the inner bean factory (used for scripts) on shutdown.
- destroy() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- destroyBeans() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Template method for destroying all beans that this context manages.
- destroyMethod() - annotation interface 中的元素 cn.taketoday.context.annotation.Bean
-
The optional name of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - destroyMethod() - annotation interface 中的元素 cn.taketoday.stereotype.Component
-
The optional name of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - destroyMethod() - annotation interface 中的元素 cn.taketoday.stereotype.Prototype
-
The optional names of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - destroyMethod() - annotation interface 中的元素 cn.taketoday.stereotype.Repository
-
The optional names of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - destroyMethod() - annotation interface 中的元素 cn.taketoday.stereotype.Service
-
The optional names of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - destroyMethod() - annotation interface 中的元素 cn.taketoday.stereotype.Singleton
-
The optional names of a method to call on the bean instance upon closing the application context, for example a
close()method on a JDBCDataSourceimplementation, or a HibernateSessionFactoryobject. - detect(String) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle
-
Detect the style from the given source value.
- detect(String) - enum class中的静态方法 cn.taketoday.format.annotation.PeriodStyle
-
Detect the style from the given source value.
- detectAndParse(String) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle
-
Detect the style then parse the value to return a duration.
- detectAndParse(String) - enum class中的静态方法 cn.taketoday.format.annotation.PeriodStyle
-
Detect the style then parse the value to return a period.
- detectAndParse(String, ChronoUnit) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle
-
Detect the style then parse the value to return a duration.
- detectAndParse(String, ChronoUnit) - enum class中的静态方法 cn.taketoday.format.annotation.PeriodStyle
-
Detect the style then parse the value to return a period.
- DeterminableImports - cn.taketoday.context.annotation.config中的接口
-
Interface that can be implemented by
ImportSelectorandImportBeanDefinitionRegistrarimplementations when they can determine imports early. - determineBeanNameFromAnnotation(AnnotatedBeanDefinition) - 类中的方法 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
-
Derive a bean name from one of the annotations on the class.
- determineCacheOperations(AnnotationCacheOperationSource.CacheOperationProvider) - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
-
Determine the cache operation(s) for the given
AnnotationCacheOperationSource.CacheOperationProvider. - determineErrorCode(ConstraintDescriptor<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Determine a Framework-reported error code for the given constraint descriptor.
- determineField(ConstraintViolation<Object>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Determine a field for the given constraint violation.
- determineImports(AnnotationMetadata) - 接口中的方法 cn.taketoday.context.annotation.config.DeterminableImports
-
Return a set of objects that represent the imports.
- determineImports(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- determineValidationGroups(MethodInvocation) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationInterceptor
-
Determine the validation groups to validate against for the given method invocation.
- determineValidationHints(Annotation) - 类中的静态方法 cn.taketoday.validation.annotation.ValidationAnnotationUtils
-
Determine any validation hints by the given annotation.
- didNotFind(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicate that one or more results were not found.
- didNotFind(String, String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- DirectFieldBindingResult - cn.taketoday.validation中的类
-
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
- DirectFieldBindingResult(Object, String) - 类的构造器 cn.taketoday.validation.DirectFieldBindingResult
-
Create a new DirectFieldBindingResult instance.
- DirectFieldBindingResult(Object, String, boolean) - 类的构造器 cn.taketoday.validation.DirectFieldBindingResult
-
Create a new DirectFieldBindingResult instance.
- disable() - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Disable caching.
- DISABLED - enum class 中的枚举常量 cn.taketoday.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Switches off Framework-based AspectJ load-time weaving (even if a "META-INF/aop.xml" resource is present on the classpath).
- displayName() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- doBind(PropertyValues) - 类中的方法 cn.taketoday.validation.DataBinder
-
Actual implementation of the binding process, working with the passed-in PropertyValues instance.
- doClear(Cache, boolean) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Execute
Cache.clear()on the specifiedCacheand invoke the error handler if an exception occurs. - doClose() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Actually performs context closing: publishes a ContextClosedEvent and destroys the singletons in the bean factory of this application context.
- doEvict(Cache, Object, boolean) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Execute
Cache.evict(Object)/Cache.evictIfPresent(Object)on the specifiedCacheand invoke the error handler if an exception occurs. - doGet(Cache, Object) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Execute
Cache.get(Object)on the specifiedCacheand invoke the error handler if an exception occurs. - doGetBundle(String, Locale) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Obtain the resource bundle for the given basename and Locale.
- doInContext(Context) - 接口中的方法 cn.taketoday.jndi.JndiCallback
-
Do something with the given JNDI context.
- doInvoke(Object[]) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Invoke the event listener method with the given argument values.
- doInvoke(MethodInvocation) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource.
- doLogCacheError(Logger, String, RuntimeException) - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Log the specified message.
- doParse(Element, BeanDefinitionBuilder) - 类中的方法 cn.taketoday.scheduling.config.SchedulerBeanDefinitionParser
- doParse(Element, ParserContext, BeanDefinitionBuilder) - 类中的方法 cn.taketoday.scheduling.config.ExecutorBeanDefinitionParser
- doParse(Element, ParserContext, BeanDefinitionBuilder) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTasksBeanDefinitionParser
- doPut(Cache, Object, Object) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Execute
Cache.put(Object, Object)on the specifiedCacheand invoke the error handler if an exception occurs. - doRegister(Object, ObjectName) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Actually register the MBean with the server.
- doScanning(String) - 类中的方法 cn.taketoday.context.loader.ScanningBeanDefinitionReader
- doSend(MimeMessage[], Object[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Actually send the given array of MimeMessages via JavaMail.
- doSetNestedPath(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
-
Actually set the nested path.
- doUnregister(ObjectName) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Actually unregister the specified MBean from the server.
- doValidate(Object) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
-
Perform validation of the given bean.
- DurationFormat - cn.taketoday.format.annotation中的Annotation Interface
-
Annotation that can be used to indicate the format to use when converting a
Duration. - DurationStyle - cn.taketoday.format.annotation中的Enum Class
-
Duration format styles.
- DurationStyle.Unit - cn.taketoday.format.annotation中的Enum Class
-
Units that we support.
- DurationUnit - cn.taketoday.format.annotation中的Annotation Interface
-
Annotation that can be used to change the default unit used when converting a
Duration.
E
- EmbeddedValueResolutionSupport - cn.taketoday.context.support中的类
-
Convenient base class for components with a need for embedded value resolution (i.e.
- EmbeddedValueResolutionSupport() - 类的构造器 cn.taketoday.context.support.EmbeddedValueResolutionSupport
- EmbeddedValueResolverAware - cn.taketoday.context.expression中的接口
-
Interface to be implemented by any object that wishes to be notified of a
StringValueResolverfor the resolution of embedded definition values. - empty() - 类中的静态方法 cn.taketoday.context.condition.ConditionMessage
-
Factory method to return a new empty
ConditionMessage. - EMPTY - 类中的静态变量 cn.taketoday.cache.interceptor.SimpleKey
-
An empty key.
- EMPTY - 类中的静态变量 cn.taketoday.cache.support.DefaultCacheKey
- EMPTY - 类中的静态变量 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
An empty
ConfigurationPropertyName. - EMPTY - 类中的静态变量 cn.taketoday.jmx.export.metadata.ManagedAttribute
-
Empty attributes.
- enable() - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Enable caching with an unlimited time-to-live.
- EnableAspectJAutoProxy - cn.taketoday.context.annotation中的Annotation Interface
-
Enables support for handling components marked with AspectJ's
@Aspectannotation, similar to functionality found in Framework's<aop:aspectj-autoproxy>XML element. - enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - 类中的静态方法 cn.taketoday.context.weaving.AspectJWeavingEnabler
-
Enable AspectJ weaving with the given
LoadTimeWeaver. - enableAsync - 类中的变量 cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- EnableAsync - cn.taketoday.scheduling.annotation中的Annotation Interface
-
Enables asynchronous method execution capability, similar to functionality found in
<task:*>XML namespace. - EnableAutoConfiguration - cn.taketoday.context.annotation.config中的Annotation Interface
-
Enable auto-configuration of the Application Context, attempting to guess and configure beans that you are likely to need.
- enableCaching - 类中的变量 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- EnableCaching - cn.taketoday.cache.annotation中的Annotation Interface
-
Enables Framework's annotation-driven cache management capability, similar to the support found in Framework's
<cache:*>XML namespace. - EnableConfigurationProperties - cn.taketoday.context.properties中的Annotation Interface
-
Enable support for
@ConfigurationPropertiesannotated beans. - ENABLED - enum class 中的枚举常量 cn.taketoday.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Switches on Framework-based AspectJ load-time weaving.
- ENABLED_OVERRIDE_PROPERTY - annotation interface中的静态变量 cn.taketoday.context.annotation.config.EnableAutoConfiguration
-
Environment property that can be used to override when autoconfiguration is enabled.
- EnableLoadTimeWeaving - cn.taketoday.context.annotation中的Annotation Interface
-
Activates a Framework
LoadTimeWeaverfor this application context, available as a bean with the name "loadTimeWeaver", similar to the<context:load-time-weaver>element in Framework XML. - EnableLoadTimeWeaving.AspectJWeaving - cn.taketoday.context.annotation中的Enum Class
-
AspectJ weaving enablement options.
- EnableMBeanExport - cn.taketoday.context.annotation中的Annotation Interface
-
Enables default exporting of all standard
MBeans from the Framework context, as well as well all@ManagedResourceannotated beans. - EnableScheduling - cn.taketoday.scheduling.annotation中的Annotation Interface
-
Enables scheduled task execution capability, similar to functionality found in
<task:*>XML namespace. - encoding() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySource
-
A specific character encoding for the given resources, e.g.
- enhanceConfigurationClasses(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Post-processes a BeanFactory in search of Configuration class BeanDefinitions; any candidates are then enhanced by a
ConfigurationClassEnhancer. - Entry(AnnotationMetadata, String) - record class的构造器 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
创建
Entry记录的实例。 - ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - 类中的静态变量 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
"environmentProperties" is the name given to the
PropertySourcethat wraps the environment supplied to this configurer. - EnvironmentAccessor - cn.taketoday.context.expression中的类
-
Read-only EL property accessor that knows how to retrieve keys of a
Environmentinstance. - EnvironmentAccessor() - 类的构造器 cn.taketoday.context.expression.EnvironmentAccessor
- EnvironmentAware - cn.taketoday.context.aware中的接口
-
Interface to be implemented by any bean that wishes to be notified of the
Environmentthat it runs in. - EQUAL_OR_NEWER - enum class 中的枚举常量 cn.taketoday.context.condition.ConditionalOnJava.Range
-
Equal to, or newer than the specified
JavaVersion. - equals() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingComponent
-
equals
MissingComponent.type()? - equals(Object) - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
- equals(Object) - 类中的方法 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- equals(Object) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
-
This implementation compares the
toString()results. - equals(Object) - 类中的方法 cn.taketoday.cache.interceptor.MethodKey
- equals(Object) - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
- equals(Object) - 类中的方法 cn.taketoday.cache.interceptor.SimpleKey
- equals(Object) - 类中的方法 cn.taketoday.cache.support.DefaultCacheKey
- equals(Object) - 类中的方法 cn.taketoday.context.annotation.config.TypeExcludeFilter
- equals(Object) - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- equals(Object) - 类中的方法 cn.taketoday.context.condition.ConditionMessage
- equals(Object) - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
- equals(Object) - 类中的方法 cn.taketoday.context.expression.AnnotatedElementKey
- equals(Object) - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator.ExpressionKey
- equals(Object) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
- equals(Object) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
- equals(Object) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
- equals(Object) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
- equals(Object) - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
- equals(Object) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- equals(Object) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
- equals(Object) - 类中的方法 cn.taketoday.origin.OriginTrackedResource
- equals(Object) - 类中的方法 cn.taketoday.origin.OriginTrackedValue
- equals(Object) - 类中的方法 cn.taketoday.origin.SystemEnvironmentOrigin
- equals(Object) - 类中的方法 cn.taketoday.origin.TextResourceOrigin
- equals(Object) - 类中的方法 cn.taketoday.origin.TextResourceOrigin.Location
- equals(Object) - 类中的方法 cn.taketoday.scheduling.support.CronExpression
- equals(Object) - 类中的方法 cn.taketoday.scheduling.support.CronTrigger
- equals(Object) - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
- equals(Object) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- equals(Object) - 异常错误中的方法 cn.taketoday.validation.BindException
- equals(Object) - 类中的方法 cn.taketoday.validation.FieldError
- equals(Object) - 类中的方法 cn.taketoday.validation.ObjectError
- errorHandler - 类中的变量 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- errorHandler - 类中的变量 cn.taketoday.cache.interceptor.AbstractCacheInvoker
- errorHandler() - 接口中的方法 cn.taketoday.cache.annotation.CachingConfigurer
-
Return the
CacheErrorHandlerto use to handle cache-related errors. - Errors - cn.taketoday.validation中的接口
-
Stores and exposes information about data-binding and validation errors for a specific object.
- evaluate(ScriptSource) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptEvaluator
- evaluate(ScriptSource) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource) - 接口中的方法 cn.taketoday.scripting.ScriptEvaluator
-
Evaluate the given script.
- evaluate(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - 接口中的方法 cn.taketoday.scripting.ScriptEvaluator
-
Evaluate the given script with the given arguments.
- evaluate(ScriptSource, Map<String, Object>) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
- evaluate(String, BeanExpressionContext) - 类中的方法 cn.taketoday.context.expression.StandardBeanExpressionResolver
- evaluateExpression(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- evaluateExpression(String, Class<T>) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- evaluateScript(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- event() - annotation interface 中的元素 cn.taketoday.context.event.EventListener
-
The event classes that this listener handles.
- EVENT_LISTENER_FACTORY_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed EventListenerFactory.
- EVENT_LISTENER_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed @EventListener annotation processor.
- EventListener - cn.taketoday.context.event中的Annotation Interface
-
Annotation that marks a method as a listener for application events.
- EventListenerFactory - cn.taketoday.context.event中的接口
-
Strategy interface for creating
ApplicationListenerfor methods annotated withEventListener. - EventListenerMethodProcessor - cn.taketoday.context.event中的类
-
Process @EventListener annotated on a method
- EventListenerMethodProcessor() - 类的构造器 cn.taketoday.context.event.EventListenerMethodProcessor
- EventPublicationInterceptor - cn.taketoday.context.event中的类
-
Interceptorthat publishes anApplicationEventto allApplicationListenersregistered with anApplicationEventPublisherafter each successful method invocation. - EventPublicationInterceptor() - 类的构造器 cn.taketoday.context.event.EventPublicationInterceptor
- evict() - annotation interface 中的元素 cn.taketoday.cache.annotation.Caching
- evict(Object) - 接口中的方法 cn.taketoday.cache.Cache
-
Evict the mapping for this key from this cache if it is present.
- evict(Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- evict(Object) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- evict(Object) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- evictIfPresent(Object) - 接口中的方法 cn.taketoday.cache.Cache
-
Evict the mapping for this key from this cache if it is present, expecting the key to be immediately invisible for subsequent lookups.
- evictIfPresent(Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- evictIfPresent(Object) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- evictIfPresent(Object) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- exceptionHandler - 类中的变量 cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- exclude() - annotation interface 中的元素 cn.taketoday.context.annotation.config.EnableAutoConfiguration
-
Exclude specific auto-configuration classes such that they will never be applied.
- exclude() - annotation interface 中的元素 cn.taketoday.context.annotation.config.ImportAutoConfiguration
-
Exclude specific auto-configuration classes such that they will never be applied.
- excludeFilters() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Specifies which types are not eligible for component scanning.
- excludeName() - annotation interface 中的元素 cn.taketoday.context.annotation.config.EnableAutoConfiguration
-
Exclude specific auto-configuration class names such that they will never be applied.
- exclusions - 类中的变量 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector.AutoConfigurationEntry
- execute(CacheOperationInvoker, Object, Method, Object[]) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
- execute(JndiCallback<T>) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Execute the given JNDI context callback implementation.
- execute(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- execute(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- execute(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- execute(Runnable, long) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- execute(Runnable, long) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- execute(Runnable, long) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- executeScript(ScriptSource, Class<?>) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Instantiate the given Groovy script class and run it if necessary.
- executor - 类中的变量 cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- ExecutorBeanDefinitionParser - cn.taketoday.scheduling.config中的类
-
Parser for the 'executor' element of the 'task' namespace.
- ExecutorBeanDefinitionParser() - 类的构造器 cn.taketoday.scheduling.config.ExecutorBeanDefinitionParser
- ExecutorConfigurationSupport - cn.taketoday.scheduling.concurrent中的类
-
Base class for setting up a
ExecutorService(typically aThreadPoolExecutororScheduledThreadPoolExecutor). - ExecutorConfigurationSupport() - 类的构造器 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
- exposeProxy() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableAspectJAutoProxy
-
Indicate that the proxy should be exposed by the AOP framework as a
ThreadLocalfor retrieval via theAopContextclass. - ExpressionKey(AnnotatedElementKey, String) - 类的构造器 cn.taketoday.context.expression.CachedExpressionEvaluator.ExpressionKey
- ExtendedModelMap - cn.taketoday.ui中的类
- ExtendedModelMap() - 类的构造器 cn.taketoday.ui.ExtendedModelMap
F
- factory() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySource
-
Specify a custom
PropertySourceFactory, if any. - FAIL_ON_EXISTING - enum class 中的枚举常量 cn.taketoday.jmx.support.RegistrationPolicy
-
Registration should fail when attempting to register an MBean under a name that already exists.
- FAILED - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context failed to start
- fallbackPatterns() - annotation interface 中的元素 cn.taketoday.format.annotation.DateTimeFormat
-
The set of custom patterns to use as a fallback in case parsing fails for the primary
DateTimeFormat.pattern(),DateTimeFormat.iso(), orDateTimeFormat.style()attribute. - FIELD_CLASS - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the class field in a JMX
Descriptor. - FIELD_CURRENCY_TIME_LIMIT - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the currency time limit field in a JMX
Descriptor. - FIELD_DEFAULT - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the default field in a JMX
Descriptor. - FIELD_DISPLAY_NAME - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the displayName field in a JMX
Descriptor. - FIELD_GET_METHOD - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies a getter method in a JMX
Descriptor. - FIELD_LOG - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the log field in a JMX
Descriptor. - FIELD_LOG_FILE - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the logfile field in a JMX
Descriptor. - FIELD_METRIC_CATEGORY - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the custom metricCategory field in a JMX
Descriptor. - FIELD_METRIC_TYPE - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the metricType field in a JMX
Descriptor. - FIELD_PERSIST_LOCATION - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistLocation field in a JMX
Descriptor. - FIELD_PERSIST_NAME - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistName field in a JMX
Descriptor. - FIELD_PERSIST_PERIOD - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistPeriod field in a JMX
Descriptor. - FIELD_PERSIST_POLICY - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistPolicy field in a JMX
Descriptor. - FIELD_ROLE - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the role field in a JMX
Descriptor. - FIELD_SET_METHOD - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies a setter method in a JMX
Descriptor. - FIELD_UNITS - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the units field in a JMX
Descriptor. - FIELD_VISIBILITY - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the visibility field in a JMX
Descriptor. - FieldError - cn.taketoday.validation中的类
-
Encapsulates a field error, that is, a reason for rejecting a specific field value.
- FieldError(String, String, Object, boolean, String[], Object[], String) - 类的构造器 cn.taketoday.validation.FieldError
-
Create a new FieldError instance.
- FieldError(String, String, String) - 类的构造器 cn.taketoday.validation.FieldError
-
Create a new FieldError instance.
- FileSystemXmlApplicationContext - cn.taketoday.context.support中的类
-
Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.
- FileSystemXmlApplicationContext() - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext for bean-style configuration.
- FileSystemXmlApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext for bean-style configuration.
- FileSystemXmlApplicationContext(String) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
- FileSystemXmlApplicationContext(String...) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
- FileSystemXmlApplicationContext(String[], boolean) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
- FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
- FileSystemXmlApplicationContext(String[], ApplicationContext) - 类的构造器 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
- fillInStackTrace() - 异常错误中的方法 cn.taketoday.scripting.support.StandardScriptEvalException
- filter(Collection<String>, FilteringContextCondition.ClassNameFilter, ClassLoader) - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- filter(Predicate<ConfigurationPropertyName>) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return a filtered variant of this source, containing only names that match the given
Predicate. - filter(Predicate<ConfigurationPropertyName>) - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
- FilteredMethodValidationPostProcessor - cn.taketoday.validation.beanvalidation中的类
-
Custom
MethodValidationPostProcessorthat appliesexclusion filters. - FilteredMethodValidationPostProcessor(Collection<? extends MethodValidationExcludeFilter>) - 类的构造器 cn.taketoday.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new
FilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing. - FilteredMethodValidationPostProcessor(Stream<? extends MethodValidationExcludeFilter>) - 类的构造器 cn.taketoday.validation.beanvalidation.FilteredMethodValidationPostProcessor
-
Creates a new
FilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing. - FilteringContextCondition - cn.taketoday.context.condition中的类
-
Abstract base class for a
ContextConditionthat also implementsAutoConfigurationImportFilter. - FilteringContextCondition() - 类的构造器 cn.taketoday.context.condition.FilteringContextCondition
- FilteringContextCondition.ClassNameFilter - cn.taketoday.context.condition中的Enum Class
- FilterType - cn.taketoday.context.annotation中的Enum Class
-
Enumeration of the type filters that may be used in conjunction with
@ComponentScan. - find(BeanFactory) - 类中的静态方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Attempt to find the
ConditionEvaluationReportfor the specified bean factory. - findAnnotationOnBean(String, Class<A>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- findAnnotationOnBean(String, Class<A>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- findAnnotationOnBean(String, Class<A>, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- findAnnotationOnBean(String, Class<A>, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- findCacheOperations(Class<?>) - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
- findCacheOperations(Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Subclasses need to implement this to return the caching attribute for the given class, if any.
- findCacheOperations(Method) - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
- findCacheOperations(Method) - 类中的方法 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Subclasses need to implement this to return the caching attribute for the given method, if any.
- findCandidateComponents(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Scan the class path for candidate components.
- findCustomEditor(Class<?>, String) - 类中的方法 cn.taketoday.validation.DataBinder
- findEditor(String, Class) - 异常错误中的方法 cn.taketoday.validation.BindException
- findEditor(String, Class<?>) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
This implementation delegates to the
PropertyEditorRegistry's editor lookup facility, if available. - findEditor(String, Class<?>) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
- findEditor(String, Class<?>) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Find a custom property editor for the given type and property.
- findSynthesizedAnnotation(String, Class<A>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- findSynthesizedAnnotation(String, Class<A>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- finishBeanFactoryInitialization(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
- finishRefresh() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Finish the refresh of this context, invoking the LifecycleProcessor's onRefresh() method and publishing the
ContextRefreshedEvent. - fixedDelay() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between the end of the last invocation and the start of the next.
- fixedDelayString() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between the end of the last invocation and the start of the next.
- FixedDelayTask - cn.taketoday.scheduling.config中的类
-
Specialization of
IntervalTaskfor fixed-delay semantics. - FixedDelayTask(Runnable, long, long) - 类的构造器 cn.taketoday.scheduling.config.FixedDelayTask
-
Create a new
FixedDelayTask. - FixedDelayTask(Runnable, Duration, Duration) - 类的构造器 cn.taketoday.scheduling.config.FixedDelayTask
-
Create a new
FixedDelayTask. - fixedField(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
-
Transform the given field into its full path, regarding the nested path of this instance.
- fixedRate() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between invocations.
- fixedRateString() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between invocations.
- FixedRateTask - cn.taketoday.scheduling.config中的类
-
Specialization of
IntervalTaskfor fixed-rate semantics. - FixedRateTask(Runnable, long, long) - 类的构造器 cn.taketoday.scheduling.config.FixedRateTask
-
Create a new
FixedRateTask. - FixedRateTask(Runnable, Duration, Duration) - 类的构造器 cn.taketoday.scheduling.config.FixedRateTask
-
Create a new
FixedRateTask. - forCondition(Class<? extends Annotation>, Object...) - 类中的静态方法 cn.taketoday.context.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forCondition(String, Object...) - 类中的静态方法 cn.taketoday.context.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forExecutables() - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- forExecutables() - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- forExecutionException(Throwable) - 类中的静态方法 cn.taketoday.scheduling.annotation.AsyncResult
-
Create a new async result which exposes the given exception as an
ExecutionExceptionfromFuture.get(). - ForkJoinPoolFactoryBean - cn.taketoday.scheduling.concurrent中的类
-
A Framework
FactoryBeanthat builds and exposes a preconfiguredForkJoinPool. - ForkJoinPoolFactoryBean() - 类的构造器 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- format(String, String, String) - 接口中的方法 cn.taketoday.validation.MessageCodeFormatter
-
Build and return a message code consisting of the given fields, usually delimited by
DefaultMessageCodesResolver.CODE_SEPARATOR. - formatFieldValue(String, Object) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Format the given value for the specified field.
- formatFieldValue(String, Object) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Formats the field value based on registered PropertyEditors.
- formatMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Format the given message String, using cached MessageFormats.
- formatStartupDate() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- Formatter<T> - cn.taketoday.format中的接口
-
Formats objects of type T.
- FormatterPropertyEditorAdapter - cn.taketoday.format.support中的类
-
Adapter that bridges between
FormatterandPropertyEditor. - FormatterPropertyEditorAdapter(Formatter<?>) - 类的构造器 cn.taketoday.format.support.FormatterPropertyEditorAdapter
-
Create a new
FormatterPropertyEditorAdapterfor the givenFormatter. - FormatterRegistrar - cn.taketoday.format中的接口
-
Registers
ConvertersandFormatterswith a FormattingConversionService through theFormatterRegistrySPI. - FormatterRegistry - cn.taketoday.format中的接口
-
A registry of field formatting logic.
- FormattingConversionService - cn.taketoday.format.support中的类
-
A
ConversionServiceimplementation designed to be configured as aFormatterRegistry. - FormattingConversionService() - 类的构造器 cn.taketoday.format.support.FormattingConversionService
- FormattingConversionServiceFactoryBean - cn.taketoday.format.support中的类
-
A factory providing convenient access to a
FormattingConversionServiceconfigured with converters and formatters for common types such as numbers and datetimes. - FormattingConversionServiceFactoryBean() - 类的构造器 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- forPayload(Consumer<T>) - 接口中的静态方法 cn.taketoday.context.ApplicationListener
-
Create a new
ApplicationListenerfor the given payload consumer. - forType(Class<?>) - enum class中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBean.BindMethod
- forValue(V) - 类中的静态方法 cn.taketoday.scheduling.annotation.AsyncResult
-
Create a new async result which exposes the given value from
Future.get(). - found(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- found(String, String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- foundExactly(Object) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicate that an exact result was found.
- from(BeanFactory) - 类中的静态方法 cn.taketoday.context.loader.BootstrapContext
- from(PropertySource<?>) - 接口中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return a single new
ConfigurationPropertySourceadapted from the given FrameworkPropertySourceornullif the source cannot be adapted. - from(PropertySource<?>) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Return
Iterablecontaining a single newConfigurationPropertySourceadapted from the given FrameworkPropertySource. - from(Resource, Origin) - 类中的静态方法 cn.taketoday.origin.OriginTrackedResource
-
Return a new
origin trackedversion the givenResource. - from(WritableResource, Origin) - 类中的静态方法 cn.taketoday.origin.OriginTrackedResource
-
Return a new
origin trackedversion the givenWritableResource. - from(Iterable<PropertySource<?>>) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Return
Iterablecontaining newConfigurationPropertySourceinstances adapted from the given FrameworkPropertySources. - from(Object) - 接口中的静态方法 cn.taketoday.origin.Origin
-
Find the
Originthat an object originated from. - fromChronoUnit(ChronoUnit) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle.Unit
- fromStoreValue(Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- fromStoreValue(Object) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Convert the given value from the internal store to a user value returned from the get method (adapting
null). - fromSuffix(String) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle.Unit
- FullyQualifiedAnnotationBeanNameGenerator - cn.taketoday.context.annotation中的类
-
An extension of
AnnotationBeanNameGeneratorthat uses the fully qualified class name as the default bean name if an explicit bean name is not supplied via a supported type-level annotation such as@Component(seeAnnotationBeanNameGeneratorfor details on supported annotations). - FullyQualifiedAnnotationBeanNameGenerator() - 类的构造器 cn.taketoday.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
G
- GAUGE - enum class 中的枚举常量 cn.taketoday.jmx.support.MetricType
-
The measurement values may go up or down over time.
- generate(Object, Method, Object...) - 接口中的方法 cn.taketoday.cache.interceptor.KeyGenerator
-
Generate a key for the given method and its parameters.
- generate(Object, Method, Object...) - 类中的方法 cn.taketoday.cache.interceptor.SimpleKeyGenerator
- generateBeanName(BeanDefinition) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Generate a bean name for the given bean definition.
- generateBeanName(BeanDefinition, BeanDefinitionRegistry) - 类中的方法 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
- generateCode(String, MethodVisitor, CodeFlow) - 类中的方法 cn.taketoday.context.expression.MapAccessor
- generateKey(Object) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
-
Compute the key for the given caching operation.
- generateKey(Object...) - 类中的静态方法 cn.taketoday.cache.interceptor.SimpleKeyGenerator
-
Generate a key based on the specified parameters.
- GenericApplicationContext - cn.taketoday.context.support中的类
-
Generic ApplicationContext implementation that holds a single internal
StandardBeanFactoryinstance and does not assume a specific bean definition format. - GenericApplicationContext() - 类的构造器 cn.taketoday.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext.
- GenericApplicationContext(StandardBeanFactory) - 类的构造器 cn.taketoday.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given StandardBeanFactory.
- GenericApplicationContext(StandardBeanFactory, ApplicationContext) - 类的构造器 cn.taketoday.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given StandardBeanFactory.
- GenericApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.GenericApplicationContext
-
Create a new GenericApplicationContext with the given parent.
- GenericApplicationListener - cn.taketoday.context.event中的接口
-
Extended variant of the standard
ApplicationListenerinterface, exposing further metadata such as the supported event and source type. - GenericApplicationListenerAdapter - cn.taketoday.context.event中的类
-
GenericApplicationListeneradapter that determines supported event types through introspecting the generically declared type of the target listener. - GenericApplicationListenerAdapter(ApplicationListener) - 类的构造器 cn.taketoday.context.event.GenericApplicationListenerAdapter
-
Create a new GenericApplicationListener for the given delegate.
- GenericXmlApplicationContext - cn.taketoday.context.support中的类
-
Convenient application context with built-in XML support.
- GenericXmlApplicationContext() - 类的构造器 cn.taketoday.context.support.GenericXmlApplicationContext
- GenericXmlApplicationContext(Resource...) - 类的构造器 cn.taketoday.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
- GenericXmlApplicationContext(Class<?>, String...) - 类的构造器 cn.taketoday.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
- GenericXmlApplicationContext(String...) - 类的构造器 cn.taketoday.context.support.GenericXmlApplicationContext
-
Create a new GenericXmlApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
- get() - 接口中的方法 cn.taketoday.cache.Cache.ValueWrapper
-
Return the actual value in the cache.
- get() - 类中的方法 cn.taketoday.cache.support.SimpleValueWrapper
-
Simply returns the value as given at construction time.
- get() - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Return the object that was bound or throw a
NoSuchElementExceptionif no value was bound. - get() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- get() - 类中的方法 cn.taketoday.validation.MessageInterpolatorFactory
- get(long, TimeUnit) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- get(BeanFactory) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationPackages
-
Return the autoconfiguration base packages for the given bean factory.
- get(ConfigurableBeanFactory) - 类中的静态方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Obtain a
ConditionEvaluationReportfor the specified bean factory. - get(ApplicationContext) - 类中的静态方法 cn.taketoday.context.properties.BoundConfigurationProperties
-
Return the
BoundConfigurationPropertiesfrom the givenApplicationContextif it is available. - get(ApplicationContext, Object, String) - 类中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return a
@ConfigurationPropertiesBeaninstance for the given bean details ornullif the bean is not a@ConfigurationPropertiesobject. - get(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.BoundConfigurationProperties
-
Get the configuration property bound to the given name.
- get(Environment) - 类中的静态方法 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance from the specified environment. - get(Environment) - 接口中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Get for all configuration property sources in the environment.
- get(Environment) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Return a set of
ConfigurationPropertySourceinstances that have previously beenattachedto theEnvironment. - get(Environment, BindHandler) - 类中的静态方法 cn.taketoday.context.properties.bind.Binder
-
Create a new
Binderinstance from the specified environment. - get(Environment, Object) - 接口中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Get for a specific configuration property source in the environment.
- get(PropertySource<?>, String) - 类中的静态方法 cn.taketoday.origin.PropertySourceOrigin
- get(Iterable<ConfigurationPropertySource>) - 接口中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Get for all specified configuration property sources.
- get(Iterable<ConfigurationPropertySource>, Object) - 接口中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Get for a specific configuration property source in the specified configuration property sources.
- get(Object) - 接口中的方法 cn.taketoday.cache.Cache
-
Return the value to which this cache maps the specified key.
- get(Object) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
- get(Object) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- get(Object, Class<T>) - 接口中的方法 cn.taketoday.cache.Cache
-
Return the value to which this cache maps the specified key, generically specifying a type that return value will be cast to.
- get(Object, Class<T>) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
- get(Object, Class<T>) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- get(Object, Callable<T>) - 接口中的方法 cn.taketoday.cache.Cache
-
Return the value to which this cache maps the specified key, obtaining that value from
valueLoaderif necessary. - get(Object, Callable<T>) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- get(Object, Callable<T>) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- get(Object, Callable<T>) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- get(String) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- get(String, String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get an
Stringvalue from the meta-data. - get(String, String, String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get an
Stringvalue from the meta-data. - get(String, Supplier<?>) - 类中的方法 cn.taketoday.context.support.SimpleThreadScope
- getActiveCount() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the number of currently active threads.
- getActiveCount() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the number of currently active threads.
- getActualFieldValue(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Extract the actual field value for the given field.
- getActualFieldValue(String) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Fetches the field value from the PropertyAccessor.
- getActualFieldValue(String) - 类中的方法 cn.taketoday.validation.MapBindingResult
- getActualType() - 异常错误中的方法 cn.taketoday.jndi.TypeMismatchNamingException
-
Return the actual type that the lookup returned, if available.
- getAdvice() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
- getAdviceModeAttributeName() - 类中的方法 cn.taketoday.context.annotation.AdviceModeImportSelector
-
The name of the
AdviceModeattribute for the annotation specified by the generic typeA. - getAliases(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- getAliases(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getAliases(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getAliasList(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getAliasList(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getAll() - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition.MemberMatchOutcomes
- getAll() - 类中的方法 cn.taketoday.context.properties.BoundConfigurationProperties
-
Get all bound properties.
- getAll() - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
-
Get all ApplicationContexts in this JVM
- getAll(ApplicationContext) - 类中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return all
@ConfigurationPropertiesbeans contained in the given application context. - getAllErrors() - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationErrors
-
Return the list of all validation errors.
- getAllErrors() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getAllErrors() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getAllErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- getAllErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Get all errors, both global and field ones.
- getAllowedFields() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the field patterns that should be allowed for binding.
- getAnnotatedBeans(Class<? extends Annotation>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getAnnotation() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return the
ConfigurationPropertiesannotation for the bean. - getAnnotation() - 异常错误中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindException
-
Return the configuration properties annotation that triggered the binding.
- getAnnotation(Class<A>) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Return a single associated annotations that could affect binding.
- getAnnotationClass() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return the source annotation class used by the selector.
- getAnnotationMetadata(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getAnnotations() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Return any associated annotations that could affect binding.
- getAnnotations(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getApplicationContext() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Return the ApplicationContext that this object is associated with.
- getApplicationContext() - 类中的方法 cn.taketoday.context.event.ApplicationContextEvent
-
Get the
ApplicationContextthat the event was raised for. - getApplicationContext() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getApplicationEventMulticaster() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the internal ApplicationEventMulticaster used by the context.
- getApplicationListeners() - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
-
Return a Collection containing all ApplicationListeners.
- getApplicationListeners() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the list of statically specified ApplicationListeners.
- getApplicationListeners(ApplicationEvent, ResolvableType) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
-
Return a Collection of ApplicationListeners matching the given event type.
- getApplicationName() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Return a name for the deployed application that this context belongs to.
- getApplicationName() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return this application name for this context.
- getAppliedPropertySources() - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
Return the property sources that were actually applied during
post-processing. - getArgs() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getArgs() - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationInvocationContext
-
Return the argument list used to invoke the method.
- getArguments() - 接口中的方法 cn.taketoday.context.MessageSourceResolvable
-
Return the array of arguments to be used to resolve this message.
- getArguments() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
- getArgumentsForBindError(String, String) - 类中的方法 cn.taketoday.validation.DefaultBindingErrorProcessor
-
Return FieldError arguments for a binding error on the given field.
- getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Return FieldError arguments for a validation error on the given field.
- getAsText() - 类中的方法 cn.taketoday.context.support.mail.javamail.InternetAddressEditor
- getAsText() - 类中的方法 cn.taketoday.format.support.FormatterPropertyEditorAdapter
- getAsyncExecutor() - 接口中的方法 cn.taketoday.scheduling.annotation.AsyncConfigurer
-
The
Executorinstance to be used when processing async method invocations. - getAsyncExecutor() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncConfigurerSupport
- getAsyncUncaughtExceptionHandler() - 接口中的方法 cn.taketoday.scheduling.annotation.AsyncConfigurer
-
The
AsyncUncaughtExceptionHandlerinstance to be used when an exception is thrown during an asynchronous method execution withvoidreturn type. - getAsyncUncaughtExceptionHandler() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncConfigurerSupport
- getAttribute(String) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Switches the
context ClassLoaderfor the managed resourcesClassLoaderbefore allowing the invocation to occur. - getAttribute(String) - 类中的方法 cn.taketoday.ui.ConcurrentModel
- getAttribute(String) - 接口中的方法 cn.taketoday.ui.Model
-
Returns the value of the named attribute as an
Object, ornullif no attribute of the given name exists. - getAttribute(String) - 类中的方法 cn.taketoday.ui.ModelMap
-
Return the attribute value for the given name, if any.
- getAttributeDescription(PropertyDescriptor, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular attribute.
- getAttributeDescription(PropertyDescriptor, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Creates a description for the attribute corresponding to this property descriptor.
- getAttributeInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the attribute metadata for the MBean resource.
- getAttributeInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
- getAttributeName(BeanProperty, boolean) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributeName(PropertyDescriptor, boolean) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the JMX attribute name to use for the given JavaBeans property.
- getAttributeNames() - 接口中的方法 cn.taketoday.ui.Model
-
Return the names of all attributes.
- getAttributes(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return the appropriate
AnnotationAttributesfrom theAnnotationMetadata. - getAttributes(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getAttributes(String[]) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Switches the
context ClassLoaderfor the managed resourcesClassLoaderbefore allowing the invocation to occur. - getAutoConfigurationEntry(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return the
AutoConfigurationImportSelector.AutoConfigurationEntrybased on theAnnotationMetadataof the importing@Configurationclass. - getAutoConfigurationImportFilters() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getAutoConfigurationImportListeners() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getAutoConfigurations() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationExcludeFilter
- getAutoGrowCollectionLimit() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the current limit for array and collection auto-growing.
- getAutowireCapableBeanFactory() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Expose AutowireCapableBeanFactory functionality for this context.
- getAutowireCapableBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getAutowireCapableBeanFactory() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBasenameSet() - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Return this
MessageSource's basename set, containing entries in the order of registration. - getBcc() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getBean(Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBean(Class<T>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBean(Class<T>, Object...) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBean(Class<T>, Object...) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBean(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBean(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBean(String, Class<T>) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Return a bean with the specified name and type.
- getBean(String, Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBean(String, Class<T>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBean(String, Object...) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBean(String, Object...) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanClassLoader() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getBeanClassLoader() - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- getBeanClassName(Element) - 类中的方法 cn.taketoday.scheduling.config.ExecutorBeanDefinitionParser
- getBeanClassName(Element) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTasksBeanDefinitionParser
- getBeanClassName(Element) - 类中的方法 cn.taketoday.scheduling.config.SchedulerBeanDefinitionParser
- getBeanDefinition(Class<?>) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanDefinition(Class<?>) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBeanDefinition(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBeanDefinition(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanDefinitionCount() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanDefinitionCount() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanDefinitionCount() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBeanDefinitionCount() - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanDefinitionDefaults() - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Return the defaults to use for detected beans (never
null). - getBeanDefinitionNames() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanDefinitionNames() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanDefinitionNames() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBeanDefinitionNames() - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanDefinitions() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanDefinitions() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanDefinitions() - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanFactory() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getBeanFactory() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getBeanFactory() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Get AbstractBeanFactory
- getBeanFactory() - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- getBeanFactory() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Get AbstractBeanFactory
- getBeanFactory() - 类中的方法 cn.taketoday.context.event.ApplicationContextEvent
- getBeanFactory() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Subclasses must return their internal bean factory here.
- getBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- getBeanFactory() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getBeanNameGenerator() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getBeanNamesForAnnotation(Class<? extends Annotation>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanNamesForAnnotation(Class<? extends Annotation>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanNamesForType(ResolvableType) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanNamesForType(ResolvableType) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanNamesForType(ResolvableType, boolean, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanNamesForType(ResolvableType, boolean, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanNamesForType(Class<?>, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeanNamesForType(Class<?>, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanNamesForType(Class<?>, boolean, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeans(Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansOfType(ResolvableType, boolean, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansOfType(ResolvableType, boolean, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeansOfType(Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansOfType(Class<T>, boolean, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansWithAnnotation(Class<? extends Annotation>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansWithAnnotation(Class<? extends Annotation>, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getBeansWithAnnotation(Class<? extends Annotation>, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getBeanType() - 异常错误中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindException
-
Return the bean type that was being bound.
- getBindConstructor(Bindable<?>, boolean) - 接口中的方法 cn.taketoday.context.properties.bind.BindConstructorProvider
-
Return the bind constructor to use for the given bindable, or
nullif constructor binding is not supported. - getBindConstructor(Bindable<?>, boolean) - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindConstructorProvider
- getBinder() - 接口中的方法 cn.taketoday.context.properties.bind.BindContext
-
Return the source binder that is performing the bind operation.
- getBindingErrorProcessor() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the strategy for processing binding errors.
- getBindingResult() - 异常错误中的方法 cn.taketoday.validation.BindException
-
Return the BindingResult that this BindException wraps.
- getBindingResult() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the BindingResult instance created by this DataBinder.
- getBindingResult(Map<?, ?>, String) - 类中的静态方法 cn.taketoday.validation.BindingResultUtils
-
Find the BindingResult for the given name in the given model.
- getBindMethod() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return the property binding method that was used for the bean.
- getBootstrapContext() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Returns BootstrapContext
- getBoundProperties() - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationErrors
-
Return the properties that were bound before validation failed.
- getBoxedType() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Return the boxed type of the item to bind.
- getBundleClassLoader() - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Return the ClassLoader to load resource bundles with.
- getCache(String) - 接口中的方法 cn.taketoday.cache.CacheManager
-
Get the cache associated with the given name.
- getCache(String) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
- getCache(String) - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
- getCache(String) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
- getCache(String) - 类中的方法 cn.taketoday.cache.support.CompositeCacheManager
- getCache(String) - 类中的方法 cn.taketoday.cache.support.NoOpCacheManager
-
This implementation always returns a
Cacheimplementation that will not store items. - getCacheKey(Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine a cache key for the given method and target class.
- getCacheManager() - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheResolver
-
Return the
CacheManagerthat this instance uses. - getCacheManager() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- getCacheManager() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getCacheMillis() - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Return the number of milliseconds to cache loaded properties files.
- getCacheNames() - 接口中的方法 cn.taketoday.cache.CacheManager
-
Get a collection of the cache names known by this manager.
- getCacheNames() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
- getCacheNames() - 接口中的方法 cn.taketoday.cache.interceptor.BasicOperation
-
Return the cache name(s) associated with the operation.
- getCacheNames() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getCacheNames() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- getCacheNames() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getCacheNames() - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
- getCacheNames() - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
- getCacheNames() - 类中的方法 cn.taketoday.cache.support.CompositeCacheManager
- getCacheNames() - 类中的方法 cn.taketoday.cache.support.NoOpCacheManager
-
This implementation returns the name of the caches previously requested.
- getCacheNames(CacheOperationInvocationContext<?>) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheResolver
-
Provide the name of the cache(s) to resolve against the current cache manager.
- getCacheNames(CacheOperationInvocationContext<?>) - 类中的方法 cn.taketoday.cache.interceptor.NamedCacheResolver
- getCacheNames(CacheOperationInvocationContext<?>) - 类中的方法 cn.taketoday.cache.interceptor.SimpleCacheResolver
- getCacheOperationMetadata(CacheOperation, Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Return the
CacheAspectSupport.CacheOperationMetadatafor the specified operation. - getCacheOperations(CacheAnnotationParser) - 接口中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource.CacheOperationProvider
-
Return the
CacheOperationinstance(s) provided by the specified parser. - getCacheOperations(Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Determine the caching attribute for this method invocation.
- getCacheOperations(Method, Class<?>) - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationSource
-
Return the collection of cache operations for this method, or
nullif the method contains no cacheable annotations. - getCacheOperations(Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.CompositeCacheOperationSource
- getCacheOperations(Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
- getCacheOperationSource() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Return the CacheOperationSource for this cache aspect.
- getCacheOperationSources() - 类中的方法 cn.taketoday.cache.interceptor.CompositeCacheOperationSource
-
Return the
CacheOperationSourceinstances that thisCompositeCacheOperationSourcecombines. - getCacheResolver() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Return the default
CacheResolverthat this cache aspect delegates to. - getCacheResolver() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- getCacheResolver() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getCaches() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getCaches(CacheOperationInvocationContext<CacheOperation>, CacheResolver) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
- getCandidateConfigurations() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportEvent
-
Return the auto-configuration candidate configurations that are going to be imported.
- getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return the auto-configuration class names that should be considered.
- getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getCandidates() - 类中的方法 cn.taketoday.context.annotation.config.ImportCandidates
-
Returns the list of loaded import candidates.
- getCandidateTypes(String, String) - 类中的方法 cn.taketoday.context.loader.CandidateComponentsIndex
-
Return the candidate types that are associated with the specified stereotype.
- getCategory() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex. throughput, performance, utilization).
- getCc() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getChronology() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeContext
-
Return the user's chronology (calendar system), if any.
- getClasses() - 类中的方法 cn.taketoday.context.annotation.config.Configurations
- getClasses(Configurations...) - 类中的静态方法 cn.taketoday.context.annotation.config.Configurations
-
Return the classes from all the specified configurations in the order that they would be registered.
- getClasses(Collection<Configurations>) - 类中的静态方法 cn.taketoday.context.annotation.config.Configurations
-
Return the classes from all the specified configurations in the order that they would be registered.
- getClassForDescriptor(Object) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the class to be used for the JMX descriptor field "class".
- getClassLoader() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getClassLoader() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getClassLoader() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- getClassName(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the class name of the MBean resource.
- getClassToExpose(Class<?>) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Class<?>) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean class.
- getClassToExpose(Object) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the class or interface to expose for the given bean.
- getClassToExpose(Object) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the class or interface to expose for the given bean.
- getClock() - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- getClock() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- getClock() - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
- getClock() - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Return the clock to use for scheduling purposes.
- getClock() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
Return the clock to use for trigger calculation.
- getClockProvider() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getCode() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Return the default code of this resolvable, that is, the last one in the codes array.
- getCodes() - 接口中的方法 cn.taketoday.context.MessageSourceResolvable
-
Return the codes to be used to resolve this message, in the order that they should get tried.
- getCodes() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
- getColumn() - 类中的方法 cn.taketoday.origin.TextResourceOrigin.Location
-
Return the column of the text resource where the property originated.
- getCommonMessages() - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Return a Properties object defining locale-independent common messages, if any.
- getCompilerConfiguration() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
-
Return this evaluator's compiler configuration (never
null). - getConcurrentExecutor() - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
-
Return the
Executorthat this adapter delegates to. - getCondition() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getCondition() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- getCondition() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Return the condition to use.
- getConditionAndOutcomesBySource() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConditionEvaluator() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getConditionMessage() - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
-
Return an outcome message or
null. - getConfigLocations() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Return an array of resource locations, referring to the XML bean definition files that this context should be built with.
- getConfigResources() - 类中的方法 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Return an array of Resource objects, referring to the XML bean definition files that this context should be built with.
- getConfigResources() - 类中的方法 cn.taketoday.context.support.ClassPathXmlApplicationContext
- getConfigurationPhase() - 接口中的方法 cn.taketoday.context.annotation.ConfigurationCondition
-
Return the
ConfigurationCondition.ConfigurationPhasein which the condition should be evaluated. - getConfigurationPhase() - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition
- getConfigurationProperty() - 接口中的方法 cn.taketoday.context.properties.bind.BindContext
-
Return the
ConfigurationPropertyactually being bound ornullif the property has not yet been determined. - getConfigurationProperty(ConfigurationPropertyName) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return a single
ConfigurationPropertyfrom the source ornullif no property can be found. - getConfigurationProperty(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
- getConfigurations() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector.AutoConfigurationEntry
- getConfiguredNames() - 异常错误中的方法 cn.taketoday.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Return the names of the properties that have been configured.
- getConstraintsForClass(Class<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- getConstraintsForClass(Class<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- getConstraintValidatorFactory() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getConstructorInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the constructor metadata for the MBean resource.
- getContentType(File) - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContentType(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Delegates to the underlying FileTypeMap.
- getContext() - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Obtain a JNDI context corresponding to this template's configuration.
- getConversationId() - 类中的方法 cn.taketoday.context.support.SimpleThreadScope
- getConversionService() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the associated ConversionService, if any.
- getCorePoolSize() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's core pool size.
- getCronTaskList() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Get the cron tasks as an unmodifiable list of
CronTaskobjects. - getCurrencyTimeLimit() - 类中的方法 cn.taketoday.jmx.export.metadata.AbstractJmxAttribute
-
Return a currency time limit for this attribute.
- getCustomEditor(String) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Retrieve the custom PropertyEditor for the given field, if any.
- getDateFormat(Locale) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
- getDateTimeContext() - 类中的静态方法 cn.taketoday.format.datetime.standard.DateTimeContextHolder
-
Return the DateTimeContext associated with the current thread, if any.
- getDefaultConfigLocations() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Return the default config locations to use, for the case where no explicit config locations have been specified.
- getDefaultCurrencyTimeLimit() - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return default value for the JMX field "currencyTimeLimit", if any.
- getDefaultEncoding() - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Return the default charset to use for parsing properties files, if any.
- getDefaultEncoding() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the default encoding for
MimeMessages, ornullif none. - getDefaultEncoding(MimeMessage) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Determine the default encoding for the given MimeMessage.
- getDefaultErrorHandler(boolean) - 类中的静态方法 cn.taketoday.scheduling.support.TaskUtils
-
Return the default
ErrorHandlerimplementation based on the boolean value indicating whether the task will be repeating or not. - getDefaultFileTypeMap() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the default Java Activation
FileTypeMapforMimeMessages, ornullif none. - getDefaultFileTypeMap(MimeMessage) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Determine the default Java Activation FileTypeMap for the given MimeMessage.
- getDefaultListenerId() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Determine the default id for the target listener, to be applied in case of no
annotation-specified id value. - getDefaultLocale() - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Determine a default Locale to fall back to: either a locally specified default Locale or the system Locale, or
nullfor no fallback locale at all. - getDefaultLocale() - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Return the default locale to use if no explicit locale has been given.
- getDefaultMessage() - 接口中的方法 cn.taketoday.context.MessageSourceResolvable
-
Return the default message to be used to resolve this message.
- getDefaultMessage() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
- getDefaultMessage(MessageSourceResolvable, Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Get a default message for the given
MessageSourceResolvable. - getDefaultMessage(String) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Return a fallback default message for the given code, if any.
- getDefaultValue() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
-
Return the default value of this attribute.
- getDelay() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Return the delay before starting the job for the first time.
- getDelegate() - 类中的方法 cn.taketoday.origin.OriginTrackedResource.OriginTrackedWritableResource
- getDelta(ConditionEvaluationReport) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
- getDependencyDescriptor() - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Build a DependencyDescriptor for the underlying field/method.
- getDepth() - 接口中的方法 cn.taketoday.context.properties.bind.BindContext
-
Return the current depth of the binding.
- getDescription() - 类中的方法 cn.taketoday.jmx.export.metadata.AbstractJmxAttribute
-
Return a description for this attribute.
- getDescription() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Return a description for this notification.
- getDescription() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Return a description for this parameter.
- getDescription(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the description of the MBean resource.
- getDescription(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads managed resource description from the source level metadata.
- getDetailedErrorMessage(Object, String) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Add additional details such as the bean type and method signature to the given error message.
- getDisallowedFields() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the field patterns that should not be allowed for binding.
- getDisplayName() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return a friendly name for this context.
- getDisplayName() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- getElement(int, ConfigurationPropertyName.Form) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return an element in the name in the given form.
- getEncoding() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return the specific character encoding used for this message, if any.
- getEnvironment() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getEnvironment() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getEnvironment() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Get
Environment - getEnvironment() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Get configurable environment
- getEnvironment() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getEnvironment() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
- getEnvironment() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getEnvironment() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
- getEnvironment() - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
- getEnvironment() - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Return the environment for the JNDI InitialContext, if any.
- getErrorCount() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getErrorCount() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getErrorCount() - 异常错误中的方法 cn.taketoday.validation.BindException
- getErrorCount() - 接口中的方法 cn.taketoday.validation.Errors
-
Return the total number of errors.
- getErrorHandler() - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Return the
CacheErrorHandlerto use. - getErrorHandler() - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Return the current error handler for this multicaster.
- getExcludeAutoConfigurationsProperty() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Returns the auto-configurations excluded by the
context.autoconfigure.excludeproperty. - getExclusionFilter() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getExclusionFilter() - 接口中的方法 cn.taketoday.context.loader.ImportSelector
-
Return a predicate for excluding classes from the import candidates, to be transitively applied to all classes found through this selector's imports.
- getExclusions() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportEvent
-
Return the exclusions that were applied.
- getExclusions() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector.AutoConfigurationEntry
- getExclusions() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Returns the names of the classes that have been excluded from condition evaluation.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return any exclusions that limit the candidate configurations.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getExecutorQualifier(Method) - 类中的方法 cn.taketoday.scheduling.annotation.AnnotationAsyncExecutionInterceptor
-
Return the qualifier or bean name of the executor to be used when executing the given method, specified via
Async.value()at the method or declaring class level. - getExpectedType() - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
-
Return the type that the located JNDI object is supposed to be assignable to, if any.
- getExpression() - 类中的方法 cn.taketoday.scheduling.config.CronTask
-
Return the cron expression defining when the task should be executed.
- getExpression() - 类中的方法 cn.taketoday.scheduling.support.CronTrigger
-
Return the cron pattern that this trigger has been built with.
- getExpression(Map<CachedExpressionEvaluator.ExpressionKey, Expression>, AnnotatedElementKey, String) - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Return the
Expressionfor the specified SpEL value - getExpressionEvaluator() - 接口中的方法 cn.taketoday.context.ApplicationContext
- getExpressionEvaluator() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getFactoryMethodMetadata() - 类中的方法 cn.taketoday.context.annotation.ScannedGenericBeanDefinition
- getFactoryPostProcessors() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getFailedMessages() - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
-
Return a Map with the failed messages as keys, and the thrown exceptions as values.
- getField() - 类中的方法 cn.taketoday.validation.FieldError
-
Return the affected field of the object.
- getFieldError() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getFieldError() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldError() - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldError() - 接口中的方法 cn.taketoday.validation.Errors
-
Get the first error associated with a field, if any.
- getFieldError(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getFieldError(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldError(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldError(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Get the first error associated with the given field, if any.
- getFieldErrorCount() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldErrorCount() - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldErrorCount() - 接口中的方法 cn.taketoday.validation.Errors
-
Return the number of errors associated with a field.
- getFieldErrorCount(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldErrorCount(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldErrorCount(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Return the number of errors associated with the given field.
- getFieldErrors() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getFieldErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Get all errors associated with a field.
- getFieldErrors(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getFieldErrors(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldErrors(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldErrors(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Get all errors associated with the given field.
- getFieldType() - 类中的方法 cn.taketoday.format.support.FormatterPropertyEditorAdapter
-
Determine the
Formatter-declared field type. - getFieldType(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
This default implementation determines the type based on the actual field value, if any.
- getFieldType(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- getFieldType(String) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Determines the field type from the property type.
- getFieldType(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldType(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Return the type of a given field.
- getFieldTypes() - 接口中的方法 cn.taketoday.format.AnnotationFormatterFactory
-
The types of fields that may be annotated with the <A> annotation.
- getFieldTypes() - 类中的方法 cn.taketoday.format.datetime.DateTimeFormatAnnotationFormatterFactory
- getFieldTypes() - 类中的方法 cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
- getFieldTypes() - 类中的方法 cn.taketoday.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
- getFieldTypes() - 类中的方法 cn.taketoday.format.number.NumberFormatAnnotationFormatterFactory
- getFieldValue(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getFieldValue(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getFieldValue(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
- getFileTimestamp() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getFileTypeMap() - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Return the delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the
mappingsproperty. - getFileTypeMap() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return the
FileTypeMapused by this MimeMessageHelper. - getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类中的方法 cn.taketoday.context.condition.AllNestedConditions
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类中的方法 cn.taketoday.context.condition.AnyNestedCondition
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类中的方法 cn.taketoday.context.condition.NoneNestedConditions
- getFixedDelayTaskList() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-delay tasks as an unmodifiable list of
IntervalTaskobjects. - getFixedRateTaskList() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Get the fixed-rate tasks as an unmodifiable list of
IntervalTaskobjects. - getFormatter(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.DateTimeFormatAnnotationFormatterFactory
- getFormatter(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-
Factory method used to create a
DateTimeFormatter. - getFormatter(DateTimeFormatter) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeContext
-
Get the DateTimeFormatter with this context's settings applied to the base
formatter. - getFormatter(DateTimeFormatter, Locale) - 类中的静态方法 cn.taketoday.format.datetime.standard.DateTimeContextHolder
-
Obtain a DateTimeFormatter with user-specific settings applied to the given base formatter.
- getFrom() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getGlobalError() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getGlobalError() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getGlobalError() - 异常错误中的方法 cn.taketoday.validation.BindException
- getGlobalError() - 接口中的方法 cn.taketoday.validation.Errors
-
Get the first global error, if any.
- getGlobalErrorCount() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getGlobalErrorCount() - 异常错误中的方法 cn.taketoday.validation.BindException
- getGlobalErrorCount() - 接口中的方法 cn.taketoday.validation.Errors
-
Return the number of global errors.
- getGlobalErrors() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getGlobalErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- getGlobalErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Get all global errors.
- getGroovyClassLoader() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Return the GroovyClassLoader used by this script factory.
- getHandback() - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Return the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcasterwhen notifying anyNotificationListener. - getHost() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the mail server host.
- getId() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Return the unique id of this application context.
- getId() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getImportClassName() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
Return the fully qualified name of the class to import.
- getImportGroup() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getImportGroup() - 接口中的方法 cn.taketoday.context.annotation.DeferredImportSelector
-
Return a specific import group.
- getIncompatibleKeys() - 异常错误中的方法 cn.taketoday.context.properties.IncompatibleConfigurationException
- getIndex() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Return the index of this parameter in the operation signature.
- getInitialDelay() - 类中的方法 cn.taketoday.scheduling.config.IntervalTask
-
Return the initial delay before first execution of the task.
- getInitialDelay() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return the initial delay, or 0 if none.
- getInitialDelayDuration() - 类中的方法 cn.taketoday.scheduling.config.IntervalTask
-
Return the initial delay before first execution of the task.
- getInitialDelayDuration() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return the initial delay, or
nullif none. - getInjector() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getInjector() - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getInstance() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return the actual Framework bean instance.
- getInstance(Class<T>) - 类中的方法 cn.taketoday.validation.beanvalidation.ContextConstraintValidatorFactory
- getInstance(Object) - 类中的静态方法 cn.taketoday.jmx.support.ObjectNameManager
-
Retrieve the
ObjectNameinstance corresponding to the supplied name. - getInstance(String) - 类中的静态方法 cn.taketoday.jmx.support.ObjectNameManager
-
Retrieve the
ObjectNameinstance corresponding to the supplied name. - getInstance(String, String, String) - 类中的静态方法 cn.taketoday.jmx.support.ObjectNameManager
-
Retrieve an
ObjectNameinstance for the specified domain and a single property with the supplied key and value. - getInstance(String, Hashtable<String, String>) - 类中的静态方法 cn.taketoday.jmx.support.ObjectNameManager
-
Retrieve an
ObjectNameinstance with the specified domain name and the supplied key/name properties. - getInstantiator() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getInstrumentableClassLoader() - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- getInstrumentableClassLoader() - 类中的方法 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
We have the ability to weave the current class loader when starting the JVM in this way, so the instrumentable class loader will always be the current loader.
- getInstrumentableClassLoader() - 接口中的方法 cn.taketoday.instrument.LoadTimeWeaver
-
Return a
ClassLoaderthat supports instrumentation through AspectJ-style load-time weaving based on user-definedClassFileTransformers. - getInstrumentableClassLoader() - 类中的方法 cn.taketoday.instrument.ReflectiveLoadTimeWeaver
- getInstrumentableClassLoader() - 类中的方法 cn.taketoday.instrument.SimpleLoadTimeWeaver
- getInstrumentableClassLoader() - 类中的方法 cn.taketoday.instrument.TomcatLoadTimeWeaver
- getInteger(String, String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get an
Integervalue from the meta-data. - getInteger(String, String, Integer) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get an
Integervalue from the meta-data. - getInternalBindingResult() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the internal BindingResult held by this DataBinder, as an AbstractPropertyBindingResult.
- getInternalParentBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the internal bean factory of the parent context if it implements ConfigurableApplicationContext; else, return the parent context itself.
- getInternalParentMessageSource() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the internal message source of the parent context if it is an AbstractApplicationContext too; else, return the parent context itself.
- getInterval() - 类中的方法 cn.taketoday.scheduling.config.IntervalTask
-
Return how often in milliseconds the task should be executed.
- getIntervalDuration() - 类中的方法 cn.taketoday.scheduling.config.IntervalTask
-
Return how often the task should be executed.
- getInvalidCharacters() - 异常错误中的方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyNameException
- getInvocationFailureMessage() - 类中的方法 cn.taketoday.scheduling.support.MethodInvokingRunnable
-
Build a message for an invocation failure exception.
- getJavaMailProperties() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Allow Map access to the JavaMail properties of this sender, with the option to add or override specific entries.
- getJndiEnvironment() - 类中的方法 cn.taketoday.jndi.JndiAccessor
-
Return the JNDI environment to use for JNDI lookups.
- getJndiName() - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
-
Return the JNDI name to look up.
- getJndiTemplate() - 类中的方法 cn.taketoday.jndi.JndiAccessor
-
Return the JNDI template to use for JNDI lookups.
- getKeepAliveSeconds() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's keep-alive seconds.
- getKey() - 异常错误中的方法 cn.taketoday.cache.Cache.ValueRetrievalException
- getKey() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- getKey() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getKeyGenerator() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Return the default
KeyGeneratorthat this cache aspect delegates to. - getKeyGenerator() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- getKeyGenerator() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getKeys() - 类中的方法 cn.taketoday.context.support.MessageSourceResourceBundle
-
This implementation throws
UnsupportedOperationException, as a MessageSource does not allow for enumerating the defined message codes. - getLastElement(ConfigurationPropertyName.Form) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return the last element in the name in the given form.
- getLastStartupContext() - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- getLazyResolutionProxyIfNecessary(DependencyDescriptor, String) - 类中的方法 cn.taketoday.context.annotation.ContextAnnotationAutowireCandidateResolver
- getLifecycleBeans() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
-
Retrieve all applicable Lifecycle beans: all singletons that have already been created, as well as all SmartLifecycle beans (even if they are marked as lazy-init).
- getLifecycleProcessor() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the internal LifecycleProcessor used by the context.
- getLine() - 类中的方法 cn.taketoday.origin.TextResourceOrigin.Location
-
Return the line of the text resource where the property originated.
- getListenerId() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- getListenerId() - 类中的方法 cn.taketoday.context.event.GenericApplicationListenerAdapter
- getListenerId() - 接口中的方法 cn.taketoday.context.event.SmartApplicationListener
-
Return an optional identifier for the listener.
- getListenerId() - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
- getLoadTimeWeaver() - 接口中的方法 cn.taketoday.context.annotation.LoadTimeWeavingConfigurer
-
Create, configure and return the
LoadTimeWeaverinstance to be used. - getLocale() - 类中的方法 cn.taketoday.context.support.MessageSourceResourceBundle
-
This implementation exposes the specified Locale for introspection through the standard
ResourceBundle.getLocale()method. - getLocation() - 类中的方法 cn.taketoday.origin.TextResourceOrigin
-
Return the location of the property within the source (if known).
- getLogFile() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- getLogger() - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Get the logger for this
LoggingCacheErrorHandler. - getLookupType() - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the desired type for the lookup.
- getManagedAttribute(Method) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedAttribute(Method) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of
ManagedAttributeif the suppliedMethodhas the corresponding metadata. - getManagedMetric(Method) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedMetric(Method) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of
ManagedMetricif the suppliedMethodhas the corresponding metadata. - getManagedNotifications(Class<?>) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedNotifications(Class<?>) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of
ManagedNotificationsif the supplied theClasshas the corresponding metadata. - getManagedOperation(Method) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedOperation(Method) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of
ManagedOperationif the suppliedMethodhas the corresponding metadata. - getManagedOperationParameters(Method) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedOperationParameters(Method) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an array of
ManagedOperationParameterif the suppliedMethodhas the corresponding metadata. - getManagedResource(Class<?>) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- getManagedResource(Class<?>) - 接口中的方法 cn.taketoday.jmx.export.metadata.JmxAttributeSource
-
Implementations should return an instance of
ManagedResourceif the suppliedClasshas the appropriate metadata. - getManagementInterface() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Return the management interface of the target MBean, or
nullif none specified. - getMatches() - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition.MemberMatchOutcomes
- getMatchOutcome(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition
- getMatchOutcome(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.ContextCondition
-
Determine the outcome of the match along with suitable log output.
- getMatchOutcome(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.OnPropertyListCondition
- getMatchOutcome(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.ResourceCondition
- getMaxPoolSize() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the ThreadPoolExecutor's maximum pool size.
- getMBeanInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Create an instance of the
ModelMBeanInfoSupportclass supplied with all JMX implementations and populates the metadata through calls to the subclass. - getMBeanInfo(Object, String) - 接口中的方法 cn.taketoday.jmx.export.assembler.MBeanInfoAssembler
-
Create the ModelMBeanInfo for the given managed resource.
- getMBeanInterface(Class<?>) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the Standard MBean interface for the given class, if any (that is, an interface whose name matches the class name of the given class but with suffix "MBean").
- getMergedProperties(Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.
- getMessage() - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
-
Return an outcome message or
null. - getMessage() - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
- getMessage() - 异常错误中的方法 cn.taketoday.validation.BindException
-
Returns diagnostic information about the errors held in this object.
- getMessage(MessageSourceResolvable) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the default Locale.
- getMessage(MessageSourceResolvable, Locale) - 接口中的方法 cn.taketoday.context.MessageSource
-
Try to resolve the message using all the attributes contained within the
MessageSourceResolvableargument that was passed in. - getMessage(MessageSourceResolvable, Locale) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getMessage(MessageSourceResolvable, Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
- getMessage(MessageSourceResolvable, Locale) - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- getMessage(MessageSourceResolvable, Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the given Locale.
- getMessage(String) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[]) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, Object[], String, Locale) - 接口中的方法 cn.taketoday.context.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], String, Locale) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getMessage(String, Object[], String, Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
- getMessage(String, Object[], String, Locale) - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- getMessage(String, Object[], String, Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Object[], Locale) - 接口中的方法 cn.taketoday.context.MessageSource
-
Try to resolve the message.
- getMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
- getMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- getMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, String) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the default Locale.
- getMessage(String, String, Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessage(String, Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceAccessor
-
Retrieve the message for the given code and the given Locale.
- getMessageCodesResolver() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Return the strategy to use for resolving errors into message codes.
- getMessageExceptions() - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
-
Return an array with thrown message exceptions.
- getMessageFormat(String, Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getMessageFormat(ResourceBundle, String, Locale) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Return a MessageFormat for the given bundle and code, fetching already generated MessageFormats from the cache.
- getMessageFromParent(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Try to retrieve the given message from the parent
MessageSource, if any. - getMessageInternal(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Resolve the given code and arguments as message in the given Locale, returning
nullif not found. - getMessageInterpolator() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getMessageSourceAccessor() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Return a MessageSourceAccessor for the application context used by this object, for easy message access.
- getMetadata() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
Return the
AnnotationMetadataof the importingConfigurationclass. - getMetadata() - 类中的方法 cn.taketoday.context.annotation.ScannedGenericBeanDefinition
- getMetadataReader(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getMetadataReaderFactory() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Return the MetadataReaderFactory used by this component provider.
- getMetadataReaderFactory() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Return the MetadataReaderFactory used by this component provider.
- getMethod() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getMethod() - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationInvocationContext
-
Return the method which was invoked.
- getMethod() - 类中的方法 cn.taketoday.scheduling.support.ScheduledMethodRunnable
-
Return the target method to call.
- getMethodSignature(Method) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Create a
String[]representing the argument signature of a method. - getMetricType() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- getMimeMessage() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
-
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
- getMimeMessage() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return the underlying MimeMessage object.
- getMimeMessageHelper() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
-
Return the MimeMessageHelper that this MimeMailMessage is based on.
- getMimeMultipart() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return the underlying MIME "multipart/related" object, if any.
- getMissingCache(String) - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
-
Return a missing cache with the specified
name, ornullif such a cache does not exist or could not be created on demand. - getModel() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Return a model Map for the obtained state, exposing an Errors instance as '
MODEL_KEY_PREFIX+ objectName' and the object itself. - getModel() - 异常错误中的方法 cn.taketoday.validation.BindException
- getModel() - 接口中的方法 cn.taketoday.validation.BindingResult
-
Return a model Map for the obtained state, exposing a BindingResult instance as '
MODEL_KEY_PREFIX+ objectName' and the object itself as 'objectName'. - getMonetaryAmountFormat(Locale) - 类中的方法 cn.taketoday.format.number.money.MonetaryAmountFormatter
-
Obtain a MonetaryAmountFormat for the given locale.
- getMutuallyExclusiveNames() - 异常错误中的方法 cn.taketoday.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Return the names of the properties that are mutually exclusive.
- getMXBeanInterface(Class<?>) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Return the Java 6 MXBean interface exists for the given class, if any (that is, an interface whose name ends with "MXBean" and/or carries an appropriate MXBean annotation).
- getName() - 接口中的方法 cn.taketoday.cache.Cache
-
Return the cache name.
- getName() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- getName() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- getName() - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- getName() - 类中的方法 cn.taketoday.cache.support.NoOpCache
- getName() - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
Return the resource name for the lookup.
- getName() - 异常错误中的方法 cn.taketoday.context.properties.bind.BindException
-
Return the name of the configuration property being bound.
- getName() - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationErrors
-
Return the name of the item that was being validated.
- getName() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBean
-
Return the name of the Framework bean.
- getName() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
-
Return the name of the configuration property.
- getName() - 异常错误中的方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyNameException
- getName() - 异常错误中的方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the name of the property.
- getName() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Return the name of this notification.
- getName() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Return the name of this parameter in the operation signature.
- getNameForAlias(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- getNativeCache() - 接口中的方法 cn.taketoday.cache.Cache
-
Return the underlying native cache provider.
- getNativeCache() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- getNativeCache() - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- getNativeCache() - 类中的方法 cn.taketoday.cache.support.NoOpCache
- getNestedPath() - 类中的方法 cn.taketoday.validation.AbstractErrors
- getNestedPath() - 异常错误中的方法 cn.taketoday.validation.BindException
- getNestedPath() - 接口中的方法 cn.taketoday.validation.Errors
-
Return the current nested path of this
Errorsobject. - getNonMatches() - 类中的方法 cn.taketoday.context.condition.AbstractNestedCondition.MemberMatchOutcomes
- getNotificationFilter() - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Return the
NotificationFilterassociated with the encapsulatedNotificationListener. - getNotificationInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- getNotificationInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the notification metadata for the MBean resource.
- getNotificationInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads the
ManagedNotificationmetadata from theClassof the managed resource and generates and returns the correspondingModelMBeanNotificationInfometadata. - getNotificationListener() - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Get the
NotificationListener. - getNotificationTypes() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Return the list of notification types.
- getNumberFormat(Locale) - 类中的方法 cn.taketoday.format.number.AbstractNumberFormatter
-
Obtain a concrete NumberFormat for the specified locale.
- getNumberFormat(Locale) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
- getNumberFormat(Locale) - 类中的方法 cn.taketoday.format.number.NumberStyleFormatter
- getNumberFormat(Locale) - 类中的方法 cn.taketoday.format.number.PercentStyleFormatter
- getNumberOfElements() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return the total number of elements in the name.
- getObject() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- getObject() - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
- getObject() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactoryBean
- getObject() - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- getObject() - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
- getObject() - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
- getObject() - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
- getObject() - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
- getObject() - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Return the singleton JNDI object.
- getObject() - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- getObject() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
- getObject() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- getObject() - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- getObjectName() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
-
Return the JMX ObjectName of this managed resource.
- getObjectName() - 接口中的方法 cn.taketoday.jmx.export.naming.SelfNaming
-
Return the
ObjectNamefor the implementing object. - getObjectName() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getObjectName() - 异常错误中的方法 cn.taketoday.validation.BindException
- getObjectName() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the name of the bound object.
- getObjectName() - 接口中的方法 cn.taketoday.validation.Errors
-
Return the name of the bound root object.
- getObjectName() - 类中的方法 cn.taketoday.validation.ObjectError
-
Return the name of the affected object.
- getObjectName(Object, String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Retrieve the
ObjectNamefor a bean. - getObjectName(Object, String) - 类中的方法 cn.taketoday.jmx.export.naming.IdentityNamingStrategy
-
Returns an instance of
ObjectNamebased on the identity of the managed resource. - getObjectName(Object, String) - 类中的方法 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Attempts to retrieve the
ObjectNamevia the given key, trying to find a mapped value in the mappings first. - getObjectName(Object, String) - 类中的方法 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
-
Reads the
ObjectNamefrom the source-level metadata associated with the managed resource'sClass. - getObjectName(Object, String) - 接口中的方法 cn.taketoday.jmx.export.naming.ObjectNamingStrategy
-
Obtain an
ObjectNamefor the supplied bean. - getObjectSupplier(ResolvableType) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getObjectSupplier(ResolvableType) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getObjectSupplier(ResolvableType, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getObjectSupplier(ResolvableType, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getObjectSupplier(Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getObjectSupplier(Class<T>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getObjectSupplier(Class<T>, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getObjectSupplier(Class<T>, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getObjectType() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- getObjectType() - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- getOperation() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getOperation() - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationInvocationContext
-
Return the cache operation.
- getOperationContext(CacheOperation, Method, Object[], Object, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
- getOperationDescription() - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation.Builder
- getOperationDescription() - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation.Builder
- getOperationDescription() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
-
Return an identifying description for this caching operation.
- getOperationDescription() - 类中的方法 cn.taketoday.cache.interceptor.CachePutOperation.Builder
- getOperationDescription(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Get the description for a particular operation.
- getOperationDescription(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Retrieves the description for the supplied
Methodfrom the metadata. - getOperationInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Get the operation metadata for the MBean resource.
- getOperationInfo(Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
- getOperationParameters(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Create parameter info for the given method.
- getOperationParameters(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Reads
MBeanParameterInfofrom theManagedOperationParameterattributes attached to a method. - getOrder() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getOrder() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurations
- getOrder() - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getOrder() - 类中的方法 cn.taketoday.context.annotation.config.UserConfigurations
- getOrder() - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- getOrder() - 类中的方法 cn.taketoday.context.condition.AnyNestedCondition
- getOrder() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- getOrder() - 类中的方法 cn.taketoday.context.event.DefaultEventListenerFactory
- getOrder() - 类中的方法 cn.taketoday.context.event.GenericApplicationListenerAdapter
- getOrder() - 接口中的方法 cn.taketoday.context.event.SmartApplicationListener
-
Determine this listener's order in a set of listeners for the same event.
- getOrder() - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
- getOrder() - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
- getOrder() - 类中的方法 cn.taketoday.context.weaving.AspectJWeavingEnabler
- getOrder() - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- getOrder() - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- getOrigin() - 异常错误中的方法 cn.taketoday.context.properties.bind.BindException
- getOrigin() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
- getOrigin() - 接口中的方法 cn.taketoday.origin.OriginProvider
-
Return the source origin or
nullif the origin is not known. - getOrigin() - 类中的方法 cn.taketoday.origin.OriginTrackedResource
- getOrigin() - 类中的方法 cn.taketoday.origin.OriginTrackedValue
- getOrigin(Object, K) - 接口中的静态方法 cn.taketoday.origin.OriginLookup
-
Attempt to lookup the origin from the given source.
- getOrigin(K) - 接口中的方法 cn.taketoday.origin.OriginLookup
-
Return the origin of the given key or
nullif the origin cannot be determined. - getOriginal() - 异常错误中的方法 cn.taketoday.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
- getOutcome() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- getOutcomes(String[], AutoConfigurationMetadata) - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- getOutputStream() - 类中的方法 cn.taketoday.origin.OriginTrackedResource.OriginTrackedWritableResource
- getParameterNameDiscoverer() - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Return a shared parameter name discoverer which caches data internally.
- getParameterNameDiscoverer() - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed (may be
nullin order to skip parameter detection). - getParameterNameProvider() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getParams() - 类中的方法 cn.taketoday.cache.support.DefaultCacheKey
- getParent() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Return the parent context, or
nullif there is no parent and this is the root of the context hierarchy. - getParent() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getParent() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return the parent of this
ConfigurationPropertyNameorConfigurationPropertyName.EMPTYif there is no parent. - getParent() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the parent context, or
nullif there is no parent (that is, this context is the root of the context hierarchy). - getParent() - 接口中的方法 cn.taketoday.origin.Origin
-
Return the parent origin for this instance if there is one.
- getParent() - 类中的方法 cn.taketoday.origin.TextResourceOrigin
- getParentBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getParentMessageSource() - 接口中的方法 cn.taketoday.context.HierarchicalMessageSource
-
Return the parent of this MessageSource, or
nullif none. - getParentMessageSource() - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
- getParentMessageSource() - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- getParser() - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Return the
SpelExpressionParserto use. - getParser(A, Class<?>) - 接口中的方法 cn.taketoday.format.AnnotationFormatterFactory
-
Get the Parser to parse a submitted value for a field of
fieldTypeannotated withannotation. - getParser(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.DateTimeFormatAnnotationFormatterFactory
- getParser(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
- getParser(NumberFormat, Class<?>) - 类中的方法 cn.taketoday.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
- getParser(NumberFormat, Class<?>) - 类中的方法 cn.taketoday.format.number.NumberFormatAnnotationFormatterFactory
- getPassword() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the password for the account at the mail host.
- getPatternLocation(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
- getPatternResourceLoader() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return the ResourcePatternResolver to use for resolving location patterns into Resource instances.
- getPayload() - 类中的方法 cn.taketoday.context.PayloadApplicationEvent
-
Return the payload of the event.
- getPeriod() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Return the period between repeated task executions.
- getPeriod() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return this trigger's period.
- getPeriodDuration() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return this trigger's period.
- getPersistLocation() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- getPersistName() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- getPersistPeriod() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
- getPersistPeriod() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- getPersistPeriod() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- getPersistPolicy() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
- getPersistPolicy() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- getPersistPolicy() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- getPhase() - 接口中的方法 cn.taketoday.context.Phased
-
Return the phase value of this object.
- getPhase() - 接口中的方法 cn.taketoday.context.SmartLifecycle
-
Return the phase that this lifecycle object is supposed to run in.
- getPhase(Lifecycle) - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
-
Determine the lifecycle phase of the given bean.
- getPointcut() - 类中的方法 cn.taketoday.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
- getPointcut() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
- getPoolSize() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the current pool size.
- getPoolSize() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the current pool size.
- getPort() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the mail server port.
- getPrefix() - 接口中的方法 cn.taketoday.origin.OriginLookup
-
Return the implicit prefix that is applied when performing a lookup or
nullif no prefix is used. - getPrefix() - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getPrinter(A, Class<?>) - 接口中的方法 cn.taketoday.format.AnnotationFormatterFactory
-
Get the Printer to print the value of a field of
fieldTypeannotated withannotation. - getPrinter(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.DateTimeFormatAnnotationFormatterFactory
- getPrinter(DateTimeFormat, Class<?>) - 类中的方法 cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
- getPrinter(NumberFormat, Class<?>) - 类中的方法 cn.taketoday.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
- getPrinter(NumberFormat, Class<?>) - 类中的方法 cn.taketoday.format.number.NumberFormatAnnotationFormatterFactory
- getProblemReporter() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getProperties() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getProperties(String) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.
- getProperty() - 异常错误中的方法 cn.taketoday.context.properties.bind.BindException
-
Return the configuration property name of the item that was being bound.
- getProperty() - 类中的方法 cn.taketoday.origin.SystemEnvironmentOrigin
- getProperty(String) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getProperty(String) - 类中的方法 cn.taketoday.jndi.JndiPropertySource
-
This implementation looks up and returns the value associated with the given name from the underlying
JndiLocatorDelegate. - getPropertyAccessor() - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Provide the PropertyAccessor to work with, according to the concrete strategy of access.
- getPropertyAccessor() - 类中的方法 cn.taketoday.validation.BeanPropertyBindingResult
-
Returns the
BeanWrapperthat this instance uses. - getPropertyAccessor() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the underlying PropertyAccessor of this binder's BindingResult.
- getPropertyAccessor() - 类中的方法 cn.taketoday.validation.DirectFieldBindingResult
-
Returns the DirectFieldAccessor that this instance uses.
- getPropertyEditorRegistry() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
This implementation returns
null. - getPropertyEditorRegistry() - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
-
Returns the underlying PropertyAccessor.
- getPropertyEditorRegistry() - 异常错误中的方法 cn.taketoday.validation.BindException
- getPropertyEditorRegistry() - 接口中的方法 cn.taketoday.validation.BindingResult
-
Return the underlying PropertyEditorRegistry.
- getPropertyEditorRegistry() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getPropertyName() - 类中的方法 cn.taketoday.origin.PropertySourceOrigin
-
Return the property name that was used when obtaining the original value from the
property source. - getPropertySource() - 类中的方法 cn.taketoday.origin.PropertySourceOrigin
-
Return the origin
PropertySource. - getPropertySourceFactory() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getPropertyType() - 类中的方法 cn.taketoday.context.expression.MapAccessor
- getProtocol() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the mail protocol.
- getQueueCapacity() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the capacity for the ThreadPoolExecutor's BlockingQueue.
- getQueueSize() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the current queue size.
- getRawFieldValue(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- getRawFieldValue(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- getRawFieldValue(String) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Extract the raw field value for the given field.
- getReader() - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Exposes the underlying
XmlBeanDefinitionReaderfor additional configuration facilities andloadBeanDefinitionvariations. - getReason() - 异常错误中的方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the reason why the value is invalid.
- getRefreshTimestamp() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- getRegisteredObjectNames() - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Return the
ObjectNamesof all registered beans. - getRegistry() - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Get the BeanDefinitionRegistry that this reader operates on.
- getRegistry() - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Return the BeanDefinitionRegistry that this scanner operates on.
- getRegistry() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getRegistry() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getRegistry() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Return the
BeanDefinitionRegistryused by this scanner, if any. - getRejectedValue() - 类中的方法 cn.taketoday.validation.FieldError
-
Return the rejected field value.
- getRejectedValue(String, ConstraintViolation<Object>, BindingResult) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Extract the rejected value behind the given constraint violation, for exposure through the Framework errors representation.
- getReplyTo() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getRequired(String) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- getRequiredBeanFactory() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getRequiredBindingResult(Map<?, ?>, String) - 类中的静态方法 cn.taketoday.validation.BindingResultUtils
-
Find a required BindingResult for the given name in the given model.
- getRequiredFields() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the fields that are required for each binding process.
- getRequiredType() - 异常错误中的方法 cn.taketoday.jndi.TypeMismatchNamingException
-
Return the required type for the lookup, if available.
- getResolvableField(String, String) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Build a resolvable wrapper for the specified field, allowing to resolve the field's name in a
MessageSource. - getResolvableType() - 类中的方法 cn.taketoday.context.PayloadApplicationEvent
- getResolvedObjectNames() - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Return the list of
ObjectNameString representations for which the encapsulatedNotificationFilterwill be registered as a listener forNotifications. - getResource() - 类中的方法 cn.taketoday.origin.TextResourceOrigin
-
Return the resource where the property originated.
- getResource() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
-
Return the
Resourceto load the script from. - getResource(CommonAnnotationBeanPostProcessor.LookupElement, String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Obtain the resource object for the given name and type.
- getResource(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getResource(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
This implementation delegates to this context's
ResourceLoaderif set, falling back to the default superclass behavior otherwise. - getResource(String) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
- getResource(String) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
- getResourceAsStream(String) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
- getResourceAsStream(String) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
- getResourceBundle(String, Locale) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Return a ResourceBundle for the given basename and Locale, fetching already generated ResourceBundle from the cache.
- getResourceBundle(Locale) - 类中的方法 cn.taketoday.validation.beanvalidation.MessageSourceResourceBundleLocator
- getResourceByPath(String) - 类中的方法 cn.taketoday.context.support.FileSystemXmlApplicationContext
-
Resolve resource paths as file system paths.
- getResourceLoader() - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluationContext
- getResourceLoader() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- getResourceLoader() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getResourceLoader() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Return the ResourceLoader that this component provider uses.
- getResourceOutcome(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.ResourceCondition
-
Check if one of the default resource locations actually exists.
- getResourcePrefix() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
- getResources(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getResources(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getResources(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
- getResources(String) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
- getResources(String) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
- getRootMimeMultipart() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return the root MIME "multipart/mixed" object, if any.
- getRunnable() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Return the Runnable to schedule as executor task.
- getRunnable() - 类中的方法 cn.taketoday.scheduling.config.Task
-
Return the underlying task.
- getRunnableToSchedule(ScheduledExecutorTask) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Determine the actual Runnable to schedule for the given task.
- getScheduledExecutor() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledExecutorService for native access.
- getScheduledTasks() - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Return all currently scheduled tasks, from
Scheduledmethods as well as from programmaticSchedulingConfigurerinteraction. - getScheduledTasks() - 接口中的方法 cn.taketoday.scheduling.config.ScheduledTaskHolder
-
Return an overview of the tasks that have been scheduled by this instance.
- getScheduledTasks() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Return all locally registered tasks that have been scheduled by this registrar.
- getScheduledThreadPoolExecutor() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Return the underlying ScheduledThreadPoolExecutor, if available.
- getScheduler() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Return the
TaskSchedulerinstance for this registrar (may benull). - getScopedProxyMode() - 类中的方法 cn.taketoday.context.loader.ScopeMetadata
-
Get the proxy-mode to be applied to the scoped instance.
- getScopeMetadataResolver() - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- getScopeName() - 类中的方法 cn.taketoday.context.loader.ScopeMetadata
-
Get the name of the scope.
- getScriptAsString() - 接口中的方法 cn.taketoday.scripting.ScriptSource
-
Retrieve the current script source text as String.
- getScriptAsString() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
- getScriptAsString() - 类中的方法 cn.taketoday.scripting.support.StaticScriptSource
- getScriptedObject(ScriptSource, Class<?>...) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
-
Load and parse the BeanShell script via
BshScriptUtils. - getScriptedObject(ScriptSource, Class<?>...) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Loads and parses the Groovy script via the GroovyClassLoader.
- getScriptedObject(ScriptSource, Class<?>...) - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Factory method for creating the scripted Java object.
- getScriptedObject(ScriptSource, Class<?>...) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
-
Load and parse the script via JSR-223's ScriptEngine.
- getScriptedObjectType(ScriptSource) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- getScriptedObjectType(ScriptSource) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- getScriptedObjectType(ScriptSource) - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Determine the type of the scripted Java object.
- getScriptedObjectType(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- getScriptEngine(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Obtain the JSR-223 ScriptEngine to use for the given script.
- getScriptException() - 异常错误中的方法 cn.taketoday.scripting.support.StandardScriptEvalException
- getScriptInterfaces() - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- getScriptInterfaces() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.
- getScriptInterfaces() - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Return the business interfaces that the script is supposed to implement.
- getScriptInterfaces() - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- getScriptSource() - 异常错误中的方法 cn.taketoday.scripting.ScriptCompilationException
-
Return the source for the offending script.
- getScriptSource(String, String) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Obtain a ScriptSource for the given bean, lazily creating it if not cached already.
- getScriptSourceLocator() - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- getScriptSourceLocator() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- getScriptSourceLocator() - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Return a locator that points to the source of the script.
- getScriptSourceLocator() - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- getSentDate() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getServer() - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Return the
MBeanServerthat the beans will be registered with. - getSession() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the JavaMail
Session, lazily initializing it if hasn't been specified explicitly. - getSet(String, String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get a
Setvalue from the meta-data. - getSet(String, String, Set<String>) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Get a
Setvalue from the meta-data. - getSharedInstance() - 类中的静态方法 cn.taketoday.format.support.ApplicationConversionService
-
Return a shared default application
ConversionServiceinstance, lazily building it once needed. - getSimpleTypeConverter() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return this binder's underlying SimpleTypeConverter.
- getSource() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
-
Return the
ConfigurationPropertySourcethat provided the property ornullif the source is unknown. - getSource(Class<T>) - 类中的方法 cn.taketoday.context.event.ApplicationContextEvent
- getSources() - 接口中的方法 cn.taketoday.context.properties.bind.BindContext
- getSpecificTargetClasses() - 类中的方法 cn.taketoday.context.expression.BeanExpressionContextAccessor
- getSpecificTargetClasses() - 类中的方法 cn.taketoday.context.expression.BeanFactoryAccessor
- getSpecificTargetClasses() - 类中的方法 cn.taketoday.context.expression.EnvironmentAccessor
- getSpecificTargetClasses() - 类中的方法 cn.taketoday.context.expression.MapAccessor
- getStartupDate() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Get the context startup time stamp
- getStartupDate() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getState() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Get context's state
- getState() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getStaticMessageSource() - 类中的方法 cn.taketoday.context.support.StaticApplicationContext
-
Return the internal StaticMessageSource used by this context.
- getStrategiesNames(Class<?>) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- getStrategyClass() - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Return the class used by
TodayStrategiesto load configuration candidates. - getStringOrNull(ResourceBundle, String) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Efficiently retrieve the String value for the specified key, or return
nullif not found. - getSubject() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getSuppressedFields() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Return the list of fields that were suppressed during the bind process.
- getSuppressedFields() - 异常错误中的方法 cn.taketoday.validation.BindException
- getSuppressedFields() - 接口中的方法 cn.taketoday.validation.BindingResult
-
Return the list of fields that were suppressed during the bind process.
- getTarget() - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- getTarget() - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationInvocationContext
-
Return the target instance on which the method was invoked.
- getTarget() - 异常错误中的方法 cn.taketoday.context.properties.bind.BindException
-
Return the target being bound.
- getTarget() - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
- getTarget() - 类中的方法 cn.taketoday.scheduling.support.ScheduledMethodRunnable
-
Return the target instance to call the method on.
- getTarget() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Return the wrapped target object.
- getTarget() - 类中的方法 cn.taketoday.validation.BeanPropertyBindingResult
- getTarget() - 异常错误中的方法 cn.taketoday.validation.BindException
- getTarget() - 接口中的方法 cn.taketoday.validation.BindingResult
-
Return the wrapped target object, which may be a bean, an object with public fields, a Map - depending on the concrete binding strategy.
- getTarget() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the wrapped target object.
- getTarget() - 类中的方法 cn.taketoday.validation.DirectFieldBindingResult
- getTarget() - 类中的方法 cn.taketoday.validation.MapBindingResult
- getTargetBean() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Return the target bean instance to use.
- getTargetClass() - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
- getTargetClass(Object) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Return the actual bean class of the given bean instance.
- getTargetMap() - 类中的方法 cn.taketoday.validation.MapBindingResult
-
Return the target Map to bind onto.
- getTargetMethod() - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Return the target listener method.
- getTask() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTask
- getTaskExecutor() - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Return the current task executor for this multicaster.
- getText() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getThreadPoolExecutor() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Return the underlying ThreadPoolExecutor for native access.
- getThrowawayClassLoader() - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- getThrowawayClassLoader() - 类中的方法 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
This implementation always returns a
SimpleThrowawayClassLoader. - getThrowawayClassLoader() - 接口中的方法 cn.taketoday.instrument.LoadTimeWeaver
-
Return a throwaway
ClassLoader, enabling classes to be loaded and inspected without affecting the parentClassLoader. - getThrowawayClassLoader() - 类中的方法 cn.taketoday.instrument.ReflectiveLoadTimeWeaver
- getThrowawayClassLoader() - 类中的方法 cn.taketoday.instrument.SimpleLoadTimeWeaver
-
This implementation builds a
SimpleThrowawayClassLoader. - getThrowawayClassLoader() - 类中的方法 cn.taketoday.instrument.TomcatLoadTimeWeaver
- getTimestamp() - 类中的方法 cn.taketoday.context.ApplicationEvent
-
Return the time in milliseconds when the event occurred.
- getTimeUnit() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Return the time unit for the delay and period values.
- getTimeUnit() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return this trigger's time unit (milliseconds by default).
- getTimeZone() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeContext
-
Return the user's time zone, if any.
- getTo() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- getTransport(Session) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
- getTraversableResolver() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getTrigger() - 类中的方法 cn.taketoday.scheduling.config.TriggerTask
-
Return the associated trigger.
- getTriggerTaskList() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Get the trigger tasks as an unmodifiable list of
TriggerTaskobjects. - getType() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Return the type of the item to bind.
- getType(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getType(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getType(String, boolean) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- getType(String, boolean) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- getTypeConverter() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the underlying TypeConverter of this binder's BindingResult.
- getUnboundProperties() - 异常错误中的方法 cn.taketoday.context.properties.bind.UnboundConfigurationPropertiesException
- getUnconditionalClasses() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getUnderlyingSource() - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return the underlying source that is actually providing the properties.
- getUnderlyingSource() - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
- getUnit() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- getUnless() - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation
- getUnless() - 类中的方法 cn.taketoday.cache.interceptor.CachePutOperation
- getUsername() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Return the username for the account at the mail host.
- getValidationErrors() - 异常错误中的方法 cn.taketoday.context.properties.bind.validation.BindValidationException
-
Return the validation errors that caused the exception.
- getValidationPropertyMap() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
- getValidator() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- getValidator() - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- getValidator() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the primary Validator to apply after each binding step, if any.
- getValidators() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return the Validators to apply after data binding.
- getValue() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Return a supplier that provides the object value or
null. - getValue() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
-
Return the value of the configuration property.
- getValue() - 异常错误中的方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the invalid value, can be
null. - getValue() - 类中的方法 cn.taketoday.origin.OriginTrackedValue
-
Return the tracked value.
- getWriter() - 类中的方法 cn.taketoday.origin.OriginTrackedResource.OriginTrackedWritableResource
- GroovyObjectCustomizer - cn.taketoday.scripting.groovy中的接口
-
Strategy used by
GroovyScriptFactoryto allow the customization of a createdGroovyObject. - GroovyScriptEvaluator - cn.taketoday.scripting.groovy中的类
-
Groovy-based implementation of Framework's
ScriptEvaluatorstrategy interface. - GroovyScriptEvaluator() - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptEvaluator(ClassLoader) - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
-
Construct a new GroovyScriptEvaluator.
- GroovyScriptFactory - cn.taketoday.scripting.groovy中的类
-
ScriptFactoryimplementation for a Groovy script. - GroovyScriptFactory(String) - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source.
- GroovyScriptFactory(String, GroovyObjectCustomizer) - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilerConfiguration) - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
- GroovyScriptFactory(String, CompilationCustomizer...) - 类的构造器 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can customize Groovy's compilation process within the underlying GroovyClassLoader.
H
- handleAsyncError(Throwable) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- handleCacheClearError(RuntimeException, Cache) - 接口中的方法 cn.taketoday.cache.interceptor.CacheErrorHandler
-
Handle the given runtime exception thrown by the cache provider when clearing the specified
Cache, possibly rethrowing it as a fatal exception. - handleCacheClearError(RuntimeException, Cache) - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
- handleCacheClearError(RuntimeException, Cache) - 类中的方法 cn.taketoday.cache.interceptor.SimpleCacheErrorHandler
- handleCacheEvictError(RuntimeException, Cache, Object) - 接口中的方法 cn.taketoday.cache.interceptor.CacheErrorHandler
-
Handle the given runtime exception thrown by the cache provider when clearing an item with the specified
key, possibly rethrowing it as a fatal exception. - handleCacheEvictError(RuntimeException, Cache, Object) - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
- handleCacheEvictError(RuntimeException, Cache, Object) - 类中的方法 cn.taketoday.cache.interceptor.SimpleCacheErrorHandler
- handleCacheGetError(RuntimeException, Cache, Object) - 接口中的方法 cn.taketoday.cache.interceptor.CacheErrorHandler
-
Handle the given runtime exception thrown by the cache provider when retrieving an item with the specified
key, possibly rethrowing it as a fatal exception. - handleCacheGetError(RuntimeException, Cache, Object) - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
- handleCacheGetError(RuntimeException, Cache, Object) - 类中的方法 cn.taketoday.cache.interceptor.SimpleCacheErrorHandler
- handleCachePutError(RuntimeException, Cache, Object, Object) - 接口中的方法 cn.taketoday.cache.interceptor.CacheErrorHandler
-
Handle the given runtime exception thrown by the cache provider when updating an item with the specified
keyandvalue, possibly rethrowing it as a fatal exception. - handleCachePutError(RuntimeException, Cache, Object, Object) - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
- handleCachePutError(RuntimeException, Cache, Object, Object) - 类中的方法 cn.taketoday.cache.interceptor.SimpleCacheErrorHandler
- handleConnectFailure(MethodInvocation, Exception) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Refresh the connection and retry the MBean invocation if possible.
- handleGetObject(String) - 类中的方法 cn.taketoday.context.support.MessageSourceResourceBundle
-
This implementation resolves the code in the MessageSource.
- handleInvalidExcludes(List<String>) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
-
Handle any invalid excludes that have been specified.
- handleInvalidExcludes(List<String>) - 类中的方法 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- handleResult(Object) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- has(BeanFactory) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationPackages
-
Determine if the auto-configuration base packages for the given bean factory are available.
- hasBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Determine whether this context currently holds a bean factory, i.e. has been refreshed at least once and not been closed yet.
- hasBindRestriction(Bindable.BindRestriction) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Returns
trueif the specified bind restriction has been added. - hasConditionString() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- hasErrors() - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationErrors
- hasErrors() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- hasErrors() - 类中的方法 cn.taketoday.validation.AbstractErrors
- hasErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- hasErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Return if there were any errors.
- hasFieldErrors() - 类中的方法 cn.taketoday.validation.AbstractErrors
- hasFieldErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- hasFieldErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Are there any field errors?
- hasFieldErrors(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- hasFieldErrors(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- hasFieldErrors(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Are there any errors associated with the given field?
- hasGlobalErrors() - 类中的方法 cn.taketoday.validation.AbstractErrors
- hasGlobalErrors() - 异常错误中的方法 cn.taketoday.validation.BindException
- hasGlobalErrors() - 接口中的方法 cn.taketoday.validation.Errors
-
Are there any global errors?
- HASH_CODE_KEY - 类中的静态变量 cn.taketoday.jmx.export.naming.IdentityNamingStrategy
-
The hash code key.
- hashCode() - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
- hashCode() - 类中的方法 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- hashCode() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
-
This implementation returns
toString()'s hash code. - hashCode() - 类中的方法 cn.taketoday.cache.interceptor.MethodKey
- hashCode() - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
- hashCode() - 类中的方法 cn.taketoday.cache.interceptor.SimpleKey
- hashCode() - 类中的方法 cn.taketoday.cache.support.DefaultCacheKey
- hashCode() - 类中的方法 cn.taketoday.context.annotation.config.TypeExcludeFilter
- hashCode() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
返回此对象的哈希代码值。
- hashCode() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- hashCode() - 类中的方法 cn.taketoday.context.condition.ConditionMessage
- hashCode() - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
- hashCode() - 类中的方法 cn.taketoday.context.expression.AnnotatedElementKey
- hashCode() - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator.ExpressionKey
- hashCode() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
- hashCode() - 类中的方法 cn.taketoday.context.properties.bind.BindResult
- hashCode() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
- hashCode() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
- hashCode() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
- hashCode() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- hashCode() - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
- hashCode() - 类中的方法 cn.taketoday.origin.OriginTrackedResource
- hashCode() - 类中的方法 cn.taketoday.origin.OriginTrackedValue
- hashCode() - 类中的方法 cn.taketoday.origin.SystemEnvironmentOrigin
- hashCode() - 类中的方法 cn.taketoday.origin.TextResourceOrigin
- hashCode() - 类中的方法 cn.taketoday.origin.TextResourceOrigin.Location
- hashCode() - 类中的方法 cn.taketoday.scheduling.support.CronExpression
- hashCode() - 类中的方法 cn.taketoday.scheduling.support.CronTrigger
- hashCode() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
- hashCode() - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- hashCode() - 异常错误中的方法 cn.taketoday.validation.BindException
- hashCode() - 类中的方法 cn.taketoday.validation.FieldError
- hashCode() - 类中的方法 cn.taketoday.validation.ObjectError
- hasIndexedElement() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return
trueif any element in the name is indexed. - hasKeyString() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
- hasStarted() - 接口中的方法 cn.taketoday.context.ApplicationContext
-
Context has started
- hasStarted() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- hasTasks() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Return whether this
ScheduledTaskRegistrarhas any tasks registered. - havingValue() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnProperty
-
The string representation of the expected value for the properties.
- HierarchicalMessageSource - cn.taketoday.context中的接口
-
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
- HOURS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Hours.
I
- id() - annotation interface 中的元素 cn.taketoday.context.event.EventListener
-
An optional identifier for the listener, defaulting to the fully-qualified signature of the declaring method (e.g.
- IDENTITY_OBJECT_NAME_KEY - 类中的静态变量 cn.taketoday.jmx.support.JmxUtils
-
The key used when extending an existing
ObjectNamewith the identity hash code of its corresponding managed resource. - IdentityNamingStrategy - cn.taketoday.jmx.export.naming中的类
-
An implementation of the
ObjectNamingStrategyinterface that creates a name based on the identity of a given instance. - IdentityNamingStrategy() - 类的构造器 cn.taketoday.jmx.export.naming.IdentityNamingStrategy
- ifBound(Consumer<? super T>) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Invoke the specified consumer with the bound value, or do nothing if no value has been bound.
- IGNORE_EXISTING - enum class 中的枚举常量 cn.taketoday.jmx.support.RegistrationPolicy
-
Registration should ignore the affected MBean when attempting to register an MBean under a name that already exists.
- IGNORE_INDEX - 类中的静态变量 cn.taketoday.context.loader.CandidateComponentsIndexLoader
-
System property that instructs framework to ignore the components index, i.e.
- IGNORE_JNDI_PROPERTY_NAME - 类中的静态变量 cn.taketoday.jndi.JndiLocatorDelegate
-
System property that instructs to ignore a default JNDI environment, i.e.
- ignored() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
The class types of beans that should be ignored when identifying matching beans.
- ignored() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The class types of beans that should be ignored when identifying matching beans.
- ignoredType() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
The class type names of beans that should be ignored when identifying matching beans.
- ignoredType() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The class type names of beans that should be ignored when identifying matching beans.
- IgnoreErrorsBindHandler - cn.taketoday.context.properties.bind.handler中的类
-
BindHandlerthat can be used to ignore binding errors. - IgnoreErrorsBindHandler() - 类的构造器 cn.taketoday.context.properties.bind.handler.IgnoreErrorsBindHandler
- IgnoreErrorsBindHandler(BindHandler) - 类的构造器 cn.taketoday.context.properties.bind.handler.IgnoreErrorsBindHandler
- ignoreInvalidFields() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationProperties
-
Flag to indicate that when binding to this object invalid fields should be ignored.
- ignoreInvalidFields() - annotation interface 中的元素 cn.taketoday.context.properties.Props
-
Flag to indicate that when binding to this object invalid fields should be ignored.
- ignoreResourceNotFound() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySource
-
Indicate if failure to find the a
property resourceshould be ignored. - ignoreResourceType(String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Ignore the given resource type when resolving
@Resourceannotations. - IgnoreTopLevelConverterNotFoundBindHandler - cn.taketoday.context.properties.bind.handler中的类
-
BindHandlerthat can be used to ignore top-levelConverterNotFoundExceptions. - IgnoreTopLevelConverterNotFoundBindHandler() - 类的构造器 cn.taketoday.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
Create a new
IgnoreTopLevelConverterNotFoundBindHandlerinstance. - IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - 类的构造器 cn.taketoday.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
Create a new
IgnoreTopLevelConverterNotFoundBindHandlerinstance with a specific parent. - ignoreUnknownFields() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationProperties
-
Flag to indicate that when binding to this object unknown fields should be ignored.
- ignoreUnknownFields() - annotation interface 中的元素 cn.taketoday.context.properties.Props
-
Flag to indicate that when binding to this object unknown fields should be ignored.
- Import - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates one or more component classes to import — typically
@Configurationclasses. - IMPORT_BEAN_NAME_GENERATOR - 类中的静态变量 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- ImportAutoConfiguration - cn.taketoday.context.annotation.config中的Annotation Interface
-
Import and apply the specified auto-configuration classes.
- ImportAutoConfigurationImportSelector - cn.taketoday.context.annotation.config中的类
-
Variant of
AutoConfigurationImportSelectorfor@ImportAutoConfiguration. - ImportAutoConfigurationImportSelector() - 类的构造器 cn.taketoday.context.annotation.config.ImportAutoConfigurationImportSelector
- ImportAware - cn.taketoday.context.annotation中的接口
-
Interface to be implemented by any @
Configurationclass that wishes to be injected with theBeanDefinitionof the @Configurationclass that imported it. - ImportBeanDefinitionRegistrar - cn.taketoday.context.annotation中的接口
-
Interface to be implemented by types that register additional bean definitions when processing @
Configurationclasses. - ImportCandidates - cn.taketoday.context.annotation.config中的类
-
Contains
@Configurationimport candidates, usually auto-configurations. - importClassName() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
返回
importClassName记录组件的值。 - ImportResource - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates one or more resources containing bean definitions to import.
- ImportSelector - cn.taketoday.context.loader中的接口
-
Interface to be implemented by types that determine which @
Configurationclass(es) should be imported based on a given selection criteria, usually one or more annotation attributes. - includeBean(Class<?>, String) - 接口中的方法 cn.taketoday.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
-
Indicate whether a particular bean should be included in the registration process, if it is not specified in the
beansmap of theMBeanExporter. - includeBean(Class<?>, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Used for autodetection of beans.
- includeFilters() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Specifies which types are eligible for component scanning.
- includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular operation.
- includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Methodis declared in one of the configured interfaces and that it is public. - includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an operation.
- includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeOperation(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true. - includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute accessor.
- includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Methodis declared in one of the configured interfaces and that it is public. - includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Vote on the inclusion of an attribute accessor.
- includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeReadAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true. - includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute mutator.
- includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Methodis declared in one of the configured interfaces and that it is public. - includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an attribute mutator.
- includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeWriteAttribute(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true. - IncompatibleConfigurationException - cn.taketoday.context.properties中的异常错误
-
Exception thrown when the application has configured an incompatible set of
ConfigurationPropertieskeys. - IncompatibleConfigurationException(String...) - 异常错误的构造器 cn.taketoday.context.properties.IncompatibleConfigurationException
- Indexed - cn.taketoday.stereotype中的Annotation Interface
-
Indicate that the annotated element represents a stereotype for the index.
- InfraValidatorAdapter - cn.taketoday.validation.beanvalidation中的类
-
Adapter that takes a JSR-303
javax.validator.Validatorand exposes it as a FrameworkValidatorwhile also exposing the original JSR-303 Validator interface itself. - InfraValidatorAdapter(Validator) - 类的构造器 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Create a new ContextValidatorAdapter for the given JSR-303 Validator.
- init() - 类中的方法 cn.taketoday.cache.config.CacheNamespaceHandler
- init() - 类中的方法 cn.taketoday.context.config.ContextNamespaceHandler
- init() - 类中的方法 cn.taketoday.ejb.config.JeeNamespaceHandler
- init() - 类中的方法 cn.taketoday.scheduling.config.TaskNamespaceHandler
- init() - 类中的方法 cn.taketoday.scripting.config.LangNamespaceHandler
- init(ApplicationContext, EventExpressionEvaluator) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- initApplicationContext() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationEventMulticaster() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Initialize the ApplicationEventMulticaster.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - 类中的方法 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Initialize the bean definition reader used for loading the bean definitions of this context.
- initBeanPropertyAccess() - 类中的方法 cn.taketoday.validation.DataBinder
-
Initialize standard JavaBean property access for this DataBinder.
- initConversion(ConversionService) - 类中的方法 cn.taketoday.validation.AbstractPropertyBindingResult
- initDirectFieldAccess() - 类中的方法 cn.taketoday.validation.DataBinder
-
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
- initialDelay() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Number of units of time to delay before the first execution of a
Scheduled.fixedRate()orScheduled.fixedDelay()task. - initialDelayString() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
Number of units of time to delay before the first execution of a
Scheduled.fixedRate()orScheduled.fixedDelay()task. - initialize() - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Set up the ExecutorService.
- initialize(ConfigurableApplicationContext) - 接口中的方法 cn.taketoday.context.ApplicationContextInitializer
-
Initialize the given application context.
- initializeCaches() - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
-
Initialize the static configuration of caches.
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Create the target
ExecutorServiceinstance. - initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Note: This method exposes an
ExecutorServiceto its base class but stores the actualThreadPoolExecutorhandle internally. - initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- initLifecycleProcessor() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Initialize the LifecycleProcessor.
- initMessageSource() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Initialize the MessageSource.
- initMethods() - annotation interface 中的元素 cn.taketoday.context.annotation.Bean
-
The optional name of a method to call on the bean instance during initialization.
- initMethods() - annotation interface 中的元素 cn.taketoday.stereotype.Component
-
The optional name of a method to call on the bean instance during initialization.
- initMethods() - annotation interface 中的元素 cn.taketoday.stereotype.Prototype
-
The optional name of a method to call on the bean instance during initialization.
- initMethods() - annotation interface 中的元素 cn.taketoday.stereotype.Repository
-
The optional name of a method to call on the bean instance during initialization.
- initMethods() - annotation interface 中的元素 cn.taketoday.stereotype.Service
-
The optional name of a method to call on the bean instance during initialization.
- initMethods() - annotation interface 中的元素 cn.taketoday.stereotype.Singleton
-
The optional name of a method to call on the bean instance during initialization.
- initPropertySources() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
load properties files or itself strategies
- INLINE_SCRIPT_PREFIX - 类中的静态变量 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
The
Resource-style prefix that denotes an inline script. - INSTANCE - 类中的静态变量 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
-
A convenient constant for a default
AnnotationBeanNameGeneratorinstance, as used for component scanning purposes. - INSTANCE - 类中的静态变量 cn.taketoday.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
-
A convenient constant for a default
FullyQualifiedAnnotationBeanNameGeneratorinstance, as used for configuration-level import purposes. - INSTANCE - 类中的静态变量 cn.taketoday.context.properties.ConfigurationPropertiesBindConstructorProvider
-
A shared singleton
ConfigurationPropertiesBindConstructorProviderinstance. - InstantFormatter - cn.taketoday.format.datetime.standard中的类
-
Formatterimplementation for a JSR-310Instant, following JSR-310's parsing rules for an Instant (that is, not using a configurableDateTimeFormatter): accepting the defaultISO_INSTANTformat as well asRFC_1123_DATE_TIME(which is commonly used for HTTP date header values) - InstantFormatter() - 类的构造器 cn.taketoday.format.datetime.standard.InstantFormatter
- instantiate(Class<T>) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- instantiate(Class<T>, Object[]) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- InstrumentationLoadTimeWeaver - cn.taketoday.instrument中的类
-
LoadTimeWeaverrelying on VMInstrumentation. - InstrumentationLoadTimeWeaver() - 类的构造器 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
- InstrumentationLoadTimeWeaver(ClassLoader) - 类的构造器 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
- InterfaceBasedMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Subclass of
AbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces. - InterfaceBasedMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- INTERFACES - enum class 中的枚举常量 cn.taketoday.context.annotation.ScopedProxyMode
-
Create a JDK dynamic proxy implementing all interfaces exposed by the class of the target object.
- InternetAddressEditor - cn.taketoday.context.support.mail.javamail中的类
-
Editor for
java.mail.internet.InternetAddress, to directly populate an InternetAddress property. - InternetAddressEditor() - 类的构造器 cn.taketoday.context.support.mail.javamail.InternetAddressEditor
- interpolate(String, MessageInterpolator.Context) - 类中的方法 cn.taketoday.validation.beanvalidation.LocaleContextMessageInterpolator
- interpolate(String, MessageInterpolator.Context, Locale) - 类中的方法 cn.taketoday.validation.beanvalidation.LocaleContextMessageInterpolator
- IntervalTask - cn.taketoday.scheduling.config中的类
-
Taskimplementation defining aRunnableto be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context. - IntervalTask(Runnable, long) - 类的构造器 cn.taketoday.scheduling.config.IntervalTask
-
Create a new
IntervalTaskwith no initial delay. - IntervalTask(Runnable, long, long) - 类的构造器 cn.taketoday.scheduling.config.IntervalTask
-
Create a new
IntervalTask. - IntervalTask(Runnable, Duration) - 类的构造器 cn.taketoday.scheduling.config.IntervalTask
-
Create a new
IntervalTaskwith no initial delay. - IntervalTask(Runnable, Duration, Duration) - 类的构造器 cn.taketoday.scheduling.config.IntervalTask
-
Create a new
IntervalTask. - invalidate() - 接口中的方法 cn.taketoday.cache.Cache
-
Invalidate the cache through removing all mappings, expecting all entries to be immediately invisible for subsequent lookups.
- invalidate() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- invalidate() - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- invalidate() - 类中的方法 cn.taketoday.cache.support.NoOpCache
- InvalidConfigurationPropertyNameException - cn.taketoday.context.properties.source中的异常错误
-
Exception thrown when
ConfigurationPropertyNamehas invalid characters. - InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - 异常错误的构造器 cn.taketoday.context.properties.source.InvalidConfigurationPropertyNameException
- InvalidConfigurationPropertyValueException - cn.taketoday.context.properties.source中的异常错误
-
Exception thrown when a configuration property value is invalid.
- InvalidConfigurationPropertyValueException(String, Object, String) - 异常错误的构造器 cn.taketoday.context.properties.source.InvalidConfigurationPropertyValueException
-
Creates a new instance for the specified property
nameandvalue, including areasonwhy the value is invalid. - InvalidInvocationException - cn.taketoday.jmx.access中的异常错误
-
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
- InvalidInvocationException(String) - 异常错误的构造器 cn.taketoday.jmx.access.InvalidInvocationException
-
Create a new
InvalidInvocationExceptionwith the supplied error message. - InvalidMetadataException - cn.taketoday.jmx.export.metadata中的异常错误
-
Thrown by the
JmxAttributeSourcewhen it encounters incorrect metadata on a managed resource or one of its methods. - InvalidMetadataException(String) - 异常错误的构造器 cn.taketoday.jmx.export.metadata.InvalidMetadataException
-
Create a new
InvalidMetadataExceptionwith the supplied error message. - inverse(ConditionOutcome) - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Return the inverse of the specified condition outcome.
- InvocationFailureException - cn.taketoday.jmx.access中的异常错误
-
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
- InvocationFailureException(String) - 异常错误的构造器 cn.taketoday.jmx.access.InvocationFailureException
-
Create a new
InvocationFailureExceptionwith the supplied error message. - InvocationFailureException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.access.InvocationFailureException
-
Create a new
InvocationFailureExceptionwith the specified error message and root cause. - invoke() - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationInvoker
-
Invoke the cache operation defined by this instance.
- invoke(String, Object[], String[]) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Switches the
context ClassLoaderfor the managed resourcesClassLoaderbefore allowing the invocation to occur. - invoke(MethodInvocation) - 类中的方法 cn.taketoday.cache.interceptor.CacheInterceptor
- invoke(MethodInvocation) - 类中的方法 cn.taketoday.cache.interceptor.CachingInterceptor
- invoke(MethodInvocation) - 类中的方法 cn.taketoday.context.event.EventPublicationInterceptor
- invoke(MethodInvocation) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource..
- invoke(MethodInvocation) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationInterceptor
- invokeBeanFactoryPostProcessors(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
- invokeListener(ApplicationListener<?>, ApplicationEvent) - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Invoke the given listener with the given event.
- invokeOperation(CacheOperationInvoker) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.
- invokeValidator(Validator, Object, Errors) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
- invokeValidator(Validator, Object, Errors, Object...) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
- isActive() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Determine whether this application context is active, that is, whether it has been refreshed at least once and has not been closed yet.
- isActive() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isAlias(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- isAlias(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- isAllowBeanDefinitionOverriding() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- isAllowBeanDefinitionOverriding() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- isAllowed(String) - 类中的方法 cn.taketoday.validation.DataBinder
-
Determine if the given field is allowed for binding.
- isAllowNullValues() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager accepts and converts
nullvalues for all of its caches. - isAllowNullValues() - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Return whether
nullvalues are allowed in this cache. - isAllowNullValues() - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Return whether this cache manager accepts and converts
nullvalues for all of its caches. - isAlwaysUseMessageFormat() - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Return whether to always apply the
MessageFormatrules, parsing even messages without arguments. - isAncestorOf(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Returns
trueif this element is an ancestor (immediate or nested parent) of the specified name. - isAttachedConfigurationPropertySource(PropertySource<?>) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertySources
-
Determines if the specific
PropertySourceis theConfigurationPropertySourcethat wasattachedto theEnvironment. - isAutoGrowNestedPaths() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoStartup() - 接口中的方法 cn.taketoday.context.SmartLifecycle
-
Returns
trueif thisLifecyclecomponent should get started automatically by the container at the time that the containingApplicationContextgets refreshed. - isBeanDefinitionLazyInit(BeanFactory, String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as lazy-init.
- isBeanNameInUse(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- isBeanNameInUse(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- isBeforeInvocation() - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation
- isBindingFailure() - 类中的方法 cn.taketoday.validation.FieldError
-
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
- isBound() - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Returns
trueif a result was bound. - isCacheWide() - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation
- isCancelled() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- isCandidateClass(Class<?>) - 类中的方法 cn.taketoday.cache.annotation.AnnotationCacheOperationSource
- isCandidateClass(Class<?>) - 接口中的方法 cn.taketoday.cache.annotation.CacheAnnotationParser
-
Determine whether the given class is a candidate for cache operations in the annotation format of this
CacheAnnotationParser. - isCandidateClass(Class<?>) - 类中的方法 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- isCandidateClass(Class<?>) - 接口中的方法 cn.taketoday.cache.interceptor.CacheOperationSource
-
Determine whether the given class is a candidate for cache operations in the metadata format of this
CacheOperationSource. - isCandidateClass(Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.CompositeCacheOperationSource
- isCandidateComponent(AnnotationMetadata) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Determine whether the given metadata qualifies as candidate.
- isCandidateComponent(MetadataReader, MetadataReaderFactory) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Determine whether the given class does not match any exclude filter and does match at least one include filter.
- isCompatible(BeanDefinition, BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Determine whether the given new bean definition is compatible with the given existing bean definition.
- isCompilable() - 类中的方法 cn.taketoday.context.expression.MapAccessor
- isConditionPassing(Object) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- isContextRequired() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Determine whether this application object needs to run in an ApplicationContext.
- isConvertViaObjectSourceType(TypeDescriptor, TypeDescriptor) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
-
Return
trueif objects ofsourceTypecan be converted to thetargetTypeand the converter hasObject.classas a supported source type. - isDefaultJndiEnvironmentAvailable() - 类中的静态方法 cn.taketoday.jndi.JndiLocatorDelegate
-
Check whether a default JNDI environment, as in a Jakarta EE environment, is available on this JVM.
- isDefaultName - 类中的变量 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- isDone() - 类中的方法 cn.taketoday.scheduling.annotation.AsyncResult
- isEligibleForShadowing(String) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
-
Determine whether the specified class is eligible for shadowing by this class loader.
- isEmpty() - 类中的方法 cn.taketoday.context.condition.ConditionMessage
-
Return
trueif the message is empty. - isEmpty() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Returns
trueif thisConfigurationPropertyNameis empty. - isEmpty() - 接口中的方法 cn.taketoday.ui.Model
-
Returns
trueif this map contains no key-value mappings. - isEnabled(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- isEncodeFilenames() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return whether to encode attachment filenames passed to this helper's
#addAttachmentmethods. - isExcluded(Class<?>) - 接口中的方法 cn.taketoday.validation.beanvalidation.MethodValidationExcludeFilter
-
Evaluate whether to exclude the given
typefrom method validation. - isExposeClassDescriptor() - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether to expose the JMX descriptor field "class" for managed operations.
- isFallbackToSystemLocale() - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Return whether to fall back to the system Locale if no files for a specific Locale have been found.
- isFixedRate() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Return whether to schedule as fixed-rate execution.
- isFixedRate() - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Return whether this trigger uses fixed rate (
true) or fixed delay (false) behavior. - isFullMatch() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return
trueif all outcomes match. - isIgnoreInvalidFields() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return whether to ignore invalid fields when binding.
- isIgnoreUnknownFields() - 类中的方法 cn.taketoday.validation.DataBinder
-
Return whether to ignore unknown fields when binding.
- isImmutable() - 接口中的方法 cn.taketoday.origin.OriginLookup
-
Return
trueif this lookup is immutable and has contents that will never change. - isInstrumentationAvailable() - 类中的静态方法 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
Check whether an Instrumentation instance is available for the current VM.
- isLastElementIndexed() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return if the last element in the name is indexed.
- isLazy(DependencyDescriptor) - 类中的方法 cn.taketoday.context.annotation.ContextAnnotationAutowireCandidateResolver
- isLog() - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- isLogStackTraces() - 类中的方法 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Get the
logStackTracesflag for thisLoggingCacheErrorHandler. - isLongLived() - 接口中的方法 cn.taketoday.scheduling.SchedulingAwareRunnable
-
Return whether the Runnable's operation is long-lived (
true) versus short-lived (false). - isMatch() - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
-
Return
trueif the outcome was a match. - isMatch(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- isMatch(String, String) - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
-
Return if the given method name matches the mapped name.
- isMatchingFieldError(String, FieldError) - 类中的方法 cn.taketoday.validation.AbstractErrors
-
Check whether the given FieldError matches the given field.
- isMBean(Class<?>) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Determine whether the given bean class qualifies as an MBean as-is.
- isModified() - 接口中的方法 cn.taketoday.scripting.ScriptSource
-
Indicate whether the underlying script data has been modified since the last time
ScriptSource.getScriptAsString()was called. - isModified() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
- isModified() - 类中的方法 cn.taketoday.scripting.support.StaticScriptSource
- isMultipart() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return whether this helper is in multipart mode, i.e. whether it holds a multipart message.
- isNotIgnored(Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
- isNumericIndex(int) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return if the element in the name is indexed and numeric.
- iso() - annotation interface 中的元素 cn.taketoday.format.annotation.DateTimeFormat
-
The ISO pattern to use to format the field or method parameter.
- ISO8601 - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle
-
ISO-8601 formatting.
- ISO8601 - enum class 中的枚举常量 cn.taketoday.format.annotation.PeriodStyle
-
ISO-8601 formatting.
- isOneTimeTask() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Is this task only ever going to execute once?
- isParentOf(ConfigurationPropertyName) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Returns
trueif this element is an immediate parent of the specified name. - isPrepared() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Return whether this client interceptor has already been prepared, i.e. has already looked up the server and cached all metadata.
- isPresent(String, ClassLoader) - enum class中的静态方法 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
- isPrototype(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isPrototype(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- isResourceRef() - 类中的方法 cn.taketoday.jndi.JndiLocatorSupport
-
Return whether the lookup occurs in a Jakarta EE container.
- isRunning() - 接口中的方法 cn.taketoday.context.Lifecycle
-
Check whether this component is currently running.
- isRunning() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isRunning() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
- isSingleton() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- isSingleton() - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- isSingleton(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isSingleton(String) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- isStatic() - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
- isStereotype(String, Set<String>) - 类中的方法 cn.taketoday.context.annotation.AnnotationBeanNameGenerator
-
Check whether the given annotation is a stereotype that is allowed to suggest a component name through its annotation
value(). - isStoreByValue() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
-
Return whether this cache stores a copy of each entry (
true) or a reference (false, default). - isStoreByValue() - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager stores a copy of each entry or a reference for all its caches.
- isSync() - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation
- isTypeMatch(String, ResolvableType) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isTypeMatch(String, ResolvableType) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- isTypeMatch(String, Class<?>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- isTypeMatch(String, Class<?>) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- isUseCodeAsDefaultMessage() - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Return whether to use the message code as default message instead of throwing a NoSuchMessageException.
- isUseStrictCasing() - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether strict casing for attributes is enabled.
- isValid(CharSequence) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Returns if the given name is valid.
- isValidateAddresses() - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Return whether this helper will validate all addresses passed to it.
- isValidExpression(String) - 类中的静态方法 cn.taketoday.scheduling.support.CronExpression
-
Determine whether the given string represents a valid cron expression.
- isWritable() - 类中的方法 cn.taketoday.origin.OriginTrackedResource.OriginTrackedWritableResource
- items(ConditionMessage.Style, Object...) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(ConditionMessage.Style, Collection<?>) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.ItemsBuilder
-
Indicate the items with a
ConditionMessage.Style. - items(Object...) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(Collection<?>) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- IterableConfigurationPropertySource - cn.taketoday.context.properties.source中的接口
-
A
ConfigurationPropertySourcewith a fullyIterableset of entries. - iterator() - 类中的方法 cn.taketoday.context.annotation.config.ImportCandidates
- iterator() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcomes
- iterator() - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationErrors
- iterator() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyNameAliases
- iterator() - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
-
Return an iterator for the
namesmanaged by this source. - iterator() - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
J
- JAVA_BEAN - enum class 中的枚举常量 cn.taketoday.context.properties.ConfigurationPropertiesBean.BindMethod
-
Java Bean using getter/setter binding.
- JavaMailSender - cn.taketoday.context.support.mail.javamail中的接口
-
Extended
MailSenderinterface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks. - JavaMailSenderImpl - cn.taketoday.context.support.mail.javamail中的类
-
Production implementation of the
JavaMailSenderinterface, supporting both JavaMailMimeMessagesand FrameworkSimpleMailMessages. - JavaMailSenderImpl() - 类的构造器 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Create a new instance of the
JavaMailSenderImplclass. - JCACHE_ADVISOR_BEAN_NAME - 类中的静态变量 cn.taketoday.cache.config.CacheManagementConfigUtils
-
The name of the JCache advisor bean.
- JCACHE_ASPECT_BEAN_NAME - 类中的静态变量 cn.taketoday.cache.config.CacheManagementConfigUtils
-
The name of the JCache advisor bean.
- JeeNamespaceHandler - cn.taketoday.ejb.config中的类
-
NamespaceHandlerfor the 'jee' namespace. - JeeNamespaceHandler() - 类的构造器 cn.taketoday.ejb.config.JeeNamespaceHandler
- JmxAttributeSource - cn.taketoday.jmx.export.metadata中的接口
-
Interface used by the
MetadataMBeanInfoAssemblerto read source-level metadata from a managed resource's class. - JmxException - cn.taketoday.jmx中的异常错误
-
General base exception to be thrown on JMX errors.
- JmxException(String) - 异常错误的构造器 cn.taketoday.jmx.JmxException
-
Constructor for JmxException.
- JmxException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.JmxException
-
Constructor for JmxException.
- JmxMetadataUtils - cn.taketoday.jmx.export.metadata中的类
-
Utility methods for converting Framework JMX metadata into their plain JMX equivalents.
- JmxMetadataUtils() - 类的构造器 cn.taketoday.jmx.export.metadata.JmxMetadataUtils
- JmxUtils - cn.taketoday.jmx.support中的类
-
Collection of generic utility methods to support Framework JMX.
- JmxUtils() - 类的构造器 cn.taketoday.jmx.support.JmxUtils
- JndiAccessor - cn.taketoday.jndi中的类
-
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
- JndiAccessor() - 类的构造器 cn.taketoday.jndi.JndiAccessor
- JndiCallback<T> - cn.taketoday.jndi中的接口
-
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
- JndiLocatorDelegate - cn.taketoday.jndi中的类
-
JndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate. - JndiLocatorDelegate() - 类的构造器 cn.taketoday.jndi.JndiLocatorDelegate
- JndiLocatorSupport - cn.taketoday.jndi中的类
-
Convenient superclass for classes that can locate any number of JNDI objects.
- JndiLocatorSupport() - 类的构造器 cn.taketoday.jndi.JndiLocatorSupport
- JndiLookupFailureException - cn.taketoday.jndi中的异常错误
-
RuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checked
NamingException: for example, fromJndiObjectTargetSource. - JndiLookupFailureException(String, NamingException) - 异常错误的构造器 cn.taketoday.jndi.JndiLookupFailureException
-
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
- JndiObjectFactoryBean - cn.taketoday.jndi中的类
-
FactoryBeanthat looks up a JNDI object. - JndiObjectFactoryBean() - 类的构造器 cn.taketoday.jndi.JndiObjectFactoryBean
- JndiObjectLocator - cn.taketoday.jndi中的类
-
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
- JndiObjectLocator() - 类的构造器 cn.taketoday.jndi.JndiObjectLocator
- JndiObjectTargetSource - cn.taketoday.jndi中的类
-
AOP
TargetSourcethat provides configurable JNDI lookups forgetTarget()calls. - JndiObjectTargetSource() - 类的构造器 cn.taketoday.jndi.JndiObjectTargetSource
- JndiPropertySource - cn.taketoday.jndi中的类
-
PropertySourceimplementation that reads properties from an underlying FrameworkJndiLocatorDelegate. - JndiPropertySource(String) - 类的构造器 cn.taketoday.jndi.JndiPropertySource
-
Create a new
JndiPropertySourcewith the given name and aJndiLocatorDelegateconfigured to prefix any names with "java:comp/env/". - JndiPropertySource(String, JndiLocatorDelegate) - 类的构造器 cn.taketoday.jndi.JndiPropertySource
-
Create a new
JndiPropertySourcewith the given name and the givenJndiLocatorDelegate. - JndiTemplate - cn.taketoday.jndi中的类
-
Helper class that simplifies JNDI operations.
- JndiTemplate() - 类的构造器 cn.taketoday.jndi.JndiTemplate
-
Create a new JndiTemplate instance.
- JndiTemplate(Properties) - 类的构造器 cn.taketoday.jndi.JndiTemplate
-
Create a new JndiTemplate instance, using the given environment.
- Jsr310DateTimeFormatAnnotationFormatterFactory - cn.taketoday.format.datetime.standard中的类
-
Formats fields annotated with the
DateTimeFormatannotation using the JSR-310java.timepackage in JDK 8. - Jsr310DateTimeFormatAnnotationFormatterFactory() - 类的构造器 cn.taketoday.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
- Jsr330ScopeMetadataResolver - cn.taketoday.context.annotation中的类
-
Simple
ScopeMetadataResolverimplementation that follows JSR-330 scoping rules: defaulting to prototype scope unlessSingletonis present. - Jsr330ScopeMetadataResolver() - 类的构造器 cn.taketoday.context.annotation.Jsr330ScopeMetadataResolver
- Jsr354NumberFormatAnnotationFormatterFactory - cn.taketoday.format.number.money中的类
-
Formats
MonetaryAmountfields annotated with Framework's commonNumberFormatannotation. - Jsr354NumberFormatAnnotationFormatterFactory() - 类的构造器 cn.taketoday.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
- jsr354Present - 类中的静态变量 cn.taketoday.format.support.DefaultFormattingConversionService
K
- keepAlive(Duration) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the time limit for which threads may remain idle before being terminated.
- key() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Expression Language (SpEL) expression for computing the key dynamically.
- key() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Expression Language (SpEL) expression for computing the key dynamically.
- key() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
Expression Language (SpEL) expression for computing the key dynamically.
- keyGenerator - 类中的变量 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- keyGenerator - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- keyGenerator() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
The bean name of the custom
KeyGeneratorto use. - keyGenerator() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheConfig
-
The bean name of the default
KeyGeneratorto use for the class. - keyGenerator() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
The bean name of the custom
KeyGeneratorto use. - keyGenerator() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
The bean name of the custom
KeyGeneratorto use. - keyGenerator() - 接口中的方法 cn.taketoday.cache.annotation.CachingConfigurer
-
Return the key generator bean to use for annotation-driven cache management.
- KeyGenerator - cn.taketoday.cache.interceptor中的接口
-
Cache key generator.
- KeyNamingStrategy - cn.taketoday.jmx.export.naming中的类
-
ObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter. - KeyNamingStrategy() - 类的构造器 cn.taketoday.jmx.export.naming.KeyNamingStrategy
L
- LangNamespaceHandler - cn.taketoday.scripting.config中的类
-
NamespaceHandlerthat supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell. - LangNamespaceHandler() - 类的构造器 cn.taketoday.scripting.config.LangNamespaceHandler
- LangNamespaceUtils - cn.taketoday.scripting.config中的类
-
Utilities for use with
LangNamespaceHandler. - LangNamespaceUtils() - 类的构造器 cn.taketoday.scripting.config.LangNamespaceUtils
- LANGUAGE_ATTRIBUTE - 类中的静态变量 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
The
languageattribute. - lastActualExecution() - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
- lastActualExecution() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
Return the last actual execution time of the task, or
nullif not scheduled before. - lastActualExecutionTime() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
已过时。
- lastCompletion() - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
- lastCompletion() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
Return the last completion time of the task, or
nullif not scheduled before. - lastCompletionTime() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
已过时。
- lastScheduledExecution() - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
- lastScheduledExecution() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
Return the last scheduled execution time of the task, or
nullif not scheduled before. - lastScheduledExecutionTime() - 接口中的方法 cn.taketoday.scheduling.TriggerContext
-
已过时。
- Lazy - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates whether a bean is to be lazily initialized.
- lazyInit() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Specify whether scanned beans should be registered for lazy initialization.
- lazyLoadArguments() - 类中的方法 cn.taketoday.context.expression.MethodBasedEvaluationContext
-
Load the param information only when needed.
- Lifecycle - cn.taketoday.context中的接口
-
A common interface defining methods for start/stop lifecycle control.
- LIFECYCLE_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.support.AbstractApplicationContext
-
Name of the LifecycleProcessor bean in the factory.
- LifecycleProcessor - cn.taketoday.context中的接口
-
Strategy interface for processing Lifecycle beans within the ApplicationContext.
- listOf(Class<E>) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
- load(Resource...) - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Load bean definitions from the given XML resources.
- load(Class<?>, ClassLoader) - 类中的静态方法 cn.taketoday.context.annotation.config.ImportCandidates
-
Loads the names of import candidates from the classpath.
- load(Class<?>, String...) - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Load bean definitions from the given XML resources.
- load(ClassLoader) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
- load(ClassLoader, String) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
- load(String...) - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Load bean definitions from the given XML resources.
- LOAD_TIME_WEAVER_BEAN_NAME - 接口中的静态变量 cn.taketoday.context.ConfigurableApplicationContext
-
Name of the LoadTimeWeaver bean in the factory.
- loadBeanDefinitions(StandardBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Load bean definitions into the given bean factory, typically through delegating to one or more bean definition readers.
- loadBeanDefinitions(StandardBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Loads the bean definitions via an XmlBeanDefinitionReader.
- loadBeanDefinitions(XmlBeanDefinitionReader) - 类中的方法 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Load the bean definitions with the given XmlBeanDefinitionReader.
- loadBeanDefinitions(BootstrapContext) - 接口中的方法 cn.taketoday.context.loader.BeanDefinitionLoader
- loadBeanDefinitions(BootstrapContext) - 类中的方法 cn.taketoday.context.loader.MetaInfoBeanDefinitionLoader
-
Resolve bean from META-INF/beans
- loadBeanDefinitions(MetadataReader, BootstrapContext) - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- loadBeanDefinitions(MetadataReader, BootstrapContext) - 接口中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategy
- loadBeansFromMetaInfo(String) - 类中的静态方法 cn.taketoday.context.support.ContextUtils
-
Scan beans set from META-INF/xxx
- loadBeansFromMetaInfo(String, BeanFactory) - 类中的静态方法 cn.taketoday.context.support.ContextUtils
- loadBundle(InputStream) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Load a property-based resource bundle from the given input stream, picking up the default properties encoding on JDK 9+.
- loadBundle(Reader) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Load a property-based resource bundle from the given reader.
- loadCaches() - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
-
Load the initial caches for this cache manager.
- loadCaches() - 类中的方法 cn.taketoday.cache.support.SimpleCacheManager
- loadClass(String) - 类中的方法 cn.taketoday.instrument.ShadowingClassLoader
- loadFromMetaInfo(String) - 类中的静态方法 cn.taketoday.context.support.ContextUtils
-
Scan classes set from META-INF/xxx
- loadFromMetaInfoClass(String) - 类中的静态方法 cn.taketoday.context.support.ContextUtils
- loadIndex(ClassLoader) - 类中的静态方法 cn.taketoday.context.loader.CandidateComponentsIndexLoader
-
Load and instantiate the
CandidateComponentsIndexfrom "META-INF/today.components", using the given class loader. - loadMetaInfoBeans(BootstrapContext) - 类中的方法 cn.taketoday.context.loader.MetaInfoBeanDefinitionLoader
-
Resolve bean from META-INF/beans
- loadProperties(Resource, String) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Load the properties from the given resource.
- loadTimeWeaver() - 类中的方法 cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- LoadTimeWeaver - cn.taketoday.instrument中的接口
-
Defines the contract for adding one or more
ClassFileTransformersto aClassLoader. - LoadTimeWeaverAware - cn.taketoday.context.weaving中的接口
-
Interface to be implemented by any object that wishes to be notified of the application context's default
LoadTimeWeaver. - LoadTimeWeaverAwareProcessor - cn.taketoday.context.weaving中的类
-
BeanPostProcessorimplementation that passes the context's defaultLoadTimeWeaverto beans that implement theLoadTimeWeaverAwareinterface. - LoadTimeWeaverAwareProcessor() - 类的构造器 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
-
Create a new
LoadTimeWeaverAwareProcessorthat will auto-retrieve theLoadTimeWeaverfrom the containingBeanFactory, expecting a bean named"loadTimeWeaver". - LoadTimeWeaverAwareProcessor(BeanFactory) - 类的构造器 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
-
Create a new
LoadTimeWeaverAwareProcessor. - LoadTimeWeaverAwareProcessor(LoadTimeWeaver) - 类的构造器 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
-
Create a new
LoadTimeWeaverAwareProcessorfor the givenLoadTimeWeaver. - LoadTimeWeavingConfiguration - cn.taketoday.context.annotation中的类
-
@Configurationclass that registers aLoadTimeWeaverbean. - LoadTimeWeavingConfiguration() - 类的构造器 cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- LoadTimeWeavingConfigurer - cn.taketoday.context.annotation中的接口
-
Interface to be implemented by
@Configurationclasses annotated with@EnableLoadTimeWeavingthat wish to customize theLoadTimeWeaverinstance to be used. - LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME - 类中的静态变量 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
"localProperties" is the name given to the
PropertySourcefor the set of merged properties supplied to this configurer. - LocaleContextMessageInterpolator - cn.taketoday.validation.beanvalidation中的类
-
Delegates to a target
MessageInterpolatorimplementation but enforces Framework's managed Locale. - LocaleContextMessageInterpolator(MessageInterpolator) - 类的构造器 cn.taketoday.validation.beanvalidation.LocaleContextMessageInterpolator
-
Create a new LocaleContextMessageInterpolator, wrapping the given target interpolator.
- LocalValidatorFactoryBean - cn.taketoday.validation.beanvalidation中的类
-
This is the central class for
jakarta.validation(JSR-303) setup in a Framework application context: It bootstraps ajakarta.validation.ValidationFactoryand exposes it through the FrameworkValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself. - LocalValidatorFactoryBean() - 类的构造器 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- locateMBeanServer() - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Attempt to find a locally running
MBeanServer. - locateMBeanServer(String) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Attempt to find a locally running
MBeanServer. - locateMBeanServer(String) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Attempt to locate an existing
MBeanServer. - Location(int, int) - 类的构造器 cn.taketoday.origin.TextResourceOrigin.Location
-
Create a new
TextResourceOrigin.Locationinstance. - locations() - annotation interface 中的元素 cn.taketoday.context.annotation.ImportResource
-
Resource locations from which to import.
- log - 类中的变量 cn.taketoday.context.aware.ApplicationContextSupport
- log - 类中的变量 cn.taketoday.context.support.AbstractApplicationContext
- log - 类中的变量 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Loginstance for this class. - log() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- LOG_AND_PROPAGATE_ERROR_HANDLER - 类中的静态变量 cn.taketoday.scheduling.support.TaskUtils
-
An ErrorHandler strategy that will log at error level and then re-throw the Exception.
- LOG_AND_SUPPRESS_ERROR_HANDLER - 类中的静态变量 cn.taketoday.scheduling.support.TaskUtils
-
An ErrorHandler strategy that will log the Exception but perform no further handling.
- logFile() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- logger - 类中的变量 cn.taketoday.cache.interceptor.AbstractFallbackCacheOperationSource
-
Logger available to subclasses.
- logger - 类中的静态变量 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
-
Logger available to subclasses.
- logger - 类中的变量 cn.taketoday.context.event.EventListenerMethodProcessor
- logger - 类中的变量 cn.taketoday.context.support.MessageSourceSupport
-
Logger available to subclasses.
- logger - 类中的变量 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- logger - 类中的变量 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Logger available to subclasses.
- logger - 类中的变量 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Logger available to subclasses.
- logger - 类中的变量 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Loginstance for this class. - logger - 类中的变量 cn.taketoday.jmx.support.MBeanServerFactoryBean
- logger - 类中的变量 cn.taketoday.jndi.JndiAccessor
-
Logger, available to subclasses.
- logger - 类中的变量 cn.taketoday.jndi.JndiTemplate
- logger - 类中的变量 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
- logger - 类中的变量 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
- logger - 类中的变量 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Logger available to subclasses.
- logger - 类中的静态变量 cn.taketoday.validation.DataBinder
-
We'll create a lot of DataBinder instances: Let's use a static logger.
- LoggingCacheErrorHandler - cn.taketoday.cache.interceptor中的类
-
A
CacheErrorHandlerimplementation that logs error message. - LoggingCacheErrorHandler() - 类的构造器 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Create an instance that does not log stack traces.
- LoggingCacheErrorHandler(boolean) - 类的构造器 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Create a
LoggingCacheErrorHandlerthat uses the default logging category and the suppliedlogStackTracesflag. - LoggingCacheErrorHandler(Logger, boolean) - 类的构造器 cn.taketoday.cache.interceptor.LoggingCacheErrorHandler
-
Create an instance with the
loggerto use. - logOutcome(String, ConditionOutcome) - 类中的方法 cn.taketoday.context.condition.ContextCondition
- longValue(Duration) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle.Unit
- lookup() - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
-
Perform the actual JNDI lookup for this locator's target resource.
- lookup(Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- lookup(Object) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Perform an actual lookup in the underlying store.
- lookup(Object) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- lookup(String) - 类中的方法 cn.taketoday.jndi.JndiLocatorDelegate
- lookup(String) - 类中的方法 cn.taketoday.jndi.JndiLocatorSupport
-
Perform an actual JNDI lookup for the given name via the JndiTemplate.
- lookup(String) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Look up the object with the given name in the current JNDI context.
- lookup(String, Class<T>) - 类中的方法 cn.taketoday.jndi.JndiLocatorDelegate
- lookup(String, Class<T>) - 类中的方法 cn.taketoday.jndi.JndiLocatorSupport
-
Perform an actual JNDI lookup for the given name via the JndiTemplate.
- lookup(String, Class<T>) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Look up the object with the given name in the current JNDI context.
- lookupCache(String) - 类中的方法 cn.taketoday.cache.support.AbstractCacheManager
-
Check for a registered cache of the given name.
- LookupElement(Member, PropertyDescriptor) - 类的构造器 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- lookupType - 类中的变量 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- lookupVariable(String) - 类中的方法 cn.taketoday.context.expression.MethodBasedEvaluationContext
- lookupWithFallback() - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Lookup variant that returns the specified "defaultObject" (if any) in case of lookup failure.
M
- MailAuthenticationException - cn.taketoday.context.support.mail中的异常错误
-
Exception thrown on failed authentication.
- MailAuthenticationException(String) - 异常错误的构造器 cn.taketoday.context.support.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailAuthenticationException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailAuthenticationException(Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailException - cn.taketoday.context.support.mail中的异常错误
-
Base class for all mail exceptions.
- MailException(String) - 异常错误的构造器 cn.taketoday.context.support.mail.MailException
-
Constructor for MailException.
- MailException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailException
-
Constructor for MailException.
- MailMessage - cn.taketoday.context.support.mail中的接口
-
This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
- MailParseException - cn.taketoday.context.support.mail中的异常错误
-
Exception thrown if illegal message properties are encountered.
- MailParseException(String) - 异常错误的构造器 cn.taketoday.context.support.mail.MailParseException
-
Constructor for MailParseException.
- MailParseException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailParseException
-
Constructor for MailParseException.
- MailParseException(Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailParseException
-
Constructor for MailParseException.
- MailPreparationException - cn.taketoday.context.support.mail中的异常错误
-
Exception to be thrown by user code if a mail cannot be prepared properly, for example when a FreeMarker template cannot be rendered for the mail text.
- MailPreparationException(String) - 异常错误的构造器 cn.taketoday.context.support.mail.MailPreparationException
-
Constructor for MailPreparationException.
- MailPreparationException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailPreparationException
-
Constructor for MailPreparationException.
- MailPreparationException(Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailPreparationException
- MailSender - cn.taketoday.context.support.mail中的接口
-
This interface defines a strategy for sending simple mails.
- MailSendException - cn.taketoday.context.support.mail中的异常错误
-
Exception thrown when a mail sending error is encountered.
- MailSendException(String) - 异常错误的构造器 cn.taketoday.context.support.mail.MailSendException
-
Constructor for MailSendException.
- MailSendException(String, Throwable) - 异常错误的构造器 cn.taketoday.context.support.mail.MailSendException
-
Constructor for MailSendException.
- MailSendException(String, Throwable, Map<Object, Exception>) - 异常错误的构造器 cn.taketoday.context.support.mail.MailSendException
-
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
- MailSendException(Map<Object, Exception>) - 异常错误的构造器 cn.taketoday.context.support.mail.MailSendException
-
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
- ManagedAttribute - cn.taketoday.jmx.export.metadata中的类
-
Metadata that indicates to expose a given bean property as JMX attribute.
- ManagedAttribute - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Method-level annotation that indicates to expose a given bean property as a JMX attribute, corresponding to the
ManagedAttribute. - ManagedAttribute() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedAttribute
- ManagedMetric - cn.taketoday.jmx.export.metadata中的类
-
Metadata that indicates to expose a given bean property as a JMX attribute, with additional descriptor properties that indicate that the attribute is a metric.
- ManagedMetric - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Method-level annotation that indicates to expose a given bean property as a JMX attribute, with added descriptor properties to indicate that it is a metric.
- ManagedMetric() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedMetric
- ManagedNotification - cn.taketoday.jmx.export.metadata中的类
-
Metadata that indicates a JMX notification emitted by a bean.
- ManagedNotification - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Type-level annotation that indicates a JMX notification emitted by a bean.
- ManagedNotification() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedNotification
- ManagedNotifications - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple
ManagedNotifications. - ManagedOperation - cn.taketoday.jmx.export.metadata中的类
-
Metadata that indicates to expose a given method as JMX operation.
- ManagedOperation - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Method-level annotation that indicates to expose a given method as a JMX operation, corresponding to the
ManagedOperationattribute. - ManagedOperation() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedOperation
- ManagedOperationParameter - cn.taketoday.jmx.export.metadata中的类
-
Metadata about JMX operation parameters.
- ManagedOperationParameter - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Method-level annotation used to provide metadata about operation parameters, corresponding to a
ManagedOperationParameterattribute. - ManagedOperationParameter() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
- ManagedOperationParameters - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Method-level annotation used to provide metadata about operation parameters, corresponding to an array of
ManagedOperationParameterattributes. - ManagedResource - cn.taketoday.jmx.export.metadata中的类
-
Metadata indicating that instances of an annotated class are to be registered with a JMX server.
- ManagedResource - cn.taketoday.jmx.export.annotation中的Annotation Interface
-
Class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the
ManagedResourceattribute. - ManagedResource() - 类的构造器 cn.taketoday.jmx.export.metadata.ManagedResource
- ManagedTaskBuilder() - 类的构造器 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
- map(Function<? super T, ? extends U>) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.
- MapAccessor - cn.taketoday.context.expression中的类
-
EL property accessor that knows how to traverse the keys of a standard
Map. - MapAccessor() - 类的构造器 cn.taketoday.context.expression.MapAccessor
- MapBindingResult - cn.taketoday.validation中的类
-
Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.
- MapBindingResult(Map<?, ?>, String) - 类的构造器 cn.taketoday.validation.MapBindingResult
-
Create a new MapBindingResult instance.
- MapConfigurationPropertySource - cn.taketoday.context.properties.source中的类
-
A
ConfigurationPropertySourcebacked by aMapand using standard name mapping rules. - MapConfigurationPropertySource() - 类的构造器 cn.taketoday.context.properties.source.MapConfigurationPropertySource
-
Create a new empty
MapConfigurationPropertySourceinstance. - MapConfigurationPropertySource(Map<?, ?>) - 类的构造器 cn.taketoday.context.properties.source.MapConfigurationPropertySource
-
Create a new
MapConfigurationPropertySourceinstance with entries copies from the specified map. - mapOf(Class<K>, Class<V>) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
- mappedName - 类中的变量 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- mappedObjectNames - 类中的变量 cn.taketoday.jmx.support.NotificationListenerHolder
- match() - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for a 'match'. - match(ConditionMessage) - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(MetadataReader, MetadataReaderFactory) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - 类中的方法 cn.taketoday.context.annotation.config.TypeExcludeFilter
- match(String) - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(String[], AutoConfigurationMetadata) - 接口中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match(String[], AutoConfigurationMetadata) - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- matcher(String) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
- matcher(String) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
- matches(ConditionEvaluationContext, AnnotatedTypeMetadata) - 接口中的方法 cn.taketoday.context.annotation.Condition
-
Determine if the condition matches.
- matches(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.annotation.NeverMatchedCondition
- matches(ConditionEvaluationContext, AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.condition.ContextCondition
- matches(ConditionEvaluationContext, AnnotatedTypeMetadata, Condition) - 类中的方法 cn.taketoday.context.condition.ContextCondition
-
Return true if any of the specified condition matches.
- matches(String) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
- matches(String) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
- matches(String, ClassLoader) - enum class中的方法 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
- matchIfMissing() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnProperty
-
Specify if the condition should match if the property is not set.
- maxPoolSize(int) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the maximum allowed number of threads.
- MBeanClientInterceptor - cn.taketoday.jmx.access中的类
-
MethodInterceptorthat routes calls to an MBean running on the suppliedMBeanServerConnection. - MBeanClientInterceptor() - 类的构造器 cn.taketoday.jmx.access.MBeanClientInterceptor
- MBeanConnectFailureException - cn.taketoday.jmx.access中的异常错误
-
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
- MBeanConnectFailureException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.access.MBeanConnectFailureException
-
Create a new
MBeanConnectFailureExceptionwith the specified error message and root cause. - MBeanExportConfiguration - cn.taketoday.context.annotation中的类
-
@Configurationclass that registers aAnnotationMBeanExporterbean. - MBeanExportConfiguration() - 类的构造器 cn.taketoday.context.annotation.MBeanExportConfiguration
- mbeanExporter() - 类中的方法 cn.taketoday.context.annotation.MBeanExportConfiguration
- MBeanExporter - cn.taketoday.jmx.export中的类
-
JMX exporter that allows for exposing any Framework-managed bean to a JMX
MBeanServer, without the need to define any JMX-specific information in the bean classes. - MBeanExporter() - 类的构造器 cn.taketoday.jmx.export.MBeanExporter
- MBeanExporterListener - cn.taketoday.jmx.export中的接口
-
A listener that allows application code to be notified when an MBean is registered and unregistered via an
MBeanExporter. - MBeanExportException - cn.taketoday.jmx.export中的异常错误
-
Exception thrown in case of failure when exporting an MBean.
- MBeanExportException(String) - 异常错误的构造器 cn.taketoday.jmx.export.MBeanExportException
-
Create a new
MBeanExportExceptionwith the specified error message. - MBeanExportException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.export.MBeanExportException
-
Create a new
MBeanExportExceptionwith the specified error message and root cause. - MBeanExportOperations - cn.taketoday.jmx.export中的接口
-
Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.
- MBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的接口
-
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
- MBeanInfoRetrievalException - cn.taketoday.jmx.access中的异常错误
-
Thrown if an exception is encountered when trying to retrieve MBean metadata.
- MBeanInfoRetrievalException(String) - 异常错误的构造器 cn.taketoday.jmx.access.MBeanInfoRetrievalException
-
Create a new
MBeanInfoRetrievalExceptionwith the specified error message. - MBeanInfoRetrievalException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.access.MBeanInfoRetrievalException
-
Create a new
MBeanInfoRetrievalExceptionwith the specified error message and root cause. - MBeanProxyFactoryBean - cn.taketoday.jmx.access中的类
-
Creates a proxy to a managed resource running either locally or remotely.
- MBeanProxyFactoryBean() - 类的构造器 cn.taketoday.jmx.access.MBeanProxyFactoryBean
- mbeanRegistered(ObjectName) - 接口中的方法 cn.taketoday.jmx.export.MBeanExporterListener
-
Called by
MBeanExporterafter an MBean has been successfully registered with anMBeanServer. - MBeanRegistrationSupport - cn.taketoday.jmx.support中的类
-
Provides supporting infrastructure for registering MBeans with an
MBeanServer. - MBeanRegistrationSupport() - 类的构造器 cn.taketoday.jmx.support.MBeanRegistrationSupport
- MBeanServerConnectionFactoryBean - cn.taketoday.jmx.support中的类
-
FactoryBeanthat creates a JMX 1.2MBeanServerConnectionto a remoteMBeanServerexposed via aJMXServerConnector. - MBeanServerConnectionFactoryBean() - 类的构造器 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
- MBeanServerFactoryBean - cn.taketoday.jmx.support中的类
-
FactoryBeanthat obtains aMBeanServerreference through the standard JMX 1.2MBeanServerFactoryAPI. - MBeanServerFactoryBean() - 类的构造器 cn.taketoday.jmx.support.MBeanServerFactoryBean
- MBeanServerNotFoundException - cn.taketoday.jmx中的异常错误
-
Exception thrown when we cannot locate an instance of an
MBeanServer, or when more than one instance is found. - MBeanServerNotFoundException(String) - 异常错误的构造器 cn.taketoday.jmx.MBeanServerNotFoundException
-
Create a new
MBeanServerNotFoundExceptionwith the supplied error message. - MBeanServerNotFoundException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.MBeanServerNotFoundException
-
Create a new
MBeanServerNotFoundExceptionwith the specified error message and root cause. - mbeanUnregistered(ObjectName) - 接口中的方法 cn.taketoday.jmx.export.MBeanExporterListener
-
Called by
MBeanExporterafter an MBean has been successfully unregistered from anMBeanServer. - MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - 类的构造器 cn.taketoday.context.condition.AbstractNestedCondition.MemberMatchOutcomes
- merge(Configurations) - 类中的方法 cn.taketoday.context.annotation.config.Configurations
-
Merge configurations from another source of the same type.
- merge(Set<Class<?>>) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurations
- merge(Set<Class<?>>) - 类中的方法 cn.taketoday.context.annotation.config.Configurations
-
Merge configurations.
- merge(Set<Class<?>>) - 类中的方法 cn.taketoday.context.annotation.config.UserConfigurations
- mergeAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ConcurrentModel
-
Copy all attributes in the supplied
Mapinto thisMap, with existing objects of the same name taking precedence (i.e. not getting replaced). - mergeAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ExtendedModelMap
- mergeAttributes(Map<String, ?>) - 接口中的方法 cn.taketoday.ui.Model
-
Copy all attributes in the supplied
Mapinto thisMap, with existing objects of the same name taking precedence (i.e. not getting replaced). - mergeAttributes(Map<String, ?>) - 类中的方法 cn.taketoday.ui.ModelMap
-
Copy all attributes in the supplied
Mapinto thisMap, with existing objects of the same name taking precedence (i.e. not getting replaced). - MESSAGE_SOURCE_BEAN_NAME - 类中的静态变量 cn.taketoday.context.support.AbstractApplicationContext
-
Name of the MessageSource bean in the factory.
- MessageCodeFormatter - cn.taketoday.validation中的接口
-
A strategy interface for formatting message codes.
- MessageCodesResolver - cn.taketoday.validation中的接口
-
Strategy interface for building message codes from validation error codes.
- MessageInterpolatorFactory - cn.taketoday.validation中的类
-
Supplierthat can be used to create aMessageInterpolator. - MessageInterpolatorFactory() - 类的构造器 cn.taketoday.validation.MessageInterpolatorFactory
- MessageInterpolatorFactory(MessageSource) - 类的构造器 cn.taketoday.validation.MessageInterpolatorFactory
-
Creates a new
MessageInterpolatorFactorythat will produce aMessageInterpolatorthat uses the givenmessageSourceto resolve any message parameters before final interpolation. - MessageSource - cn.taketoday.context中的接口
-
Strategy interface for resolving messages, with support for the parameterization and internationalization of such messages.
- messageSourceAccessor - 类中的变量 cn.taketoday.context.aware.ApplicationContextSupport
-
MessageSourceAccessor for easy message access.
- MessageSourceAccessor - cn.taketoday.context.support中的类
-
Helper class for easy access to messages from a MessageSource, providing various overloaded getMessage methods.
- MessageSourceAccessor(MessageSource) - 类的构造器 cn.taketoday.context.support.MessageSourceAccessor
-
Create a new MessageSourceAccessor, using LocaleContextHolder's locale as default locale.
- MessageSourceAccessor(MessageSource, Locale) - 类的构造器 cn.taketoday.context.support.MessageSourceAccessor
-
Create a new MessageSourceAccessor, using the given default locale.
- MessageSourceAware - cn.taketoday.context中的接口
-
Interface to be implemented by any object that wishes to be notified of the MessageSource (typically the ApplicationContext) that it runs in.
- MessageSourceResolvable - cn.taketoday.context中的接口
-
Interface for objects that are suitable for message resolution in a
MessageSource. - MessageSourceResourceBundle - cn.taketoday.context.support中的类
-
Helper class that allows for accessing a Framework
MessageSourceas aResourceBundle. - MessageSourceResourceBundle(MessageSource, Locale) - 类的构造器 cn.taketoday.context.support.MessageSourceResourceBundle
-
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
- MessageSourceResourceBundle(MessageSource, Locale, ResourceBundle) - 类的构造器 cn.taketoday.context.support.MessageSourceResourceBundle
-
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
- MessageSourceResourceBundleLocator - cn.taketoday.validation.beanvalidation中的类
-
Implementation of Hibernate Validator 4.3/5.x's
ResourceBundleLocatorinterface, exposing a FrameworkMessageSourceas localizedMessageSourceResourceBundle. - MessageSourceResourceBundleLocator(MessageSource) - 类的构造器 cn.taketoday.validation.beanvalidation.MessageSourceResourceBundleLocator
-
Build a MessageSourceResourceBundleLocator for the given MessageSource.
- MessageSourceSupport - cn.taketoday.context.support中的类
-
Base class for message source implementations, providing support infrastructure such as
MessageFormathandling but not implementing concrete methods defined in theMessageSource. - MessageSourceSupport() - 类的构造器 cn.taketoday.context.support.MessageSourceSupport
- META_INFO_beans - 类中的静态变量 cn.taketoday.context.loader.MetaInfoBeanDefinitionLoader
- metadata - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- metadata() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
返回
metadata记录组件的值。 - MetadataMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Implementation of the
MBeanInfoAssemblerinterface that reads the management interface information from source level metadata. - MetadataMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Create a new
MetadataMBeanInfoAssemblerwhich needs to be configured through theMetadataMBeanInfoAssembler.setAttributeSource(cn.taketoday.jmx.export.metadata.JmxAttributeSource)method. - MetadataMBeanInfoAssembler(JmxAttributeSource) - 类的构造器 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Create a new
MetadataMBeanInfoAssemblerfor the givenJmxAttributeSource. - MetadataNamingStrategy - cn.taketoday.jmx.export.naming中的类
-
An implementation of the
ObjectNamingStrategyinterface that reads theObjectNamefrom the source-level metadata. - MetadataNamingStrategy() - 类的构造器 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
-
Create a new
MetadataNamingStrategywhich needs to be configured through theMetadataNamingStrategy.setAttributeSource(cn.taketoday.jmx.export.metadata.JmxAttributeSource)method. - MetadataNamingStrategy(JmxAttributeSource) - 类的构造器 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
-
Create a new
MetadataNamingStrategyfor the givenJmxAttributeSource. - MetadataReaderConsumer - cn.taketoday.context.loader中的接口
-
MetadataReader Consumer
- MetaInfoBeanDefinitionLoader - cn.taketoday.context.loader中的类
- MetaInfoBeanDefinitionLoader() - 类的构造器 cn.taketoday.context.loader.MetaInfoBeanDefinitionLoader
- method - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- MethodBasedEvaluationContext - cn.taketoday.context.expression中的类
-
A method-based
EvaluationContextthat provides explicit support for method-based invocations. - MethodBasedEvaluationContext(Object, Method, Object[], ParameterNameDiscoverer) - 类的构造器 cn.taketoday.context.expression.MethodBasedEvaluationContext
- MethodExclusionMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
AbstractReflectiveMBeanInfoAssemblersubclass that allows method names to be explicitly excluded as MBean operations and attributes. - MethodExclusionMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- methodIdentification(Method, Class<?>) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Convenience method to return a String representation of this Method for use in logging.
- MethodInvokingRunnable - cn.taketoday.scheduling.support中的类
-
Adapter that implements the
Runnableinterface as a configurable method invocation based on Framework's MethodInvoker. - MethodInvokingRunnable() - 类的构造器 cn.taketoday.scheduling.support.MethodInvokingRunnable
- methodKey - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- MethodKey - cn.taketoday.cache.interceptor中的类
- MethodKey(Method, Class<? extends Annotation>) - 类的构造器 cn.taketoday.cache.interceptor.MethodKey
- MethodNameBasedMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Subclass of
AbstractReflectiveMBeanInfoAssemblerthat allows to specify method names to be exposed as MBean operations and attributes. - MethodNameBasedMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- MethodValidationExcludeFilter - cn.taketoday.validation.beanvalidation中的接口
-
A filter for excluding types from method validation.
- MethodValidationInterceptor - cn.taketoday.validation.beanvalidation中的类
-
An AOP Alliance
MethodInterceptorimplementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods. - MethodValidationInterceptor() - 类的构造器 cn.taketoday.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
- MethodValidationInterceptor(Validator) - 类的构造器 cn.taketoday.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using the given JSR-303 Validator.
- MethodValidationInterceptor(ValidatorFactory) - 类的构造器 cn.taketoday.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
- MethodValidationPostProcessor - cn.taketoday.validation.beanvalidation中的类
-
A convenient
BeanPostProcessorimplementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods. - MethodValidationPostProcessor() - 类的构造器 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
- metricType() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- MetricType - cn.taketoday.jmx.support中的Enum Class
-
Represents how the measurement values of a
ManagedMetricwill change over time. - MICROS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Microseconds.
- MILLIS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Milliseconds.
- MimeMailMessage - cn.taketoday.context.support.mail.javamail中的类
-
Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.
- MimeMailMessage(MimeMessageHelper) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMailMessage
-
Create a new MimeMailMessage based on the given MimeMessageHelper.
- MimeMailMessage(MimeMessage) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMailMessage
-
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
- MimeMessageHelper - cn.taketoday.context.support.mail.javamail中的类
-
Helper class for populating a
MimeMessage. - MimeMessageHelper(MimeMessage) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
- MimeMessageHelper(MimeMessage, boolean) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, boolean, String) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int, String) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, String) - 类的构造器 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
- MimeMessagePreparator - cn.taketoday.context.support.mail.javamail中的接口
-
Callback interface for the preparation of JavaMail MIME messages.
- MINUTES - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Minutes.
- MISSING - enum class 中的枚举常量 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
- MISSING_FIELD_ERROR_CODE - 类中的静态变量 cn.taketoday.validation.DefaultBindingErrorProcessor
-
Error code that a missing field error (i.e. a required field not found in the list of property values) will be registered with: "required".
- MissingBean - cn.taketoday.context.annotation中的Annotation Interface
-
Context will create a bean definition when current context were missing
- MissingComponent - cn.taketoday.context.annotation中的Annotation Interface
-
Context will create a bean definition when current context were missing
- mode() - annotation interface 中的元素 cn.taketoday.cache.annotation.EnableCaching
-
Indicate how caching advice should be applied.
- mode() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.EnableAsync
-
Indicate how async advice should be applied.
- Model - cn.taketoday.ui中的接口
-
Model that defines a holder for model attributes.
- MODEL_KEY_PREFIX - 接口中的静态变量 cn.taketoday.validation.BindingResult
-
Prefix for the name of the BindingResult instance in a model, followed by the object name.
- ModelMap - cn.taketoday.ui中的类
-
Implementation of
Mapfor use when building model data for use with UI tools. - ModelMap() - 类的构造器 cn.taketoday.ui.ModelMap
-
Construct a new, empty
ModelMap. - ModelMap(Object) - 类的构造器 cn.taketoday.ui.ModelMap
-
Construct a new
ModelMapcontaining the supplied attribute. - ModelMap(String, Object) - 类的构造器 cn.taketoday.ui.ModelMap
-
Construct a new
ModelMapcontaining the supplied attribute under the supplied name. - ModelMBeanNotificationPublisher - cn.taketoday.jmx.export.notification中的类
-
NotificationPublisherimplementation that uses the infrastructure provided by theModelMBeaninterface to trackjavax.management.NotificationListenersand sendNotificationsto those listeners. - ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - 类的构造器 cn.taketoday.jmx.export.notification.ModelMBeanNotificationPublisher
-
Create a new instance of the
ModelMBeanNotificationPublisherclass that will publish allNotificationsto the suppliedModelMBean. - MonetaryAmountFormatter - cn.taketoday.format.number.money中的类
-
Formatter for JSR-354
MonetaryAmountvalues, delegating toMonetaryAmountFormat.format(javax.money.MonetaryAmount)andMonetaryAmountFormat.parse(java.lang.CharSequence). - MonetaryAmountFormatter() - 类的构造器 cn.taketoday.format.number.money.MonetaryAmountFormatter
-
Create a locale-driven MonetaryAmountFormatter.
- MonetaryAmountFormatter(String) - 类的构造器 cn.taketoday.format.number.money.MonetaryAmountFormatter
-
Create a new MonetaryAmountFormatter for the given format name.
- multicastEvent(ApplicationEvent) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Multicast the given application event to appropriate listeners.
- multicastEvent(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
- multicastEvent(ApplicationEvent, ResolvableType) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Multicast the given application event to appropriate listeners.
- multicastEvent(ApplicationEvent, ResolvableType) - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
- MULTIPART_MODE_MIXED - 类中的静态变量 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a single root multipart element of type "mixed".
- MULTIPART_MODE_MIXED_RELATED - 类中的静态变量 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a root multipart element "mixed" plus a nested multipart element of type "related".
- MULTIPART_MODE_NO - 类中的静态变量 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Constant indicating a non-multipart message.
- MULTIPART_MODE_RELATED - 类中的静态变量 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a single root multipart element of type "related".
- MutuallyExclusiveConfigurationPropertiesException - cn.taketoday.context.properties.source中的异常错误
-
Exception thrown when more than one mutually exclusive configuration property has been configured.
- MutuallyExclusiveConfigurationPropertiesException(Collection<String>, Collection<String>) - 异常错误的构造器 cn.taketoday.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Creates a new instance for mutually exclusive configuration properties when two or more of those properties have been configured.
N
- name - 类中的变量 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- name() - annotation interface 中的元素 cn.taketoday.context.annotation.Bean
-
The name of this bean, or if several names, a primary bean name plus aliases.
- name() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigureAfter
-
The names of the auto-configure classes that should have already been applied.
- name() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigureBefore
-
The names of the auto-configure classes that should have not yet been applied.
- name() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
Missing bean name
- name() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySource
-
Indicate the name of this property source.
- name() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
The names of beans to check.
- name() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnClass
-
The classes names that must be present.
- name() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The names of beans to check.
- name() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnProperty
-
The name of the properties to test.
- name() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedNotification
- name() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedOperationParameter
- name() - annotation interface 中的元素 cn.taketoday.stereotype.Component
-
The name of this bean, or if several names, a primary bean name plus aliases.
- Name - cn.taketoday.context.properties.bind中的Annotation Interface
-
Annotation that can be used to specify the name when binding to an immutable property.
- NamedCacheResolver - cn.taketoday.cache.interceptor中的类
-
A
CacheResolverthat forces the resolution to a configurable collection of name(s) against a givenCacheManager. - NamedCacheResolver() - 类的构造器 cn.taketoday.cache.interceptor.NamedCacheResolver
- NamedCacheResolver(CacheManager, String...) - 类的构造器 cn.taketoday.cache.interceptor.NamedCacheResolver
- nameGenerator() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
The
BeanNameGeneratorclass to be used for naming detected components within the IoC. - NameMatchCacheOperationSource - cn.taketoday.cache.interceptor中的类
-
Simple
CacheOperationSourceimplementation that allows attributes to be matched by registered name. - NameMatchCacheOperationSource() - 类的构造器 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
- NANOS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Nanoseconds.
- NESTED_PATH_SEPARATOR - 接口中的静态变量 cn.taketoday.validation.Errors
-
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
- NestedConfigurationProperty - cn.taketoday.context.properties中的Annotation Interface
-
Indicates that a field in a
@ConfigurationPropertiesobject should be treated as if it were a nested type. - NeverMatchedCondition - cn.taketoday.context.annotation中的类
-
Never match Condition
- NeverMatchedCondition() - 类的构造器 cn.taketoday.context.annotation.NeverMatchedCondition
- newProperties() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Template method for creating a plain new
Propertiesinstance. - newThread(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.CustomizableThreadFactory
- newThread(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
- next(T) - 类中的方法 cn.taketoday.scheduling.support.CronExpression
-
Calculate the next
Temporalthat matches this expression. - nextExecution(TriggerContext) - 类中的方法 cn.taketoday.scheduling.support.CronTrigger
-
Determine the next execution time according to the given trigger context.
- nextExecution(TriggerContext) - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Returns the time after which a task should run again.
- nextExecution(TriggerContext) - 接口中的方法 cn.taketoday.scheduling.Trigger
-
Determine the next execution time according to the given trigger context.
- nextExecutionTime(TriggerContext) - 接口中的方法 cn.taketoday.scheduling.Trigger
-
Determine the next execution time according to the given trigger context.
- NO - enum class 中的枚举常量 cn.taketoday.context.annotation.ScopedProxyMode
-
Do not create a scoped proxy.
- NO_DIRECT_PROPERTY - enum class 中的枚举常量 cn.taketoday.context.properties.bind.Bindable.BindRestriction
-
Do not bind direct
ConfigurationPropertymatches. - NO_IMPORTS - 接口中的静态变量 cn.taketoday.context.loader.ImportSelector
- noMatch(ConditionMessage) - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'no match'. - noMatch(String) - 类中的静态方法 cn.taketoday.context.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'no match'. - NONE - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context instantiated
- NONE - enum class 中的枚举常量 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
Indicates that no ISO-based format pattern should be applied.
- NONE - 接口中的静态变量 cn.taketoday.context.properties.bind.PlaceholdersResolver
-
No-op
PropertyResolver. - NONE - annotation interface中的静态变量 cn.taketoday.format.annotation.Delimiter
-
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
- NoneNestedConditions - cn.taketoday.context.condition中的类
-
Conditionthat will match when none of the nested class conditions match. - NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类的构造器 cn.taketoday.context.condition.NoneNestedConditions
- NoOpCache - cn.taketoday.cache.support中的类
-
A no operation
Cacheimplementation suitable for disabling caching. - NoOpCache(String) - 类的构造器 cn.taketoday.cache.support.NoOpCache
-
Create a
NoOpCacheinstance with the specified name. - NoOpCacheManager - cn.taketoday.cache.support中的类
-
A basic, no operation
CacheManagerimplementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store. - NoOpCacheManager() - 类的构造器 cn.taketoday.cache.support.NoOpCacheManager
- NORMAL - enum class 中的枚举常量 cn.taketoday.context.condition.ConditionMessage.Style
-
Render with normal styling.
- NoSuchMessageException - cn.taketoday.context中的异常错误
-
Exception thrown when a message can't be resolved.
- NoSuchMessageException(String) - 异常错误的构造器 cn.taketoday.context.NoSuchMessageException
-
Create a new exception.
- NoSuchMessageException(String, Locale) - 异常错误的构造器 cn.taketoday.context.NoSuchMessageException
-
Create a new exception.
- notAvailable(String) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicates something is not available.
- NotificationListenerBean - cn.taketoday.jmx.export中的类
-
Helper class that aggregates a
NotificationListener, aNotificationFilter, and an arbitrary handback object. - NotificationListenerBean() - 类的构造器 cn.taketoday.jmx.export.NotificationListenerBean
-
Create a new instance of the
NotificationListenerBeanclass. - NotificationListenerBean(NotificationListener) - 类的构造器 cn.taketoday.jmx.export.NotificationListenerBean
-
Create a new instance of the
NotificationListenerBeanclass. - NotificationListenerHolder - cn.taketoday.jmx.support中的类
-
Helper class that aggregates a
NotificationListener, aNotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receiveNotifications. - NotificationListenerHolder() - 类的构造器 cn.taketoday.jmx.support.NotificationListenerHolder
- NotificationListenerRegistrar - cn.taketoday.jmx.access中的类
-
Registrar object that associates a specific
NotificationListenerwith one or more MBeans in anMBeanServer(typically via aMBeanServerConnection). - NotificationListenerRegistrar() - 类的构造器 cn.taketoday.jmx.access.NotificationListenerRegistrar
- NotificationPublisher - cn.taketoday.jmx.export.notification中的接口
-
Simple interface allowing Framework-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the
MBeanServer. - NotificationPublisherAware - cn.taketoday.jmx.export.notification中的接口
-
Interface to be implemented by any Framework-managed resource that is to be registered with an
MBeanServerand wishes to send JMXjavax.management.Notifications. - notificationTypes() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedNotification
- NoUnboundElementsBindHandler - cn.taketoday.context.properties.bind.handler中的类
-
BindHandlerto enforce that all configuration properties under the root name have been bound. - NoUnboundElementsBindHandler(BindHandler) - 类的构造器 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - 类的构造器 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- NUMBER - enum class 中的枚举常量 cn.taketoday.format.annotation.NumberFormat.Style
-
The general-purpose number format for the current locale.
- NumberFormat - cn.taketoday.format.annotation中的Annotation Interface
-
Declares that a field or method parameter should be formatted as a number.
- NumberFormat.Style - cn.taketoday.format.annotation中的Enum Class
-
Common number format styles.
- NumberFormatAnnotationFormatterFactory - cn.taketoday.format.number中的类
-
Formats fields annotated with the
NumberFormatannotation. - NumberFormatAnnotationFormatterFactory() - 类的构造器 cn.taketoday.format.number.NumberFormatAnnotationFormatterFactory
- NumberStyleFormatter - cn.taketoday.format.number中的类
-
A general-purpose number formatter using NumberFormat's number style.
- NumberStyleFormatter() - 类的构造器 cn.taketoday.format.number.NumberStyleFormatter
-
Create a new NumberStyleFormatter without a pattern.
- NumberStyleFormatter(String) - 类的构造器 cn.taketoday.format.number.NumberStyleFormatter
-
Create a new NumberStyleFormatter with the specified pattern.
O
- ObjectError - cn.taketoday.validation中的类
-
Encapsulates an object error, that is, a global reason for rejecting an object.
- ObjectError(String, String) - 类的构造器 cn.taketoday.validation.ObjectError
-
Create a new instance of the ObjectError class.
- ObjectError(String, String[], Object[], String) - 类的构造器 cn.taketoday.validation.ObjectError
-
Create a new instance of the ObjectError class.
- objectName() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- ObjectNameManager - cn.taketoday.jmx.support中的类
-
Helper class for the creation of
ObjectNameinstances. - ObjectNamingStrategy - cn.taketoday.jmx.export.naming中的接口
-
Strategy interface that encapsulates the creation of
ObjectNameinstances. - obtainApplicationContext() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Return the ApplicationContext that this object is associated with.
- obtainBootstrapContext() - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- obtainBootstrapContext() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- obtainFreshBean(BeanFactory, String) - 类中的方法 cn.taketoday.scripting.support.RefreshableScriptTargetSource
-
Obtain a fresh target object, retrieving a FactoryBean if necessary.
- obtainFreshBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Tell the subclass to refresh the internal bean factory.
- of(ResolvableType) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
-
Create a new
Bindableof the specified type. - of(CharSequence) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return a
ConfigurationPropertyNamefor the specified string. - of(Class<?>...) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurations
- of(Class<?>...) - 类中的静态方法 cn.taketoday.context.annotation.config.UserConfigurations
- of(Class<T>) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
-
Create a new
Bindableof the specified type. - of(Object) - 类中的静态方法 cn.taketoday.origin.OriginTrackedValue
- of(Object, Origin) - 类中的静态方法 cn.taketoday.origin.OriginTrackedValue
- of(String, Object...) - 类中的静态方法 cn.taketoday.context.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagewith a specific message. - of(Collection<? extends ConditionMessage>) - 类中的静态方法 cn.taketoday.context.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagecomprised of the specified messages. - ofIfValid(CharSequence) - 类中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return a
ConfigurationPropertyNamefor the specified string ornullif the name is not valid. - ofInstance(T) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
-
Create a new
Bindableof the type of the specified instance with an existing value equal to the instance. - OLDER_THAN - enum class 中的枚举常量 cn.taketoday.context.condition.ConditionalOnJava.Range
-
Older than the specified
JavaVersion. - onApplicationEvent(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Process the specified
Object, checking if the condition matches and handling a non-null result, if any. - onApplicationEvent(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.GenericApplicationListenerAdapter
- onApplicationEvent(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
- onApplicationEvent(ContextRefreshedEvent) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- onApplicationEvent(E) - 接口中的方法 cn.taketoday.context.ApplicationListener
-
Handle an application event.
- onApplicationEventInternal(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
-
Actually process the event, after having filtered according to the desired event source already.
- onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - 接口中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportListener
-
Handle an auto-configuration import event.
- onClose() - 接口中的方法 cn.taketoday.context.LifecycleProcessor
-
Notification of context close phase, e.g. for auto-stopping components.
- onClose() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Template method which can be overridden to add context-specific shutdown work.
- onClose() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
- onCreate(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 接口中的方法 cn.taketoday.context.properties.bind.BindHandler
-
Called when binding of an element ends with an unbound result and a newly created instance is about to be returned.
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类中的方法 cn.taketoday.context.properties.bind.AbstractBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 接口中的方法 cn.taketoday.context.properties.bind.BindHandler
-
Called when binding fails for any reason (including failures from
BindHandler.onSuccess(cn.taketoday.context.properties.source.ConfigurationPropertyName, cn.taketoday.context.properties.bind.Bindable<?>, cn.taketoday.context.properties.bind.BindContext, java.lang.Object)orBindHandler.onCreate(cn.taketoday.context.properties.source.ConfigurationPropertyName, cn.taketoday.context.properties.bind.Bindable<?>, cn.taketoday.context.properties.bind.BindContext, java.lang.Object)calls). - onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类中的方法 cn.taketoday.context.properties.bind.handler.IgnoreErrorsBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类中的方法 cn.taketoday.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类中的方法 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.AbstractBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 接口中的方法 cn.taketoday.context.properties.bind.BindHandler
-
Called when binding finishes with either bound or unbound result.
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- OnPropertyListCondition - cn.taketoday.context.condition中的类
-
Conditionthat checks if a property whose value is a list is defined in the environment. - OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - 类的构造器 cn.taketoday.context.condition.OnPropertyListCondition
-
Create a new instance with the property to check and the message builder to use.
- onRefresh() - 接口中的方法 cn.taketoday.context.LifecycleProcessor
-
Notification of context refresh, e.g. for auto-starting components.
- onRefresh() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Initialization singletons that has already in context
- onRefresh() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
- onRegister(ObjectName) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Called when an MBean is registered.
- onRegister(ObjectName) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName. - onRegister(ObjectName, Object) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName. - onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 类中的方法 cn.taketoday.context.properties.bind.AbstractBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 接口中的方法 cn.taketoday.context.properties.bind.BindHandler
-
Called when binding of an element starts but before any result has been determined.
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 类中的方法 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.AbstractBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 接口中的方法 cn.taketoday.context.properties.bind.BindHandler
-
Called when binding of an element ends with a successful result.
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.BoundPropertiesTrackingBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.handler.NoUnboundElementsBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类中的方法 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- onUnregister(ObjectName) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Called when an MBean is unregistered.
- onUnregister(ObjectName) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is unregistered under the given
ObjectName. - operation - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- optional(String) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- OptionalValidatorFactoryBean - cn.taketoday.validation.beanvalidation中的类
-
LocalValidatorFactoryBeansubclass that simply turnsValidatorcalls into no-ops in case of no Bean Validation provider being available. - OptionalValidatorFactoryBean() - 类的构造器 cn.taketoday.validation.beanvalidation.OptionalValidatorFactoryBean
- order() - annotation interface 中的元素 cn.taketoday.cache.annotation.EnableCaching
-
Indicate the ordering of the execution of the caching advisor when multiple advices are applied at a specific joinpoint.
- order() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.EnableAsync
-
Indicate the order in which the
AsyncAnnotationBeanPostProcessorshould be applied. - orElse(T) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Return the object that was bound, or
otherif no value has been bound. - orElseGet(Supplier<? extends T>) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Return the object that was bound, or the result of invoking
otherif no value has been bound. - orElseThrow(Supplier<? extends X>) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Return the object that was bound, or throw an exception to be created by the provided supplier if no value has been bound.
- Origin - cn.taketoday.origin中的接口
-
Interface that uniquely represents the origin of an item.
- ORIGINAL - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
The original form as specified when the name was created or adapted.
- OriginLookup<K> - cn.taketoday.origin中的接口
-
An interface that may be implemented by an object that can lookup
Origininformation from a given key. - OriginProvider - cn.taketoday.origin中的接口
-
Interface to provide access to the origin of an item.
- OriginTrackedResource - cn.taketoday.origin中的类
- OriginTrackedResource.OriginTrackedWritableResource - cn.taketoday.origin中的类
-
Variant of
OriginTrackedResourceforWritableResourceinstances. - OriginTrackedValue - cn.taketoday.origin中的类
- orRequired(T) - 类中的方法 cn.taketoday.context.properties.bind.BindResult
-
Return the object that was bound, or
otherif no value has been bound. - override(String, String) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
-
Return the resource (if any) at the new path on an attempt to locate a resource at the old path.
P
- parameterInfoToTypes(MBeanParameterInfo[]) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Convert an array of
MBeanParameterInfointo an array ofClassinstances corresponding to the parameters. - parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - 类中的静态方法 cn.taketoday.jmx.support.JmxUtils
-
Convert an array of
MBeanParameterInfointo an array ofClassinstances corresponding to the parameters. - parameterizedContainer() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parentsFrom(Object) - 接口中的静态方法 cn.taketoday.origin.Origin
-
Find the parents of the
Originthat an object originated from. - parse(String) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
-
Parse the given value to a duration.
- parse(String) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle.Unit
- parse(String) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
-
Parse the given value to a Period.
- parse(String) - 类中的静态方法 cn.taketoday.scheduling.support.CronExpression
-
Parse the given crontab expression string into a
CronExpression. - parse(String, ChronoUnit) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
-
Parse the given value to a duration.
- parse(String, ChronoUnit) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
-
Parse the given value to a period.
- parse(String, Locale) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
- parse(String, Locale) - 类中的方法 cn.taketoday.format.datetime.standard.InstantFormatter
- parse(String, Locale) - 类中的方法 cn.taketoday.format.datetime.standard.TemporalAccessorParser
- parse(String, Locale) - 类中的方法 cn.taketoday.format.number.AbstractNumberFormatter
- parse(String, Locale) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
- parse(String, Locale) - 类中的方法 cn.taketoday.format.number.money.CurrencyUnitFormatter
- parse(String, Locale) - 类中的方法 cn.taketoday.format.number.money.MonetaryAmountFormatter
- parse(String, Locale) - 接口中的方法 cn.taketoday.format.Parser
-
Parse a text String to produce a T.
- parse(Element, ParserContext) - 类中的方法 cn.taketoday.context.annotation.AnnotationConfigBeanDefinitionParser
- parse(Element, ParserContext) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- parse(Element, ParserContext) - 类中的方法 cn.taketoday.scheduling.config.AnnotationDrivenBeanDefinitionParser
- PARSE_CONFIGURATION - enum class 中的枚举常量 cn.taketoday.context.annotation.ConfigurationCondition.ConfigurationPhase
-
The
Conditionshould be evaluated as a@Configurationclass is being parsed. - parseBeanNameGenerator(Element, ClassPathBeanDefinitionScanner) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- parseCacheAnnotations(Class<?>) - 接口中的方法 cn.taketoday.cache.annotation.CacheAnnotationParser
-
Parse the cache definition for the given class, based on an annotation type understood by this parser.
- parseCacheAnnotations(Class<?>) - 类中的方法 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- parseCacheAnnotations(Method) - 接口中的方法 cn.taketoday.cache.annotation.CacheAnnotationParser
-
Parse the cache definition for the given method, based on an annotation type understood by this parser.
- parseCacheAnnotations(Method) - 类中的方法 cn.taketoday.cache.annotation.DefaultCacheAnnotationParser
- parseExpression(String) - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator
-
Parse the specified
expression. - Parser<T> - cn.taketoday.format中的接口
-
Parses text strings to produce instances of T.
- parseScope(Element, ClassPathBeanDefinitionScanner) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- parseTypeFilters(Element, ClassPathBeanDefinitionScanner, ParserContext) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- passCondition(AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
-
Determine if an item should be skipped based on
@Conditionalannotations. - passCondition(AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- passCondition(AnnotatedTypeMetadata, ConfigurationCondition.ConfigurationPhase) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
- passCondition(AnnotatedTypeMetadata, ConfigurationCondition.ConfigurationPhase) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- passCondition(Class<?>) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
-
Decide whether to load the bean
- passCondition(Method) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
- PATH - 类中的静态变量 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
- pattern() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan.Filter
-
The pattern (or patterns) to use for the filter, as an alternative to specifying a Class
ComponentScan.Filter.value(). - pattern() - annotation interface 中的元素 cn.taketoday.format.annotation.DateTimeFormat
-
The custom pattern to use to format the field or method parameter.
- pattern() - annotation interface 中的元素 cn.taketoday.format.annotation.NumberFormat
-
The custom pattern to use to format the field.
- PayloadApplicationEvent<T> - cn.taketoday.context中的类
-
An
ApplicationEventthat carries an arbitrary payload. - PayloadApplicationEvent(Object, T) - 类的构造器 cn.taketoday.context.PayloadApplicationEvent
-
Create a new PayloadApplicationEvent, using the instance to infer its type.
- PayloadApplicationEvent(Object, T, ResolvableType) - 类的构造器 cn.taketoday.context.PayloadApplicationEvent
-
Create a new PayloadApplicationEvent.
- PERCENT - enum class 中的枚举常量 cn.taketoday.format.annotation.NumberFormat.Style
-
The percent format for the current locale.
- PercentStyleFormatter - cn.taketoday.format.number中的类
-
A formatter for number values in percent style.
- PercentStyleFormatter() - 类的构造器 cn.taketoday.format.number.PercentStyleFormatter
- PeriodFormat - cn.taketoday.format.annotation中的Annotation Interface
-
Annotation that can be used to indicate the format to use when converting a
Period. - PeriodicTrigger - cn.taketoday.scheduling.support中的类
-
A trigger for periodic task execution.
- PeriodicTrigger(long) - 类的构造器 cn.taketoday.scheduling.support.PeriodicTrigger
-
Create a trigger with the given period in milliseconds.
- PeriodicTrigger(long, TimeUnit) - 类的构造器 cn.taketoday.scheduling.support.PeriodicTrigger
-
Create a trigger with the given period and time unit.
- PeriodicTrigger(Duration) - 类的构造器 cn.taketoday.scheduling.support.PeriodicTrigger
-
Create a trigger with the given period as a duration.
- PeriodStyle - cn.taketoday.format.annotation中的Enum Class
-
A standard set of
Periodunits. - PeriodUnit - cn.taketoday.format.annotation中的Annotation Interface
-
Annotation that can be used to change the default unit used when converting a
Period. - PERSISTENCE_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed JPA annotation processor.
- persistLocation() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- persistName() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- persistPeriod() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedAttribute
-
Set the persistPeriod field in a
Descriptor. - persistPeriod() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- persistPeriod() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- persistPolicy() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedAttribute
-
Set the persistPolicy field in a
Descriptor. - persistPolicy() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- persistPolicy() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
- Phased - cn.taketoday.context中的接口
-
Interface for objects that may participate in a phased process such as lifecycle management.
- PlaceholdersResolver - cn.taketoday.context.properties.bind中的接口
-
Optional strategy that used by a
Binderto resolve property placeholders. - poolSize(int) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set the maximum allowed number of threads.
- popNestedPath() - 类中的方法 cn.taketoday.validation.AbstractErrors
- popNestedPath() - 异常错误中的方法 cn.taketoday.validation.BindException
- popNestedPath() - 接口中的方法 cn.taketoday.validation.Errors
-
Pop the former nested path from the nested path stack.
- populateAttributeDescriptor(Descriptor, Method, Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptorfor a particular attribute. - populateAttributeDescriptor(Descriptor, Method, Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedAttributeattribute or theManagedMetricattribute to the attribute descriptor. - populateMBeanDescriptor(Descriptor, Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Called after the
ModelMBeanInfoinstance has been constructed but before it is passed to theMBeanExporter. - populateMBeanDescriptor(Descriptor, Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptorfor an MBean. - populateMBeanDescriptor(Descriptor, Object, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedResourceattribute to the MBean descriptor. - populateOperationDescriptor(Descriptor, Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptorfor a particular operation. - populateOperationDescriptor(Descriptor, Method, String) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedAttributeattribute to the attribute descriptor. - POSTFIX_ERROR_CODE - enum class 中的枚举常量 cn.taketoday.validation.DefaultMessageCodesResolver.Format
-
Postfix the error code at the end of the generated message code. e.g.:
object name + "." + field + "." + errorCode - postProcessAfterInitialization(Object, String) - 类中的方法 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
- postProcessAfterInitialization(Object, String) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
- postProcessBeanDefinition(AbstractBeanDefinition, String) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Apply further settings to the given bean definition, beyond the contents retrieved from scanning the component class.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Derive further bean definitions from the configuration classes in the registry.
- postProcessBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Prepare the Configuration classes for servicing bean requests at runtime by replacing them with CGLIB-enhanced subclasses.
- postProcessBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.event.EventListenerMethodProcessor
- postProcessBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Modify the application context's internal bean factory after its standard initialization.
- postProcessBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
Processing occurs by replacing ${...} placeholders in bean definitions by resolving each against this configurer's set of
PropertySources, which includes: all environment property sources, if anEnvironmentis present merged local properties, if any have been specified any property sources set by callingPropertySourcesPlaceholderConfigurer.setPropertySources(cn.taketoday.core.env.PropertySources) - postProcessBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.weaving.AspectJWeavingEnabler
- postProcessBeforeDestruction(Object, String) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- postProcessConfiguration(Configuration<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Post-process the given Bean Validation configuration, adding to or overriding any of its settings.
- postProcessMergedBeanDefinition(RootBeanDefinition, Object, String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Object, String) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessMessageCode(String) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Post-process the given message code, built by this resolver.
- predictBeanType(Class<?>, String) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- prefersShortLivedTasks() - 接口中的方法 cn.taketoday.scheduling.SchedulingTaskExecutor
-
Does this
TaskExecutorprefer short-lived tasks over long-lived tasks? - prefix() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnProperty
-
A prefix that should be applied to each property.
- prefix() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationProperties
-
The prefix of the properties that are valid to bind to this object.
- prefix() - annotation interface 中的元素 cn.taketoday.context.properties.Props
-
The prefix of the properties that are valid to bind to this object.
- PREFIX_ERROR_CODE - enum class 中的枚举常量 cn.taketoday.validation.DefaultMessageCodesResolver.Format
-
Prefix the error code at the beginning of the generated message code. e.g.:
errorCode + "." + object name + "." + field - prepare() - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Ensures that an
MBeanServerConnectionis configured and attempts to detect a local connection if one is not supplied. - prepare() - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Registers the specified
NotificationListener. - prepare(MimeMessage) - 接口中的方法 cn.taketoday.context.support.mail.javamail.MimeMessagePreparator
-
Prepare the given new MimeMessage instance.
- prepareBeanFactory(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
- prepareRefresh() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Prepare to load context
- prepareScriptBeans(BeanDefinition, String, String) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Prepare the script beans in the internal BeanFactory that this post-processor uses.
- PRESENT - enum class 中的枚举常量 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
- PRESENT - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyState
-
The
ConfigurationPropertySourcehas at least one matchingConfigurationProperty. - Primary - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates that a bean should be given preference when multiple candidates are qualified to autowire a single-valued dependency.
- print(Number, Locale) - 类中的方法 cn.taketoday.format.number.AbstractNumberFormatter
- print(Duration) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
-
Print the specified duration.
- print(Duration) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle.Unit
- print(Duration, ChronoUnit) - enum class中的方法 cn.taketoday.format.annotation.DurationStyle
-
Print the specified duration using the given unit.
- print(Instant, Locale) - 类中的方法 cn.taketoday.format.datetime.standard.InstantFormatter
- print(Period) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
-
Print the specified period.
- print(Period, ChronoUnit) - enum class中的方法 cn.taketoday.format.annotation.PeriodStyle
-
Print the specified period using the given unit.
- print(TemporalAccessor, Locale) - 类中的方法 cn.taketoday.format.datetime.standard.TemporalAccessorPrinter
- print(Date, Locale) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
- print(CurrencyUnit, Locale) - 类中的方法 cn.taketoday.format.number.money.CurrencyUnitFormatter
- print(MonetaryAmount, Locale) - 类中的方法 cn.taketoday.format.number.money.MonetaryAmountFormatter
- print(T, Locale) - 接口中的方法 cn.taketoday.format.Printer
-
Print the object of type T for display.
- Printer<T> - cn.taketoday.format中的接口
-
Prints objects of type T for display.
- printStackTrace(PrintStream) - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
- printStackTrace(PrintWriter) - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
- process(AnnotationMetadata, DeferredImportSelector) - 接口中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group
-
Process the
AnnotationMetadataof the importing @Configurationclass using the specifiedDeferredImportSelector. - processCommonDefinitionAnnotations(AnnotatedBeanDefinition) - 类中的静态方法 cn.taketoday.context.annotation.AnnotationConfigUtils
- processConfigBeanDefinitions(BeanDefinitionRegistry) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Build and validate a configuration model based on the registry of
Configurationclasses. - processConstraintViolations(Set<ConstraintViolation<Object>>, Errors) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Process the given JSR-303 ConstraintViolations, adding corresponding errors to the provided Framework
Errorsobject. - processDependencies(PropertyValues, Object, String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
- processMissingFieldError(String, BindingResult) - 接口中的方法 cn.taketoday.validation.BindingErrorProcessor
-
Apply the missing field error to the given BindException.
- processMissingFieldError(String, BindingResult) - 类中的方法 cn.taketoday.validation.DefaultBindingErrorProcessor
- processProperties(ConfigurableBeanFactory, ConfigurablePropertyResolver) - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
- processProperties(ConfigurableBeanFactory, Properties) - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
Implemented for compatibility with
PlaceholderConfigurerSupport. - processPropertyAccessException(PropertyAccessException, BindingResult) - 接口中的方法 cn.taketoday.validation.BindingErrorProcessor
-
Translate the given
PropertyAccessExceptionto an appropriate error registered on the givenErrorsinstance. - processPropertyAccessException(PropertyAccessException, BindingResult) - 类中的方法 cn.taketoday.validation.DefaultBindingErrorProcessor
- processScheduled(Scheduled, Method, Object) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Process the given
@Scheduledmethod declaration on the given bean. - Profile - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates that a component is eligible for registration when one or more specified profiles are active.
- PropertiesHolder() - 类的构造器 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesHolder(Properties, long) - 类的构造器 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertySource - cn.taketoday.context.annotation中的Annotation Interface
-
Annotation providing a convenient and declarative mechanism for adding a
PropertySourcetoEnvironment. - PropertySourceOrigin - cn.taketoday.origin中的类
-
Originfrom aPropertySource. - PropertySourceOrigin(PropertySource<?>, String) - 类的构造器 cn.taketoday.origin.PropertySourceOrigin
-
Create a new
PropertySourceOrigininstance. - PropertySources - cn.taketoday.context.annotation中的Annotation Interface
-
Container annotation that aggregates several
PropertySourceannotations. - PropertySourcesPlaceholderConfigurer - cn.taketoday.context.support中的类
-
Specialization of
PlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current FrameworkEnvironmentand its set ofPropertySources. - PropertySourcesPlaceholderConfigurer() - 类的构造器 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
- PropertySourcesPlaceholdersResolver - cn.taketoday.context.properties.bind中的类
-
PlaceholdersResolverto resolve placeholders fromPropertySources. - PropertySourcesPlaceholdersResolver(Environment) - 类的构造器 cn.taketoday.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - 类的构造器 cn.taketoday.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHandler) - 类的构造器 cn.taketoday.context.properties.bind.PropertySourcesPlaceholdersResolver
- Props - cn.taketoday.context.properties中的Annotation Interface
-
Annotation for externalized configuration.
- Prototype - cn.taketoday.stereotype中的Annotation Interface
- PROXY - enum class 中的枚举常量 cn.taketoday.context.annotation.AdviceMode
-
JDK proxy-based advice.
- PROXY_TARGET_CLASS_ATTRIBUTE - 类中的静态变量 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
The
proxyTargetClassattribute. - ProxyAsyncConfiguration - cn.taketoday.scheduling.annotation中的类
-
@Configurationclass that registers the Framework infrastructure beans necessary to enable proxy-based asynchronous method execution. - ProxyAsyncConfiguration() - 类的构造器 cn.taketoday.scheduling.annotation.ProxyAsyncConfiguration
- proxyBeanMethods() - annotation interface 中的元素 cn.taketoday.context.annotation.Configuration
-
Specify whether
@Componentmethods should get proxied in order to enforce bean lifecycle behavior, e.g. to return shared singleton bean instances even in case of direct@Componentmethod calls in user code. - ProxyCachingConfiguration - cn.taketoday.cache.annotation中的类
-
@Configurationclass that registers the Framework infrastructure beans necessary to enable proxy-based annotation-driven cache management. - ProxyCachingConfiguration() - 类的构造器 cn.taketoday.cache.annotation.ProxyCachingConfiguration
- proxyMode() - annotation interface 中的元素 cn.taketoday.context.annotation.Scope
-
Specifies whether a component should be configured as a scoped proxy and if so, whether the proxy should be interface-based or subclass-based.
- proxyTargetClass() - annotation interface 中的元素 cn.taketoday.cache.annotation.EnableCaching
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- proxyTargetClass() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableAspectJAutoProxy
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- proxyTargetClass() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.EnableAsync
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- publishEvent(Object) - 接口中的方法 cn.taketoday.context.ApplicationEventPublisher
-
Notify all matching listeners registered with this application of an event.
- publishEvent(Object) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- publishEvent(Object, ResolvableType) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Publish the given event to all listeners.
- pushNestedPath(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- pushNestedPath(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- pushNestedPath(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Push the given sub path onto the nested path stack.
- put() - annotation interface 中的元素 cn.taketoday.cache.annotation.Caching
- put(Object, Object) - 接口中的方法 cn.taketoday.cache.Cache
-
Associate the specified value with the specified key in this cache.
- put(Object, Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- put(Object, Object) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- put(Object, Object) - 类中的方法 cn.taketoday.cache.support.NoOpCache
- put(Object, Object) - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
-
Add an individual entry.
- put(String, Object) - 类中的方法 cn.taketoday.ui.ConcurrentModel
- putAll(Map<?, ?>) - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
-
Add all entries from the specified map.
- putAll(Map<? extends String, ?>) - 类中的方法 cn.taketoday.ui.ConcurrentModel
- putIfAbsent(Object, Object) - 接口中的方法 cn.taketoday.cache.Cache
-
Atomically associate the specified value with the specified key in this cache if it is not set already.
- putIfAbsent(Object, Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- putIfAbsent(Object, Object) - 类中的方法 cn.taketoday.cache.support.CaffeineCache
- putIfAbsent(Object, Object) - 类中的方法 cn.taketoday.cache.support.NoOpCache
Q
- queueCapacity(int) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the capacity of the queue.
- QUOTE - enum class 中的枚举常量 cn.taketoday.context.condition.ConditionMessage.Style
-
Render with the item surrounded by quotes.
R
- range() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnJava
-
Configures whether the value configured in
ConditionalOnJava.value()shall be considered the upper exclusive or lower inclusive boundary. - read(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanExpressionContextAccessor
- read(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.BeanFactoryAccessor
- read(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.EnvironmentAccessor
-
Access the given target object by resolving the given property name against the given target environment.
- read(EvaluationContext, Object, String) - 类中的方法 cn.taketoday.context.expression.MapAccessor
- reader() - annotation interface 中的元素 cn.taketoday.context.annotation.ImportResource
-
BeanDefinitionReaderimplementation to use when processing resources specified via theImportResource.value()attribute. - reason() - annotation interface 中的元素 cn.taketoday.context.properties.DeprecatedConfigurationProperty
-
The reason for the deprecation.
- rebind(String, Object) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Rebind the given object to the current JNDI context, using the given name.
- recordConditionEvaluation(String, Condition, ConditionOutcome) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Record the occurrence of condition evaluation.
- recordEvaluationCandidates(List<String>) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Records the names of the classes that are candidates for condition evaluation.
- recordExclusions(Collection<String>) - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport
-
Records the names of the classes that have been excluded from condition evaluation.
- recordFieldValue(String, Class<?>, Object) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- recordFieldValue(String, Class<?>, Object) - 异常错误中的方法 cn.taketoday.validation.BindException
- recordFieldValue(String, Class<?>, Object) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Record the given value for the specified field.
- recordSuppressedField(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Mark the specified disallowed field as suppressed.
- recordSuppressedField(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- recordSuppressedField(String) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Mark the specified disallowed field as suppressed.
- ReflectiveLoadTimeWeaver - cn.taketoday.instrument中的类
-
LoadTimeWeaverwhich uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks. - ReflectiveLoadTimeWeaver() - 类的构造器 cn.taketoday.instrument.ReflectiveLoadTimeWeaver
-
Create a new ReflectiveLoadTimeWeaver for the current context class loader, which needs to support the required weaving methods.
- ReflectiveLoadTimeWeaver(ClassLoader) - 类的构造器 cn.taketoday.instrument.ReflectiveLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the given class loader.
- refresh() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Load or refresh the persistent representation of the configuration, which might be from Java-based configuration or some other format.
- refresh() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- REFRESH_CHECK_DELAY_ATTRIBUTE - 类中的静态变量 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
The
refreshCheckDelayattribute. - RefreshableScriptTargetSource - cn.taketoday.scripting.support中的类
-
Subclass of
BeanFactoryRefreshableTargetSourcethat determines whether a refresh is required through the givenScriptFactory. - RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - 类的构造器 cn.taketoday.scripting.support.RefreshableScriptTargetSource
-
Create a new RefreshableScriptTargetSource.
- refreshBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Subclasses must implement this method to perform the actual configuration load.
- refreshBeanFactory() - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
This implementation performs an actual refresh of this context's underlying bean factory, shutting down the previous bean factory (if any) and initializing a fresh bean factory for the next phase of the context's lifecycle.
- refreshBeanFactory() - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Do nothing: We hold a single internal BeanFactory and rely on callers to register beans through our public methods (or the BeanFactory's).
- refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Refresh the PropertiesHolder for the given bundle filename.
- REGEX - enum class 中的枚举常量 cn.taketoday.context.annotation.FilterType
-
Filter candidates matching a given regex pattern.
- register(BeanDefinitionRegistry) - 类中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
-
Register a
ConfigurationPropertiesBindingPostProcessorbean if one is not already registered. - register(BeanDefinitionRegistry, String...) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationPackages
-
Programmatically registers the auto-configuration package names.
- register(ApplicationContext) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- register(Class<?>...) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register one or more component classes to be processed.
- register(Class<?>...) - 接口中的方法 cn.taketoday.context.AnnotationConfigRegistry
-
Register one or more component classes to be processed.
- register(Class<?>...) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
-
Register one or more component classes to be processed.
- register(String, ApplicationContext) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- REGISTER_BEAN - enum class 中的枚举常量 cn.taketoday.context.annotation.ConfigurationCondition.ConfigurationPhase
-
The
Conditionshould be evaluated when adding a regular (non@Configuration) bean. - registerAlias(String, String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- registerAlias(String, String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- registerAlias(String, String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- registerAnnotationConfigProcessors(BeanDefinitionRegistry) - 类中的静态方法 cn.taketoday.context.annotation.AnnotationConfigUtils
- registerAnnotationConfigProcessors(BeanDefinitionRegistry, Consumer<BeanDefinitionHolder>) - 类中的静态方法 cn.taketoday.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerApplicationListeners() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- registerBean(Class<?>) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, Class<? extends Annotation>...) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, String) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, String, Class<? extends Annotation>...) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its bean definition metadata (typically declared as a lambda expression).
- registerBean(Class<T>, Object...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.
- registerBean(Class<T>, String, Supplier<T>) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations, using the given supplier for obtaining a new instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<T>, String, Supplier<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<T>, Supplier<T>) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations, using the given supplier for obtaining a new instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for obtaining a new instance (typically declared as a lambda expression or method reference), optionally customizing its bean definition metadata (again typically declared as a lambda expression).
- registerBean(String, Class<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its bean definition metadata (typically declared as a lambda expression).
- registerBean(String, Class<T>, Object...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for obtaining a new instance (typically declared as a lambda expression or method reference), optionally customizing its bean definition metadata (again typically declared as a lambda expression).
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Register the specified bean with the given registry.
- registerBeanDefinition(String, BeanDefinition) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- registerBeanDefinition(String, BeanDefinition) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- registerBeanDefinition(String, BeanDefinition) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- registerBeanDefinitions(A, AnnotationMetadata, BootstrapContext) - 接口中的方法 cn.taketoday.context.loader.AnnotationBeanDefinitionRegistrar
- registerBeanDefinitions(AnnotationMetadata, BootstrapContext) - 类中的方法 cn.taketoday.context.annotation.AutoProxyRegistrar
-
Register, escalate, and configure the standard auto proxy creator (APC) against the given registry.
- registerBeanDefinitions(AnnotationMetadata, BootstrapContext) - 接口中的方法 cn.taketoday.context.annotation.ImportBeanDefinitionRegistrar
-
Register bean definitions as necessary based on the given annotation metadata of the importing
@Configurationclass. - registerBeanDefinitions(AnnotationMetadata, BootstrapContext) - 接口中的方法 cn.taketoday.context.loader.AnnotationBeanDefinitionRegistrar
- registerBeanNameOrInstance(Object, String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Register an individual bean with the
MBeanServer. - registerBeanPostProcessors(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Instantiate and register all BeanPostProcessor beans, respecting explicit order if given.
- registerBeans() - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Register the defined beans with the
MBeanServer. - registerComponents(XmlReaderContext, ClassPathBeanDefinitionScanner, String[], Element) - 类中的方法 cn.taketoday.context.annotation.ComponentScanBeanDefinitionParser
- registerCustomCache(String, Cache<Object, Object>) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Register the given native Caffeine Cache instance with this cache manager, adapting it to Framework's cache API for exposure through
CaffeineCacheManager.getCache(java.lang.String). - registerCustomEditor(Class<?>, PropertyEditor) - 类中的方法 cn.taketoday.validation.DataBinder
- registerCustomEditor(Class<?>, String, PropertyEditor) - 类中的方法 cn.taketoday.validation.DataBinder
- registerDefaultFilters() - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Register the default filter for
@Component. - registerDestructionCallback(String, Runnable) - 类中的方法 cn.taketoday.context.support.SimpleThreadScope
- registerFormatters(FormatterRegistry) - 类中的方法 cn.taketoday.format.datetime.DateFormatterRegistrar
- registerFormatters(FormatterRegistry) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
- registerFormatters(FormatterRegistry) - 接口中的方法 cn.taketoday.format.FormatterRegistrar
-
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
- registerFrameworkComponents(ConfigurableBeanFactory) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Register Framework Beans
- registerManagedResource(Object) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- registerManagedResource(Object) - 接口中的方法 cn.taketoday.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerManagedResource(Object, ObjectName) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- registerManagedResource(Object, ObjectName) - 接口中的方法 cn.taketoday.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerPrototype(String, Class<?>) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerPrototype(String, Class<?>, PropertyValues) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerScope(Class<?>, String) - 类中的方法 cn.taketoday.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a specific Frameworkscope by name.
- registerScope(String, String) - 类中的方法 cn.taketoday.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a specific Framework scope by name.
- registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - 类中的静态方法 cn.taketoday.scripting.config.LangNamespaceUtils
-
Register a
ScriptFactoryPostProcessorbean definition in the suppliedBeanDefinitionRegistryif theScriptFactoryPostProcessorhasn't already been registered. - registerShutdownHook() - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
- registerShutdownHook() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Register a shutdown hook named
ContextShutdownHookwith the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time. - registerSingleton(Object) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- registerSingleton(String, Class<?>) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Class<?>, PropertyValues) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Object) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Register a bean with the given name and bean instance
- registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register the specified
ScheduledExecutorTaskson the givenScheduledExecutorService. - registration() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableMBeanExport
-
The policy to use when attempting to register an MBean under an
ObjectNamethat already exists. - RegistrationPolicy - cn.taketoday.jmx.support中的Enum Class
-
Indicates registration behavior when attempting to register an MBean that already exists.
- reject(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- reject(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- reject(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- reject(String, Object[], String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- reject(String, Object[], String) - 异常错误中的方法 cn.taketoday.validation.BindException
- reject(String, Object[], String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- reject(String, String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- reject(String, String) - 异常错误中的方法 cn.taketoday.validation.BindException
- reject(String, String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- rejectIfEmpty(Errors, String, String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[]) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[], String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments and default message if the value is empty.
- rejectIfEmpty(Errors, String, String, String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code and default message if the value is empty.
- rejectIfEmptyOrWhitespace(Errors, String, String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments and default message if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, String) - 类中的静态方法 cn.taketoday.validation.ValidationUtils
-
Reject the given field with the given error code and default message if the value is empty or just contains whitespace.
- rejectValue(String, String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- rejectValue(String, String) - 异常错误中的方法 cn.taketoday.validation.BindException
- rejectValue(String, String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- rejectValue(String, String, Object[], String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- rejectValue(String, String, Object[], String) - 异常错误中的方法 cn.taketoday.validation.BindException
- rejectValue(String, String, Object[], String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- rejectValue(String, String, String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- rejectValue(String, String, String) - 异常错误中的方法 cn.taketoday.validation.BindException
- rejectValue(String, String, String) - 接口中的方法 cn.taketoday.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- releaseContext(Context) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Release a JNDI context as obtained from
JndiTemplate.getContext(). - releaseInstance(ConstraintValidator<?, ?>) - 类中的方法 cn.taketoday.validation.beanvalidation.ContextConstraintValidatorFactory
- releaseTarget(Object) - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
- ReloadableResourceBundleMessageSource - cn.taketoday.context.support中的类
-
Framework-specific
MessageSourceimplementation that accesses resource bundles using specified basenames, participating in the FrameworkApplicationContext's resource loading. - ReloadableResourceBundleMessageSource() - 类的构造器 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
- ReloadableResourceBundleMessageSource.PropertiesHolder - cn.taketoday.context.support中的类
-
PropertiesHolder for caching.
- remove(ApplicationContext) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- remove(String) - 类中的静态方法 cn.taketoday.context.support.ApplicationContextHolder
- remove(String) - 类中的方法 cn.taketoday.context.support.SimpleThreadScope
- removeAlias(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- removeAlias(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- removeAllListeners() - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- removeAllListeners() - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Remove all listeners registered with this multicaster.
- removeApplicationListener(ApplicationListener<?>) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Remove the given ApplicationListener from this context's set of listeners, assuming it got registered via
ConfigurableApplicationContext.addApplicationListener(cn.taketoday.context.ApplicationListener<?>)before. - removeApplicationListener(ApplicationListener<?>) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- removeApplicationListener(ApplicationListener<?>) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Remove a listener from the notification list.
- removeApplicationListener(ApplicationListener<?>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- removeApplicationListenerBean(String) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- removeApplicationListenerBean(String) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Remove a listener bean from the notification list.
- removeApplicationListenerBeans(Predicate<String>) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- removeApplicationListenerBeans(Predicate<String>) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Remove all matching listener beans from the set of registered listener bean names (referring to bean classes which in turn implement the
ApplicationListenerinterface directly). - removeApplicationListeners(Predicate<ApplicationListener<?>>) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- removeApplicationListeners(Predicate<ApplicationListener<?>>) - 接口中的方法 cn.taketoday.context.event.ApplicationEventMulticaster
-
Remove all matching listeners from the set of registered
ApplicationListenerinstances (which includes adapter classes such asApplicationListenerMethodAdapter, e.g. for annotatedEventListenermethods). - removeAttribute(String) - 类中的方法 cn.taketoday.ui.ConcurrentModel
- removeAttribute(String) - 接口中的方法 cn.taketoday.ui.Model
-
Removes an attribute from this request.
- removeAttribute(String) - 类中的方法 cn.taketoday.ui.ModelMap
- removeBeanDefinition(String) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- removeBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
- removeBeanDefinition(String) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- removeConvertible(Class<?>, Class<?>) - 类中的方法 cn.taketoday.format.support.ApplicationConversionService
- removeDuplicates(List<T>) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- removeTransformers() - 类中的方法 cn.taketoday.instrument.InstrumentationLoadTimeWeaver
-
Remove all registered transformers, in inverse order of registration.
- renderDefaultMessage(String, Object[], Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Render the given default message String.
- REPLACE_EXISTING - enum class 中的枚举常量 cn.taketoday.jmx.support.RegistrationPolicy
-
Registration should replace the affected MBean when attempting to register an MBean under a name that already exists.
- replacement() - annotation interface 中的元素 cn.taketoday.context.properties.DeprecatedConfigurationProperty
-
The field that should be used instead (if any).
- replaceValidators(Validator...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Replace the Validators to apply after each binding step.
- reportError(Problem) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- reportFatal(Problem) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- reportWarning(Problem) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- Repository - cn.taketoday.stereotype中的Annotation Interface
- requiredContextClass() - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
Determine the context class that any context passed to
setApplicationContextmust be an instance of. - requiresConfigInterface() - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
-
BeanShell scripts do require a config interface.
- requiresConfigInterface() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
-
Groovy scripts do not need a config interface, since they expose their setters as public methods.
- requiresConfigInterface() - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Return whether the script requires a config interface to be generated for it.
- requiresConfigInterface() - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- requiresDestruction(Object) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- requiresMessageFormat(ConstraintViolation<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
-
Indicate whether this violation's interpolated message has remaining placeholders and therefore requires
MessageFormatto be applied to it. - requiresRefresh() - 类中的方法 cn.taketoday.scripting.support.RefreshableScriptTargetSource
-
Determine whether a refresh is required through calling ScriptFactory's
requiresScriptedObjectRefreshmethod. - requiresScriptedObjectRefresh(ScriptSource) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- requiresScriptedObjectRefresh(ScriptSource) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- requiresScriptedObjectRefresh(ScriptSource) - 接口中的方法 cn.taketoday.scripting.ScriptFactory
-
Determine whether a refresh is required (e.g. through ScriptSource's
isModified()method). - requiresScriptedObjectRefresh(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- resetBeanDefinition(String) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
- resetCommonCaches() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Reset reflection metadata caches, in particular the
ReflectionUtils,AnnotationUtils,ResolvableType - resetDateTimeContext() - 类中的静态方法 cn.taketoday.format.datetime.standard.DateTimeContextHolder
-
Reset the DateTimeContext for the current thread.
- resetFilters(boolean) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Reset the configured type filters.
- resolvableToString() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Build a default String representation for this MessageSourceResolvable: including codes, arguments, and default message.
- resolve(EvaluationContext, String) - 类中的方法 cn.taketoday.context.expression.BeanFactoryResolver
- resolve(String, ClassLoader) - 类中的静态方法 cn.taketoday.context.condition.FilteringContextCondition
-
Slightly faster variant of
ClassUtils.forName(String, ClassLoader)that doesn't deal with primitives, arrays or inner types. - resolveArguments(ApplicationEvent) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
-
Resolve the method arguments to use for the specified
ApplicationEvent. - resolveArguments(Object[], Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Searches through the given array of objects, finds any MessageSourceResolvable objects and resolves them.
- resolveArguments(Object[], Locale) - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Template method for resolving argument objects.
- resolveBasePackage(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Resolve the specified base package into a pattern specification for the package search path.
- resolveBasePackage(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Resolve the specified base package into a pattern specification for the package search path.
- resolveCaches(CacheOperationInvocationContext<?>) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheResolver
- resolveCaches(CacheOperationInvocationContext<?>) - 接口中的方法 cn.taketoday.cache.interceptor.CacheResolver
-
Return the cache(s) to use for the specified invocation.
- resolveClassName(String) - 类中的方法 cn.taketoday.scheduling.support.MethodInvokingRunnable
- resolveCode(String, Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles, using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - 类中的方法 cn.taketoday.context.support.StaticMessageSource
- resolveCodeWithoutArguments(String, Locale) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Subclasses can override this method to resolve a message without arguments in an optimized fashion, i.e. to resolve without involving a MessageFormat.
- resolveCodeWithoutArguments(String, Locale) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles, returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - 类中的方法 cn.taketoday.context.support.StaticMessageSource
- resolveContextualObject(String) - 类中的方法 cn.taketoday.context.support.SimpleThreadScope
- resolveEmbeddedValue(String) - 类中的方法 cn.taketoday.context.support.EmbeddedValueResolutionSupport
-
Resolve the given embedded value through this instance's
StringValueResolver. - resolveMessageCodes(String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- resolveMessageCodes(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- resolveMessageCodes(String) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Resolve the given error code into message codes.
- resolveMessageCodes(String, String) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
- resolveMessageCodes(String, String) - 异常错误中的方法 cn.taketoday.validation.BindException
- resolveMessageCodes(String, String) - 接口中的方法 cn.taketoday.validation.BindingResult
-
Resolve the given error code into message codes for the given field.
- resolveMessageCodes(String, String) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
- resolveMessageCodes(String, String) - 接口中的方法 cn.taketoday.validation.MessageCodesResolver
-
Build message codes for the given error code and object name.
- resolveMessageCodes(String, String, String, Class<?>) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
- resolveMessageCodes(String, String, String, Class<?>) - 接口中的方法 cn.taketoday.validation.MessageCodesResolver
-
Build message codes for the given error code and field specification.
- resolvePath(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Resolve the given path, replacing placeholders with corresponding environment property values if necessary.
- resolvePlaceholder(String) - 类中的方法 cn.taketoday.context.properties.bind.PropertySourcesPlaceholdersResolver
- resolvePlaceholders(Object) - 接口中的方法 cn.taketoday.context.properties.bind.PlaceholdersResolver
-
Called to resolve any placeholders in the given value.
- resolvePlaceholders(Object) - 类中的方法 cn.taketoday.context.properties.bind.PropertySourcesPlaceholdersResolver
- resolveProxyTargetClass(BeanDefinition) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- resolveRefreshCheckDelay(BeanDefinition) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Get the refresh check delay for the given
ScriptFactoryBeanDefinition. - resolveScopeMetadata(BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.AnnotationScopeMetadataResolver
- resolveScopeMetadata(BeanDefinition) - 类中的方法 cn.taketoday.context.annotation.Jsr330ScopeMetadataResolver
- resolveScopeMetadata(BeanDefinition) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Resolve the
ScopeMetadataappropriate to the supplied beandefinition. - resolveScopeMetadata(BeanDefinition) - 接口中的方法 cn.taketoday.context.loader.ScopeMetadataResolver
-
Resolve the
ScopeMetadataappropriate to the supplied beandefinition. - resolveScopeName(BeanDefinition) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Get the name of the scope.
- resolveScopeName(String) - 类中的方法 cn.taketoday.context.annotation.Jsr330ScopeMetadataResolver
-
Resolve the given annotation type into a named Framework scope.
- ResourceBundleMessageSource - cn.taketoday.context.support中的类
-
MessageSourceimplementation that accesses resource bundles using specified basenames. - ResourceBundleMessageSource() - 类的构造器 cn.taketoday.context.support.ResourceBundleMessageSource
- ResourceCondition - cn.taketoday.context.condition中的类
-
ContextConditionused to check if a resource can be found using a configurable property and optional default location(s). - ResourceCondition(String, String, String...) - 类的构造器 cn.taketoday.context.condition.ResourceCondition
-
Create a new condition.
- ResourceLoaderAware - cn.taketoday.context.aware中的接口
-
Interface to be implemented by any object that wishes to be notified of the
ResourceLoader(typically the ApplicationContext) that it runs in. - ResourceOverridingShadowingClassLoader - cn.taketoday.instrument中的类
-
Subclass of ShadowingClassLoader that overrides attempts to locate certain files.
- ResourceOverridingShadowingClassLoader(ClassLoader) - 类的构造器 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
-
Create a new ResourceOverridingShadowingClassLoader, decorating the given ClassLoader.
- resourcePattern() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Controls the class files eligible for component detection.
- resourcePatternResolver - 类中的变量 cn.taketoday.context.loader.ClassPathScanningComponentProvider
- ResourceScriptSource - cn.taketoday.scripting.support中的类
-
ScriptSourceimplementation based on Framework'sResourceabstraction. - ResourceScriptSource(EncodedResource) - 类的构造器 cn.taketoday.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- ResourceScriptSource(Resource) - 类的构造器 cn.taketoday.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- resultedIn(Object) - 类中的方法 cn.taketoday.context.condition.ConditionMessage.Builder
-
Indicates a single result.
- retrieveEngineByName(ScriptEngineManager, String) - 类中的静态方法 cn.taketoday.scripting.support.StandardScriptUtils
-
Retrieve a
ScriptEnginefrom the givenScriptEngineManagerby name, delegating toScriptEngineManager.getEngineByName(java.lang.String)but throwing a descriptive exception if not found or if initialization failed. - retrieveLastModifiedTime() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
-
Retrieve the current last-modified timestamp of the underlying resource.
- retrieveScriptEngine(ScriptSource) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- Role - cn.taketoday.context.annotation中的Annotation Interface
-
Indicates the 'role' hint for a given bean.
- ROLE_GETTER - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the getter role field value in a JMX
Descriptor. - ROLE_OPERATION - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies an operation (method) in a JMX
Descriptor. - ROLE_SETTER - 类中的静态变量 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the setter role field value in a JMX
Descriptor. - run() - 类中的方法 cn.taketoday.scheduling.support.DelegatingErrorHandlingRunnable
- run() - 类中的方法 cn.taketoday.scheduling.support.MethodInvokingRunnable
- run() - 类中的方法 cn.taketoday.scheduling.support.ScheduledMethodRunnable
S
- scan(String...) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages.
- scan(String...) - 接口中的方法 cn.taketoday.context.AnnotationConfigRegistry
-
Perform a scan within the specified base packages.
- scan(String...) - 类中的方法 cn.taketoday.context.loader.ScanningBeanDefinitionReader
-
Load
BeanDefinitions from input package locations - scan(String...) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
-
Perform a scan within the specified base packages.
- scan(String, MetadataReaderConsumer) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Scan the class path for candidate components.
- scan(String, ResourceConsumer) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- scan(String, ResourceConsumer) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
This implementation delegates to this context's ResourceLoader if it implements the ResourcePatternResolver interface, falling back to the default superclass behavior else.
- scan(Consumer<BeanDefinitionHolder>, String...) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages and consume the registered bean definitions.
- scan(UnaryOperator<BeanDefinitionHolder>, String...) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages and consume the registered bean definitions.
- scanCandidateComponents(String, MetadataReaderConsumer) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Scan the class path for candidate components.
- ScannedGenericBeanDefinition - cn.taketoday.context.annotation中的类
-
Extension of the
BeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. - ScannedGenericBeanDefinition(MetadataReader) - 类的构造器 cn.taketoday.context.annotation.ScannedGenericBeanDefinition
-
Create a new ScannedGenericBeanDefinition for the class that the given MetadataReader describes.
- ScanningBeanDefinitionReader - cn.taketoday.context.loader中的类
- ScanningBeanDefinitionReader(BootstrapContext) - 类的构造器 cn.taketoday.context.loader.ScanningBeanDefinitionReader
- schedule(Runnable, Trigger) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- schedule(Runnable, Trigger) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- schedule(Runnable, Trigger) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it whenever the trigger indicates a next execution time. - schedule(Runnable, Instant) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- schedule(Runnable, Instant) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- schedule(Runnable, Instant) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time. - schedule(Runnable, Date) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time. - scheduleAtFixedRate(Runnable, long) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and invoking it with the given period. - scheduleAtFixedRate(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and invoking it with the given period. - scheduleAtFixedRate(Runnable, Instant, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time and subsequently with the given period. - scheduleAtFixedRate(Runnable, Date, long) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time and subsequently with the given period. - scheduleCronTask(CronTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified cron task, either right away if possible or on initialization of the scheduler.
- Scheduled - cn.taketoday.scheduling.annotation中的Annotation Interface
-
Annotation that marks a method to be scheduled.
- SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - 类中的静态变量 cn.taketoday.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Scheduled annotation processor.
- ScheduledAnnotationBeanPostProcessor - cn.taketoday.scheduling.annotation中的类
-
Bean post-processor that registers methods annotated with
@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. - ScheduledAnnotationBeanPostProcessor() - 类的构造器 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Create a default
ScheduledAnnotationBeanPostProcessor. - ScheduledAnnotationBeanPostProcessor(ScheduledTaskRegistrar) - 类的构造器 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Create a
ScheduledAnnotationBeanPostProcessordelegating to the specifiedScheduledTaskRegistrar. - scheduledAnnotationProcessor() - 类中的方法 cn.taketoday.scheduling.annotation.SchedulingConfiguration
- ScheduledExecutorFactoryBean - cn.taketoday.scheduling.concurrent中的类
-
FactoryBeanthat sets up aScheduledExecutorService(by default: aScheduledThreadPoolExecutor) and exposes it for bean references. - ScheduledExecutorFactoryBean() - 类的构造器 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
- ScheduledExecutorTask - cn.taketoday.scheduling.concurrent中的类
-
JavaBean that describes a scheduled executor task, consisting of the
Runnableand a delay plus period. - ScheduledExecutorTask() - 类的构造器 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, to be populated via bean properties.
- ScheduledExecutorTask(Runnable) - 类的构造器 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) - 类的构造器 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) - 类的构造器 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask.
- ScheduledMethodRunnable - cn.taketoday.scheduling.support中的类
-
Variant of
MethodInvokingRunnablemeant to be used for processing of no-arg scheduled methods. - ScheduledMethodRunnable(Object, Method) - 类的构造器 cn.taketoday.scheduling.support.ScheduledMethodRunnable
-
Create a
ScheduledMethodRunnablefor the given target instance, calling the specified method. - ScheduledMethodRunnable(Object, String) - 类的构造器 cn.taketoday.scheduling.support.ScheduledMethodRunnable
-
Create a
ScheduledMethodRunnablefor the given target instance, calling the specified method by name. - ScheduledTask - cn.taketoday.scheduling.config中的类
-
A representation of a scheduled task at runtime, used as a return value for scheduling methods.
- ScheduledTaskHolder - cn.taketoday.scheduling.config中的接口
-
Common interface for exposing locally scheduled tasks.
- ScheduledTaskRegistrar - cn.taketoday.scheduling.config中的类
-
Helper bean for registering tasks with a
TaskScheduler, typically using cron expressions. - ScheduledTaskRegistrar() - 类的构造器 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
- ScheduledTasksBeanDefinitionParser - cn.taketoday.scheduling.config中的类
-
Parser for the 'scheduled-tasks' element of the scheduling namespace.
- ScheduledTasksBeanDefinitionParser() - 类的构造器 cn.taketoday.scheduling.config.ScheduledTasksBeanDefinitionParser
- scheduleFixedDelayTask(FixedDelayTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.
- scheduleFixedRateTask(FixedRateTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.
- SchedulerBeanDefinitionParser - cn.taketoday.scheduling.config中的类
-
Parser for the 'scheduler' element of the 'task' namespace.
- SchedulerBeanDefinitionParser() - 类的构造器 cn.taketoday.scheduling.config.SchedulerBeanDefinitionParser
- Schedules - cn.taketoday.scheduling.annotation中的Annotation Interface
-
Container annotation that aggregates several
Scheduledannotations. - scheduleTasks() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Schedule all registered tasks against the underlying task scheduler.
- scheduleTriggerTask(TriggerTask) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.
- scheduleWithFixedDelay(Runnable, long) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next. - scheduleWithFixedDelay(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next. - scheduleWithFixedDelay(Runnable, Instant, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next. - scheduleWithFixedDelay(Runnable, Date, long) - 接口中的方法 cn.taketoday.scheduling.TaskScheduler
-
Schedule the given
Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next. - SchedulingAwareRunnable - cn.taketoday.scheduling中的接口
-
Extension of the
Runnableinterface, adding special callbacks for long-running operations. - SchedulingConfiguration - cn.taketoday.scheduling.annotation中的类
-
@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing @Scheduledannotation. - SchedulingConfiguration() - 类的构造器 cn.taketoday.scheduling.annotation.SchedulingConfiguration
- SchedulingConfigurer - cn.taketoday.scheduling.annotation中的接口
-
Optional interface to be implemented by
@Configurationclasses annotated with@EnableScheduling. - SchedulingException - cn.taketoday.scheduling中的异常错误
-
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
- SchedulingException(String) - 异常错误的构造器 cn.taketoday.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingException(String, Throwable) - 异常错误的构造器 cn.taketoday.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingTaskExecutor - cn.taketoday.scheduling中的接口
-
A
TaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters. - Scope - cn.taketoday.context.annotation中的Annotation Interface
-
When used as a type-level annotation in conjunction with
@Component,@Scopeindicates the name of a scope to use for instances of the annotated type. - scopeAnnotationType - 类中的变量 cn.taketoday.context.annotation.AnnotationScopeMetadataResolver
- scopedProxy() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Indicates whether proxies should be generated for detected components, which may be necessary when using scopes in a proxy-style fashion.
- ScopedProxyMode - cn.taketoday.context.annotation中的Enum Class
-
Enumerates the various scoped-proxy options.
- ScopeMetadata - cn.taketoday.context.loader中的类
-
Describes scope characteristics
- ScopeMetadata() - 类的构造器 cn.taketoday.context.loader.ScopeMetadata
- ScopeMetadataResolver - cn.taketoday.context.loader中的接口
-
Strategy interface for resolving the scope of bean definitions.
- scopeName() - annotation interface 中的元素 cn.taketoday.context.annotation.Scope
-
Specifies the name of the scope to use for the annotated component/bean.
- scopeResolver() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
The
ScopeMetadataResolverto be used for resolving the scope of detected components. - ScriptCompilationException - cn.taketoday.scripting中的异常错误
-
Exception to be thrown on script compilation failure.
- ScriptCompilationException(ScriptSource, String) - 异常错误的构造器 cn.taketoday.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String, Throwable) - 异常错误的构造器 cn.taketoday.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, Throwable) - 异常错误的构造器 cn.taketoday.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(String) - 异常错误的构造器 cn.taketoday.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) - 异常错误的构造器 cn.taketoday.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptEvaluator - cn.taketoday.scripting中的接口
-
Framework's strategy interface for evaluating a script.
- ScriptFactory - cn.taketoday.scripting中的接口
-
Script definition interface, encapsulating the configuration of a specific script as well as a factory method for creating the actual scripted Java
Object. - ScriptFactoryPostProcessor - cn.taketoday.scripting.support中的类
-
BeanPostProcessorthat handlesScriptFactorydefinitions, replacing each factory with the actual scripted Java object generated by it. - ScriptFactoryPostProcessor() - 类的构造器 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- ScriptSource - cn.taketoday.scripting中的接口
-
Interface that defines the source of a script.
- search() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnSingleCandidate
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- SearchStrategy - cn.taketoday.context.condition中的Enum Class
-
Some named search strategies for beans in the bean factory hierarchy.
- SECONDS - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle.Unit
-
Seconds.
- selectImports() - 接口中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group
-
Return the
entriesof which class(es) should be imported for this group. - selectImports(A, AnnotationMetadata) - 接口中的方法 cn.taketoday.context.loader.AnnotationImportSelector
- selectImports(AdviceMode) - 类中的方法 cn.taketoday.cache.annotation.CachingConfigurationSelector
-
Returns
ProxyCachingConfigurationorAspectJCachingConfigurationforPROXYandASPECTJvalues ofEnableCaching.mode(), respectively. - selectImports(AdviceMode) - 类中的方法 cn.taketoday.context.annotation.AdviceModeImportSelector
-
Determine which classes should be imported based on the given
AdviceMode. - selectImports(AdviceMode) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncConfigurationSelector
-
Returns
ProxyAsyncConfigurationorAspectJAsyncConfigurationforPROXYandASPECTJvalues ofEnableAsync.mode(), respectively. - selectImports(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.AdviceModeImportSelector
-
This implementation resolves the type of annotation from generic metadata and validates that (a) the annotation is in fact present on the importing
@Configurationclass and (b) that the given annotation has an advice mode attribute of typeAdviceMode. - selectImports(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- selectImports(AnnotationMetadata) - 接口中的方法 cn.taketoday.context.loader.AnnotationImportSelector
- selectImports(AnnotationMetadata) - 接口中的方法 cn.taketoday.context.loader.ImportSelector
-
Select and return the names of which class(es) should be imported based on the
AnnotationMetadataof the importing @Configurationclass. - SelfNaming - cn.taketoday.jmx.export.naming中的接口
-
Interface that allows infrastructure components to provide their own
ObjectNames to theMBeanExporter. - send(MimeMessagePreparator) - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
- send(MimeMessagePreparator) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- send(MimeMessagePreparator...) - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
- send(MimeMessagePreparator...) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- send(SimpleMailMessage) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- send(SimpleMailMessage) - 接口中的方法 cn.taketoday.context.support.mail.MailSender
-
Send the given simple mail message.
- send(SimpleMailMessage...) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- send(SimpleMailMessage...) - 接口中的方法 cn.taketoday.context.support.mail.MailSender
-
Send the given array of simple mail messages in batch.
- send(MimeMessage) - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Send the given JavaMail MIME message.
- send(MimeMessage) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- send(MimeMessage...) - 接口中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSender
-
Send the given array of JavaMail MIME messages in batch.
- send(MimeMessage...) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
- sendNotification(Notification) - 类中的方法 cn.taketoday.jmx.export.notification.ModelMBeanNotificationPublisher
-
Send the supplied
Notificationusing the wrappedModelMBeaninstance. - sendNotification(Notification) - 接口中的方法 cn.taketoday.jmx.export.notification.NotificationPublisher
-
Send the specified
Notificationto all registeredNotificationListeners. - server - 类中的变量 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
The
MBeanServerinstance being used to register beans. - server() - annotation interface 中的元素 cn.taketoday.context.annotation.EnableMBeanExport
-
The bean name of the MBeanServer to which MBeans should be exported.
- Service - cn.taketoday.stereotype中的Annotation Interface
-
Indicates that an annotated class is a "Service"
- setAfterInitialization(boolean) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
-
Choose whether to perform validation after bean initialization (i.e. after init methods) instead of before (which is the default).
- setAgentId(String) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set the agent id of the
MBeanServerto locate. - setAgentId(String) - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Set the agent id of the
MBeanServerto locate. - setAgentId(String) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Set the agent id of the
MBeanServerto locate. - setAllowBeanDefinitionOverriding(boolean) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
- setAllowBeanDefinitionOverriding(boolean) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Set whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
- setAllowCircularReferences(boolean) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableApplicationContext
-
Set whether to allow circular references between beans - and automatically try to resolve them.
- setAllowCircularReferences(boolean) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Set whether to allow circular references between beans - and automatically try to resolve them.
- setAllowCoreThreadTimeOut(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to allow core threads to time out.
- setAllowCoreThreadTimeOut(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to allow core threads to time out.
- setAllowEagerInit(boolean) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Specify whether to allow eager initialization of candidate beans when autodetecting MBeans in the Framework application context.
- setAllowedFields(String...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Register field patterns that should be allowed for binding.
- setAllowNullValues(boolean) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Set whether to allow
nullvalues (adapting them to an internal null holder value). - setAllowNullValues(boolean) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether to accept and convert
nullvalues for all caches in this cache manager. - setAllowNullValues(boolean) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Specify whether to accept and convert
nullvalues for all caches in this cache manager. - setAlwaysUseJndiLookup(boolean) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to always use JNDI lookups equivalent to standard Jakarta EE resource injection, even for
nameattributes and default names. - setAlwaysUseMessageFormat(boolean) - 类中的方法 cn.taketoday.context.support.MessageSourceSupport
-
Set whether to always apply the
MessageFormatrules, parsing even messages without arguments. - setApplicationContext(ApplicationContext) - 接口中的方法 cn.taketoday.context.aware.ApplicationContextAware
-
Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
- setApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.context.event.EventListenerMethodProcessor
- setApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.context.properties.ConfigurationPropertiesBindingPostProcessor
- setApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Setting an
ApplicationContextis optional: If set, registered tasks will be activated in theContextRefreshedEventphase; if not set, it will happen atScheduledAnnotationBeanPostProcessor.afterSingletonsInstantiated()time. - setApplicationContext(ApplicationContext) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- setApplicationEventClass(Class<?>) - 类中的方法 cn.taketoday.context.event.EventPublicationInterceptor
-
Set the application event class to publish.
- setApplicationEventPublisher(ApplicationEventPublisher) - 接口中的方法 cn.taketoday.context.aware.ApplicationEventPublisherAware
-
Set the ApplicationEventPublisher that this object runs in.
- setApplicationEventPublisher(ApplicationEventPublisher) - 类中的方法 cn.taketoday.context.event.EventPublicationInterceptor
- setApplicationEventSupplier(Supplier<?>) - 类中的方法 cn.taketoday.context.event.EventPublicationInterceptor
-
Set the event object supplier.
- setAssembler(MBeanInfoAssembler) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the implementation of the
MBeanInfoAssemblerinterface to use for this exporter. - setAsText(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.InternetAddressEditor
- setAsText(String) - 类中的方法 cn.taketoday.format.support.FormatterPropertyEditorAdapter
- setAsyncAnnotationType(Class<? extends Annotation>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the 'async' annotation type.
- setAsyncAnnotationType(Class<? extends Annotation>) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the 'async' annotation type to be detected at either class or method level.
- setAsyncMode(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks that are never joined.
- setAttribute(String, Object) - 类中的方法 cn.taketoday.ui.ConcurrentModel
- setAttribute(String, Object) - 接口中的方法 cn.taketoday.ui.Model
-
Stores an attribute in this request.
- setAttribute(String, Object) - 类中的方法 cn.taketoday.ui.ModelMap
- setAttribute(Attribute) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Switches the
context ClassLoaderfor the managed resourcesClassLoaderbefore allowing the invocation to occur. - setAttributes(Map<String, Object>) - 接口中的方法 cn.taketoday.ui.Model
-
Add the attributes from map
- setAttributes(AttributeList) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Switches the
context ClassLoaderfor the managed resourcesClassLoaderbefore allowing the invocation to occur. - setAttributeSource(JmxAttributeSource) - 类中的方法 cn.taketoday.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Set the
JmxAttributeSourceimplementation to use for reading the metadata from the bean class. - setAttributeSource(JmxAttributeSource) - 类中的方法 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
-
Set the implementation of the
JmxAttributeSourceinterface to use when reading the source-level metadata. - setAutodetect(boolean) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
- setAutodetectMode(int) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the autodetection mode to use.
- setAutodetectModeName(String) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the autodetection mode to use by name.
- setAutoGrowCollectionLimit(int) - 类中的方法 cn.taketoday.validation.DataBinder
-
Specify the limit for array and collection auto-growing.
- setAutoGrowNestedPaths(boolean) - 类中的方法 cn.taketoday.validation.DataBinder
-
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutowireCandidatePatterns(String...) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Set the name-matching patterns for determining autowire candidates.
- setAwaitTerminationMillis(long) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Variant of
ExecutorConfigurationSupport.setAwaitTerminationSeconds(int)with millisecond precision. - setAwaitTerminationSeconds(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the maximum number of seconds that this executor is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
- setAwaitTerminationSeconds(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the maximum number of seconds that this ForkJoinPool is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
- setBasename(String) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes.
- setBasenames(String...) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes.
- setBcc(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setBcc(InternetAddress[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setBcc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setBcc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setBcc(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setBcc(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setBcc(String...) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setBcc(String[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setBcc(String...) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setBcc(String...) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationExcludeFilter
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.weaving.AspectJWeavingEnabler
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.weaving.DefaultContextLoadTimeWeaver
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scheduling.support.MethodInvokingRunnable
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptEvaluator
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
- setBeanClassLoader(ClassLoader) - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- setBeanDefinitionDefaults(BeanDefinitionDefaults) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Set the defaults to use for detected beans.
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set the containing
BeanFactoryforCacheManagerand other service lookups. - setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.config.TypeExcludeFilter
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.MBeanExportConfiguration
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.condition.FilteringContextCondition
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.context.weaving.LoadTimeWeaverAwareProcessor
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationJmxAttributeSource
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationMBeanExporter
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the
BeanFactoryto be used when looking up executors by qualifier. - setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Making a
BeanFactoryavailable is optional; if not set,SchedulingConfigurerbeans won't get autodetected and aschedulerhas to be explicitly configured. - setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- setBeanFactory(BeanFactory) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- setBeanName(String) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
- setBeanName(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Sets the id of this context to the bean name by default, for cases where the context instance is itself defined as a bean.
- setBeanName(String) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- setBeanName(String) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
- setBeanName(String) - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- setBeanNameGenerator(BeanNameGenerator) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
BeanNameGeneratorto use for detected bean classes. - setBeanNameGenerator(BeanNameGenerator) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Set the
BeanNameGeneratorto be used when triggering component scanning fromConfigurationclasses and when registeringImport'ed configuration classes. - setBeanNameGenerator(BeanNameGenerator) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Set the
BeanNameGeneratorto use for detected bean classes. - setBeanNameGenerator(BeanNameGenerator) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
-
Provide a custom
BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orBootstrapContext, if any. - setBeans(Map<String, Object>) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Supply a
Mapof beans to be registered with the JMXMBeanServer. - setBeforeInvocation(boolean) - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation.Builder
- setBindingErrorProcessor(BindingErrorProcessor) - 类中的方法 cn.taketoday.validation.DataBinder
-
Set the strategy to use for processing binding errors, that is, required field errors and
PropertyAccessExceptions. - setBootstrapContext(BootstrapContext) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
- setBootstrapContext(BootstrapContext) - 接口中的方法 cn.taketoday.context.aware.BootstrapContextAware
- setBootstrapContext(BootstrapContext) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
set BootstrapContext
- setBundleClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Set the ClassLoader to load resource bundles with.
- setCache(boolean) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
-
Set whether to cache the JNDI object once it has been located.
- setCacheLoader(CacheLoader<Object, Object>) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Set the Caffeine CacheLoader to use for building each individual
CaffeineCacheinstance, turning it into a LoadingCache. - setCacheManager(CacheManager) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheResolver
-
Set the
CacheManagerthat this instance should use. - setCacheManager(CacheManager) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set the
CacheManagerto use to create a defaultCacheResolver. - setCacheManager(CacheManager) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
-
Set the
CacheManagerto use to create a defaultCacheResolver. - setCacheManager(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setCacheManagers(Collection<CacheManager>) - 类中的方法 cn.taketoday.cache.support.CompositeCacheManager
-
Specify the CacheManagers to delegate to.
- setCacheMillis(long) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set the number of milliseconds to cache loaded properties files.
- setCacheName(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setCacheNames(String...) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setCacheNames(Collection<String>) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(Collection<String>) - 类中的方法 cn.taketoday.cache.interceptor.NamedCacheResolver
-
Set the cache name(s) that this resolver should use.
- setCacheNames(Collection<String>) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheOperationSource(CacheOperationSource) - 类中的方法 cn.taketoday.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache attributes.
- setCacheOperationSource(CacheOperationSource) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set the CacheOperationSource for this cache aspect.
- setCacheOperationSources(CacheOperationSource...) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set one or more cache operation sources which are used to find the cache attributes.
- setCacheOperationSources(CacheOperationSource...) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
-
Set one or more sources to find cache operations.
- setCacheResolver(CacheResolver) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set the default
CacheResolverthat this cache aspect should delegate to if no specific cache resolver has been set for the operation. - setCacheResolver(CacheResolver) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
-
Set the default
CacheResolverthat this cache aspect should delegate to if no specific cache resolver has been set for the operation. - setCacheResolver(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setCaches(Collection<? extends Cache>) - 类中的方法 cn.taketoday.cache.support.SimpleCacheManager
-
Specify the collection of Cache instances to use for this CacheManager.
- setCacheSeconds(int) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set the number of seconds to cache loaded properties files.
- setCacheSpecification(String) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Set the Caffeine cache specification String to use for building each individual
CaffeineCacheinstance. - setCacheWide(boolean) - 类中的方法 cn.taketoday.cache.interceptor.CacheEvictOperation.Builder
- setCaffeine(Caffeine<Object, Object>) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Set the Caffeine to use for building each individual
CaffeineCacheinstance. - setCaffeineSpec(CaffeineSpec) - 类中的方法 cn.taketoday.cache.support.CaffeineCacheManager
-
Set the
CaffeineSpecto use for building each individualCaffeineCacheinstance. - setCandidateComponentPredicate(Predicate<AnnotationMetadata>) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Set the
Predicateto use for candidate component testing. - setCategory(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex. throughput, performance, utilization).
- setCc(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setCc(InternetAddress[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setCc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setCc(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setCc(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setCc(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setCc(String...) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setCc(String[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setCc(String...) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setCc(String...) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setChronology(Chronology) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeContext
-
Set the user's chronology (calendar system).
- setClassFilter(ClassFilter) - 类中的方法 cn.taketoday.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the
ClassFilterto use for this pointcut. - setClassLoader(ClassLoader) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Specify the ClassLoader to load class path resources and bean classes with.
- setClassLoader(ClassLoader) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
- setClock(Clock) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Set the clock to use for scheduling purposes.
- setClock(Clock) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the clock to use for scheduling purposes.
- setCommonMessages(Properties) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Specify locale-independent common messages, with the message code as key and the full message String (may contain argument placeholders) as value.
- setCommonPool(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set whether to expose JDK 8's 'common'
ForkJoinPool. - setCompilationCustomizers(CompilationCustomizer...) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
-
Set one or more customizers to be applied to this evaluator's compiler configuration.
- setCompilerConfiguration(CompilerConfiguration) - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptEvaluator
-
Set a custom compiler configuration for this evaluator.
- setConcurrentExecutor(Executor) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify the
Executorto delegate to. - setConcurrentRefresh(boolean) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Specify whether to allow for concurrent refresh behavior, i.e. one thread locked in a refresh attempt for a specific cached properties file whereas other threads keep returning the old properties for the time being, until the refresh attempt has completed.
- setCondition(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setConfigLocation(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context in init-param style, i.e. with distinct locations separated by commas, semicolons or whitespace.
- setConfigLocations(String...) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context.
- setConfigurationInitializer(Consumer<Configuration<?>>) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a callback for customizing the Bean Validation
Configurationinstance, as an alternative to overriding theLocalValidatorFactoryBean.postProcessConfiguration(Configuration)method in customLocalValidatorFactoryBeansubclasses. - setConnectOnStartup(boolean) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set whether or not the proxy should connect to the
MBeanServerat creation time ("true") or the first time it is invoked ("false"). - setConnectOnStartup(boolean) - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Set whether to connect to the server on startup.
- setConstraintValidatorFactory(ConstraintValidatorFactory) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
- setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set whether to continue existing periodic tasks even when this executor has been shutdown.
- setContinueScheduledExecutionAfterException(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether to continue the execution of a scheduled task after it threw an exception.
- setConversionService(ConversionService) - 类中的方法 cn.taketoday.validation.DataBinder
-
Specify a ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
- setConverters(Set<?>) - 类中的方法 cn.taketoday.context.support.ConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added: implementing
Converter,ConverterFactory, orGenericConverter. - setConverters(Set<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added.
- setCorePoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's core pool size.
- setCronTasks(Map<Runnable, String>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
- setCronTasksList(List<CronTask>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
CronTaskobjects. - setCurrency(Currency) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
-
Specify the currency, if known.
- setCurrencyTimeLimit(int) - 类中的方法 cn.taketoday.jmx.export.metadata.AbstractJmxAttribute
-
Set a currency time limit for this attribute.
- setDaemon(boolean) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set whether any threads started for the
JMXConnectorServershould be started as daemon threads. - setDateFormatter(DateTimeFormatter) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date types.
- setDateStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalDateobjects. - setDateTimeContext(DateTimeContext) - 类中的静态方法 cn.taketoday.format.datetime.standard.DateTimeContextHolder
-
Associate the given DateTimeContext with the current thread.
- setDateTimeFormatter(DateTimeFormatter) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date and time types.
- setDateTimeStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalDateTimeobjects. - setDefaultCurrencyTimeLimit(Integer) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the default for the JMX field "currencyTimeLimit".
- setDefaultDomain(String) - 类中的方法 cn.taketoday.jmx.export.annotation.AnnotationMBeanExporter
-
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
- setDefaultDomain(String) - 类中的方法 cn.taketoday.jmx.export.naming.MetadataNamingStrategy
-
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
- setDefaultDomain(String) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Set the default domain to be used by the
MBeanServer, to be passed toMBeanServerFactory.createMBeanServer()orMBeanServerFactory.findMBeanServer(). - setDefaultEncoding(String) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the default encoding to use for
MimeMessagescreated by this instance. - setDefaultFileTypeMap(FileTypeMap) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the default Java Activation
FileTypeMapto use forMimeMessagescreated by this instance. - setDefaultLocale(Locale) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Specify a default Locale to fall back to, as an alternative to falling back to the system Locale.
- setDefaultObject(Object) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Specify a default object to fall back to if the JNDI lookup fails.
- setDefaultProxyTargetClass(boolean) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
- setDefaultRefreshCheckDelay(long) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
-
Set the delay between refresh checks, in milliseconds.
- setDefaultValue(Object) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
-
Set the default value of this attribute.
- setDelay(long) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Set the delay before starting the task for the first time, in milliseconds.
- setDescription(String) - 类中的方法 cn.taketoday.jmx.export.metadata.AbstractJmxAttribute
-
Set a description for this attribute.
- setDescription(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Set a description for this notification.
- setDescription(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Set a description for this parameter.
- setDisallowedFields(String...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Register field patterns that should not be allowed for binding.
- setDisplayName(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Set a friendly name for this context.
- setDisplayName(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- setEmbeddedValueResolver(StringValueResolver) - 接口中的方法 cn.taketoday.context.expression.EmbeddedValueResolverAware
-
Set the StringValueResolver to use for resolving embedded definition values.
- setEmbeddedValueResolver(StringValueResolver) - 类中的方法 cn.taketoday.context.support.EmbeddedValueResolutionSupport
- setEmbeddedValueResolver(StringValueResolver) - 类中的方法 cn.taketoday.format.support.FormattingConversionService
- setEmbeddedValueResolver(StringValueResolver) - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
- setEmbeddedValueResolver(StringValueResolver) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- setEncodeFilenames(boolean) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set whether to encode attachment filenames passed to this helper's
#addAttachmentmethods. - setEncoding(String) - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
-
Set the encoding used for reading the script resource.
- setEngineName(String) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Set the name of the script engine for evaluating the scripts (e.g.
- setEnsureUniqueRuntimeObjectNames(boolean) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Indicates whether Framework should ensure that
ObjectNamesgenerated by the configuredObjectNamingStrategyfor runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)) should get modified: to ensure uniqueness for every instance of a managedClass. - setEnvironment(ConfigurableEnvironment) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Set the
Environmentfor this application context. - setEnvironment(ConfigurableEnvironment) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- setEnvironment(ConfigurableEnvironment) - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Delegates the given environment to underlying
XmlBeanDefinitionReader. - setEnvironment(ConfigurableEnvironment) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
-
Propagate the given custom
Environmentto the underlyingAnnotatedBeanDefinitionReaderandClassPathBeanDefinitionScanner. - setEnvironment(Environment) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
Environmentto use when evaluating whether@Conditional-annotated component classes should be registered. - setEnvironment(Environment) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- setEnvironment(Environment) - 类中的方法 cn.taketoday.context.annotation.MBeanExportConfiguration
- setEnvironment(Environment) - 接口中的方法 cn.taketoday.context.aware.EnvironmentAware
- setEnvironment(Environment) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Set environment when applicationContext is
null - setEnvironment(Environment) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Set the Environment to use when resolving placeholders and evaluating
@Conditional-annotated component classes. - setEnvironment(Environment) - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
PropertySourcesfrom the givenEnvironmentwill be searched when replacing ${...} placeholders. - setEnvironment(Map<String, ?>) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Specify the environment for the JMX connector.
- setEnvironment(Map<String, ?>) - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Specify the environment for the JMX connector.
- setEnvironment(Properties) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the
JMXConnectorServerasjava.util.Properties(String key/value pairs). - setEnvironment(Properties) - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the
JMXConnectorasjava.util.Properties(String key/value pairs). - setEnvironment(Properties) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Set the environment for the JNDI InitialContext.
- setEnvironmentMap(Map<String, ?>) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the
JMXConnectoras aMapof String keys and arbitrary Object values. - setEnvironmentMap(Map<String, ?>) - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the
JMXConnectoras aMapof String keys and arbitrary Object values. - setErrorHandler(CacheErrorHandler) - 类中的方法 cn.taketoday.cache.interceptor.AbstractCacheInvoker
-
Set the
CacheErrorHandlerinstance to use to handle errors thrown by the cache provider. - setErrorHandler(ErrorHandler) - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Set the
ErrorHandlerto invoke in case an exception is thrown from a listener. - setErrorHandler(ErrorHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Provide an
ErrorHandlerstrategy. - setErrorHandler(ErrorHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set a custom
ErrorHandlerstrategy. - setExceptionHandler(AsyncUncaughtExceptionHandler) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
AsyncUncaughtExceptionHandlerto use to handle uncaught exceptions thrown by asynchronous method executions. - setExcludedBeans(String...) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the list of names for beans that should be excluded from autodetection.
- setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set whether to execute existing delayed tasks even when this executor has been shutdown.
- setExecutor(Executor) - 类中的方法 cn.taketoday.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
Executorto use when invoking methods asynchronously. - setExpectedType(Class<?>) - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
-
Specify the type that the located JNDI object is supposed to be assignable to, if any.
- setExposeAccessContext(boolean) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Set whether to expose the JNDI environment context for all access to the target object, i.e. for all method invocations on the exposed object reference.
- setExposeClassDescriptor(boolean) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeManagedResourceClassLoader(boolean) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Indicates whether or not the managed resource should be exposed on the
thread context ClassLoaderbefore allowing any invocations on the MBean to occur. - setExposeUnconfigurableExecutor(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
- setExpressionParser(ExpressionParser) - 类中的方法 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) - 类中的方法 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Set the prefix that an expression string starts with.
- setExpressionSuffix(String) - 类中的方法 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Set the suffix that an expression string ends with.
- setFallbackPatterns(String...) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set additional patterns to use as a fallback in case parsing fails for the configured pattern, ISO format, style, or style pattern.
- setFallbackToDefaultTypeMatch(boolean) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to allow a fallback to a type match if no explicit name has been specified.
- setFallbackToNoOpCache(boolean) - 类中的方法 cn.taketoday.cache.support.CompositeCacheManager
-
Indicate whether a
NoOpCacheManagershould be added at the end of the delegate list. - setFallbackToSystemLocale(boolean) - 类中的方法 cn.taketoday.context.support.AbstractResourceBasedMessageSource
-
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
- setFileEncodings(Properties) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFileTypeMap(FileTypeMap) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the Java Activation Framework
FileTypeMapto use for determining the content type of inline content and attachments that get added to the message. - setFixedDelayTasks(Map<Runnable, Long>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-delay tasks as a list of
IntervalTaskobjects. - setFixedRate(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
- setFixedRate(boolean) - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Specify whether the periodic interval should be measured between the scheduled start times rather than between actual completion times.
- setFixedRateTasks(Map<Runnable, Long>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-rate tasks as a list of
IntervalTaskobjects. - setFormatName(String) - 类中的方法 cn.taketoday.format.number.money.MonetaryAmountFormatter
-
Specify the format name, to be resolved by the JSR-354 provider at runtime.
- setFormatter(DateFormatter) - 类中的方法 cn.taketoday.format.datetime.DateFormatterRegistrar
-
Set a global date formatter to register.
- setFormatterRegistrars(Set<FormatterRegistrar>) - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of FormatterRegistrars to invoke to register Converters and Formatters in addition to those added declaratively via
FormattingConversionServiceFactoryBean.setConverters(Set)andFormattingConversionServiceFactoryBean.setFormatters(Set). - setFormatters(Set<?>) - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom formatter objects that should be added.
- setForwarder(MBeanServerForwarder) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set an MBeanServerForwarder to be applied to the
JMXConnectorServer. - setFractionDigits(int) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
-
Specify the desired number of fraction digits.
- setFrom(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setFrom(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setFrom(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setFrom(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setFrom(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setFrom(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setGlobalBindings(Map<String, Object>) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Set the globally scoped bindings on the underlying script engine manager, shared by all scripts, as an alternative to script argument bindings.
- setHandback(Object) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcasterwhen notifying anyNotificationListener. - setHost(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the mail server host, typically an SMTP host.
- setId(String) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Set the unique id of this application context.
- setId(String) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Set the unique id of this application context.
- setId(String) - 类中的方法 cn.taketoday.context.support.AbstractRefreshableConfigApplicationContext
- setIgnoredMethodMappings(Properties) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setIgnoredMethods(String...) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the array of method names to be ignored when creating the management info.
- setIgnoreInvalidFields(boolean) - 类中的方法 cn.taketoday.validation.DataBinder
-
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).
- setIgnoreUnknownFields(boolean) - 类中的方法 cn.taketoday.validation.DataBinder
-
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
- setImportMetadata(A, AnnotationMetadata) - 接口中的方法 cn.taketoday.context.annotation.AnnotationImportAware
- setImportMetadata(AnnotationMetadata) - 类中的方法 cn.taketoday.cache.annotation.AbstractCachingConfiguration
- setImportMetadata(AnnotationMetadata) - 接口中的方法 cn.taketoday.context.annotation.AnnotationImportAware
- setImportMetadata(AnnotationMetadata) - 接口中的方法 cn.taketoday.context.annotation.ImportAware
-
Set the annotation metadata of the importing @
Configurationclass. - setImportMetadata(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- setImportMetadata(AnnotationMetadata) - 类中的方法 cn.taketoday.context.annotation.MBeanExportConfiguration
- setImportMetadata(AnnotationMetadata) - 类中的方法 cn.taketoday.scheduling.annotation.AbstractAsyncConfiguration
- setIncludeAnnotationConfig(boolean) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Specify whether to register annotation config post-processors.
- setIndex(int) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Set the index of this parameter in the operation signature.
- setInitialDelay(long) - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Specify the delay for the initial execution.
- setInitialDelay(Duration) - 类中的方法 cn.taketoday.scheduling.support.PeriodicTrigger
-
Specify the delay for the initial execution.
- setInterfaceMappings(Properties) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of interface names.
- setIso(DateTimeFormat.ISO) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the ISO format to use to format date values.
- setIso(DateTimeFormat.ISO) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setJavaMailProperties(Properties) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set JavaMail properties for the
Session. - setJndiEnvironment(Properties) - 类中的方法 cn.taketoday.jndi.JndiAccessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI environment to use for JNDI lookups.
- setJndiFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into
@Resource/@EJBannotated fields and setter methods, formappedNameattributes that point directly into JNDI. - setJndiName(String) - 类中的方法 cn.taketoday.jndi.JndiObjectLocator
-
Specify the JNDI name to look up.
- setJndiName(String) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Specify a JNDI name of the
ThreadFactoryto delegate to, replacing the default JNDI name "java:comp/DefaultManagedThreadFactory". - setJndiName(String) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
-
Specify a JNDI name of the
Executorto delegate to, replacing the default JNDI name "java:comp/DefaultManagedExecutorService". - setJndiName(String) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
-
Specify a JNDI name of the
Executorto delegate to, replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService". - setJndiTemplate(JndiTemplate) - 类中的方法 cn.taketoday.jndi.JndiAccessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI template to use for JNDI lookups.
- setKeepAliveSeconds(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- setKey(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setKeyGenerator(KeyGenerator) - 类中的方法 cn.taketoday.cache.interceptor.CacheAspectSupport
-
Set the default
KeyGeneratorthat this cache aspect should delegate to if no specific key generator has been set for the operation. - setKeyGenerator(KeyGenerator) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
-
Set the default
KeyGeneratorthat this cache aspect should delegate to if no specific key generator has been set for the operation. - setKeyGenerator(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setLanguage(String) - 类中的方法 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Set the name of the language meant for evaluating the scripts (e.g.
- setLenient(boolean) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Specify whether or not parsing is to be lenient.
- setLenient(boolean) - 类中的方法 cn.taketoday.format.number.AbstractNumberFormatter
-
Specify whether or not parsing is to be lenient.
- setLifecycleProcessor(LifecycleProcessor) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- setListeners(MBeanExporterListener...) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the
MBeanExporterListeners that should be notified of MBean registration and unregistration events. - setLoadTimeWeaver(LoadTimeWeaver) - 类中的方法 cn.taketoday.context.weaving.AspectJWeavingEnabler
- setLoadTimeWeaver(LoadTimeWeaver) - 接口中的方法 cn.taketoday.context.weaving.LoadTimeWeaverAware
-
Set the
LoadTimeWeaverof this object's containingApplicationContext. - setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer) - 类中的方法 cn.taketoday.context.annotation.LoadTimeWeavingConfiguration
- setLocateExistingServerIfPossible(boolean) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Set whether or not the
MBeanServerFactoryBeanshould attempt to locate a runningMBeanServerbefore creating one. - setLog(boolean) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setLogFile(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setLookupOnStartup(boolean) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) - 类中的方法 cn.taketoday.jndi.JndiObjectTargetSource
-
Set whether to look up the JNDI object on startup.
- setManagedInterfaces(Class<?>...) - 类中的方法 cn.taketoday.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the array of interfaces to use for creating the management info.
- setManagedMethods(String...) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) - 类中的方法 cn.taketoday.jmx.export.SpringModelMBean
-
Sets managed resource to expose and stores its
ClassLoader. - setManagementInterface(Class<?>) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set the management interface of the target MBean, exposing bean property setters and getters for MBean attributes and conventional Java methods for MBean operations.
- setMappedObjectName(Object) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Set the
ObjectName-style name of the single MBean that the encapsulatedNotificationFilterwill be registered with to listen forNotifications. - setMappedObjectNames(Object...) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Set an array of
ObjectName-style names of the MBeans that the encapsulatedNotificationFilterwill be registered with to listen forNotifications. - setMappingLocation(Resource) - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify the
Resourcefrom which mappings are loaded. - setMappingLocation(Resource) - 类中的方法 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Set a location of a properties file to be loaded, containing object name mappings.
- setMappingLocations(Resource...) - 类中的方法 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Set location of properties files to be loaded, containing object name mappings.
- setMappingLocations(Resource...) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify resource locations to load XML constraint mapping files from, if any.
- setMappings(String...) - 类中的方法 cn.taketoday.context.support.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify additional MIME type mappings as lines that follow the
mime.typesfile format, as specified by the Java Activation Framework. - setMappings(Properties) - 类中的方法 cn.taketoday.jmx.export.naming.KeyNamingStrategy
-
Set local properties, containing object name mappings, e.g. via the "props" tag in XML bean definitions.
- setMaxPoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's maximum pool size.
- setMessageCodeFormatter(MessageCodeFormatter) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Specify the format for message codes built by this resolver.
- setMessageCodesResolver(MessageCodesResolver) - 类中的方法 cn.taketoday.validation.AbstractBindingResult
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - 类中的方法 cn.taketoday.validation.DataBinder
-
Set the strategy to use for resolving errors into message codes.
- setMessageInterpolator(MessageInterpolator) - 类中的方法 cn.taketoday.validation.beanvalidation.CustomValidatorBean
-
Specify a custom MessageInterpolator to use for this Validator.
- setMessageInterpolator(MessageInterpolator) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom MessageInterpolator to use for this ValidatorFactory and its exposed default Validator.
- setMessageSource(MessageSource) - 接口中的方法 cn.taketoday.context.MessageSourceAware
-
Set the MessageSource that this object runs in.
- setMetadataReaderFactory(MetadataReaderFactory) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Set the
MetadataReaderFactoryto use. - setMetadataReaderFactory(MetadataReaderFactory) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Set the
MetadataReaderFactoryto use. - setMethodMappings(Properties) - 类中的方法 cn.taketoday.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setMetricType(MetricType) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- setMimeMultiparts(MimeMultipart, MimeMultipart) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setName(String) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the name of the cache.
- setName(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation.Builder
- setName(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Set the name of this notification.
- setName(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedOperationParameter
-
Set the name of this parameter in the operation signature.
- setNameMap(Map<String, Collection<CacheOperation>>) - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
-
Set a name/attribute map, consisting of method names (e.g.
- setNamingStrategy(ObjectNamingStrategy) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the implementation of the
ObjectNamingStrategyinterface to use for this exporter. - setNestedPath(String) - 类中的方法 cn.taketoday.validation.AbstractErrors
- setNestedPath(String) - 异常错误中的方法 cn.taketoday.validation.BindException
- setNestedPath(String) - 接口中的方法 cn.taketoday.validation.Errors
-
Allow context to be changed so that standard validators can validate subtrees.
- setNotificationFilter(NotificationFilter) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Set the
NotificationFilterassociated with the encapsulatedNotificationFilter. - setNotificationInfoMappings(Map<String, Object>) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- setNotificationInfos(ManagedNotification[]) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- setNotificationListener(NotificationListener) - 类中的方法 cn.taketoday.jmx.support.NotificationListenerHolder
-
Set the
NotificationListener. - setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the
NotificationListenersto register with theMBeanServer. - setNotificationListeners(NotificationListenerBean...) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
-
Set the
NotificationListenerBeanscontaining theNotificationListenersthat will be registered with theMBeanServer. - setNotificationPublisher(NotificationPublisher) - 接口中的方法 cn.taketoday.jmx.export.notification.NotificationPublisherAware
-
Set the
NotificationPublisherinstance for the current managed resource instance. - setNotificationType(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Set a single notification type, or a list of notification types as comma-delimited String.
- setNotificationTypes(String...) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedNotification
-
Set a list of notification types.
- setObjectName(Object) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set the
ObjectNameof the MBean which calls are routed to, asObjectNameinstance or asString. - setObjectName(Object) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set the
ObjectNameused to register theJMXConnectorServeritself with theMBeanServer, asObjectNameinstance or asString. - setObjectName(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
-
Set the JMX ObjectName of this managed resource.
- setOf(Class<E>) - 类中的静态方法 cn.taketoday.context.properties.bind.Bindable
- setOrder(int) - 类中的方法 cn.taketoday.context.event.DefaultEventListenerFactory
- setParallelism(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify the parallelism level.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. for parameter names of MBean operation methods).
- setParameterNameDiscoverer(ParameterNameDiscoverer) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Set the ParameterNameDiscoverer to use for resolving method and constructor parameter names if needed for message interpolation.
- setParent(ApplicationContext) - 接口中的方法 cn.taketoday.context.ConfigurableApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
- setParentMessageSource(MessageSource) - 接口中的方法 cn.taketoday.context.HierarchicalMessageSource
-
Set the parent that will be used to try to resolve messages that this object can't resolve.
- setParentMessageSource(MessageSource) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
- setParentMessageSource(MessageSource) - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- setPassword(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the password for the account at the mail host, if any.
- setPattern(String) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the pattern to use to format date values.
- setPattern(String) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
-
Specify the pattern to use to format number values.
- setPattern(String) - 类中的方法 cn.taketoday.format.number.NumberStyleFormatter
-
Specify the pattern to use to format number values.
- setPeriod(long) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Set the period between repeated task executions, in milliseconds.
- setPersistLocation(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setPersistName(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setPersistPeriod(int) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
- setPersistPeriod(int) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- setPersistPeriod(int) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setPersistPolicy(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedAttribute
- setPersistPolicy(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- setPersistPolicy(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedResource
- setPointcut(Pointcut) - 类中的方法 cn.taketoday.cache.interceptor.CacheProxyFactoryBean
-
Set a pointcut, i.e. a bean that triggers conditional invocation of the
CacheInterceptordepending on the method and attributes passed. - setPoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(String) - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- setPort(int) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the mail server port.
- setPrefix(String) - 类中的方法 cn.taketoday.validation.DefaultMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setPrestartAllCoreThreads(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to start all core threads, causing them to idly wait for work.
- setPrestartAllCoreThreads(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to start all core threads, causing them to idly wait for work.
- setPriority(int) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the priority ("X-Priority" header) of the message.
- setProblemReporter(ProblemReporter) - 类中的方法 cn.taketoday.context.annotation.ConfigurationClassPostProcessor
-
Set the
ProblemReporterto use. - setProblemReporter(ProblemReporter) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- setPropertiesPersister(PropertiesPersister) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setPropertySourceFactory(PropertySourceFactory) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
setting default PropertySourceFactory
- setPropertySources(PropertySources) - 类中的方法 cn.taketoday.context.support.PropertySourcesPlaceholderConfigurer
-
Customize the set of
PropertySourcesto be used by this configurer. - setProtocol(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the mail protocol.
- setProviderClass(Class) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify the desired provider class, if any.
- setProxyInterface(Class<?>) - 类中的方法 cn.taketoday.jmx.access.MBeanProxyFactoryBean
-
Set the interface that the generated proxy will implement.
- setProxyInterface(Class<?>) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class<?>...) - 类中的方法 cn.taketoday.jndi.JndiObjectFactoryBean
-
Specify multiple proxy interfaces to use for the JNDI object.
- setQueueCapacity(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- setRefreshOnConnectFailure(boolean) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshTimestamp(long) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- setRegisterDefaultFormatters(boolean) - 类中的方法 cn.taketoday.format.support.FormattingConversionServiceFactoryBean
-
Indicate whether default formatters should be registered or not.
- setRegisterWithFactory(boolean) - 类中的方法 cn.taketoday.jmx.support.MBeanServerFactoryBean
-
Set whether to register the
MBeanServerwith theMBeanServerFactory, making it available throughMBeanServerFactory.findMBeanServer(). - setRegistrationPolicy(RegistrationPolicy) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
The policy to use when attempting to register an MBean under an
ObjectNamethat already exists. - setRejectedExecutionHandler(RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the RejectedExecutionHandler to use for the ExecutorService.
- setRejectedExecutionHandler(RejectedExecutionHandler) - 类中的方法 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- setRemoveOnCancelPolicy(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the remove-on-cancel mode on
ScheduledThreadPoolExecutor. - setRemoveOnCancelPolicy(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the remove-on-cancel mode on
ScheduledThreadPoolExecutor. - setReplyTo(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setReplyTo(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setReplyTo(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setReplyTo(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setReplyTo(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setReplyTo(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setRequiredFields(String...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Register fields that are required for each binding process.
- setResourceFactory(BeanFactory) - 类中的方法 cn.taketoday.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into
@Resource/@EJBannotated fields and setter methods, fornameattributes and default names. - setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationImportSelector
- setResourceLoader(ResourceLoader) - 接口中的方法 cn.taketoday.context.aware.ResourceLoaderAware
-
Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
Set the
ResourceLoaderto use for resource locations. - setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningCandidateComponentProvider
-
Set the
ResourceLoaderto use for resource locations. - setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Set the
ResourceLoaderto use for resource locations. - setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.support.GenericApplicationContext
-
Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) - 类中的方法 cn.taketoday.scripting.support.ScriptFactoryPostProcessor
- setResourcePattern(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Set the resource pattern to use when scanning the classpath.
- setResourcePrefix(String) - 类中的方法 cn.taketoday.context.loader.ClassPathScanningComponentProvider
-
Set the resource prefix to use when scanning the resources.
- setResourceRef(boolean) - 类中的方法 cn.taketoday.jndi.JndiLocatorSupport
-
Set whether the lookup occurs in a Jakarta EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
- setResourceRef(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set whether the lookup occurs in a Jakarta EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
- setResourceRef(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set whether the lookup occurs in a Jakarta EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
- setResourceRef(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set whether the lookup occurs in a Jakarta EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
- setRoundingMode(RoundingMode) - 类中的方法 cn.taketoday.format.number.CurrencyStyleFormatter
-
Specify the rounding mode to use for decimal parsing.
- setRunnable(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Set the Runnable to schedule as executor task.
- setScheduledExecutor(ScheduledExecutorService) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskScheduler
-
Specify the
ScheduledExecutorServiceto delegate to. - setScheduledExecutorTasks(ScheduledExecutorTask...) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.
- setScheduler(Object) - 类中的方法 cn.taketoday.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Set the
TaskSchedulerthat will invoke the scheduled methods, or aScheduledExecutorServiceto be wrapped as a TaskScheduler. - setScheduler(Object) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Set the
TaskSchedulerto register scheduled tasks with, or aScheduledExecutorServiceto be wrapped as aTaskScheduler. - setScopeAnnotationType(Class<? extends Annotation>) - 类中的方法 cn.taketoday.context.annotation.AnnotationScopeMetadataResolver
-
Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver. - setScopedProxyMode(ScopedProxyMode) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) - 类中的方法 cn.taketoday.context.loader.ScopeMetadata
-
Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 cn.taketoday.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
ScopeMetadataResolverto use for registered component classes. - setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 cn.taketoday.context.annotation.ClassPathBeanDefinitionScanner
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 cn.taketoday.context.support.StandardApplicationContext
-
Set the
ScopeMetadataResolverto use for registered component classes. - setScopeName(String) - 类中的方法 cn.taketoday.context.loader.ScopeMetadata
-
Set the name of the scope.
- setScript(String) - 类中的方法 cn.taketoday.scripting.support.StaticScriptSource
-
Set a fresh script String, overriding the previous script.
- setSentDate(Date) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setSentDate(Date) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the sent-date of the message.
- setSentDate(Date) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setSentDate(Date) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setServer(MBeanServer) - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Specify the
MBeanServerinstance with which all beans should be registered. - setServer(MBeanServerConnection) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set the
MBeanServerConnectionused to connect to the MBean which all invocations are routed to. - setServer(MBeanServerConnection) - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Set the
MBeanServerConnectionused to connect to the MBean which all invocations are routed to. - setServiceUrl(String) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set the service URL of the remote
MBeanServer. - setServiceUrl(String) - 类中的方法 cn.taketoday.jmx.access.NotificationListenerRegistrar
-
Set the service URL of the remote
MBeanServer. - setServiceUrl(String) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set the service URL for the
JMXConnectorServer. - setServiceUrl(String) - 类中的方法 cn.taketoday.jmx.support.MBeanServerConnectionFactoryBean
-
Set the service URL of the remote
MBeanServer. - setSession(Session) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the JavaMail
Session, possibly pulled from JNDI. - setShareableResources(String...) - 类中的方法 cn.taketoday.jndi.support.SimpleJndiBeanFactory
-
Set a list of names of shareable JNDI resources, which this factory is allowed to cache once obtained.
- setSource(Object) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the source of the configuration for this
DateFormatter— for example, an instance of the@DateTimeFormatannotation if such an annotation was used to configure thisDateFormatter. - setStore(ConcurrentMap<Object, Object>) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the ConcurrentMap to use as an internal store (possibly pre-populated).
- setStoreByValue(boolean) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether this cache manager stores a copy of each entry (
trueor the reference (falsefor all of its caches. - setStrategies(BeanDefinitionLoadingStrategy...) - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- setStrategies(List<BeanDefinitionLoadingStrategy>) - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- setStyle(int) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the
DateFormatstyle to use to format date values. - setStylePattern(String) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the two characters to use to format date values.
- setStylePattern(String) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setSubject(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setSubject(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the subject of the message, using the correct encoding.
- setSubject(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setSubject(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setSync(boolean) - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation.Builder
- setTaskDecorator(TaskDecorator) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify a custom
TaskDecoratorto be applied to anyRunnableabout to be executed. - setTaskDecorator(TaskDecorator) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify a custom
TaskDecoratorto be applied to anyRunnableabout to be executed. - setTaskExecutor(Executor) - 类中的方法 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Set a custom executor (typically a
TaskExecutor) to invoke each listener with. - setTaskScheduler(TaskScheduler) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Set the
TaskSchedulerto register scheduled tasks with. - setText(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setText(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
- setText(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setText(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setText(String, boolean) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
- setText(String, String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set the given plain text and HTML text as alternatives, offering both options to the email client.
- setThreaded(boolean) - 类中的方法 cn.taketoday.jmx.support.ConnectorServerFactoryBean
-
Set whether the
JMXConnectorServershould be started in a separate thread. - setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the factory for creating new ForkJoinWorkerThreads.
- setThreadFactory(ThreadFactory) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the ThreadFactory to use for the ExecutorService's thread pool.
- setThreadNamePrefix(String) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
- setTimeFormatter(DateTimeFormatter) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeoutPerShutdownPhase(long) - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
-
Specify the maximum time allotted in milliseconds for the shutdown of any phase (group of SmartLifecycle beans with the same 'phase' value).
- setTimeStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for time types.
- setTimeStyle(FormatStyle) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalTimeobjects. - setTimeToLive(Duration) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyCaching
-
Set amount of time that an item can live in the cache.
- setTimeUnit(TimeUnit) - 类中的方法 cn.taketoday.scheduling.concurrent.ScheduledExecutorTask
-
Specify the time unit for the delay and period values.
- setTimeZone(ZoneId) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeContext
-
Set the user's time zone.
- setTimeZone(TimeZone) - 类中的方法 cn.taketoday.format.datetime.DateFormatter
-
Set the
TimeZoneto normalize the date values into, if any. - setTimeZone(TimeZone) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterFactory
-
Set the
TimeZoneto normalize the date values into, if any. - setTo(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setTo(InternetAddress[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setTo(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setTo(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setTo(String) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setTo(String) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setTo(String...) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMailMessage
- setTo(String[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
- setTo(String...) - 接口中的方法 cn.taketoday.context.support.mail.MailMessage
- setTo(String...) - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- setTraversableResolver(TraversableResolver) - 类中的方法 cn.taketoday.validation.beanvalidation.CustomValidatorBean
-
Specify a custom TraversableResolver to use for this Validator.
- setTraversableResolver(TraversableResolver) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom TraversableResolver to use for this ValidatorFactory and its exposed default Validator.
- setTriggerTasks(Map<Runnable, Trigger>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects (typically custom implementations of the
Triggerinterface). - setTriggerTasksList(List<TriggerTask>) - 类中的方法 cn.taketoday.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
TriggerTaskobjects. - setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类中的方法 cn.taketoday.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
- setUnit(String) - 类中的方法 cn.taketoday.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- setUnless(String) - 类中的方法 cn.taketoday.cache.interceptor.CacheableOperation.Builder
- setUnless(String) - 类中的方法 cn.taketoday.cache.interceptor.CachePutOperation.Builder
- setUseCodeAsDefaultMessage(boolean) - 类中的方法 cn.taketoday.context.support.AbstractMessageSource
-
Set whether to use the message code as default message instead of throwing a NoSuchMessageException.
- setUseIsoFormat(boolean) - 类中的方法 cn.taketoday.format.datetime.standard.DateTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUsername(String) - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Set the username for the account at the mail host, if any.
- setUseStrictCasing(boolean) - 类中的方法 cn.taketoday.jmx.access.MBeanClientInterceptor
-
Set whether to use strict casing for attributes.
- setUseStrictCasing(boolean) - 类中的方法 cn.taketoday.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to use strict casing for attributes.
- setValidateAddresses(boolean) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Set whether to validate all addresses which get passed to this helper.
- setValidatedAnnotationType(Class<? extends Annotation>) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
-
Set the 'validated' annotation type.
- setValidating(boolean) - 类中的方法 cn.taketoday.context.support.AbstractXmlApplicationContext
-
Set whether to use XML validation.
- setValidating(boolean) - 类中的方法 cn.taketoday.context.support.GenericXmlApplicationContext
-
Set whether to use XML validation.
- setValidationMessageSource(MessageSource) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom Framework MessageSource for resolving validation messages, instead of relying on JSR-303's default "ValidationMessages.properties" bundle in the classpath.
- setValidationProperties(Properties) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider.
- setValidationPropertyMap(Map<String, String>) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider as a Map.
- setValidationProviderResolver(ValidationProviderResolver) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a JSR-303
ValidationProviderResolverfor bootstrapping the provider of choice, as an alternative toMETA-INFdriven resolution. - setValidator(Validator) - 类中的方法 cn.taketoday.validation.DataBinder
-
Set the Validator to apply after each binding step.
- setValidator(Validator) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating beans.
- setValidator(Validator) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating methods.
- setValidatorFactory(ValidatorFactory) - 类中的方法 cn.taketoday.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating beans, using its default Validator.
- setValidatorFactory(ValidatorFactory) - 类中的方法 cn.taketoday.validation.beanvalidation.CustomValidatorBean
-
Set the ValidatorFactory to obtain the target Validator from.
- setValidatorFactory(ValidatorFactory) - 类中的方法 cn.taketoday.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating methods, using its default Validator.
- setWaitForTasksToCompleteOnShutdown(boolean) - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Set whether to wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
- ShadowingClassLoader - cn.taketoday.instrument中的类
-
ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.
- ShadowingClassLoader(ClassLoader) - 类的构造器 cn.taketoday.instrument.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader, applying
ShadowingClassLoader.DEFAULT_EXCLUDED_PACKAGES. - ShadowingClassLoader(ClassLoader, boolean) - 类的构造器 cn.taketoday.instrument.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader.
- shouldGenerateId() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTasksBeanDefinitionParser
- shouldRenderDefaultMessage() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
Indicate whether the specified default message needs to be rendered for substituting placeholders and/or
MessageFormatescaping. - shouldSkip(AnnotatedTypeMetadata) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
-
Determine if an item should be skipped based on
@Conditionalannotations. - shouldSkip(AnnotatedTypeMetadata, ConfigurationCondition.ConfigurationPhase) - 类中的方法 cn.taketoday.context.annotation.ConditionEvaluator
-
Determine if an item should be skipped based on
@Conditionalannotations. - shouldSkip(AnnotatedTypeMetadata, ConfigurationCondition.ConfigurationPhase) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
- shutdown() - 类中的方法 cn.taketoday.scheduling.concurrent.ExecutorConfigurationSupport
-
Perform a shutdown on the underlying ExecutorService.
- SHUTDOWN_HOOK_THREAD_NAME - 接口中的静态变量 cn.taketoday.context.ConfigurableApplicationContext
-
Nameof the shutdown hook thread: "ContextShutdownHook". - SIMPLE - enum class 中的枚举常量 cn.taketoday.format.annotation.DurationStyle
-
Simple formatting, for example '1s'.
- SIMPLE - enum class 中的枚举常量 cn.taketoday.format.annotation.PeriodStyle
-
Simple formatting, for example '1d'.
- SimpleApplicationEventMulticaster - cn.taketoday.context.event中的类
-
Simple implementation of the
ApplicationEventMulticasterinterface. - SimpleApplicationEventMulticaster() - 类的构造器 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster.
- SimpleApplicationEventMulticaster(BeanFactory) - 类的构造器 cn.taketoday.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
- SimpleCacheErrorHandler - cn.taketoday.cache.interceptor中的类
-
A simple
CacheErrorHandlerthat does not handle the exception at all, simply throwing it back at the client. - SimpleCacheErrorHandler() - 类的构造器 cn.taketoday.cache.interceptor.SimpleCacheErrorHandler
- SimpleCacheManager - cn.taketoday.cache.support中的类
-
Simple cache manager working against a given collection of caches.
- SimpleCacheManager() - 类的构造器 cn.taketoday.cache.support.SimpleCacheManager
- SimpleCacheResolver - cn.taketoday.cache.interceptor中的类
-
A simple
CacheResolverthat resolves theCacheinstance(s) based on a configurableCacheManagerand the name of the cache(s) as provided bygetCacheNames(). - SimpleCacheResolver() - 类的构造器 cn.taketoday.cache.interceptor.SimpleCacheResolver
-
Construct a new
SimpleCacheResolver. - SimpleCacheResolver(CacheManager) - 类的构造器 cn.taketoday.cache.interceptor.SimpleCacheResolver
-
Construct a new
SimpleCacheResolverfor the givenCacheManager. - SimpleInstrumentableClassLoader - cn.taketoday.instrument中的类
-
Simplistic implementation of an instrumentable
ClassLoader. - SimpleInstrumentableClassLoader(ClassLoader) - 类的构造器 cn.taketoday.instrument.SimpleInstrumentableClassLoader
-
Create a new SimpleInstrumentableClassLoader for the given ClassLoader.
- SimpleJndiBeanFactory - cn.taketoday.jndi.support中的类
-
Simple JNDI-based implementation of Framework's
BeanFactoryinterface. - SimpleJndiBeanFactory() - 类的构造器 cn.taketoday.jndi.support.SimpleJndiBeanFactory
- SimpleKey - cn.taketoday.cache.interceptor中的类
-
A simple key as returned from the
SimpleKeyGenerator. - SimpleKey(Object...) - 类的构造器 cn.taketoday.cache.interceptor.SimpleKey
-
Create a new
SimpleKeyinstance. - SimpleKeyGenerator - cn.taketoday.cache.interceptor中的类
-
Simple key generator.
- SimpleKeyGenerator() - 类的构造器 cn.taketoday.cache.interceptor.SimpleKeyGenerator
- SimpleLoadTimeWeaver - cn.taketoday.instrument中的类
-
LoadTimeWeaverthat builds and exposes aSimpleInstrumentableClassLoader. - SimpleLoadTimeWeaver() - 类的构造器 cn.taketoday.instrument.SimpleLoadTimeWeaver
-
Create a new
SimpleLoadTimeWeaverfor the current contextClassLoader. - SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - 类的构造器 cn.taketoday.instrument.SimpleLoadTimeWeaver
-
Create a new
SimpleLoadTimeWeaverfor the givenClassLoader. - SimpleMailMessage - cn.taketoday.context.support.mail中的类
-
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
- SimpleMailMessage() - 类的构造器 cn.taketoday.context.support.mail.SimpleMailMessage
-
Create a new
SimpleMailMessage. - SimpleMailMessage(SimpleMailMessage) - 类的构造器 cn.taketoday.context.support.mail.SimpleMailMessage
-
Copy constructor for creating a new
SimpleMailMessagefrom the state of an existingSimpleMailMessageinstance. - SimpleReflectiveMBeanInfoAssembler - cn.taketoday.jmx.export.assembler中的类
-
Simple subclass of
AbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes. - SimpleReflectiveMBeanInfoAssembler() - 类的构造器 cn.taketoday.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
- SimpleThreadScope - cn.taketoday.context.support中的类
-
A simple thread-backed
Scopeimplementation. - SimpleThreadScope() - 类的构造器 cn.taketoday.context.support.SimpleThreadScope
- SimpleThrowawayClassLoader - cn.taketoday.instrument中的类
-
ClassLoader that can be used to load classes without bringing them into the parent loader.
- SimpleThrowawayClassLoader(ClassLoader) - 类的构造器 cn.taketoday.instrument.SimpleThrowawayClassLoader
-
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
- SimpleTriggerContext - cn.taketoday.scheduling.support中的类
-
Simple data holder implementation of the
TriggerContextinterface. - SimpleTriggerContext() - 类的构造器 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to
null, exposing the system clock for the default time zone. - SimpleTriggerContext(Clock) - 类的构造器 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to
null, exposing the given clock. - SimpleTriggerContext(Instant, Instant, Instant) - 类的构造器 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with the given time values, exposing the system clock for the default time zone.
- SimpleTriggerContext(Date, Date, Date) - 类的构造器 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with the given time values, exposing the system clock for the default time zone.
- SimpleValueWrapper - cn.taketoday.cache.support中的类
-
Straightforward implementation of
Cache.ValueWrapper, simply holding the value as given at construction and returning it fromSimpleValueWrapper.get(). - SimpleValueWrapper(Object) - 类的构造器 cn.taketoday.cache.support.SimpleValueWrapper
-
Create a new SimpleValueWrapper instance for exposing the given value.
- Singleton - cn.taketoday.stereotype中的Annotation Interface
- SmartApplicationListener - cn.taketoday.context.event中的接口
-
Extended variant of the standard
ApplicationListenerinterface, exposing further metadata such as the supported event and source type. - SmartLifecycle - cn.taketoday.context中的接口
-
An extension of the
Lifecycleinterface for those objects that require to be started uponApplicationContextrefresh and/or shutdown in a particular order. - SmartValidator - cn.taketoday.validation中的接口
-
Extended variant of the
Validatorinterface, adding support for validation 'hints'. - sort(Collection<Class<?>>) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurations
- sort(Collection<Class<?>>) - 类中的方法 cn.taketoday.context.annotation.config.Configurations
-
Sort configuration classes into the order that they should be applied.
- SourceFilteringListener - cn.taketoday.context.event中的类
-
ApplicationListenerdecorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEventobjects only. - SourceFilteringListener(Object) - 类的构造器 cn.taketoday.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source, expecting subclasses to override the
SourceFilteringListener.onApplicationEventInternal(cn.taketoday.context.ApplicationEvent)method (instead of specifying a delegate listener). - SourceFilteringListener(Object, ApplicationListener<?>) - 类的构造器 cn.taketoday.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source.
- SpringModelMBean - cn.taketoday.jmx.export中的类
-
Extension of the
RequiredModelMBeanclass that ensures thethread context ClassLoaderis switched for the managed resource'sClassLoaderbefore any invocations occur. - SpringModelMBean() - 类的构造器 cn.taketoday.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with an empty
ModelMBeanInfo. - SpringModelMBean(ModelMBeanInfo) - 类的构造器 cn.taketoday.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with the given
ModelMBeanInfo. - StandardApplicationContext - cn.taketoday.context.support中的类
-
Standard
ApplicationContextlike Spring's AnnotationConfigApplicationContext - StandardApplicationContext() - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Default Constructor
- StandardApplicationContext(StandardBeanFactory) - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Construct with
StandardBeanFactory - StandardApplicationContext(StandardBeanFactory, ApplicationContext) - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Create a new StandardApplicationContext with the given StandardBeanFactory.
- StandardApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Create a new StandardApplicationContext with the given parent.
- StandardApplicationContext(Class<?>...) - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Start with given class set
- StandardApplicationContext(String...) - 类的构造器 cn.taketoday.context.support.StandardApplicationContext
-
Start context with given properties location and base scan packages
- StandardBeanExpressionResolver - cn.taketoday.context.expression中的类
-
Standard implementation of the
BeanExpressionResolverinterface, parsing and evaluating EL usingcn.taketoday.expressionmodule. - StandardBeanExpressionResolver() - 类的构造器 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Create a new
StandardBeanExpressionResolverwith default settings. - StandardBeanExpressionResolver(ClassLoader) - 类的构造器 cn.taketoday.context.expression.StandardBeanExpressionResolver
-
Create a new
StandardBeanExpressionResolverwith the given bean class loader, using it as the basis for expression compilation. - StandardScriptEvalException - cn.taketoday.scripting.support中的异常错误
-
Exception decorating a
ScriptExceptioncoming out of JSR-223 script evaluation, i.e. aScriptEngine.eval(java.lang.String, javax.script.ScriptContext)call orInvocable.invokeMethod(java.lang.Object, java.lang.String, java.lang.Object...)/Invocable.invokeFunction(java.lang.String, java.lang.Object...)call. - StandardScriptEvalException(ScriptException) - 异常错误的构造器 cn.taketoday.scripting.support.StandardScriptEvalException
-
Construct a new script eval exception with the specified original exception.
- StandardScriptEvaluator - cn.taketoday.scripting.support中的类
-
javax.script(JSR-223) based implementation of Framework'sScriptEvaluatorstrategy interface. - StandardScriptEvaluator() - 类的构造器 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluator. - StandardScriptEvaluator(ClassLoader) - 类的构造器 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluatorfor the given class loader. - StandardScriptEvaluator(ScriptEngineManager) - 类的构造器 cn.taketoday.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluatorfor the given JSR-223ScriptEngineManagerto obtain script engines from. - StandardScriptFactory - cn.taketoday.scripting.support中的类
-
ScriptFactoryimplementation based on the JSR-223 script engine abstraction (as included in Java 6+). - StandardScriptFactory(String) - 类的构造器 cn.taketoday.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, Class<?>...) - 类的构造器 cn.taketoday.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String) - 类的构造器 cn.taketoday.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String, Class<?>...) - 类的构造器 cn.taketoday.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptUtils - cn.taketoday.scripting.support中的类
-
Common operations for dealing with a JSR-223
ScriptEngine. - StandardScriptUtils() - 类的构造器 cn.taketoday.scripting.support.StandardScriptUtils
- start() - 接口中的方法 cn.taketoday.context.Lifecycle
-
Start this component.
- start() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- start() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
-
Start all registered beans that implement
Lifecycleand are not already running. - startConditionMessage() - 类中的方法 cn.taketoday.context.condition.ResourceCondition
- STARTED - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context is started
- STARTING - enum class 中的枚举常量 cn.taketoday.context.ApplicationContext.State
-
context is loading
- StaticApplicationContext - cn.taketoday.context.support中的类
-
ApplicationContextimplementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources. - StaticApplicationContext() - 类的构造器 cn.taketoday.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) - 类的构造器 cn.taketoday.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext with the given parent.
- StaticMessageSource - cn.taketoday.context.support中的类
-
Simple implementation of
MessageSourcewhich allows messages to be registered programmatically. - StaticMessageSource() - 类的构造器 cn.taketoday.context.support.StaticMessageSource
- StaticScriptSource - cn.taketoday.scripting.support中的类
-
Static implementation of the
ScriptSourceinterface, encapsulating a given String that contains the script source text. - StaticScriptSource(String) - 类的构造器 cn.taketoday.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticScriptSource(String, String) - 类的构造器 cn.taketoday.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- stop() - 接口中的方法 cn.taketoday.context.Lifecycle
-
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.
- stop() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- stop() - 类中的方法 cn.taketoday.context.support.DefaultLifecycleProcessor
-
Stop all registered beans that implement
Lifecycleand are currently running. - stop(Runnable) - 接口中的方法 cn.taketoday.context.SmartLifecycle
-
Indicates that a Lifecycle component must stop if it is currently running.
- stream() - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
-
Returns a sequential
Streamfor thenamesmanaged by this source. - stream() - 类中的方法 cn.taketoday.context.properties.source.MapConfigurationPropertySource
- style() - annotation interface 中的元素 cn.taketoday.format.annotation.DateTimeFormat
-
The style pattern to use to format the field or method parameter.
- style() - annotation interface 中的元素 cn.taketoday.format.annotation.NumberFormat
-
The style pattern to use to format the field.
- submit(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- submit(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- submit(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- submit(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- submit(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- submit(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- submitListenable(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- submitListenable(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- submitListenable(Runnable) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- submitListenable(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ConcurrentTaskExecutor
- submitListenable(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- submitListenable(Callable<T>) - 类中的方法 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- subName(int) - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
-
Return a new
ConfigurationPropertyNameby based on this name offset by specific element index. - suggestedClassName() - 接口中的方法 cn.taketoday.scripting.ScriptSource
-
Determine a class name for the underlying script.
- suggestedClassName() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
- suggestedClassName() - 类中的方法 cn.taketoday.scripting.support.StaticScriptSource
- SuppliedValidator - cn.taketoday.validation.beanvalidation中的类
- SuppliedValidator(Supplier<Validator>) - 类的构造器 cn.taketoday.validation.beanvalidation.SuppliedValidator
- supports(Class<?>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- supports(Class<?>) - 接口中的方法 cn.taketoday.validation.Validator
- supportsEvent(ApplicationListener<?>, ResolvableType, Class<?>) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
-
Determine whether the given listener supports the given event.
- supportsEvent(Class<?>, ResolvableType) - 类中的方法 cn.taketoday.context.event.AbstractApplicationEventMulticaster
-
Filter a listener early through checking its generically declared event type before trying to instantiate it.
- supportsEventType(ResolvableType) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- supportsEventType(ResolvableType) - 接口中的方法 cn.taketoday.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - 类中的方法 cn.taketoday.context.event.GenericApplicationListenerAdapter
- supportsEventType(ResolvableType) - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
- supportsEventType(Class<? extends ApplicationEvent>) - 接口中的方法 cn.taketoday.context.event.GenericApplicationListener
-
Overrides
SmartApplicationListener.supportsEventType(Class)with delegation toGenericApplicationListener.supportsEventType(ResolvableType). - supportsEventType(Class<? extends ApplicationEvent>) - 接口中的方法 cn.taketoday.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsMethod(Method) - 类中的方法 cn.taketoday.context.event.DefaultEventListenerFactory
- supportsMethod(Method) - 接口中的方法 cn.taketoday.context.event.EventListenerFactory
-
Specify if this factory supports the specified
Method. - supportsSourceType(Class<?>) - 类中的方法 cn.taketoday.context.event.ApplicationListenerMethodAdapter
- supportsSourceType(Class<?>) - 类中的方法 cn.taketoday.context.event.GenericApplicationListenerAdapter
- supportsSourceType(Class<?>) - 接口中的方法 cn.taketoday.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - 类中的方法 cn.taketoday.context.event.SourceFilteringListener
- suppress(String) - 类中的方法 cn.taketoday.instrument.ResourceOverridingShadowingClassLoader
-
Ensure that a resource with the given path is not found.
- sync() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Synchronize the invocation of the underlying method if several threads are attempting to load a value for the same key.
- SystemEnvironmentOrigin - cn.taketoday.origin中的类
-
Originfor an item loaded from the system environment. - SystemEnvironmentOrigin(String) - 类的构造器 cn.taketoday.origin.SystemEnvironmentOrigin
T
- target - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationContext
- TARGET_CLASS - enum class 中的枚举常量 cn.taketoday.context.annotation.ScopedProxyMode
-
Create a class-based proxy (uses CGLIB).
- targetClass - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- targetMethod - 类中的变量 cn.taketoday.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
- targetMethod - 类中的变量 cn.taketoday.cache.interceptor.MethodKey
- Task - cn.taketoday.scheduling.config中的类
-
Holder class defining a
Runnableto be executed as a task, typically at a scheduled time or interval. - Task(Runnable) - 类的构造器 cn.taketoday.scheduling.config.Task
-
Create a new
Task. - taskDecorator(TaskDecorator) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the
TaskDecoratorto use ornullto not use any. - TaskExecutorBuilder - cn.taketoday.scheduling.support中的类
-
Builder that can be used to configure and create a
TaskExecutor. - TaskExecutorBuilder() - 类的构造器 cn.taketoday.scheduling.support.TaskExecutorBuilder
- TaskExecutorCustomizer - cn.taketoday.scheduling.support中的接口
-
Callback interface that can be used to customize a
ThreadPoolTaskExecutor. - TaskExecutorFactoryBean - cn.taketoday.scheduling.config中的类
-
FactoryBeanfor creatingThreadPoolTaskExecutorinstances, primarily used behind the XML task namespace. - TaskExecutorFactoryBean() - 类的构造器 cn.taketoday.scheduling.config.TaskExecutorFactoryBean
- TaskManagementConfigUtils - cn.taketoday.scheduling.config中的类
-
Configuration constants for internal sharing across subpackages.
- TaskManagementConfigUtils() - 类的构造器 cn.taketoday.scheduling.config.TaskManagementConfigUtils
- TaskNamespaceHandler - cn.taketoday.scheduling.config中的类
-
NamespaceHandlerfor the 'task' namespace. - TaskNamespaceHandler() - 类的构造器 cn.taketoday.scheduling.config.TaskNamespaceHandler
- TaskScheduler - cn.taketoday.scheduling中的接口
-
Task scheduler interface that abstracts the scheduling of
Runnablesbased on different kinds of triggers. - TaskSchedulerBuilder - cn.taketoday.scheduling.support中的类
-
Builder that can be used to configure and create a
TaskScheduler. - TaskSchedulerBuilder() - 类的构造器 cn.taketoday.scheduling.support.TaskSchedulerBuilder
- TaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<TaskSchedulerCustomizer>) - 类的构造器 cn.taketoday.scheduling.support.TaskSchedulerBuilder
- TaskSchedulerCustomizer - cn.taketoday.scheduling.support中的接口
-
Callback interface that can be used to customize a
ThreadPoolTaskScheduler. - TaskUtils - cn.taketoday.scheduling.support中的类
-
Utility methods for decorating tasks with error handling.
- TaskUtils() - 类的构造器 cn.taketoday.scheduling.support.TaskUtils
- TemporalAccessorParser - cn.taketoday.format.datetime.standard中的类
-
Parserimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter(the contextual one, if available). - TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - 类的构造器 cn.taketoday.format.datetime.standard.TemporalAccessorParser
-
Create a new TemporalAccessorParser for the given TemporalAccessor type.
- TemporalAccessorPrinter - cn.taketoday.format.datetime.standard中的类
-
Printerimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter) (the contextual one, if available). - TemporalAccessorPrinter(DateTimeFormatter) - 类的构造器 cn.taketoday.format.datetime.standard.TemporalAccessorPrinter
-
Create a new TemporalAccessorPrinter.
- testConnection() - 类中的方法 cn.taketoday.context.support.mail.javamail.JavaMailSenderImpl
-
Validate that this instance can connect to the server that it is configured for.
- TextResourceOrigin - cn.taketoday.origin中的类
-
Originfor an item loaded from a text resource. - TextResourceOrigin(Resource, TextResourceOrigin.Location) - 类的构造器 cn.taketoday.origin.TextResourceOrigin
- TextResourceOrigin.Location - cn.taketoday.origin中的类
-
A location (line and column number) within the resource.
- threadNamePrefix(String) - 类中的方法 cn.taketoday.scheduling.support.TaskExecutorBuilder
-
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - 类中的方法 cn.taketoday.scheduling.support.TaskSchedulerBuilder
-
Set the prefix to use for the names of newly created threads.
- ThreadPoolExecutorFactoryBean - cn.taketoday.scheduling.concurrent中的类
-
JavaBean that allows for configuring a
ThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its nativeExecutorServicetype. - ThreadPoolExecutorFactoryBean() - 类的构造器 cn.taketoday.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- ThreadPoolTaskExecutor - cn.taketoday.scheduling.concurrent中的类
-
JavaBean that allows for configuring a
ThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a FrameworkTaskExecutor. - ThreadPoolTaskExecutor() - 类的构造器 cn.taketoday.scheduling.concurrent.ThreadPoolTaskExecutor
- ThreadPoolTaskScheduler - cn.taketoday.scheduling.concurrent中的类
-
Implementation of
TaskSchedulerinterface, wrapping a nativeScheduledThreadPoolExecutor. - ThreadPoolTaskScheduler() - 类的构造器 cn.taketoday.scheduling.concurrent.ThreadPoolTaskScheduler
- ThrowableWrapper(Throwable) - 异常错误的构造器 cn.taketoday.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
- throwIfHasInvalidChars(CharSequence, List<Character>) - 异常错误中的静态方法 cn.taketoday.context.properties.source.InvalidConfigurationPropertyNameException
- throwIfMultipleNonNullValuesIn(Consumer<Map<String, Object>>) - 异常错误中的静态方法 cn.taketoday.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Throw a new
MutuallyExclusiveConfigurationPropertiesExceptionif multiple non-null values are defined in a set of entries. - TIME - enum class 中的枚举常量 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
The most common ISO Time Format
HH:mm:ss.SSSXXX— for example, "01:30:00.000-05:00". - timeUnit() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
- toDashedForm(String) - 类中的静态方法 cn.taketoday.context.properties.bind.DataObjectPropertyName
-
Return the specified Java Bean property name in dashed form.
- toDelimitedString(String...) - enum class中的静态方法 cn.taketoday.validation.DefaultMessageCodesResolver.Format
-
Concatenate the given elements, delimiting each with
DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether. - TomcatLoadTimeWeaver - cn.taketoday.instrument中的类
-
LoadTimeWeaverimplementation for Tomcat's neworg.apache.tomcat.InstrumentableClassLoader. - TomcatLoadTimeWeaver() - 类的构造器 cn.taketoday.instrument.TomcatLoadTimeWeaver
-
Create a new instance of the
TomcatLoadTimeWeaverclass using the defaultclass loader. - TomcatLoadTimeWeaver(ClassLoader) - 类的构造器 cn.taketoday.instrument.TomcatLoadTimeWeaver
-
Create a new instance of the
TomcatLoadTimeWeaverclass using the suppliedClassLoader. - toStoreValue(Object) - 类中的方法 cn.taketoday.cache.concurrent.ConcurrentMapCache
- toStoreValue(Object) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Convert the given user value, as passed into the put method, to a value in the internal store (adapting
null). - toString() - 类中的方法 cn.taketoday.cache.interceptor.CacheOperation
-
Return an identifying description for this cache operation.
- toString() - 类中的方法 cn.taketoday.cache.interceptor.NameMatchCacheOperationSource
- toString() - 类中的方法 cn.taketoday.cache.interceptor.SimpleKey
- toString() - 类中的方法 cn.taketoday.cache.support.DefaultCacheKey
- toString() - record class中的方法 cn.taketoday.context.annotation.DeferredImportSelector.Group.Entry
-
返回此记录的字符串表示形式。
- toString() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReport.ConditionAndOutcome
- toString() - 类中的方法 cn.taketoday.context.condition.ConditionEvaluationReportMessage
- toString() - 类中的方法 cn.taketoday.context.condition.ConditionMessage
- toString() - 类中的方法 cn.taketoday.context.condition.ConditionOutcome
- toString() - 类中的方法 cn.taketoday.context.expression.AnnotatedElementKey
- toString() - 类中的方法 cn.taketoday.context.expression.CachedExpressionEvaluator.ExpressionKey
- toString() - 类中的方法 cn.taketoday.context.properties.bind.Bindable
- toString() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationProperty
- toString() - 类中的方法 cn.taketoday.context.properties.source.ConfigurationPropertyName
- toString() - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
-
Return information about this context.
- toString() - 类中的方法 cn.taketoday.context.support.DefaultMessageSourceResolvable
-
The default implementation exposes the attributes of this MessageSourceResolvable.
- toString() - 类中的方法 cn.taketoday.context.support.DelegatingMessageSource
- toString() - 异常错误中的方法 cn.taketoday.context.support.mail.MailSendException
- toString() - 类中的方法 cn.taketoday.context.support.mail.SimpleMailMessage
- toString() - 类中的方法 cn.taketoday.context.support.ReloadableResourceBundleMessageSource
- toString() - 类中的方法 cn.taketoday.context.support.ResourceBundleMessageSource
-
Show the configuration of this MessageSource.
- toString() - 类中的方法 cn.taketoday.context.support.StaticMessageSource
- toString() - 类中的方法 cn.taketoday.origin.OriginTrackedResource
- toString() - 类中的方法 cn.taketoday.origin.OriginTrackedValue
- toString() - 类中的方法 cn.taketoday.origin.PropertySourceOrigin
- toString() - 类中的方法 cn.taketoday.origin.SystemEnvironmentOrigin
- toString() - 类中的方法 cn.taketoday.origin.TextResourceOrigin.Location
- toString() - 类中的方法 cn.taketoday.origin.TextResourceOrigin
- toString() - 类中的方法 cn.taketoday.scheduling.config.ScheduledTask
- toString() - 类中的方法 cn.taketoday.scheduling.config.Task
- toString() - 类中的方法 cn.taketoday.scheduling.support.CronExpression
-
Return the expression string used to create this
CronExpression. - toString() - 类中的方法 cn.taketoday.scheduling.support.CronTrigger
- toString() - 类中的方法 cn.taketoday.scheduling.support.DelegatingErrorHandlingRunnable
- toString() - 类中的方法 cn.taketoday.scheduling.support.ScheduledMethodRunnable
- toString() - 类中的方法 cn.taketoday.scripting.bsh.BshScriptFactory
- toString() - 类中的方法 cn.taketoday.scripting.groovy.GroovyScriptFactory
- toString() - 类中的方法 cn.taketoday.scripting.support.ResourceScriptSource
- toString() - 类中的方法 cn.taketoday.scripting.support.StandardScriptFactory
- toString() - 类中的方法 cn.taketoday.scripting.support.StaticScriptSource
- toString() - 类中的方法 cn.taketoday.validation.AbstractErrors
- toString() - 类中的方法 cn.taketoday.validation.FieldError
- toString() - 类中的方法 cn.taketoday.validation.ObjectError
- toValueWrapper(Object) - 类中的方法 cn.taketoday.cache.support.AbstractValueAdaptingCache
-
Wrap the given store value with a
SimpleValueWrapper, also going throughAbstractValueAdaptingCache.fromStoreValue(java.lang.Object)conversion. - transformIfNecessary(String, byte[]) - 类中的方法 cn.taketoday.instrument.SimpleInstrumentableClassLoader
- transformIfNecessary(String, byte[]) - 类中的方法 cn.taketoday.instrument.WeavingTransformer
-
Apply transformation on a given class byte definition.
- transformIfNecessary(String, String, byte[], ProtectionDomain) - 类中的方法 cn.taketoday.instrument.WeavingTransformer
-
Apply transformation on a given class byte definition.
- Trigger - cn.taketoday.scheduling中的接口
-
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
- TriggerContext - cn.taketoday.scheduling中的接口
-
Context object encapsulating last execution times and last completion time of a given task.
- TriggerTask - cn.taketoday.scheduling.config中的类
- TriggerTask(Runnable, Trigger) - 类的构造器 cn.taketoday.scheduling.config.TriggerTask
-
Create a new
TriggerTask. - trimToSize() - 类中的方法 cn.taketoday.context.loader.BeanDefinitionLoadingStrategies
- type() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan.Filter
-
The type of filter to use.
- type() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
The class type names of beans that should be checked.
- type() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingComponent
-
this attr determine the bean definition
- type() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
The class type names of beans that should be checked.
- type() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The class type names of beans that should be checked.
- type() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnSingleCandidate
-
The class type name of bean that should be checked.
- TYPE_KEY - 类中的静态变量 cn.taketoday.jmx.export.naming.IdentityNamingStrategy
-
The type key.
- TypeExcludeFilter - cn.taketoday.context.annotation.config中的类
-
Provides exclusion
TypeFiltersthat are loaded from theBeanFactoryand automatically applied toSpringBootApplicationscanning. - TypeExcludeFilter() - 类的构造器 cn.taketoday.context.annotation.config.TypeExcludeFilter
- TypeFilterUtils - cn.taketoday.context.annotation中的类
-
Collection of utilities for working with
@ComponentScantype filters. - TypeFilterUtils() - 类的构造器 cn.taketoday.context.annotation.TypeFilterUtils
- TypeMismatchNamingException - cn.taketoday.jndi中的异常错误
-
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
- TypeMismatchNamingException(String, Class<?>, Class<?>) - 异常错误的构造器 cn.taketoday.jndi.TypeMismatchNamingException
-
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
U
- UnableToRegisterMBeanException - cn.taketoday.jmx.export中的异常错误
-
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
- UnableToRegisterMBeanException(String) - 异常错误的构造器 cn.taketoday.jmx.export.UnableToRegisterMBeanException
-
Create a new
UnableToRegisterMBeanExceptionwith the specified error message. - UnableToRegisterMBeanException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.export.UnableToRegisterMBeanException
-
Create a new
UnableToRegisterMBeanExceptionwith the specified error message and root cause. - UnableToSendNotificationException - cn.taketoday.jmx.export.notification中的异常错误
-
Thrown when a JMX
Notificationis unable to be sent. - UnableToSendNotificationException(String) - 异常错误的构造器 cn.taketoday.jmx.export.notification.UnableToSendNotificationException
-
Create a new instance of the
UnableToSendNotificationExceptionclass with the specified error message. - UnableToSendNotificationException(String, Throwable) - 异常错误的构造器 cn.taketoday.jmx.export.notification.UnableToSendNotificationException
-
Create a new instance of the
UnableToSendNotificationExceptionwith the specified error message and root cause. - unbind(String) - 类中的方法 cn.taketoday.jndi.JndiTemplate
-
Remove the binding for the given name from the current JNDI context.
- UnboundConfigurationPropertiesException - cn.taketoday.context.properties.bind中的异常错误
-
BindExceptionthrown whenConfigurationPropertySourceelements were left unbound. - UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - 异常错误的构造器 cn.taketoday.context.properties.bind.UnboundConfigurationPropertiesException
- UnboundElementsSourceFilter - cn.taketoday.context.properties.source中的类
-
Function used to determine if a
ConfigurationPropertySourceshould be included when determining unbound elements. - UnboundElementsSourceFilter() - 类的构造器 cn.taketoday.context.properties.source.UnboundElementsSourceFilter
- UNIFORM - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
- unit() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedMetric
- UNKNOWN - enum class 中的枚举常量 cn.taketoday.context.properties.source.ConfigurationPropertyState
-
It's not possible to determine if
ConfigurationPropertySourcehas matchingConfigurationPropertiesor not. - unless() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Expression Language (SpEL) expression used to veto method caching.
- unless() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
Expression Language (SpEL) expression used to veto the cache put operation.
- unregisterBeans() - 类中的方法 cn.taketoday.jmx.support.MBeanRegistrationSupport
-
Unregisters all beans that have been registered by an instance of this class.
- unregisterManagedResource(ObjectName) - 类中的方法 cn.taketoday.jmx.export.MBeanExporter
- unregisterManagedResource(ObjectName) - 接口中的方法 cn.taketoday.jmx.export.MBeanExportOperations
-
Remove the specified MBean from the underlying MBeanServer registry.
- unwrap(Class<T>) - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
unwrap this ApplicationContext to
requiredType - unwrap(Class<T>) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- unwrap(Class<T>) - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
- unwrap(Class<T>) - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- unwrap(Class<T>) - 类中的方法 cn.taketoday.validation.ObjectError
-
Unwrap the source behind this error: possibly an
Exception(typicallyPropertyAccessException) or a Bean ValidationConstraintViolation. - unwrapContext(Class<T>) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
unwrap this ApplicationContext to
requiredType - unwrapFactory(Class<T>) - 接口中的方法 cn.taketoday.context.ApplicationContext
-
unwrap bean-factory to
requiredType - unwrapFactory(Class<T>) - 类中的方法 cn.taketoday.context.aware.ApplicationContextSupport
-
unwrap bean-factory to
requiredType - unwrapFactory(Class<T>) - 类中的方法 cn.taketoday.context.event.ApplicationContextEvent
- unwrapFactory(Class<T>) - 类中的方法 cn.taketoday.context.loader.BootstrapContext
-
unwrap bean-factory to
requiredType - unwrapFactory(Class<T>) - 类中的方法 cn.taketoday.context.support.AbstractApplicationContext
- update(Instant, Instant, Instant) - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Update this holder's state with the latest time values.
- update(Date, Date, Date) - 类中的方法 cn.taketoday.scheduling.support.SimpleTriggerContext
-
Update this holder's state with the latest time values.
- useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier) - 类中的方法 cn.taketoday.cache.annotation.AbstractCachingConfiguration
-
Extract the configuration from the nominated
CachingConfigurer. - useDefaultFilters() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Indicates whether automatic detection of classes annotated with
@Component@Repository,@Service, or@Controllershould be enabled. - UserConfigurations - cn.taketoday.context.annotation.config中的类
-
Configurationsrepresenting user-defined@Configurationclasses (i.e. - UserConfigurations(Collection<Class<?>>) - 类的构造器 cn.taketoday.context.annotation.config.UserConfigurations
- usingContext() - 类中的方法 cn.taketoday.validation.beanvalidation.LocalValidatorFactoryBean
V
- validate() - 类中的方法 cn.taketoday.validation.DataBinder
-
Invoke the specified Validators, if any.
- validate(Object...) - 类中的方法 cn.taketoday.validation.DataBinder
-
Invoke the specified Validators, if any, with the given validation hints.
- validate(Object, Errors) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validate(Object, Errors) - 接口中的方法 cn.taketoday.validation.Validator
-
Validate the supplied
targetobject, which must be of aClassfor which theValidator.supports(Class)method typically has (or would) returntrue. - validate(Object, Errors, Object...) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validate(Object, Errors, Object...) - 接口中的方法 cn.taketoday.validation.SmartValidator
-
Validate the supplied
targetobject, which must be of a type ofClassfor which theValidator.supports(Class)method typically returnstrue. - validate(T, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validate(T, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- validateAddress(InternetAddress) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Validate the given mail address.
- validateAddresses(InternetAddress[]) - 类中的方法 cn.taketoday.context.support.mail.javamail.MimeMessageHelper
-
Validate all given mail addresses.
- Validated - cn.taketoday.validation.annotation中的Annotation Interface
-
Variant of JSR-303's
Valid, supporting the specification of validation groups. - validateProperty(T, String, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validateProperty(T, String, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- validateValue(Class<?>, String, Object, Errors, Object...) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validateValue(Class<?>, String, Object, Errors, Object...) - 接口中的方法 cn.taketoday.validation.SmartValidator
-
Validate the supplied value for the specified field on the target type, reporting the same validation errors as if the value would be bound to the field on an instance of the target class.
- validateValue(Class<T>, String, Object, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.InfraValidatorAdapter
- validateValue(Class<T>, String, Object, Class<?>...) - 类中的方法 cn.taketoday.validation.beanvalidation.SuppliedValidator
- ValidationAnnotationUtils - cn.taketoday.validation.annotation中的类
-
Utility class for handling validation annotations.
- ValidationAnnotationUtils() - 类的构造器 cn.taketoday.validation.annotation.ValidationAnnotationUtils
- ValidationBindHandler - cn.taketoday.context.properties.bind.validation中的类
-
BindHandlerto applyValidatorsto bound results. - ValidationBindHandler(BindHandler, Validator...) - 类的构造器 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- ValidationBindHandler(Validator...) - 类的构造器 cn.taketoday.context.properties.bind.validation.ValidationBindHandler
- ValidationErrors - cn.taketoday.context.properties.bind.validation中的类
-
A collection of
ObjectErrorscaused by bind validation failures. - ValidationUtils - cn.taketoday.validation中的类
-
Utility class offering convenient methods for invoking a
Validatorand for rejecting empty fields. - ValidationUtils() - 类的构造器 cn.taketoday.validation.ValidationUtils
- Validator - cn.taketoday.validation中的接口
-
A validator for application-specific objects.
- VALIDATOR_BEAN_NAME - annotation interface中的静态变量 cn.taketoday.context.properties.EnableConfigurationProperties
-
The bean name of the configuration properties validator.
- value() - annotation interface 中的元素 cn.taketoday.cache.annotation.Cacheable
-
Alias for
Cacheable.cacheNames(). - value() - annotation interface 中的元素 cn.taketoday.cache.annotation.CacheEvict
-
Alias for
CacheEvict.cacheNames(). - value() - annotation interface 中的元素 cn.taketoday.cache.annotation.CachePut
-
Alias for
CachePut.cacheNames(). - value() - annotation interface 中的元素 cn.taketoday.context.annotation.Bean
-
Alias for
Bean.name(). - value() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan.Filter
-
Alias for
ComponentScan.Filter.classes(). - value() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScan
-
Alias for
ComponentScan.basePackages(). - value() - annotation interface 中的元素 cn.taketoday.context.annotation.ComponentScans
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Conditional
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfiguration
-
Explicitly specify the name of the Framework bean definition associated with the
@AutoConfigurationclass. - value() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigureAfter
-
The auto-configure classes that should have already been applied.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigureBefore
-
The auto-configure classes that should have not yet been applied.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.config.AutoConfigureOrder
-
The order value.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.config.ImportAutoConfiguration
-
The auto-configuration classes that should be imported.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Configuration
-
Explicitly specify the name of the Framework bean definition associated with the
@Configurationclass. - value() - annotation interface 中的元素 cn.taketoday.context.annotation.DependsOn
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Description
-
The textual description to associate with the bean definition.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Import
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.ImportResource
-
Alias for
ImportResource.locations(). - value() - annotation interface 中的元素 cn.taketoday.context.annotation.Lazy
-
Whether lazy initialization should occur.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingBean
-
The class types of beans that should be checked.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.MissingComponent
-
Missing bean name
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Profile
-
Accept profiles, using '!'
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySource
-
Indicate the resource location(s) of the properties file to be loaded.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.PropertySources
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Role
-
Set the role hint for the associated bean.
- value() - annotation interface 中的元素 cn.taketoday.context.annotation.Scope
-
Alias for
Scope.scopeName(). - value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnBean
-
The class types of beans that should be checked.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnClass
-
The classes that must be present.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnExpression
-
The Expression Language expression to evaluate.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnJava
-
The
JavaVersionto check for. - value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnJndi
-
JNDI Locations, one of which must exist.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingBean
-
The class types of beans that should be checked.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnMissingClass
-
The names of the classes that must not be present.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnProperty
-
Alias for
ConditionalOnProperty.name(). - value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnResource
-
The resources that must be present.
- value() - annotation interface 中的元素 cn.taketoday.context.condition.ConditionalOnSingleCandidate
-
The class type of bean that should be checked.
- value() - annotation interface 中的元素 cn.taketoday.context.event.EventListener
-
event types
- value() - annotation interface 中的元素 cn.taketoday.context.properties.bind.DefaultValue
-
The default value of the property.
- value() - annotation interface 中的元素 cn.taketoday.context.properties.bind.Name
-
The name of the property to use for binding.
- value() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationProperties
-
The prefix of the properties that are valid to bind to this object.
- value() - annotation interface 中的元素 cn.taketoday.context.properties.ConfigurationPropertiesScan
-
Alias for the
ConfigurationPropertiesScan.basePackages()attribute. - value() - annotation interface 中的元素 cn.taketoday.context.properties.EnableConfigurationProperties
-
Convenient way to quickly register
@ConfigurationPropertiesannotated beans with Framework. - value() - annotation interface 中的元素 cn.taketoday.context.properties.Props
-
The prefix of the properties that are valid to bind to this object.
- value() - annotation interface 中的元素 cn.taketoday.format.annotation.DataSizeUnit
-
The
DataUnitto use if one is not specified. - value() - annotation interface 中的元素 cn.taketoday.format.annotation.Delimiter
-
The delimiter to use or
NONEif the entire contents should be treated as a single element. - value() - annotation interface 中的元素 cn.taketoday.format.annotation.DurationFormat
-
The duration format style.
- value() - annotation interface 中的元素 cn.taketoday.format.annotation.DurationUnit
-
The duration unit to use if one is not specified.
- value() - annotation interface 中的元素 cn.taketoday.format.annotation.PeriodFormat
-
The
Periodformat style. - value() - annotation interface 中的元素 cn.taketoday.format.annotation.PeriodUnit
-
The Period unit to use if one is not specified.
- value() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedNotifications
- value() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedOperationParameters
- value() - annotation interface 中的元素 cn.taketoday.jmx.export.annotation.ManagedResource
-
Alias for the
ManagedResource.objectName()attribute, for simple default usage. - value() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Async
-
A qualifier value for the specified asynchronous operation(s).
- value() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Schedules
- value() - annotation interface 中的元素 cn.taketoday.stereotype.Component
-
Alias for
Component.name(). - value() - annotation interface 中的元素 cn.taketoday.stereotype.Controller
-
Controller name or a bean name
- value() - annotation interface 中的元素 cn.taketoday.stereotype.Prototype
-
The value may indicate a suggestion for a logical component name, to be turned into a bean in case of an autodetected component.
- value() - annotation interface 中的元素 cn.taketoday.stereotype.Repository
-
The value may indicate a suggestion for a logical component name, to be turned into a bean in case of an autodetected component.
- value() - annotation interface 中的元素 cn.taketoday.stereotype.Service
-
The value may indicate a suggestion for a logical component name, to be turned into a bean in case of an autodetected component.
- value() - annotation interface 中的元素 cn.taketoday.stereotype.Singleton
-
The value may indicate a suggestion for a logical component name, to be turned into a bean in case of an autodetected component.
- value() - annotation interface 中的元素 cn.taketoday.validation.annotation.Validated
-
Specify one or more validation groups to apply to the validation step kicked off by this annotation.
- VALUE - annotation interface中的静态变量 cn.taketoday.context.properties.ConfigurationPropertiesBinding
-
Concrete value for the
@Qualifier. - VALUE_OBJECT - enum class 中的枚举常量 cn.taketoday.context.properties.ConfigurationPropertiesBean.BindMethod
-
Value object using constructor binding.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.annotation.AdviceMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.annotation.FilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.annotation.ScopedProxyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.ApplicationContext.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.condition.ConditionalOnJava.Range
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.condition.ConditionMessage.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.condition.SearchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.properties.bind.Bindable.BindRestriction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBean.BindMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle.Unit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.format.annotation.NumberFormat.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.format.annotation.PeriodStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.jmx.support.MetricType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.jmx.support.RegistrationPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.taketoday.validation.DefaultMessageCodesResolver.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(Properties) - 类中的静态方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
- ValueRetrievalException(Object, Callable<?>, Throwable) - 异常错误的构造器 cn.taketoday.cache.Cache.ValueRetrievalException
- values() - enum class中的静态方法 cn.taketoday.context.annotation.AdviceMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.annotation.FilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.annotation.ScopedProxyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.ApplicationContext.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.condition.ConditionalOnJava.Range
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.condition.ConditionMessage.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.condition.FilteringContextCondition.ClassNameFilter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.condition.SearchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.properties.bind.Bindable.BindRestriction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.properties.ConfigurationPropertiesBean.BindMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyName.Form
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.context.properties.source.ConfigurationPropertyState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.format.annotation.DateTimeFormat.ISO
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle.Unit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.format.annotation.DurationStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.format.annotation.NumberFormat.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.format.annotation.PeriodStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.jmx.support.MetricType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.jmx.support.RegistrationPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.taketoday.validation.DefaultMessageCodesResolver.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wasProcessed(String) - 类中的方法 cn.taketoday.context.annotation.config.AutoConfigurationMetadata
-
Return
trueif the specified class name was processed by the annotation processor. - WeavingTransformer - cn.taketoday.instrument中的类
-
ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
- WeavingTransformer(ClassLoader) - 类的构造器 cn.taketoday.instrument.WeavingTransformer
-
Create a new WeavingTransformer for the given class loader.
- withAliases(ConfigurationPropertyNameAliases) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return a variant of this source that supports name aliases.
- withAliases(ConfigurationPropertyNameAliases) - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
- withAnnotations(Annotation...) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with the specified annotations. - withBindRestrictions(Bindable.BindRestriction...) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with additional bind restrictions. - withExistingValue(T) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with an existing value. - withPrefix(String) - 接口中的方法 cn.taketoday.context.properties.source.ConfigurationPropertySource
-
Return a variant of this source that supports a prefix.
- withPrefix(String) - 接口中的方法 cn.taketoday.context.properties.source.IterableConfigurationPropertySource
- withSuppliedValue(Supplier<T>) - 类中的方法 cn.taketoday.context.properties.bind.Bindable
-
Create an updated
Bindableinstance with a value supplier. - wrap(Object) - 类中的方法 cn.taketoday.validation.ObjectError
-
Preserve the source behind this error: possibly an
Exception(typicallyPropertyAccessException) or a Bean ValidationConstraintViolation. - writableChannel() - 类中的方法 cn.taketoday.origin.OriginTrackedResource.OriginTrackedWritableResource
- write(EvaluationContext, Object, String, Object) - 类中的方法 cn.taketoday.context.expression.BeanExpressionContextAccessor
- write(EvaluationContext, Object, String, Object) - 类中的方法 cn.taketoday.context.expression.BeanFactoryAccessor
- write(EvaluationContext, Object, String, Object) - 类中的方法 cn.taketoday.context.expression.EnvironmentAccessor
-
Read-only: no-op.
- write(EvaluationContext, Object, String, Object) - 类中的方法 cn.taketoday.context.expression.MapAccessor
Z
- zone() - annotation interface 中的元素 cn.taketoday.scheduling.annotation.Scheduled
-
A time zone for which the cron expression will be resolved.
All Classes and Interfaces|常量字段值|所有程序包|序列化表格