Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SALOAD - Static variable in interface org.springframework.asm.Opcodes
- sameResourceFactory(ResourceTransactionManager, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Check whether the given resource transaction manager refers to the given (underlying) resource factory.
- sameSite(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "SameSite" attribute to the cookie.
- sameSite(String, String) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert a cookie's "SameSite" attribute.
- sameSite(String, String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's SameSite attribute.
- sameSite(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's SameSite attribute with a Hamcrest
Matcher
. - SASTORE - Static variable in interface org.springframework.asm.Opcodes
- save() - Method in class org.springframework.mock.web.server.MockWebSession
- save() - Method in interface org.springframework.web.server.WebSession
-
Save the session through the
WebSessionStore
as follows: If the session is new (i.e. - save(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the given transient instance.
- save(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- save(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the given transient instance.
- save(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- saveOrUpdate(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- saveOrUpdate(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Save or update the given persistent instance, according to its id (matching the configured "unsaved-value"?).
- saveOrUpdate(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- saveOutputFlashMap(String, HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Convenience method that retrieves the
"output" FlashMap
, updates it with the path and query params of the target URL, and then saves it using theFlashMapManager
. - saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Save the given FlashMap, in some underlying storage and set the start of its expiration period.
- saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- savepoint(Object) - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Invoked on creation of a new savepoint, either when a nested transaction is started against an existing transaction or on a programmatic savepoint via
TransactionStatus
. - SAVEPOINT_NAME_PREFIX - Static variable in class org.springframework.jdbc.datasource.ConnectionHolder
-
Prefix for savepoint names.
- SavepointManager - Interface in org.springframework.transaction
-
Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
- savepointRollback(Object) - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Invoked in case of a rollback to the previously created savepoint.
- SaxResourceUtils - Class in org.springframework.oxm.support
-
Convenient utility methods for dealing with SAX.
- SaxResourceUtils() - Constructor for class org.springframework.oxm.support.SaxResourceUtils
- scan(ClassLoader, String...) - Method in class org.springframework.context.aot.ReflectiveProcessorAotContributionBuilder
-
Scan the given
packageNames
and their sub-packages for classes that usesReflective
. - scan(String...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypesScanner
-
Scan the specified packages and return a
PersistenceManagedTypes
that represents the result of the scanning. - scan(String...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Perform a scan within the specified base packages.
- scanClasspathRoots() - Method in class org.springframework.test.context.aot.TestAotProcessor
-
Scan the configured classpath roots for Spring integration test classes.
- ScannedGenericBeanDefinition - Class in org.springframework.context.annotation
-
Extension of the
GenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. - ScannedGenericBeanDefinition(MetadataReader) - Constructor for class org.springframework.context.annotation.ScannedGenericBeanDefinition
-
Create a new ScannedGenericBeanDefinition for the class that the given MetadataReader describes.
- scanPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Perform Spring-based scanning for entity classes, registering them as annotated classes with this
Configuration
. - scanUnsafe(Scannable.Attr) - Method in class org.springframework.http.server.reactive.ChannelSendOperator
- schedule(Runnable, Instant) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- schedule(Runnable, Instant) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- schedule(Runnable, Instant) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- schedule(Runnable, Instant) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- schedule(Runnable, Instant) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- schedule(Runnable, Instant) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable
, invoking it at the specified execution time. - schedule(Runnable, Date) - Method in interface org.springframework.scheduling.TaskScheduler
-
Deprecated.
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- schedule(Runnable, Trigger) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- schedule(Runnable, Trigger) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable
, invoking it whenever the trigger indicates a next execution time. - scheduleAtFixedRate(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Deprecated.as of 6.0, in favor of
TaskScheduler.scheduleAtFixedRate(Runnable, Duration)
- scheduleAtFixedRate(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- scheduleAtFixedRate(Runnable, Duration) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- scheduleAtFixedRate(Runnable, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable
, starting as soon as possible and invoking it with the given period. - scheduleAtFixedRate(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- scheduleAtFixedRate(Runnable, Instant, Duration) - Method in interface org.springframework.scheduling.TaskScheduler
-
Schedule the given
Runnable
, invoking it at the specified execution time and subsequently with the given period. - scheduleAtFixedRate(Runnable, Date, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Deprecated.as of 6.0, in favor of
TaskScheduler.scheduleAtFixedRate(Runnable, Instant, Duration)
- scheduleCronTask(CronTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified cron task, either right away if possible or on initialization of the scheduler.
- Scheduled - Annotation Interface in org.springframework.scheduling.annotation
-
Annotation that marks a method to be scheduled.
- SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.scheduling.config.TaskManagementConfigUtils
-
The bean name of the internally managed Scheduled annotation processor.
- ScheduledAnnotationBeanPostProcessor - Class in org.springframework.scheduling.annotation
-
Bean post-processor that registers methods annotated with
@Scheduled
to be invoked by aTaskScheduler
according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. - ScheduledAnnotationBeanPostProcessor() - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Create a default
ScheduledAnnotationBeanPostProcessor
. - ScheduledAnnotationBeanPostProcessor(ScheduledTaskRegistrar) - Constructor for class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Create a
ScheduledAnnotationBeanPostProcessor
delegating to the specifiedScheduledTaskRegistrar
. - scheduledAnnotationProcessor() - Method in class org.springframework.scheduling.annotation.SchedulingConfiguration
- ScheduledExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
-
FactoryBean
that sets up aScheduledExecutorService
(by default: aScheduledThreadPoolExecutor
) and exposes it for bean references. - ScheduledExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- ScheduledExecutorTask - Class in org.springframework.scheduling.concurrent
-
JavaBean that describes a scheduled executor task, consisting of the
Runnable
and a delay plus period. - ScheduledExecutorTask() - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, to be populated via bean properties.
- ScheduledExecutorTask(Runnable) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default one-time execution without delay.
- ScheduledExecutorTask(Runnable, long) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
- ScheduledExecutorTask(Runnable, long, long, boolean) - Constructor for class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Create a new ScheduledExecutorTask.
- ScheduledMethodRunnable - Class in org.springframework.scheduling.support
-
Variant of
MethodInvokingRunnable
meant to be used for processing of no-arg scheduled methods. - ScheduledMethodRunnable(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
-
Create a
ScheduledMethodRunnable
for the given target instance, calling the specified method. - ScheduledMethodRunnable(Object, Method, String, Supplier<ObservationRegistry>) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
-
Create a
ScheduledMethodRunnable
for the given target instance, calling the specified method. - ScheduledMethodRunnable(Object, String) - Constructor for class org.springframework.scheduling.support.ScheduledMethodRunnable
-
Create a
ScheduledMethodRunnable
for the given target instance, calling the specified method by name. - ScheduledTask - Class in org.springframework.scheduling.config
-
A representation of a scheduled task at runtime, used as a return value for scheduling methods.
- ScheduledTaskHolder - Interface in org.springframework.scheduling.config
-
Common interface for exposing locally scheduled tasks.
- ScheduledTaskObservationContext - Class in org.springframework.scheduling.support
-
Context that holds information for observation metadata collection during the
execution of scheduled tasks
. - ScheduledTaskObservationContext(Object, Method) - Constructor for class org.springframework.scheduling.support.ScheduledTaskObservationContext
-
Create a new observation context for a task, given the target object and the method to be called.
- ScheduledTaskObservationConvention - Interface in org.springframework.scheduling.support
-
Interface for an
ObservationConvention
forscheduled task executions
. - ScheduledTaskObservationDocumentation - Enum Class in org.springframework.scheduling.support
-
Documented
KeyValues
for the observations on executions ofscheduled tasks
- ScheduledTaskObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.scheduling.support
- ScheduledTaskRegistrar - Class in org.springframework.scheduling.config
-
Helper bean for registering tasks with a
TaskScheduler
, typically using cron expressions. - ScheduledTaskRegistrar() - Constructor for class org.springframework.scheduling.config.ScheduledTaskRegistrar
- ScheduledTasksBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'scheduled-tasks' element of the scheduling namespace.
- ScheduledTasksBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
- scheduleFixedDelayTask(FixedDelayTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.
- scheduleFixedRateTask(FixedRateTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.
- scheduleHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- scheduleNewInvokerIfAppropriate() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Schedule a new invoker, increasing the total number of scheduled invokers for this listener container, but only if the specified "maxConcurrentConsumers" limit has not been reached yet, and only if the specified "idleConsumerLimit" has not been reached either.
- scheduleOneTimeTask(OneTimeTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified one-time task, either right away if possible or on initialization of the scheduler.
- scheduler() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
A qualifier for determining a scheduler to run this scheduled method on.
- SchedulerAccessor - Class in org.springframework.scheduling.quartz
-
Common base class for accessing a Quartz Scheduler, i.e.
- SchedulerAccessor() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessor
- SchedulerAccessorBean - Class in org.springframework.scheduling.quartz
-
Spring bean-style class for accessing a Quartz Scheduler, i.e.
- SchedulerAccessorBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerAccessorBean
- SchedulerBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'scheduler' element of the 'task' namespace.
- SchedulerBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.SchedulerBeanDefinitionParser
- SchedulerContextAware - Interface in org.springframework.scheduling.quartz
-
Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).
- SchedulerFactoryBean - Class in org.springframework.scheduling.quartz
-
FactoryBean
that creates and configures a QuartzScheduler
, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection. - SchedulerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SchedulerFactoryBean
- Schedules - Annotation Interface in org.springframework.scheduling.annotation
-
Container annotation that aggregates several
Scheduled
annotations. - scheduleTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule all registered tasks against the underlying task scheduler.
- scheduleTriggerTask(TriggerTask) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.
- scheduleWithFixedDelay(Runnable, long) - Method in interface org.springframework.scheduling.TaskScheduler
-
Deprecated.as of 6.0, in favor of
TaskScheduler.scheduleWithFixedDelay(Runnable, Duration)
- scheduleWithFixedDelay(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- scheduleWithFixedDelay(Runnable, Duration) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- scheduleWithFixedDelay(Runnable, Duration) - Method in interface org.springframework.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) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in class org.springframework.scheduling.support.NoOpTaskScheduler
- scheduleWithFixedDelay(Runnable, Instant, Duration) - Method in interface org.springframework.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) - Method in interface org.springframework.scheduling.TaskScheduler
-
Deprecated.as of 6.0, in favor of
TaskScheduler.scheduleWithFixedDelay(Runnable, Instant, Duration)
- SchedulingAwareRunnable - Interface in org.springframework.scheduling
-
Extension of the
Runnable
interface, adding special callbacks for long-running operations. - SchedulingConfiguration - Class in org.springframework.scheduling.annotation
-
@Configuration
class that registers aScheduledAnnotationBeanPostProcessor
bean capable of processing Spring's @Scheduled
annotation. - SchedulingConfiguration() - Constructor for class org.springframework.scheduling.annotation.SchedulingConfiguration
- SchedulingConfigurer - Interface in org.springframework.scheduling.annotation
-
Optional interface to be implemented by
@Configuration
classes annotated with@EnableScheduling
. - SchedulingException - Exception in org.springframework.scheduling
-
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
- SchedulingException(String) - Constructor for exception org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingException(String, Throwable) - Constructor for exception org.springframework.scheduling.SchedulingException
-
Constructor for SchedulingException.
- SchedulingTaskExecutor - Interface in org.springframework.scheduling
-
A
TaskExecutor
extension exposing scheduling characteristics that are relevant to potential task submitters. - schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the schema name passed in to match the meta-data currently used.
- schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- schemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- schemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Get the schema name formatted based on meta-data information.
- scheme(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI scheme which may contain URI template variables, and may also be
null
to clear the scheme of this builder. - scheme(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- schemeSpecificPart(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI scheme-specific-part.
- Scope - Interface in org.springframework.beans.factory.config
-
Strategy interface used by a
ConfigurableBeanFactory
, representing a target scope to hold bean instances in. - Scope - Annotation Interface in org.springframework.context.annotation
-
When used as a type-level annotation in conjunction with
@Component
,@Scope
indicates the name of a scope to use for instances of the annotated type. - SCOPE_APPLICATION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for the global web application scope: "application".
- SCOPE_APPLICATION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the application scope.
- SCOPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- SCOPE_DEFAULT - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Constant for the default scope name:
""
, equivalent to singleton status unless overridden from a parent bean definition (if applicable). - SCOPE_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Special key to distinguish
owner.(scope)=prototype
. - SCOPE_PAGE - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the page scope.
- SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Scope identifier for the standard prototype scope: "prototype".
- SCOPE_PROTOTYPE - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Scope identifier for the standard prototype scope: "prototype".
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates request scope.
- SCOPE_REQUEST - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for request scope: "request".
- SCOPE_REQUEST - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the request scope.
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Constant that indicates session scope.
- SCOPE_SESSION - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Scope identifier for session scope: "session".
- SCOPE_SESSION - Static variable in class org.springframework.web.util.TagUtils
-
Constant identifying the session scope.
- SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Scope identifier for the standard singleton scope: "singleton".
- SCOPE_SINGLETON - Static variable in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Scope identifier for the standard singleton scope: "singleton".
- scopeAnnotationType - Variable in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- scoped(GeneratedMethods) - Method in class org.springframework.aot.generate.ValueCodeGenerator
-
Return a
ValueCodeGenerator
that is scoped for the specifiedGeneratedMethods
. - ScopedObject - Interface in org.springframework.aop.scope
-
An AOP introduction interface for scoped objects.
- scopedProxy() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Indicates whether proxies should be generated for detected components, which may be necessary when using scopes in a proxy-style fashion.
- ScopedProxyFactoryBean - Class in org.springframework.aop.scope
-
Convenient proxy factory bean for scoped objects.
- ScopedProxyFactoryBean() - Constructor for class org.springframework.aop.scope.ScopedProxyFactoryBean
-
Create a new ScopedProxyFactoryBean instance.
- ScopedProxyMode - Enum Class in org.springframework.context.annotation
-
Enumerates the various scoped-proxy options.
- ScopedProxyUtils - Class in org.springframework.aop.scope
-
Utility class for creating a scoped proxy.
- ScopedProxyUtils() - Constructor for class org.springframework.aop.scope.ScopedProxyUtils
- ScopeMetadata - Class in org.springframework.context.annotation
-
Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
- ScopeMetadata() - Constructor for class org.springframework.context.annotation.ScopeMetadata
- ScopeMetadataResolver - Interface in org.springframework.context.annotation
-
Strategy interface for resolving the scope of bean definitions.
- scopeName() - Element in annotation interface org.springframework.context.annotation.Scope
-
Specifies the name of the scope to use for the annotated component/bean.
- ScopeNotActiveException - Exception in org.springframework.beans.factory.support
-
A subclass of
BeanCreationException
which indicates that the target scope is not active, e.g. - ScopeNotActiveException(String, String, IllegalStateException) - Constructor for exception org.springframework.beans.factory.support.ScopeNotActiveException
-
Create a new ScopeNotActiveException.
- scopeResolver() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
The
ScopeMetadataResolver
to be used for resolving the scope of detected components. - ScriptCompilationException - Exception in org.springframework.scripting
-
Exception to be thrown on script compilation failure.
- ScriptCompilationException(String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, String, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptCompilationException(ScriptSource, Throwable) - Constructor for exception org.springframework.scripting.ScriptCompilationException
-
Constructor for ScriptCompilationException.
- ScriptEvaluator - Interface in org.springframework.scripting
-
Spring's strategy interface for evaluating a script.
- ScriptException - Exception in org.springframework.jdbc.datasource.init
-
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts.
- ScriptException - Exception in org.springframework.r2dbc.connection.init
-
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts.
- ScriptException(String) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptException
-
Create a new
ScriptException
. - ScriptException(String) - Constructor for exception org.springframework.r2dbc.connection.init.ScriptException
-
Create a new
ScriptException
. - ScriptException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptException
-
Create a new
ScriptException
. - ScriptException(String, Throwable) - Constructor for exception org.springframework.r2dbc.connection.init.ScriptException
-
Create a new
ScriptException
. - ScriptFactory - Interface in org.springframework.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 - Class in org.springframework.scripting.support
-
BeanPostProcessor
that handlesScriptFactory
definitions, replacing each factory with the actual scripted Java object generated by it. - ScriptFactoryPostProcessor() - Constructor for class org.springframework.scripting.support.ScriptFactoryPostProcessor
- ScriptParseException - Exception in org.springframework.jdbc.datasource.init
-
Thrown by
ScriptUtils
if an SQL script cannot be properly parsed. - ScriptParseException - Exception in org.springframework.r2dbc.connection.init
-
Thrown by
ScriptUtils
if an SQL script cannot be properly parsed. - ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptParseException
-
Create a new
ScriptParseException
. - ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.r2dbc.connection.init.ScriptParseException
-
Create a new
ScriptParseException
. - ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptParseException
-
Create a new
ScriptParseException
. - ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.r2dbc.connection.init.ScriptParseException
-
Create a new
ScriptParseException
. - scripts() - Element in annotation interface org.springframework.test.context.jdbc.Sql
-
The paths to the SQL scripts to execute.
- ScriptSource - Interface in org.springframework.scripting
-
Interface that defines the source of a script.
- ScriptStatementFailedException - Exception in org.springframework.jdbc.datasource.init
-
Thrown by
ScriptUtils
if a statement in an SQL script failed when executing it against the target database. - ScriptStatementFailedException - Exception in org.springframework.r2dbc.connection.init
-
Thrown by
ScriptUtils
if a statement in an SQL script failed when executing it against the target database. - ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
-
Construct a new
ScriptStatementFailedException
. - ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.r2dbc.connection.init.ScriptStatementFailedException
-
Create a new
ScriptStatementFailedException
. - scriptTemplate() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
-
Register a script template view resolver with an empty default view name prefix and suffix.
- scriptTemplate() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Register a script template view resolver with an empty default view name prefix and suffix.
- ScriptTemplateConfig - Interface in org.springframework.web.reactive.result.view.script
-
Interface to be implemented by objects that configure and manage a JSR-223
ScriptEngine
for automatic lookup in a web environment. - ScriptTemplateConfig - Interface in org.springframework.web.servlet.view.script
-
Interface to be implemented by objects that configure and manage a JSR-223
ScriptEngine
for automatic lookup in a web environment. - ScriptTemplateConfigurer - Class in org.springframework.web.reactive.result.view.script
-
An implementation of the Spring WebFlux
ScriptTemplateConfig
for creating aScriptEngine
for use in a web application. - ScriptTemplateConfigurer - Class in org.springframework.web.servlet.view.script
-
An implementation of Spring MVC's
ScriptTemplateConfig
for creating aScriptEngine
for use in a web application. - ScriptTemplateConfigurer() - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Default constructor.
- ScriptTemplateConfigurer() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Default constructor.
- ScriptTemplateConfigurer(String) - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Create a new ScriptTemplateConfigurer using the given engine name.
- ScriptTemplateConfigurer(String) - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Create a new ScriptTemplateConfigurer using the given engine name.
- ScriptTemplateConfigurerBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parse the
<mvc:script-template-configurer>
MVC namespace element and register aScriptTemplateConfigurer
bean. - ScriptTemplateConfigurerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
- ScriptTemplateView - Class in org.springframework.web.reactive.result.view.script
-
An
AbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine. - ScriptTemplateView - Class in org.springframework.web.servlet.view.script
-
An
AbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine. - ScriptTemplateView() - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
Constructor for use as a bean.
- ScriptTemplateView() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateView
-
Constructor for use as a bean.
- ScriptTemplateView(String) - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
Create a new ScriptTemplateView with the given URL.
- ScriptTemplateView(String) - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateView
-
Create a new ScriptTemplateView with the given URL.
- ScriptTemplateViewResolver - Class in org.springframework.web.reactive.result.view.script
-
Convenience subclass of
UrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it. - ScriptTemplateViewResolver - Class in org.springframework.web.servlet.view.script
-
Convenience subclass of
UrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it. - ScriptTemplateViewResolver() - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateViewResolver
-
Sets the default
view class
toScriptTemplateViewResolver.requiredViewClass()
: by defaultScriptTemplateView
. - ScriptTemplateViewResolver() - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
-
Sets the default
view class
toScriptTemplateViewResolver.requiredViewClass()
: by defaultScriptTemplateView
. - ScriptTemplateViewResolver(String, String) - Constructor for class org.springframework.web.reactive.result.view.script.ScriptTemplateViewResolver
- ScriptTemplateViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
- ScriptUtils - Class in org.springframework.jdbc.datasource.init
-
Generic utility methods for working with SQL scripts in conjunction with JDBC.
- ScriptUtils - Class in org.springframework.r2dbc.connection.init
-
Generic utility methods for working with SQL scripts in conjunction with R2DBC.
- ScriptUtils() - Constructor for class org.springframework.jdbc.datasource.init.ScriptUtils
- ScriptUtils() - Constructor for class org.springframework.r2dbc.connection.init.ScriptUtils
- search(MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Find merged annotations using the supplied
MergedAnnotations.SearchStrategy
and a fluent API for configuring and performing the search. - searchEnclosingClass(Class<?>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
-
Determine if annotations on the enclosing class of the supplied class should be searched by annotation search algorithms within the Spring TestContext Framework.
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
- SEC_WEBSOCKET_KEY - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
- SEC_WEBSOCKET_PROTOCOL - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
- SEC_WEBSOCKET_VERSION - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
- SECONDS - Enum constant in enum class org.springframework.format.annotation.DurationFormat.Unit
-
Seconds (
"s"
). - secure(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "Secure" attribute to the cookie.
- secure(boolean) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set the secure property of the
ServletRequest
indicating use of a secure channel, such as HTTPS. - secure(boolean) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- secure(String, boolean) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert a cookie's "Secure" attribute.
- secure(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie must be sent over a secure protocol or not.
- SEE_OTHER - Enum constant in enum class org.springframework.http.HttpStatus
-
303 See Other
. - seeOther(URI) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with a 303 See Other status and a location header set to the given URI.
- seeOther(URI) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with a 303 See Other status and a location header set to the given URI.
- Segment(int, int) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Segment
- select(MergedAnnotation<A>, MergedAnnotation<A>) - Method in interface org.springframework.core.annotation.MergedAnnotationSelector
-
Select the annotation that should be used.
- SELECTED_CONTENT_TYPE - Static variable in interface org.springframework.web.servlet.View
-
The
MediaType
selected during content negotiation, which may be more specific than the one the View is configured with. - selectImports() - Method in interface org.springframework.context.annotation.DeferredImportSelector.Group
-
Return the
entries
of which class(es) should be imported for this group. - selectImports(AdviceMode) - Method in class org.springframework.cache.annotation.CachingConfigurationSelector
-
Returns
ProxyCachingConfiguration
orAspectJCachingConfiguration
forPROXY
andASPECTJ
values ofEnableCaching.mode()
, respectively. - selectImports(AdviceMode) - Method in class org.springframework.context.annotation.AdviceModeImportSelector
-
Determine which classes should be imported based on the given
AdviceMode
. - selectImports(AdviceMode) - Method in class org.springframework.scheduling.annotation.AsyncConfigurationSelector
-
Returns
ProxyAsyncConfiguration
orAspectJAsyncConfiguration
forPROXY
andASPECTJ
values ofEnableAsync.mode()
, respectively. - selectImports(AdviceMode) - Method in class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
-
Returns
ProxyTransactionManagementConfiguration
orAspectJ(Jta)TransactionManagementConfiguration
forPROXY
andASPECTJ
values ofEnableTransactionManagement.mode()
, respectively. - selectImports(AnnotationMetadata) - Method in class org.springframework.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
@Configuration
class and (b) that the given annotation has an advice mode attribute of typeAdviceMode
. - selectImports(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportSelector
-
Select and return the names of which class(es) should be imported based on the
AnnotationMetadata
of the importing @Configuration
class. - selectInvocableMethod(Method, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
-
Select an invocable method on the target type: either the given method itself if actually exposed on the target type, or otherwise a corresponding method on one of the target type's interfaces or on the target type itself.
- selectInvocableMethod(Method, Class<?>) - Static method in class org.springframework.core.MethodIntrospector
-
Select an invocable method on the target type: either the given method itself if actually exposed on the target type, or otherwise a corresponding method on one of the target type's interfaces or on the target type itself.
- Selection - Class in org.springframework.expression.spel.ast
-
Represents selection over a map or collection.
- Selection(boolean, int, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Selection
- selectMediaType(ServerWebExchange, Supplier<List<MediaType>>) - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
Select the best media type for the current request through a content negotiation algorithm.
- selectMediaType(ServerWebExchange, Supplier<List<MediaType>>, List<MediaType>) - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
Variant of
HandlerResultHandlerSupport.selectMediaType(ServerWebExchange, Supplier)
with a given list of requested (acceptable) media types. - selectMethods(Class<?>, MethodIntrospector.MetadataLookup<T>) - Static method in class org.springframework.core.MethodIntrospector
-
Select methods on the given target type based on the lookup of associated metadata.
- selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.core.MethodIntrospector
-
Select methods on the given target type based on a filter.
- selectObjectMapper(ResolvableType, MimeType) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
Select an ObjectMapper to use, either the main ObjectMapper or another if the handling for the given Class has been customized through
Jackson2CodecSupport.registerObjectMappersForType(Class, Consumer)
. - selector() - Element in annotation interface org.springframework.jms.annotation.JmsListener
-
The JMS message selector expression, if any.
- selectProtocol(List<String>, WebSocketHandler) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Perform the sub-protocol negotiation based on requested and supported sub-protocols.
- SelectTag - Class in org.springframework.web.servlet.tags.form
-
The
<select>
tag renders an HTML 'select' element. - SelectTag() - Constructor for class org.springframework.web.servlet.tags.form.SelectTag
- self() - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
- self() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
- SelfNaming - Interface in org.springframework.jmx.export.naming
-
Interface that allows infrastructure components to provide their own
ObjectName
s to theMBeanExporter
. - send() - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Perform a
fireAndForget
sending the provided data and metadata. - send() - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Sends the buffered content as a server-sent event, without data.
- send(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
- send(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
-
Send a message to the given destination.
- send(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message to the specified destination.
- send(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- send(MimeMessage) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the given JavaMail MIME message.
- send(MimeMessage...) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the given array of JavaMail MIME messages in batch.
- send(MimeMessage...) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- send(Object) - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Sends the given object as a server-sent event.
- send(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Write the given object to the response.
- send(Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send the object formatted as a single SSE "data" line.
- send(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Overloaded variant of
ResponseBodyEmitter.send(Object)
that also accepts a MediaType hint for how to serialize the given Object. - send(Object, MediaType) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send the object formatted as a single SSE "data" line.
- send(String, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- send(String, Object) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Send a message to the specified destination, converting the payload to a
byte[]
with the help of aMessageConverter
. - send(String, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message to the specified destination.
- send(String, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- send(String, Message<?>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Send a message to the given destination.
- send(String, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- send(String, Message<?>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
- send(String, Message<?>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
-
Resolve the given destination name to a destination and send a message to it.
- send(Set<ResponseBodyEmitter.DataWithMediaType>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Write a set of data and MediaType pairs in a batch.
- send(Publisher<WebSocketMessage>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
- send(Publisher<WebSocketMessage>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- send(Publisher<WebSocketMessage>) - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- send(Publisher<WebSocketMessage>) - Method in class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession
- send(Publisher<WebSocketMessage>) - Method in class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
- send(Publisher<WebSocketMessage>) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Give a source of outgoing messages, write the messages and return a
Mono<Void>
that completes when the source completes and writing is done. - send(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message to the default destination.
- send(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- send(MimeMessagePreparator) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the JavaMail MIME message prepared by the given MimeMessagePreparator.
- send(MimeMessagePreparator...) - Method in interface org.springframework.mail.javamail.JavaMailSender
-
Send the JavaMail MIME messages prepared by the given MimeMessagePreparators.
- send(SimpleMailMessage) - Method in interface org.springframework.mail.MailSender
-
Send the given simple mail message.
- send(SimpleMailMessage...) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
- send(SimpleMailMessage...) - Method in interface org.springframework.mail.MailSender
-
Send the given array of simple mail messages in batch.
- send(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- send(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
- send(Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
-
Send a message to a default destination.
- send(Message<?>) - Method in interface org.springframework.messaging.MessageChannel
-
Send a
Message
to this channel. - send(Message<?>) - Method in class org.springframework.messaging.simp.broker.OrderedMessageChannelDecorator
- send(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
If the headers of the given message already contain a
SimpMessageHeaderAccessor#DESTINATION_HEADER
then the message is sent without further changes. - send(Message<?>) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- send(Message<?>, long) - Method in interface org.springframework.messaging.MessageChannel
-
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
- send(Message<?>, long) - Method in class org.springframework.messaging.simp.broker.OrderedMessageChannelDecorator
- send(Message<?>, long) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- send(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnection
-
Deprecated.as of 6.0, in favor of
TcpConnection.sendAsync(Message)
- send(StompHeaders, Object) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- send(StompHeaders, Object) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
An overloaded version of
StompSession.send(String, Object)
with fullStompHeaders
instead of just a destination. - send(SseEmitter.SseEventBuilder) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Send an SSE event prepared with the given builder.
- SEND - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- sendAndReceive(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
- sendAndReceive(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
-
Send a request message and receive the reply from the given destination.
- sendAndReceive(Destination, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message and receive the reply from the specified destination.
- sendAndReceive(Destination, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- sendAndReceive(String, MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a message and receive the reply from the specified destination.
- sendAndReceive(String, MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- sendAndReceive(String, Message<?>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Send a request message and receive the reply from the given destination.
- sendAndReceive(String, Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- sendAndReceive(String, Message<?>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
- sendAndReceive(String, Message<?>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
-
Resolve the given destination name to a destination and send the given message, receive a reply and return it.
- sendAndReceive(MessageCreator) - Method in interface org.springframework.jms.core.JmsOperations
-
Send a request message and receive the reply from a default destination.
- sendAndReceive(MessageCreator) - Method in class org.springframework.jms.core.JmsTemplate
- sendAndReceive(Message<?>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- sendAndReceive(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
- sendAndReceive(Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
-
Send a request message and receive the reply from a default destination.
- sendAsync(Message<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpConnection
- sendAsync(Message<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpConnection
- sendAsync(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnection
-
Send the given message.
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
- sendError(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- sendError(int, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- sendHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- sendInternal(TextMessage) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
- sendMessage(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
-
Send the given WebSocket message.
- sendMessage(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- sendMessage(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- sendMessage(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- sendMessage(WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketSession
-
Send a WebSocket message: either
TextMessage
orBinaryMessage
. - sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- sendMessageToSubscribers(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
- sendMetadata() - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RequestSpec
-
Perform a
metadataPush
. - sendMethodNotAllowed(ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
- sendNotification(Notification) - Method in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
-
Send the supplied
Notification
using the wrappedModelMBean
instance. - sendNotification(Notification) - Method in interface org.springframework.jmx.export.notification.NotificationPublisher
-
Send the specified
Notification
to all registeredNotificationListeners
. - sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Send a redirect back to the HTTP client.
- sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- sendRedirect(String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- sendRedirect(String, int, boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
- sendRedirect(String, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Send a redirect back to the HTTP client.
- sendResponse(Session, Destination, Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Send the given response message to the given destination.
- sendServerError(Exception, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Invoked to send a server error.
- sendsNoCacheInstruction() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- sendsSessionCookie() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- SendTo - Annotation Interface in org.springframework.messaging.handler.annotation
-
Annotation that indicates a method's return value should be converted to a
Message
if necessary and sent to the specified destination. - SendToMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
-
A
HandlerMethodReturnValueHandler
for sending to destinations specified in aSendTo
orSendToUser
method-level annotations. - SendToMethodReturnValueHandler(SimpMessageSendingOperations, boolean) - Constructor for class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
- SendToUser - Annotation Interface in org.springframework.messaging.simp.annotation
-
Indicates the return value of a message-handling method should be sent as a
Message
to the specified destination(s) further prepended with"/user/{username}"
where the user name is extracted from the headers of the input message being handled. - separator() - Method in class org.springframework.http.server.PathContainer.Options
- separator() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
-
The character string used to separate individual statements within the SQL scripts.
- SEPARATOR - Static variable in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Separator between prefix and remainder of bean name.
- SEPARATOR - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Separator between bean name and property name.
- SEPARATOR - Static variable in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
-
Separator between the type and method-level parts of a HandlerMethod mapping name.
- serializable() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBean
-
Whether the generated mock is serializable.
- SERIALIZABLE - Enum constant in enum class org.springframework.transaction.annotation.Isolation
-
A constant indicating that dirty reads, non-repeatable reads, and phantom reads are prevented.
- serialization() - Static method in class org.springframework.aot.hint.predicate.RuntimeHintsPredicates
-
Return a predicate generator for
serialization hints
. - serialization() - Method in class org.springframework.aot.hint.RuntimeHints
-
Provide access to serialization-based hints.
- SerializationDelegate - Class in org.springframework.core.serializer.support
-
A convenient delegate with pre-arranged configuration state for common serialization needs.
- SerializationDelegate(ClassLoader) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
-
Create a
SerializationDelegate
with a default serializer/deserializer for the givenClassLoader
. - SerializationDelegate(Serializer<Object>, Deserializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializationDelegate
-
Create a
SerializationDelegate
with the given serializer/deserializer. - SerializationFailedException - Exception in org.springframework.core.serializer.support
-
Wrapper for the native IOException (or similar) when a
Serializer
orDeserializer
failed. - SerializationFailedException(String) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
-
Construct a
SerializationException
with the specified detail message. - SerializationFailedException(String, Throwable) - Constructor for exception org.springframework.core.serializer.support.SerializationFailedException
-
Construct a
SerializationException
with the specified detail message and nested exception. - SerializationHints - Class in org.springframework.aot.hint
-
Gather the need for Java serialization at runtime.
- SerializationHints() - Constructor for class org.springframework.aot.hint.SerializationHints
- SerializationHintsPredicates - Class in org.springframework.aot.hint.predicate
-
Generator of
SerializationHints
predicates, testing whether the given hints match the expected behavior for serialization. - serializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a custom inclusion strategy for serialization.
- serializationInclusion(JsonInclude.Value) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a custom inclusion strategy for serialization.
- SerializationUtils - Class in org.springframework.util
-
Static utilities for serialization and deserialization using Java Object Serialization.
- SerializationUtils() - Constructor for class org.springframework.util.SerializationUtils
- serialize(Object) - Static method in class org.springframework.util.SerializationUtils
-
Serialize the given object to a byte array.
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.DefaultSerializer
-
Writes the source object to an output stream using Java serialization.
- serialize(Object, OutputStream) - Method in class org.springframework.core.serializer.support.SerializationDelegate
- serialize(T, OutputStream) - Method in interface org.springframework.core.serializer.Serializer
-
Write an object of type T to the given OutputStream.
- serializeForm(MultiValueMap<String, Object>, Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
- serializeForm(MultiValueMap<String, String>, Charset) - Method in class org.springframework.http.codec.FormHttpMessageWriter
- serializer(ResolvableType) - Method in class org.springframework.http.codec.KotlinSerializationSupport
-
Returns the serializer that can (de)serialize instances of the given type.
- Serializer<T> - Interface in org.springframework.core.serializer
-
A strategy interface for streaming an object to an OutputStream.
- serializerByType(Class<?>, JsonSerializer<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure a custom serializer for the given type.
- serializerInstance(SerializationConfig, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- serializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers.
- serializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Configure custom serializers for the given types.
- serializeState() - Method in class org.springframework.mock.web.MockHttpSession
-
Serialize the attributes of this session into an object that can be turned into a byte array with standard Java serialization.
- serializeToByteArray(T) - Method in interface org.springframework.core.serializer.Serializer
-
Turn an object of type T into a serialized byte array.
- SerializingConverter - Class in org.springframework.core.serializer.support
-
A
Converter
that delegates to aSerializer
to convert an object to a byte array. - SerializingConverter() - Constructor for class org.springframework.core.serializer.support.SerializingConverter
-
Create a default
SerializingConverter
that uses standard Java serialization. - SerializingConverter(Serializer<Object>) - Constructor for class org.springframework.core.serializer.support.SerializingConverter
-
Create a
SerializingConverter
that delegates to the providedSerializer
. - series() - Method in enum class org.springframework.http.HttpStatus
-
Return the HTTP status series of this status code.
- server - Variable in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The
MBeanServer
instance being used to register beans. - server() - Element in annotation interface org.springframework.context.annotation.EnableMBeanExport
-
The bean name of the MBeanServer to which MBeans should be exported.
- SERVER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Server
header field name. - SERVER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- SERVER_CODEC_CONFIGURER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Well-known name for the ServerCodecConfigurer in the bean factory.
- SERVER_ERROR - Enum constant in enum class org.springframework.http.HttpStatus.Series
- SERVER_ERROR - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request."
- SERVER_ERROR - Static variable in class org.springframework.web.socket.CloseStatus
-
"1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request."
- serverCodecConfigurer() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Return the configurer for HTTP message readers and writers.
- ServerCodecConfigurer - Interface in org.springframework.http.codec
-
Extension of
CodecConfigurer
for HTTP message reader and writer options relevant on the server side. - ServerCodecConfigurer.ServerDefaultCodecs - Interface in org.springframework.http.codec
-
CodecConfigurer.DefaultCodecs
extension with extra server-side options. - ServerEndpointExporter - Class in org.springframework.web.socket.server.standard
-
Detects beans of type
ServerEndpointConfig
and registers with the standard Jakarta WebSocket runtime. - ServerEndpointExporter() - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointExporter
- ServerEndpointRegistration - Class in org.springframework.web.socket.server.standard
-
An implementation of
ServerEndpointConfig
for use in Spring-based applications. - ServerEndpointRegistration(String, Endpoint) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
Create a new
ServerEndpointRegistration
instance from anjakarta.websocket.Endpoint
instance. - ServerEndpointRegistration(String, Class<? extends Endpoint>) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
Create a new
ServerEndpointRegistration
instance from anjakarta.websocket.Endpoint
class. - ServerErrorException - Exception in org.springframework.web.server
-
Exception for an
HttpStatus.INTERNAL_SERVER_ERROR
that exposes extra information about a controller method that failed, or a controller method argument that could not be resolved. - ServerErrorException(String, Method, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a handler
Method
and an optional cause. - ServerErrorException(String, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a reason and an optional cause.
- ServerErrorException(String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.server.ServerErrorException
-
Constructor for a 500 error with a
MethodParameter
and an optional cause. - ServerHttpAsyncRequestControl - Interface in org.springframework.http.server
-
A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.
- ServerHttpObservationDocumentation - Enum Class in org.springframework.http.server.observation
-
Documented
KeyValues
for the HTTP server observations for Servlet-based web applications. - ServerHttpObservationDocumentation - Enum Class in org.springframework.http.server.reactive.observation
-
Documented
KeyValues
for the HTTP server observations for reactive web applications. - ServerHttpObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.http.server.observation
- ServerHttpObservationDocumentation.HighCardinalityKeyNames - Enum Class in org.springframework.http.server.reactive.observation
- ServerHttpObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.http.server.observation
- ServerHttpObservationDocumentation.LowCardinalityKeyNames - Enum Class in org.springframework.http.server.reactive.observation
- ServerHttpObservationFilter - Class in org.springframework.web.filter.reactive
-
Deprecated, for removal: This API element is subject to removal in a future version.since 6.1 in favor of
WebHttpHandlerBuilder
. - ServerHttpObservationFilter - Class in org.springframework.web.filter
-
Filter
that createsobservations
for HTTP exchanges. - ServerHttpObservationFilter(ObservationRegistry) - Constructor for class org.springframework.web.filter.reactive.ServerHttpObservationFilter
-
Deprecated.Create an
HttpRequestsObservationWebFilter
that records observations against the givenObservationRegistry
. - ServerHttpObservationFilter(ObservationRegistry) - Constructor for class org.springframework.web.filter.ServerHttpObservationFilter
-
Create an
HttpRequestsObservationFilter
that records observations against the givenObservationRegistry
. - ServerHttpObservationFilter(ObservationRegistry, ServerRequestObservationConvention) - Constructor for class org.springframework.web.filter.ServerHttpObservationFilter
-
Create an
HttpRequestsObservationFilter
that records observations against the givenObservationRegistry
with a custom convention. - ServerHttpObservationFilter(ObservationRegistry, ServerRequestObservationConvention) - Constructor for class org.springframework.web.filter.reactive.ServerHttpObservationFilter
-
Deprecated.Create an
HttpRequestsObservationWebFilter
that records observations against the givenObservationRegistry
with a custom convention. - ServerHttpRequest - Interface in org.springframework.http.server.reactive
-
Represents a reactive server-side HTTP request.
- ServerHttpRequest - Interface in org.springframework.http.server
-
Represents a server-side HTTP request.
- ServerHttpRequest.Builder - Interface in org.springframework.http.server.reactive
-
Builder for mutating an existing
ServerHttpRequest
. - ServerHttpRequestDecorator - Class in org.springframework.http.server.reactive
-
Wraps another
ServerHttpRequest
and delegates all methods to it. - ServerHttpRequestDecorator(ServerHttpRequest) - Constructor for class org.springframework.http.server.reactive.ServerHttpRequestDecorator
- ServerHttpResponse - Interface in org.springframework.http.server.reactive
-
Represents a reactive server-side HTTP response.
- ServerHttpResponse - Interface in org.springframework.http.server
-
Represents a server-side HTTP response.
- ServerHttpResponseDecorator - Class in org.springframework.http.server.reactive
-
Wraps another
ServerHttpResponse
and delegates all methods to it. - ServerHttpResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- serverRequest() - Method in interface org.springframework.web.reactive.function.BodyInserter.Context
-
Optionally return the
ServerHttpRequest
, if present. - ServerRequest - Interface in org.springframework.web.reactive.function.server
-
Represents a server-side HTTP request, as handled by a
HandlerFunction
. - ServerRequest - Interface in org.springframework.web.servlet.function
-
Represents a server-side HTTP request, as handled by a
HandlerFunction
. - ServerRequest.Builder - Interface in org.springframework.web.reactive.function.server
-
Defines a builder for a request.
- ServerRequest.Builder - Interface in org.springframework.web.servlet.function
-
Defines a builder for a request.
- ServerRequest.Headers - Interface in org.springframework.web.reactive.function.server
-
Represents the headers of the HTTP request.
- ServerRequest.Headers - Interface in org.springframework.web.servlet.function
-
Represents the headers of the HTTP request.
- ServerRequestObservationContext - Class in org.springframework.http.server.observation
-
Context that holds information for metadata collection regarding
Servlet HTTP requests
observations. - ServerRequestObservationContext - Class in org.springframework.http.server.reactive.observation
-
Context that holds information for metadata collection regarding
reactive HTTP requests
observations. - ServerRequestObservationContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.http.server.observation.ServerRequestObservationContext
- ServerRequestObservationContext(ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Constructor for class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
-
Create a new
ServerRequestObservationContext
instance. - ServerRequestObservationConvention - Interface in org.springframework.http.server.observation
-
Interface for an
ObservationConvention
forServlet HTTP requests
. - ServerRequestObservationConvention - Interface in org.springframework.http.server.reactive.observation
-
Interface for an
ObservationConvention
forreactive HTTP requests
. - ServerRequestWrapper - Class in org.springframework.web.reactive.function.server.support
-
Implementation of the
ServerRequest
interface that can be subclassed to adapt the request in ahandler filter function
. - ServerRequestWrapper(ServerRequest) - Constructor for class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
-
Create a new
ServerRequestWrapper
that wraps the given request. - ServerRequestWrapper.HeadersWrapper - Class in org.springframework.web.reactive.function.server.support
-
Implementation of the
Headers
interface that can be subclassed to adapt the headers in ahandler filter function
. - serverResponse() - Method in interface org.springframework.web.reactive.function.BodyExtractor.Context
-
Optionally return the
ServerHttpResponse
, if present. - ServerResponse - Interface in org.springframework.web.reactive.function.server
-
Represents a typed server-side HTTP response, as returned by a handler function or filter function.
- ServerResponse - Interface in org.springframework.web.servlet.function
-
Represents a typed server-side HTTP response, as returned by a handler function or filter function.
- ServerResponse.BodyBuilder - Interface in org.springframework.web.reactive.function.server
-
Defines a builder that adds a body to the response.
- ServerResponse.BodyBuilder - Interface in org.springframework.web.servlet.function
-
Defines a builder that adds a body to the response.
- ServerResponse.Context - Interface in org.springframework.web.reactive.function.server
-
Defines the context used during the
ServerResponse.writeTo(ServerWebExchange, Context)
. - ServerResponse.Context - Interface in org.springframework.web.servlet.function
-
Defines the context used during the
ServerResponse.writeTo(HttpServletRequest, HttpServletResponse, Context)
. - ServerResponse.HeadersBuilder<B extends ServerResponse.HeadersBuilder<B>> - Interface in org.springframework.web.reactive.function.server
-
Defines a builder that adds headers to the response.
- ServerResponse.HeadersBuilder<B extends ServerResponse.HeadersBuilder<B>> - Interface in org.springframework.web.servlet.function
-
Defines a builder that adds headers to the response.
- ServerResponse.HeadersBuilder.WriteFunction - Interface in org.springframework.web.servlet.function
-
Defines the contract for
ServerResponse.HeadersBuilder.build(WriteFunction)
. - ServerResponse.SseBuilder - Interface in org.springframework.web.servlet.function
-
Defines a builder for a body that sends server-sent events.
- serverResponseResultHandler(ServerCodecConfigurer) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ServerResponseResultHandler - Class in org.springframework.web.reactive.function.server.support
-
HandlerResultHandler
implementation that supportsServerResponses
. - ServerResponseResultHandler() - Constructor for class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
- ServerSentEvent<T> - Class in org.springframework.http.codec
-
Representation for a Server-Sent Event for use with Spring's reactive Web support.
- ServerSentEvent.Builder<T> - Interface in org.springframework.http.codec
-
A mutable builder for a
SseEvent
. - serverSentEventDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.ClientCodecConfigurer.ClientDefaultCodecs
-
Configure the
Decoder
to use for Server-Sent Events. - serverSentEventEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.ServerCodecConfigurer.ServerDefaultCodecs
-
Configure the
Encoder
to use for Server-Sent Events. - ServerSentEventHttpMessageReader - Class in org.springframework.http.codec
-
Reader that supports a stream of
ServerSentEvents
and also plainObjects
which is the same as anServerSentEvent
with data only. - ServerSentEventHttpMessageReader() - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Constructor without a
Decoder
. - ServerSentEventHttpMessageReader(Decoder<?>) - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Constructor with JSON
Decoder
for decoding to Objects. - ServerSentEventHttpMessageWriter - Class in org.springframework.http.codec
-
HttpMessageWriter
for"text/event-stream"
responses. - ServerSentEventHttpMessageWriter() - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Constructor without an
Encoder
. - ServerSentEventHttpMessageWriter(Encoder<?>) - Constructor for class org.springframework.http.codec.ServerSentEventHttpMessageWriter
-
Constructor with JSON
Encoder
for encoding objects. - ServerWebExchange - Interface in org.springframework.web.server
-
Contract for an HTTP request-response interaction.
- ServerWebExchange.Builder - Interface in org.springframework.web.server
-
Builder for mutating an existing
ServerWebExchange
. - ServerWebExchangeContextFilter - Class in org.springframework.web.filter.reactive
-
Inserts an attribute in the Reactor
Context
that makes the currentServerWebExchange
available under the attribute nameServerWebExchangeContextFilter.EXCHANGE_CONTEXT_ATTRIBUTE
. - ServerWebExchangeContextFilter() - Constructor for class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
- ServerWebExchangeDecorator - Class in org.springframework.web.server
-
A convenient base class for classes that need to wrap another
ServerWebExchange
. - ServerWebExchangeDecorator(ServerWebExchange) - Constructor for class org.springframework.web.server.ServerWebExchangeDecorator
- ServerWebExchangeMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves ServerWebExchange-related method argument values of the following types:
ServerWebExchange
ServerHttpRequest
ServerHttpResponse
HttpMethod
Locale
TimeZone
ZoneId
UriBuilder
orUriComponentsBuilder
-- for building URL's relative to the current request - ServerWebExchangeMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.ServerWebExchangeMethodArgumentResolver
- ServerWebInputException - Exception in org.springframework.web.server
-
Exception for errors that fit response status 400 (bad request) for use in Spring Web applications.
- ServerWebInputException(String) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor with an explanation only.
- ServerWebInputException(String, MethodParameter) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor for a 400 error linked to a specific
MethodParameter
. - ServerWebInputException(String, MethodParameter, Throwable) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor for a 400 error with a root cause.
- ServerWebInputException(String, MethodParameter, Throwable, String, Object[]) - Constructor for exception org.springframework.web.server.ServerWebInputException
-
Constructor with a message code and arguments for resolving the error "detail" via
MessageSource
. - service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
- service(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Override the parent class implementation in order to intercept requests using PATCH or non-standard HTTP methods (WebDAV).
- service(ServletRequest, ServletResponse) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
- Service - Annotation Interface in org.springframework.stereotype
-
Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
- SERVICE_OVERLOAD - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1013 indicates that the service is experiencing overload.
- SERVICE_OVERLOAD - Static variable in class org.springframework.web.socket.CloseStatus
-
"1013 indicates that the service is experiencing overload.
- SERVICE_RESTARTED - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1012 indicates that the service is restarted.
- SERVICE_RESTARTED - Static variable in class org.springframework.web.socket.CloseStatus
-
"1012 indicates that the service is restarted.
- SERVICE_UNAVAILABLE - Enum constant in enum class org.springframework.http.HttpStatus
-
503 Service Unavailable
. - ServiceFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoader
facility. - ServiceFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceFactoryBean
- ServiceListFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoader
facility. - ServiceListFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceListFactoryBean
- ServiceLoaderFactoryBean - Class in org.springframework.beans.factory.serviceloader
-
FactoryBean
that exposes the JDK 1.6ServiceLoader
for the configured service class. - ServiceLoaderFactoryBean() - Constructor for class org.springframework.beans.factory.serviceloader.ServiceLoaderFactoryBean
- ServiceLocatorFactoryBean - Class in org.springframework.beans.factory.config
-
A
FactoryBean
implementation that takes an interface which must have one or more methods with the signaturesMyType xxx()
orMyType xxx(MyIdType id)
(typically,MyService getService()
orMyService getService(String id)
) and creates a dynamic proxy which implements that interface, delegating to an underlyingBeanFactory
. - ServiceLocatorFactoryBean() - Constructor for class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- SERVLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Name of the ServletConfig environment bean in the factory.
- SERVLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet config init parameters property source name: "servletConfigInitParams".
- SERVLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Name of the ServletContext environment bean in the factory.
- SERVLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.servlet.FrameworkServlet
-
Prefix for the ServletContext attribute for the WebApplicationContext.
- SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
-
Servlet context init parameters property source name: "servletContextInitParams".
- ServletConfigAware - Interface in org.springframework.web.context
-
Interface to be implemented by any object that wishes to be notified of the
ServletConfig
(typically determined by theWebApplicationContext
) that it runs in. - ServletConfigPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from aServletConfig
object. - ServletConfigPropertySource(String, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletConfigPropertySource
- ServletContextAttributeExporter - Class in org.springframework.web.context.support
-
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
- ServletContextAttributeExporter() - Constructor for class org.springframework.web.context.support.ServletContextAttributeExporter
- ServletContextAttributeFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that fetches a specific, existing ServletContext attribute. - ServletContextAttributeFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- ServletContextAware - Interface in org.springframework.web.context
-
Interface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. - ServletContextAwareProcessor - Class in org.springframework.web.context.support
-
BeanPostProcessor
implementation that passes the ServletContext to beans that implement theServletContextAware
interface. - ServletContextAwareProcessor() - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor without an initial context or config.
- ServletContextAwareProcessor(ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given config.
- ServletContextAwareProcessor(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context.
- ServletContextAwareProcessor(ServletContext, ServletConfig) - Constructor for class org.springframework.web.context.support.ServletContextAwareProcessor
-
Create a new ServletContextAwareProcessor for the given context and config.
- ServletContextParameterFactoryBean - Class in org.springframework.web.context.support
-
FactoryBean
that retrieves a specific ServletContext init parameter (that is, a "context-param" defined inweb.xml
). - ServletContextParameterFactoryBean() - Constructor for class org.springframework.web.context.support.ServletContextParameterFactoryBean
- ServletContextPropertySource - Class in org.springframework.web.context.support
-
PropertySource
that reads init parameters from aServletContext
object. - ServletContextPropertySource(String, ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextPropertySource
- ServletContextPropertyUtils - Class in org.springframework.web.util
-
Helper class for resolving placeholders in texts.
- ServletContextPropertyUtils() - Constructor for class org.springframework.web.util.ServletContextPropertyUtils
- ServletContextRequestLoggingFilter - Class in org.springframework.web.filter
-
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
- ServletContextRequestLoggingFilter() - Constructor for class org.springframework.web.filter.ServletContextRequestLoggingFilter
- ServletContextResource - Class in org.springframework.web.context.support
-
Resource
implementation forServletContext
resources, interpreting relative paths within the web application root directory. - ServletContextResource(ServletContext, String) - Constructor for class org.springframework.web.context.support.ServletContextResource
-
Create a new
ServletContextResource
for the given path. - ServletContextResourceLoader - Class in org.springframework.web.context.support
-
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in an HttpServletBean or GenericFilterBean subclass).
- ServletContextResourceLoader(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourceLoader
-
Create a new ServletContextResourceLoader.
- ServletContextResourcePatternResolver - Class in org.springframework.web.context.support
-
ServletContext-aware subclass of
PathMatchingResourcePatternResolver
, able to find matching resources below the web application root directory viaServletContext.getResourcePaths(java.lang.String)
. - ServletContextResourcePatternResolver(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
-
Create a new ServletContextResourcePatternResolver.
- ServletContextResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.web.context.support.ServletContextResourcePatternResolver
-
Create a new ServletContextResourcePatternResolver.
- ServletContextScope - Class in org.springframework.web.context.support
-
Scope
wrapper for a ServletContext, i.e. - ServletContextScope(ServletContext) - Constructor for class org.springframework.web.context.support.ServletContextScope
-
Create a new Scope wrapper for the given ServletContext.
- ServletCookieValueMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
An
AbstractCookieValueMethodArgumentResolver
that resolves cookie values from anHttpServletRequest
. - ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
- ServletForwardingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that forwards to a named servlet, i.e.
- ServletForwardingController() - Constructor for class org.springframework.web.servlet.mvc.ServletForwardingController
- ServletHttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
Adapt
HttpHandler
to anHttpServlet
using Servlet Async support and Servlet non-blocking I/O. - ServletHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
- ServletInvocableHandlerMethod - Class in org.springframework.web.servlet.mvc.method.annotation
-
Extends
InvocableHandlerMethod
with the ability to handle return values through a registeredHandlerMethodReturnValueHandler
and also supports setting the response status based on a method-level@ResponseStatus
annotation. - ServletInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Creates an instance from the given handler and method.
- ServletInvocableHandlerMethod(Object, Method, MessageSource) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Variant of
ServletInvocableHandlerMethod(Object, Method)
that also accepts aMessageSource
, e.g. - ServletInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Create an instance from a
HandlerMethod
. - ServletModelAttributeMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
A Servlet-specific
ModelAttributeMethodProcessor
that applies data binding through a WebDataBinder of typeServletRequestDataBinder
. - ServletModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
-
Class constructor.
- servletPath(String) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the path to which the Servlet is mapped.
- servletPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- ServletPathExtensionContentNegotiationStrategy - Class in org.springframework.web.accept
-
Deprecated.as of 5.2.4. See class-level note in
ContentNegotiationManagerFactoryBean
on the deprecation of path extension config options. - ServletPathExtensionContentNegotiationStrategy(ServletContext) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Deprecated.Create an instance without any mappings to start with.
- ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
-
Deprecated.Create an instance with the given extension-to-MediaType lookup.
- servletRequest() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the servlet request that this request is based on.
- ServletRequestAttributes - Class in org.springframework.web.context.request
-
Servlet-based implementation of the
RequestAttributes
interface. - ServletRequestAttributes(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestAttributes(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletRequestAttributes
-
Create a new ServletRequestAttributes instance for the given request.
- ServletRequestBindingException - Exception in org.springframework.web.bind
-
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
- ServletRequestBindingException(String) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor with a message only.
- ServletRequestBindingException(String, String, Object[]) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor with a message and a cause.
- ServletRequestBindingException(String, Throwable, String, Object[]) - Constructor for exception org.springframework.web.bind.ServletRequestBindingException
-
Constructor for ServletRequestBindingException.
- ServletRequestDataBinder - Class in org.springframework.web.bind
-
Special
DataBinder
to perform data binding from servlet request parameters to JavaBeans, including support for multipart files. - ServletRequestDataBinder(Object) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance, with default object name.
- ServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder
-
Create a new ServletRequestDataBinder instance.
- ServletRequestDataBinder.ServletRequestValueResolver - Class in org.springframework.web.bind
-
Resolver that looks up values to bind in a
ServletRequest
. - ServletRequestDataBinderFactory - Class in org.springframework.web.servlet.mvc.method.annotation
-
Creates a
ServletRequestDataBinder
. - ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
-
Create a new instance.
- ServletRequestHandledEvent - Class in org.springframework.web.context.support
-
Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable, int) - Constructor for class org.springframework.web.context.support.ServletRequestHandledEvent
-
Create a new ServletRequestHandledEvent.
- ServletRequestMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves servlet backed request-related method arguments.
- ServletRequestMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
- ServletRequestParameterPropertyValues - Class in org.springframework.web.bind
-
PropertyValues implementation created from parameters in a ServletRequest.
- ServletRequestParameterPropertyValues(ServletRequest) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
- ServletRequestParameterPropertyValues(ServletRequest, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
- ServletRequestParameterPropertyValues(ServletRequest, String, String) - Constructor for class org.springframework.web.bind.ServletRequestParameterPropertyValues
-
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
- ServletRequestPathFilter - Class in org.springframework.web.filter
-
Filter
thatparses and caches
aRequestPath
that can then be accessed viaServletRequestPathUtils.getParsedRequestPath(jakarta.servlet.ServletRequest)
. - ServletRequestPathFilter() - Constructor for class org.springframework.web.filter.ServletRequestPathFilter
- ServletRequestPathUtils - Class in org.springframework.web.util
-
Utility class to assist with preparation and access to the lookup path for request mapping purposes.
- ServletRequestPathUtils() - Constructor for class org.springframework.web.util.ServletRequestPathUtils
- ServletRequestUtils - Class in org.springframework.web.bind
-
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
- ServletRequestUtils() - Constructor for class org.springframework.web.bind.ServletRequestUtils
- ServletRequestValueResolver(ServletRequest, WebDataBinder) - Constructor for class org.springframework.web.bind.ServletRequestDataBinder.ServletRequestValueResolver
- ServletResponseMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves servlet backed response-related method arguments.
- ServletResponseMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
- ServletServerContainerFactoryBean - Class in org.springframework.web.socket.server.standard
-
A
FactoryBean
for configuringServerContainer
. - ServletServerContainerFactoryBean() - Constructor for class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- ServletServerHttpAsyncRequestControl - Class in org.springframework.http.server
-
A
ServerHttpAsyncRequestControl
to use on Servlet containers. - ServletServerHttpAsyncRequestControl(ServletServerHttpRequest, ServletServerHttpResponse) - Constructor for class org.springframework.http.server.ServletServerHttpAsyncRequestControl
-
Constructor accepting a request and response pair that are expected to be of type
ServletServerHttpRequest
andServletServerHttpResponse
respectively. - ServletServerHttpRequest - Class in org.springframework.http.server
-
ServerHttpRequest
implementation that is based on aHttpServletRequest
. - ServletServerHttpRequest(HttpServletRequest) - Constructor for class org.springframework.http.server.ServletServerHttpRequest
-
Construct a new instance of the ServletServerHttpRequest based on the given
HttpServletRequest
. - ServletServerHttpResponse - Class in org.springframework.http.server
-
ServerHttpResponse
implementation that is based on aHttpServletResponse
. - ServletServerHttpResponse(HttpServletResponse) - Constructor for class org.springframework.http.server.ServletServerHttpResponse
-
Construct a new instance of the ServletServerHttpResponse based on the given
HttpServletResponse
. - ServletTestExecutionListener - Class in org.springframework.test.context.web
-
TestExecutionListener
which provides mock Servlet API support toWebApplicationContexts
loaded by the Spring TestContext Framework. - ServletTestExecutionListener() - Constructor for class org.springframework.test.context.web.ServletTestExecutionListener
- ServletUriComponentsBuilder - Class in org.springframework.web.servlet.support
-
UriComponentsBuilder with additional static factory methods to create links based on the current HttpServletRequest.
- ServletUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Default constructor.
- ServletUriComponentsBuilder(ServletUriComponentsBuilder) - Constructor for class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Create a deep copy of the given ServletUriComponentsBuilder.
- ServletWebArgumentResolverAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A Servlet-specific
AbstractWebArgumentResolverAdapter
that creates aNativeWebRequest
fromServletRequestAttributes
. - ServletWebArgumentResolverAdapter(WebArgumentResolver) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
- ServletWebRequest - Class in org.springframework.web.context.request
-
WebRequest
adapter for anHttpServletRequest
. - ServletWebRequest(HttpServletRequest) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request.
- ServletWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.ServletWebRequest
-
Create a new ServletWebRequest instance for the given request/response pair.
- ServletWebSocketHandlerRegistration - Class in org.springframework.web.socket.config.annotation
-
A helper class for configuring
WebSocketHandler
request handling including SockJS fallback options. - ServletWebSocketHandlerRegistration() - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
- ServletWebSocketHandlerRegistry - Class in org.springframework.web.socket.config.annotation
-
WebSocketHandlerRegistry
with Spring MVC handler mappings for the handshake requests. - ServletWebSocketHandlerRegistry() - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
- ServletWrappingController - Class in org.springframework.web.servlet.mvc
-
Spring Controller implementation that wraps a servlet instance which it manages internally.
- ServletWrappingController() - Constructor for class org.springframework.web.servlet.mvc.ServletWrappingController
- session() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- session() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the web session for this request.
- session() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- session() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the web session for this request.
- session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set the HTTP session to use, possibly re-used across requests.
- session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- session(WebSession) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- session(WebSession) - Method in class org.springframework.mock.web.server.MockServerWebExchange.Builder
-
Set the session to use for the exchange.
- SESSION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- SESSION_ATTRIBUTES - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- SESSION_COMPLETED_NAME - Static variable in class org.springframework.messaging.simp.SimpAttributes
-
Key set after the session is completed.
- SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
-
The session cookie name.
- SESSION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- SESSION_KNOWN_ATTRIBUTE - Static variable in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Key for known-attribute-names storage (a String array) as a session attribute.
- SESSION_MUTEX_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Key for the mutex session attribute.
- SESSION_MUTEX_NAME - Static variable in class org.springframework.messaging.simp.SimpAttributes
-
Key for the mutex session attribute.
- SESSION_NOT_RELIABLE - Static variable in class org.springframework.web.socket.CloseStatus
-
A status code for use within the framework that indicates a session has become unreliable (e.g.
- SESSION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.hibernate5.SessionFactoryUtils
-
Order value for TransactionSynchronization objects that clean up Hibernate Sessions.
- sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set a session attribute.
- sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- sessionAttribute(String, Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value.
- sessionAttribute(String, Matcher<? super T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value with the given Hamcrest
Matcher
. - SessionAttribute - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a session attribute.
- sessionAttributeDoesNotExist(String...) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert the given session attributes do not exist.
- SessionAttributeMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with an @
SessionAttribute
. - SessionAttributeMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with an @
SessionAttribute
. - SessionAttributeMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
- SessionAttributeMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
- sessionAttributes() - Method in class org.springframework.test.web.servlet.assertj.AbstractHttpServletRequestAssert
-
Return a new assertion object that uses the session attributes as the object to test, with values mapped by attribute name.
- SessionAttributes - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation that indicates the session attributes that a specific handler uses.
- SessionAttributesHandler - Class in org.springframework.web.method.annotation
-
Manages controller-specific session attributes declared via
@SessionAttributes
. - SessionAttributesHandler(Class<?>, SessionAttributeStore) - Constructor for class org.springframework.web.method.annotation.SessionAttributesHandler
-
Create a new session attributes handler.
- SessionAttributeStore - Interface in org.springframework.web.bind.support
-
Strategy interface for storing model attributes in a backend session.
- sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set session attributes.
- sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- SessionAwareMessageListener<M extends Message> - Interface in org.springframework.jms.listener
-
Variant of the standard JMS
MessageListener
interface, offering not only the received Message but also the underlying JMS Session object. - SessionCallback<T> - Interface in org.springframework.jms.core
-
Callback for executing any number of operations on a provided
Session
. - sessionCompleted() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Invoked when the session is completed.
- SessionConnectedEvent - Class in org.springframework.web.socket.messaging
-
A connected event represents the server response to a client's connect request.
- SessionConnectedEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionConnectedEvent
-
Create a new SessionConnectedEvent.
- SessionConnectedEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionConnectedEvent
- SessionConnectEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
- SessionConnectEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionConnectEvent
-
Create a new SessionConnectEvent.
- SessionConnectEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionConnectEvent
- sessionCreated(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
- sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.web.util.HttpSessionMutexListener
- SessionDisconnectEvent - Class in org.springframework.web.socket.messaging
-
Event raised when the session of a WebSocket client using a Simple Messaging Protocol (e.g.
- SessionDisconnectEvent(Object, Message<byte[]>, String, CloseStatus) - Constructor for class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Create a new SessionDisconnectEvent.
- SessionDisconnectEvent(Object, Message<byte[]>, String, CloseStatus, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionDisconnectEvent
-
Create a new SessionDisconnectEvent.
- SessionFactoryUtils - Class in org.springframework.orm.hibernate5
-
Helper class featuring methods for Hibernate Session handling.
- SessionFactoryUtils() - Constructor for class org.springframework.orm.hibernate5.SessionFactoryUtils
- SessionFlashMapManager - Class in org.springframework.web.servlet.support
-
Store and retrieve
FlashMap
instances to and from the HTTP session. - SessionFlashMapManager() - Constructor for class org.springframework.web.servlet.support.SessionFlashMapManager
- SessionHolder - Class in org.springframework.orm.hibernate5
-
Resource holder wrapping a Hibernate
Session
(plus an optionalTransaction
). - SessionHolder(Session) - Constructor for class org.springframework.orm.hibernate5.SessionHolder
- SessionLimitExceededException - Exception in org.springframework.web.socket.handler
-
Raised when a WebSocket session has exceeded limits it has been configured for, e.g.
- SessionLimitExceededException(String, CloseStatus) - Constructor for exception org.springframework.web.socket.handler.SessionLimitExceededException
- SessionLocaleResolver - Class in org.springframework.web.servlet.i18n
-
LocaleResolver
implementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the configured default locale, the request'sAccept-Language
header, or the default locale for the server. - SessionLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.SessionLocaleResolver
- sessionManager(WebSessionManager) - Method in class org.springframework.mock.web.server.MockServerWebExchange.Builder
-
Provide a
WebSessionManager
instance to use with the exchange. - sessionManager(WebSessionManager) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Configure the
WebSessionManager
to set on theWebServerExchange
. - SessionProxy - Interface in org.springframework.jms.connection
-
Subinterface of
Session
to be implemented by Session proxies. - SessionScope - Class in org.springframework.web.context.request
-
Session-backed
Scope
implementation. - SessionScope - Annotation Interface in org.springframework.web.context.annotation
-
@SessionScope
is a specialization of@Scope
for a component whose lifecycle is bound to the current web session. - SessionScope() - Constructor for class org.springframework.web.context.request.SessionScope
- SessionStatus - Interface in org.springframework.web.bind.support
-
Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
- SessionStatusMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves a
SessionStatus
argument by obtaining it from theModelAndViewContainer
. - SessionStatusMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolver for a
SessionStatus
argument obtaining it from theBindingContext
. - SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
- SessionStatusMethodArgumentResolver() - Constructor for class org.springframework.web.reactive.result.method.annotation.SessionStatusMethodArgumentResolver
- SessionSubscribeEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
- SessionSubscribeEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionSubscribeEvent
- SessionSubscribeEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionSubscribeEvent
- SessionThemeResolver - Class in org.springframework.web.servlet.theme
-
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
- SessionThemeResolver() - Constructor for class org.springframework.web.servlet.theme.SessionThemeResolver
-
Deprecated.
- SessionUnsubscribeEvent - Class in org.springframework.web.socket.messaging
-
Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
- SessionUnsubscribeEvent(Object, Message<byte[]>) - Constructor for class org.springframework.web.socket.messaging.SessionUnsubscribeEvent
- SessionUnsubscribeEvent(Object, Message<byte[]>, Principal) - Constructor for class org.springframework.web.socket.messaging.SessionUnsubscribeEvent
- set() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.MappedQuerySpec
-
Retrieve the result as an order-preserving set of mapped objects.
- set(int) - Method in class org.springframework.cglib.core.TinyBitSet
-
Deprecated.
- set(int, E) - Method in class org.springframework.util.AutoPopulatingList
- set(int, DataBuffer) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- set(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the given, single header value under the given name.
- set(String, String) - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- set(String, String) - Method in class org.springframework.http.support.JettyHeadersAdapter
- set(String, String) - Method in class org.springframework.http.support.Netty4HeadersAdapter
- set(String, String) - Method in class org.springframework.http.support.Netty5HeadersAdapter
- set(String, String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the given, single header value under the given name.
- set(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Set the given, single header value under the given name.
- set(K, V) - Method in interface org.springframework.util.MultiValueMap
-
Set the given single value under the given key.
- set(K, V) - Method in class org.springframework.util.MultiValueMapAdapter
- set(T) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.Set the value of this future.
- SET_COOKIE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Set-Cookie
header field name. - SET_COOKIE2 - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Set-Cookie2
header field name. - SET_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- set$AroundClosure(AroundClosure) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- setAbstract(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set if this bean is "abstract", i.e.
- setAbstract(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether this definition is abstract.
- setAccept(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable media types, as specified by the
Accept
header. - setAccept(List<MediaType>) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the media types for the request
Accept
header. - setAccept(List<MediaType>) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setAcceptCharset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
acceptCharset
' attribute. - setAcceptCharset(List<Charset>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of acceptable charsets, as specified by the
Accept-Charset
header. - setAcceptedProtocol(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Unlike WebSocket where sub-protocol negotiation is part of the initial handshake, in HTTP transports the same negotiation must be emulated and the selected protocol set through this setter.
- setAcceptLanguage(List<Locale.LanguageRange>) - Method in class org.springframework.http.HttpHeaders
-
Set the acceptable language ranges, as specified by the Accept-Language header.
- setAcceptLanguageAsLocales(List<Locale>) - Method in class org.springframework.http.HttpHeaders
-
Variant of
HttpHeaders.setAcceptLanguage(List)
usingLocale
's. - setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to accept received messages while the listener container in the process of stopping.
- setAcceptPatch(List<MediaType>) - Method in class org.springframework.http.HttpHeaders
- setAcceptTasksAfterContextClose(boolean) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set whether to accept further tasks after the application context close phase has begun.
- setAcceptVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setAcceptVersion(String...) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the accept-version header.
- setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether call parameter meta-data should be accessed.
- setAccessCallParameterMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether the parameter meta-data for the call should be used.
- setAccessControlAllowCredentials(boolean) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Allow-Credentials
response header. - setAccessControlAllowHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Allow-Headers
response header. - setAccessControlAllowMethods(List<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Allow-Methods
response header. - setAccessControlAllowOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Allow-Origin
response header. - setAccessControlExposeHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Expose-Headers
response header. - setAccessControlMaxAge(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Max-Age
response header. - setAccessControlMaxAge(Duration) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Max-Age
response header. - setAccessControlRequestHeaders(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Request-Headers
request header. - setAccessControlRequestMethod(HttpMethod) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Access-Control-Request-Method
request header. - setAccesskey(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the '
accesskey
' attribute. - setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Specify whether we should access table column meta-data.
- setAccessTableColumnMetaData(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify whether the parameter meta-data for the call should be used.
- setAck(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setAck(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the ack header to one of "auto", "client", or "client-individual".
- setAcknowledgeMode(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Set the JMS acknowledgement mode to use.
- setAcknowledgeModeName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS
Session
interface — for example,"CLIENT_ACKNOWLEDGE"
. - setAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
action
' attribute. - setActivationSpec(ActivationSpec) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA ActivationSpec to use for activating the endpoint.
- setActivationSpecClass(Class<?>) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Specify the fully-qualified ActivationSpec class name for the target provider (e.g.
- setActivationSpecConfig(JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Specify the
JmsActivationSpecConfig
object that this endpoint manager should use for activating its listener. - setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
- setActivationSpecFactory(JmsActivationSpecFactory) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the factory for concrete JCA 1.5 ActivationSpec objects, creating JCA ActivationSpecs based on
JmsActivationSpecConfig
objects. - setActiveProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
- setActiveProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Specify the set of profiles active for this
Environment
. - setActualTransactionActive(boolean) - Method in class org.springframework.transaction.reactive.TransactionContext
- setActualTransactionActive(boolean) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Expose whether there currently is an actual transaction active.
- setActualTransactionActive(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose whether there currently is an actual transaction active.
- setAdaptConstraintViolations(boolean) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Whether to adapt
ConstraintViolation
s toMethodValidationResult
. - setAdapters(XmlAdapter<?, ?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify the
XmlAdapter
s to be registered with the JAXBMarshaller
andUnmarshaller
. - setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
Specify a particular instance of the target advice directly, avoiding lazy resolution in
AbstractBeanFactoryPointcutAdvisor.getAdvice()
. - setAdvice(Advice) - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
-
Specify the advice that this advisor should apply.
- setAdvice(Advice) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
- setAdviceBeanName(String) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
-
Specify the name of the advice bean that this advisor should refer to.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Specify the AdvisorAdapterRegistry to use.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
-
Specify the AdvisorAdapterRegistry to register AdvisorAdapter beans with.
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Specify the
AdvisorAdapterRegistry
to use. - setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Specify the AdvisorAdapterRegistry to use.
- setAdvisorBeanNamePrefix(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Set the prefix for bean names that will cause them to be included for auto-proxying by this object.
- setAdvisorChainFactory(AdvisorChainFactory) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the advisor chain factory to use.
- setAfterInitialization(boolean) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Choose whether to perform validation after bean initialization (i.e.
- setAfterMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written after a request is processed.
- setAfterMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written after a request is processed.
- setAgentId(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the agent id of the
MBeanServer
to locate. - setAgentId(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the agent id of the
MBeanServer
to locate. - setAgentId(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set the agent id of the
MBeanServer
to locate. - setAliases(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the alias/type map, consisting of string aliases mapped to classes.
- setAliasesByType(Map<String, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the aliases by type map, consisting of string aliases mapped to classes.
- setAll(Map<String, String>) - Method in class org.springframework.http.HttpHeaders
- setAll(Map<String, String>) - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- setAll(Map<String, String>) - Method in class org.springframework.http.support.JettyHeadersAdapter
- setAll(Map<String, String>) - Method in class org.springframework.http.support.Netty4HeadersAdapter
- setAll(Map<String, String>) - Method in class org.springframework.http.support.Netty5HeadersAdapter
- setAll(Map<String, String>) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- setAll(Map<String, String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- setAll(Map<K, V>) - Method in interface org.springframework.util.MultiValueMap
-
Set the given values under.
- setAll(Map<K, V>) - Method in class org.springframework.util.MultiValueMapAdapter
- setAllow(Set<HttpMethod>) - Method in class org.springframework.http.HttpHeaders
-
Set the set of allowed
HTTP methods
, as specified by theAllow
header. - setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
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) - Method in class org.springframework.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) - Method in class org.springframework.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) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set whether to allow circular references between beans - and automatically try to resolve them.
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
Set whether to allow circular references between beans - and automatically try to resolve them.
- setAllowCircularReferences(boolean) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set whether to allow circular references between beans - and automatically try to resolve them.
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to allow core threads to time out.
- setAllowCoreThreadTimeOut(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to allow core threads to time out.
- setAllowCredentials(Boolean) - Method in class org.springframework.web.cors.CorsConfiguration
-
Whether user credentials are supported.
- setAllowCustomIsolationLevels(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to allow custom isolation levels to be specified.
- setAllowEagerClassLoading(boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set whether the factory is allowed to eagerly load bean classes even for bean definitions that are marked as "lazy-init".
- setAllowEagerInit(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Specify whether to allow eager initialization of candidate beans when auto-detecting MBeans in the Spring application context.
- setAllowedFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register field patterns that should be allowed for binding.
- setAllowedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of headers that a pre-flight request can list as allowed for use during an actual request.
- setAllowedLocations(Resource...) - Method in class org.springframework.web.reactive.resource.PathResourceResolver
-
By default, when a Resource is found, the path of the resolved resource is compared to ensure it's under the input location where it was found.
- setAllowedLocations(Resource...) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
By default, when a Resource is found, the path of the resolved resource is compared to ensure it's under the input location where it was found.
- setAllowedMethods(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the HTTP methods to allow, e.g.
- setAllowedOriginPatterns(String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
- setAllowedOriginPatterns(String...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Configure allowed
Origin
pattern header values. - setAllowedOriginPatterns(String...) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Alternative to
StompWebSocketEndpointRegistration.setAllowedOrigins(String...)
that supports more flexible patterns for specifying the origins for which cross-origin requests are allowed from a browser. - setAllowedOriginPatterns(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- setAllowedOriginPatterns(String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Alternative to
WebSocketHandlerRegistration.setAllowedOrigins(String...)
that supports more flexible patterns for specifying the origins for which cross-origin requests are allowed from a browser. - setAllowedOriginPatterns(Collection<String>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
-
Alternative to
OriginHandshakeInterceptor.setAllowedOrigins(Collection)
that supports more flexible patterns for specifying the origins for which cross-origin requests are allowed from a browser. - setAllowedOriginPatterns(Collection<String>) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Alternative to
AbstractSockJsService.setAllowedOrigins(Collection)
that supports more flexible patterns for specifying the origins for which cross-origin requests are allowed from a browser. - setAllowedOriginPatterns(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Alternative to
CorsConfiguration.setAllowedOrigins(java.util.List<java.lang.String>)
that supports more flexible origins patterns with "*" anywhere in the host name in addition to port lists. - setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
- setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Configure allowed
Origin
header values. - setAllowedOrigins(String...) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Set the origins for which cross-origin requests are allowed from a browser.
- setAllowedOrigins(String...) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- setAllowedOrigins(String...) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Set the origins for which cross-origin requests are allowed from a browser.
- setAllowedOrigins(Collection<String>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
-
Set the origins for which cross-origin requests are allowed from a browser.
- setAllowedOrigins(Collection<String>) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Set the origins for which cross-origin requests are allowed from a browser.
- setAllowedOrigins(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
A list of origins for which cross-origin requests are allowed where each value may be one of the following: a specific domain, e.g.
- setAllowInitLookupPath(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
When enabled, if there is neither a
esolved
String lookupPath nor aparsed
RequestPath
then use theconfigured
UrlPathHelper
to resolve a String lookupPath. - setAllowNullValues(boolean) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Specify whether to accept and convert
null
values for all caches in this cache manager. - setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Set whether to allow
null
values (adapting them to an internal null holder value). - setAllowNullValues(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether to accept and convert
null
values for all caches in this cache manager. - setAllowNullValues(boolean) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Specify whether to accept and convert
null
values for all caches in this cache manager. - setAllowPrivateNetwork(Boolean) - Method in class org.springframework.web.cors.CorsConfiguration
-
Whether private network access is supported for user-agents restricting such access by default.
- setAllowRawInjectionDespiteWrapping(boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set whether to allow the raw injection of a bean instance into some other bean's property, despite the injected bean eventually getting wrapped (for example, through AOP auto-proxying).
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
- setAllowRequestOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
- setAllowResultAccessAfterCompletion(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Deprecated.as of 5.3.29 since Hibernate 5.x aggressively closes ResultSets on commit, making it impossible to rely on ResultSet holdability. Also, Spring does not provide an equivalent setting on
JpaTransactionManager
. - setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
- setAllowSessionOverride(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
- setAlt(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the '
alt
' attribute. - setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Specify whether to always include the view rather than forward to it.
- setAlwaysInclude(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Specify whether to always include the view rather than forward to it.
- setAlwaysTranslate(boolean) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Specify whether to always translate the exception ("true"), or whether throw the raw exception when declared, i.e.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Deprecated.as of 5.3 in favor of using
UrlBasedCorsConfigurationSource.setUrlPathHelper(UrlPathHelper)
, if at all. For further details, please seeUrlBasedCorsConfigurationSource.setAllowInitLookupPath(boolean)
. - setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Deprecated.as of 6.0, in favor of using
AbstractHandlerMapping.setUrlPathHelper(UrlPathHelper)
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if URL lookup should always use full path within current servlet context.
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Deprecated.as of 5.3, the path is resolved externally and obtained with
ServletRequestPathUtils.getCachedPathValue(ServletRequest)
- setAlwaysUseFullPath(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Whether URL lookups should always use the full path within the current web application context, i.e.
- setAlwaysUseJndiLookup(boolean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to always use JNDI lookups equivalent to standard Jakarta EE resource injection, even for
name
attributes and default names. - setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.context.support.MessageSourceSupport
-
Set whether to always apply the
MessageFormat
rules, parsing even messages without arguments. - setAnnotatedClasses(Class<?>...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- setAnnotatedClasses(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set annotated classes for which aliases will be read from class-level annotation metadata.
- setAnnotatedEndpointClasses(Class<?>...) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Explicitly list annotated endpoint types that should be registered on startup.
- setAnnotatedPackages(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify the names of annotated packages, for which package-level annotation metadata will be read.
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set an
AnnotationIntrospector
for both serialization and deserialization. - setAopProxyFactory(AopProxyFactory) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
- setApplicationContext(ApplicationContext) - Method in interface org.springframework.context.ApplicationContextAware
-
Set the ApplicationContext that this object runs in.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.event.EventListenerMethodProcessor
- setApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
- setApplicationContext(ApplicationContext) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Setting an
ApplicationContext
is optional: If set, Reactor resources will be initialized in thelifecycle start
phase and closed in thelifecycle stop
phase. - setApplicationContext(ApplicationContext) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the builder
ApplicationContext
in order to autowire Jackson handlers (JsonSerializer
,JsonDeserializer
,KeyDeserializer
,TypeResolverBuilder
andTypeIdResolver
). - setApplicationContext(ApplicationContext) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
- setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Setting an
ApplicationContext
is optional: If set, registered tasks will be activated in theContextRefreshedEvent
phase; if not set, it will happen atScheduledAnnotationBeanPostProcessor.afterSingletonsInstantiated()
time. - setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
Set the
ApplicationContext
to be used by this test instance, provided viaApplicationContextAware
semantics. - setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Set the
ApplicationContext
to be used by this test instance, provided viaApplicationContextAware
semantics. - setApplicationContext(ApplicationContext) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.DispatcherHandler
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.resource.ResourceUrlProvider
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
A
ConfigurableApplicationContext
is expected for resolving expressions in method argument default values as well as for detecting@ControllerAdvice
beans. - setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.result.view.AbstractView
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Accept the containing
ApplicationContext
, if any. - setApplicationContext(ApplicationContext) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure the
ApplicationContext
associated with the web application, if it was initialized with one viaWebHttpHandlerBuilder.applicationContext(ApplicationContext)
. - setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Set the Spring
ApplicationContext
, e.g. - setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Called by Spring via
ApplicationContextAware
to inject the current application context. - setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
- setApplicationContextJobDataKey(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
- setApplicationContextSchedulerContextKey(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the key of an
ApplicationContext
reference to expose in the SchedulerContext, for example "applicationContext". - setApplicationDestinationPrefixes(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure one or more prefixes to filter destinations targeting application annotated methods.
- setApplicationEventClass(Class<?>) - Method in class org.springframework.context.event.EventPublicationInterceptor
-
Set the application event class to publish.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in interface org.springframework.context.ApplicationEventPublisherAware
-
Set the ApplicationEventPublisher that this object runs in.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.context.event.EventPublicationInterceptor
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
- setApplicationStartup(ApplicationStartup) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the
ApplicationStartup
for this bean factory. - setApplicationStartup(ApplicationStartup) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setApplicationStartup(ApplicationStartup) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- setApplicationStartup(ApplicationStartup) - Method in interface org.springframework.context.ApplicationStartupAware
-
Set the ApplicationStartup that this object runs with.
- setApplicationStartup(ApplicationStartup) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the
ApplicationStartup
for this application context. - setApplicationStartup(ApplicationStartup) - Method in class org.springframework.context.support.AbstractApplicationContext
- setApplicationStartup(ApplicationStartup) - Method in class org.springframework.context.support.GenericApplicationContext
- setApplyCommonInterceptorsFirst(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set whether the common interceptors should be applied before bean-specific ones.
- setArgumentNames(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Set by the creator of this advice object if the argument names are known.
- setArgumentNamesFromStringArray(String...) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Set by the creator of this advice object if the argument names are known.
- setArgumentResolverConfigurer(ArgumentResolverConfigurer) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Configure custom resolvers for handler method arguments.
- setArgumentResolverConfigurer(ArgumentResolverConfigurer) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Configure resolvers for controller method arguments.
- setArgumentResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Configure the argument resolvers to use for resolving method argument values against a
ServerWebExchange
. - setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Configure the complete list of supported argument types effectively overriding the ones configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Configure the complete list of supported argument types, effectively overriding the ones configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Configure the argument resolvers to use for resolving method argument values against a
ServerWebExchange
. - setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
- setArgumentResolvers(List<SyncHandlerMethodArgumentResolver>) - Method in class org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod
-
Configure the argument resolvers to use for resolving method argument values against a
ServerWebExchange
. - setArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).
- setArguments(Object...) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
- setArguments(Object...) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Set the arguments to be used on subsequent invocations in the any advice in this chain.
- setArguments(Object...) - Method in class org.springframework.util.MethodInvoker
-
Set arguments for the method invocation.
- setArgumentSeparator(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the separator to use for splitting an arguments String.
- setArrays(Object[]) - Method in class org.springframework.cglib.util.ParallelSorter.Generator
- setAscending(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set whether to sort ascending (true) or descending (false).
- setAspectBeanName(String) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
-
Set the name of the aspect bean.
- setAspectJAdvisorFactory(AspectJAdvisorFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- setAspectName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Set the name of the aspect (bean) in which the advice was declared.
- setAssembler(MBeanInfoAssembler) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the
MBeanInfoAssembler
interface to use for this exporter. - setAsText(String) - Method in class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharacterEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharArrayPropertyEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CharsetEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassArrayEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ClassEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CurrencyEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomBooleanEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
Convert the given text value to a Collection with a single element.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomDateEditor
-
Parse the Date from the given text, using the specified DateFormat.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
Convert the given text value to a Map with a single element.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Parse the Number from the given text, using the specified NumberFormat.
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.FileEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputSourceEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.InputStreamEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.LocaleEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PathEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PatternEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
-
Convert
String
intoProperties
, considering it as properties content. - setAsText(String) - Method in class org.springframework.beans.propertyeditors.ReaderEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ResourceBundleEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.StringTrimmerEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.TimeZoneEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.URIEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.URLEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.UUIDEditor
- setAsText(String) - Method in class org.springframework.beans.propertyeditors.ZoneIdEditor
- setAsText(String) - Method in class org.springframework.beans.PropertyValuesEditor
- setAsText(String) - Method in class org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
- setAsText(String) - Method in class org.springframework.core.io.ResourceEditor
- setAsText(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Treat the given text as a location pattern or comma delimited location patterns and convert it to a Resource array.
- setAsText(String) - Method in class org.springframework.format.support.FormatterPropertyEditorAdapter
- setAsText(String) - Method in class org.springframework.http.MediaTypeEditor
- setAsText(String) - Method in class org.springframework.jndi.JndiTemplateEditor
- setAsText(String) - Method in class org.springframework.mail.javamail.InternetAddressEditor
- setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeEditor
-
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
- setAsText(String) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
- setAsText(String) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the 'async' annotation type.
- setAsyncAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the 'async' annotation type to be detected at either class or method level.
- setAsyncCacheLoader(AsyncCacheLoader<Object, Object>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine AsyncCacheLoader to use for building each individual
CaffeineCache
instance, turning it into a LoadingCache. - setAsyncCacheMode(boolean) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the common cache type that this cache manager builds to async.
- setAsyncContext(MockAsyncContext) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setAsyncMode(boolean) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks that are never joined.
- setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Specify the timeout value for async execution.
- setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Specify the timeout value for async execution.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling should time out.
- setAsyncRequestTimeout(long) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling should time out.
- setAsyncSendTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- setAsyncSendTimeout(Long) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
-
Exposes the underlying config option on
WebSocketContainer.setAsyncSendTimeout(long)
. - setAsyncSendTimeout(Long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- setAsyncStarted(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setAsyncSupported(boolean) - Method in class org.springframework.mock.web.MockFilterRegistration
- setAsyncSupported(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setAsyncWebRequest(AsyncWebRequest) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Configure the
AsyncWebRequest
to use. - setAttemptLoad(boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
If set, CGLIB will attempt to load classes from the specified
ClassLoader
before generating them. - setAttribute(String, boolean) - Method in interface org.springframework.test.context.aot.AotTestAttributes
-
Set a
boolean
attribute for later retrieval during AOT run-time execution. - setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Deprecated.
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- setAttribute(String, Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
- setAttribute(String, Object) - Method in interface org.springframework.core.AttributeAccessor
-
Set the attribute defined by
name
to the suppliedvalue
. - setAttribute(String, Object) - Method in class org.springframework.core.AttributeAccessorSupport
- setAttribute(String, Object) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Set the value with the given name replacing an existing value (if any).
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
- setAttribute(String, Object) - Method in class org.springframework.test.context.support.DefaultTestContext
- setAttribute(String, Object) - Method in class org.springframework.web.context.support.ContextExposingHttpServletRequest
- setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
- setAttribute(String, Object, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Set the value for the scoped attribute of the given name, replacing an existing value (if any).
- setAttribute(String, Object, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
- setAttribute(String, String) - Method in class org.springframework.mock.web.MockCookie
- setAttribute(String, String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setAttribute(String, String) - Method in interface org.springframework.test.context.aot.AotTestAttributes
-
Set a
String
attribute for later retrieval during AOT run-time execution. - setAttribute(Attribute) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the
context ClassLoader
for the managed resourcesClassLoader
before allowing the invocation to occur. - setAttributeName(String) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
-
Set the name of the ServletContext attribute to expose.
- setAttributeNamePrefix(String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
-
Specify a prefix to use for the attribute names in the backend session.
- setAttributes(Map<String, Object>) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
-
Set the ServletContext attributes to expose as key-value pairs.
- setAttributes(Properties) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a
java.util.Properties
object. - setAttributes(Properties) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a
java.util.Properties
object, for all views returned by this resolver. - setAttributes(AttributeList) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the
context ClassLoader
for the managed resourcesClassLoader
before allowing the invocation to occur. - setAttributes(SimpAttributes) - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Bind the given SimpAttributes to the current thread.
- setAttributesCSV(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes as a CSV string.
- setAttributesFromMessage(Message<?>) - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Extract the SiMP session attributes from the given message, wrap them in a
SimpAttributes
instance and bind it to the current thread. - setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set static attributes for this view from a Map.
- setAttributesMap(Map<String, ?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set static attributes from a Map, for all views returned by this resolver.
- setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Set the
JmxAttributeSource
implementation to use for reading the metadata from the bean class. - setAttributeSource(JmxAttributeSource) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Set the implementation of the
JmxAttributeSource
interface to use when reading the source-level metadata. - setAttributesSupplier(Supplier<Map<String, Object>>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Set the attribute supplier.
- setAuthorizedRoles(String...) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
-
Set the roles that this interceptor should treat as authorized.
- setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Specify whether the returned Connection's "autoCommit" setting should be overridden.
- setAutoCommit(boolean) - Method in class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Set whether the returned
Connection
's "autoCommit" setting should be overridden. - setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
autocomplete
' attribute. - setAutocomplete(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the '
autocomplete
' attribute. - setAutodetect(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
- setAutodetectAnnotations(boolean) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Activate XStream's autodetection mode.
- setAutodetectDataSource(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to autodetect a JDBC DataSource used by the Hibernate SessionFactory, if set via LocalSessionFactoryBean's
setDataSource
. - setAutoDetectFields(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for
MapperFeature.AUTO_DETECT_FIELDS
option. - setAutoDetectGettersSetters(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
- setAutodetectInterfaces(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set whether to autodetect proxy interfaces if none specified.
- setAutodetectMode(int) - Method in class org.springframework.jmx.export.MBeanExporter
-
Deprecated.as of 6.1, in favor of the
"autodetect" flag
- setAutodetectModeName(String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Deprecated.as of 6.1, in favor of the
"autodetect" flag
- setAutodetectTransactionManager(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect a JTA UserTransaction object that implements the JTA TransactionManager interface too (i.e.
- setAutodetectTransactionSynchronizationRegistry(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect a JTA 1.1 TransactionSynchronizationRegistry object at its default JDNI location ("java:comp/TransactionSynchronizationRegistry") if the UserTransaction has also been obtained from JNDI, and also whether to fall back to checking whether the JTA UserTransaction/TransactionManager object implements the JTA TransactionSynchronizationRegistry interface too.
- setAutodetectUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to autodetect the JTA UserTransaction at its default JNDI location "java:comp/UserTransaction", as specified by Jakarta EE.
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Specify a limit for array and collection auto-growing.
- setAutoGrowCollectionLimit(int) - Method in interface org.springframework.beans.BeanWrapper
-
Specify a limit for array and collection auto-growing.
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.validation.DataBinder
-
Specify the limit for array and collection auto-growing.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setAutoGrowNestedPaths(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Set whether this instance should attempt to "auto-grow" a nested path that contains a
null
value. - setAutoGrowNestedPaths(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- setAutoReceipt(boolean) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- setAutoReceipt(boolean) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
When enabled, a receipt header is automatically added to future
send
andsubscribe
operations on this session, which causes the server to return a RECEIPT. - setAutoStartup(boolean) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set whether to auto-start the endpoint activation after this endpoint manager has been initialized and the context has been refreshed.
- setAutoStartup(boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setAutoStartup(boolean) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Set whether to automatically start the container after initialization.
- setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Configure whether the
StompBrokerRelayMessageHandler
should start automatically when the Spring ApplicationContext is refreshed. - setAutoStartup(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to automatically start the scheduler after initialization.
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Set whether to auto-connect to the remote endpoint after this connection manager has been initialized and the Spring context has been refreshed.
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Set whether to auto-start the contained WebSocketClient when the Spring context has been refreshed.
- setAutowire(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default autowire setting for the document that's currently parsed.
- setAutowireCandidate(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean is a candidate for getting autowired into some other bean.
- setAutowireCandidate(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a candidate for getting autowired into some other bean.
- setAutowireCandidatePatterns(String...) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the name-matching patterns for determining autowire candidates.
- setAutowireCandidateResolver(AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set a custom autowire candidate resolver for this BeanFactory to use when deciding whether a bean definition should be considered as a candidate for autowiring.
- setAutowireCandidates(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default autowire-candidate pattern for the document that's currently parsed.
- setAutowiredAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the 'autowired' annotation type, to be used on constructors, fields, setter methods, and arbitrary config methods.
- setAutowiredAnnotationTypes(Set<Class<? extends Annotation>>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the 'autowired' annotation types, to be used on constructors, fields, setter methods, and arbitrary config methods.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the autowire mode.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the autowire mode for this definition.
- setAutowireMode(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Set the autowire mode.
- setAwaitTerminationMillis(long) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Variant of
ExecutorConfigurationSupport.setAwaitTerminationSeconds(int)
with millisecond precision. - setAwaitTerminationSeconds(int) - Method in class org.springframework.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) - Method in class org.springframework.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.
- setBackgroundInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the bootstrap mode for this bean: default is
false
for using the main pre-instantiation thread for non-lazy singleton beans and the caller thread for prototype beans. - setBackOff(BackOff) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setBackOff(BackOff) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the
BackOff
instance to use to compute the interval between recovery attempts. - setBadSqlGrammarCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setBase64EncodeByteArrays(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to Base64-encode
byte[]
properties when reading and writing JSON. - setBasename(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set a single basename, following the basic ResourceBundle convention of not specifying file extension or language codes.
- setBasename(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Set a single basename, following
ResourceBundle
conventions. - setBasenamePrefix(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.Set the prefix that gets applied to the ResourceBundle basenames, i.e.
- setBasenames(String...) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set an array of basenames, each following the basic ResourceBundle convention of not specifying file extension or language codes.
- setBasenames(String...) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Set an array of basenames, each following
ResourceBundle
conventions. - setBasicAuth(String) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the Authorization header to Basic Authentication based on the given encoded credentials.
- setBasicAuth(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the Authorization header to Basic Authentication based on the given username and password.
- setBasicAuth(String, String, Charset) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the Authorization header to Basic Authentication based on the given username and password.
- setBatchSize(int) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Set the number of statements that will trigger an automatic intermediate flush.
- setBcc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setBcc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setBcc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setBcc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setBcc(String) - Method in interface org.springframework.mail.MailMessage
- setBcc(String) - Method in class org.springframework.mail.SimpleMailMessage
- setBcc(String...) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setBcc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setBcc(String...) - Method in interface org.springframework.mail.MailMessage
- setBcc(String...) - Method in class org.springframework.mail.SimpleMailMessage
- setBean(Object) - Method in class org.springframework.cglib.beans.BeanMap.Generator
-
Set the bean that the generated map should reflect.
- setBean(Object) - Method in class org.springframework.cglib.beans.BeanMap
-
Change the underlying bean this map should use.
- setBean(Object) - Method in class org.springframework.cglib.beans.ImmutableBean.Generator
- setBean(Object) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the actual bean instance to invoke this endpoint method on.
- setBeanClass(Class) - Method in class org.springframework.cglib.beans.BeanMap.Generator
-
Set the class of the bean that the generated map should support.
- setBeanClass(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the class for this bean.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
- setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.BeanClassLoaderAware
-
Callback that supplies the bean
class loader
to a bean instance. - setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- setBeanClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the class loader to use for loading bean classes.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the ClassLoader to use for bean classes.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.context.weaving.DefaultContextLoadTimeWeaver
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.export.MBeanExporter
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.bsh.BshScriptFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.scripting.support.StandardScriptFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.
- setBeanClassName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify the bean class name of this bean definition.
- setBeanClassName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the bean class name of this bean definition.
- setBeanContainer(ConfigurableListableBeanFactory) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Set a Hibernate
BeanContainer
for the given SpringConfigurableListableBeanFactory
. - setBeanDefinitionDefaults(BeanDefinitionDefaults) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the defaults to use for detected beans.
- setBeanExpressionResolver(BeanExpressionResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify the resolution strategy for expressions in bean definition values.
- setBeanExpressionResolver(BeanExpressionResolver) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.framework.ProxyFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Set the
BeanFactory
to be used when looking up executors by qualifier or when relying on the default executor lookup algorithm. - setBeanFactory(BeanFactory) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Set the owning BeanFactory.
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
- setBeanFactory(BeanFactory) - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.BeanFactoryAware
-
Callback that supplies the owning factory to a bean instance.
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
- setBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
-
Set the
BeanFactory
in which this aspect must configure beans. - setBeanFactory(BeanFactory) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the containing
BeanFactory
forCacheManager
and other service lookups. - setBeanFactory(BeanFactory) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
- setBeanFactory(BeanFactory) - Method in class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
- setBeanFactory(BeanFactory) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Making a
BeanFactory
available is optional; if not set,JmsListenerConfigurer
beans won't get autodetected and anendpoint registry
has to be explicitly configured. - setBeanFactory(BeanFactory) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
A
BeanFactory
only needs to be available in conjunction withJmsListenerEndpointRegistrar.setContainerFactoryBeanName(java.lang.String)
. - setBeanFactory(BeanFactory) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the
BeanFactory
to use to resolve expressions (may benull
). - setBeanFactory(BeanFactory) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
- setBeanFactory(BeanFactory) - Method in class org.springframework.jmx.export.MBeanExporter
- setBeanFactory(BeanFactory) - Method in class org.springframework.jndi.JndiObjectFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
- setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
A
BeanFactory
only needs to be available for placeholder resolution in handler method arguments; it's optional otherwise. - setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
The bean factory just needs to be known for resolving entity interceptor bean names.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Accept the containing
BeanFactory
, registering corresponding HibernateBeanContainer
integration for it if possible. - setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Retrieves an EntityManagerFactory by persistence unit name, if none set explicitly.
- setBeanFactory(BeanFactory) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.r2dbc.connection.lookup.BeanFactoryConnectionFactoryLookup
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
-
Set the
BeanFactory
to be used when looking up executors by qualifier. - setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Making a
BeanFactory
available is optional; if not set,SchedulingConfigurer
beans won't get autodetected and ascheduler
has to be explicitly configured. - setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
-
The bean factory for scheduler lookups.
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set the BeanFactory to use for retrieving
TransactionManager
beans. - setBeanFactory(BeanFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
This callback is optional: If running in a BeanFactory and no transaction manager has been set explicitly, a single matching bean of type
PlatformTransactionManager
will be fetched from the BeanFactory. - setBeanFactory(BeanFactory) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
A
BeanFactory
to use for resolving an executor name. - setBeanFactory(BeanFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
A
ConfigurableBeanFactory
is expected for resolving expressions in method argument default values. - setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setBeanInstance(Object) - Method in class org.springframework.beans.BeanWrapperImpl
-
Set a bean instance to hold, without any unwrapping of
Optional
. - setBeanName(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
- setBeanName(String) - Method in interface org.springframework.beans.factory.BeanNameAware
-
Set the name of the bean in the bean factory that created this bean.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
The bean name of this FieldRetrievingFactoryBean will be interpreted as "staticField" pattern, if neither "targetClass" nor "targetObject" nor "targetField" have been specified.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Only necessary to check that we're not parsing our own bean definition, to avoid failing on unresolvable placeholders in properties file locations.
- setBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
The bean name of this PropertyPathFactoryBean will be interpreted as "beanName.property" pattern, if neither "targetObject" nor "targetBeanName" nor "propertyPath" have been specified.
- setBeanName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- setBeanName(String) - Method in class org.springframework.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) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the name of this message endpoint.
- setBeanName(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- setBeanName(String) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the name of this message endpoint.
- setBeanName(String) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
- setBeanName(String) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
A message channel uses the bean name primarily for logging purposes.
- setBeanName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- setBeanName(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- setBeanName(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.config.TaskSchedulerRouter
-
The bean name for this router, or the bean name of the containing bean if the router instance is internally held.
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- setBeanName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- setBeanName(String) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the bean name as defined in the Spring bean factory.
- setBeanName(String) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
- setBeanName(String) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Set the view's name.
- setBeanName(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
- setBeanName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
- setBeanName(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the view's name.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
BeanNameGenerator
to use for detected bean classes. - setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Provide a custom
BeanNameGenerator
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
, if any. - setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the BeanNameGenerator to use for detected bean classes.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
BeanNameGenerator
to be used when triggering component scanning fromConfiguration
classes and when registeringImport
'ed configuration classes. - setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom
BeanNameGenerator
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
. - setBeanNames(String...) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Set the names of the beans that should automatically get wrapped with proxies.
- setBeanNameSeparator(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
Set the separator to expect between bean name and property path.
- setBeanResolver(BeanResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setBeans(Map<String, Object>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Supply a
Map
of beans to be registered with the JMXMBeanServer
. - setBeanWiringInfoResolver(BeanWiringInfoResolver) - Method in class org.springframework.beans.factory.wiring.BeanConfigurerSupport
-
Set the
BeanWiringInfoResolver
to use. - setBearerAuth(String) - Method in class org.springframework.http.HttpHeaders
-
Set the value of the Authorization header to the given Bearer token.
- setBeforeExistingAdvisors(boolean) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Set whether this post-processor's advisor is supposed to apply before existing advisors when encountering a pre-advised object.
- setBeforeInvocation(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
- setBeforeMessagePrefix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be prepended to the log message written before a request is processed.
- setBeforeMessageSuffix(String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the value that should be appended to the log message written before a request is processed.
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- setBinaryMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- setBinaryMessageSizeLimit(int) - Method in interface org.springframework.web.socket.WebSocketSession
-
Configure the maximum size for an incoming binary message.
- setBindEmptyMultipartFiles(boolean) - Method in class org.springframework.web.bind.WebDataBinder
-
Set whether to bind empty MultipartFile parameters.
- setBinding(Binding) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Set the binding, i.e.
- setBinding(String, boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Register whether data binding should occur for a corresponding model attribute, corresponding to an
@ModelAttribute(binding=true/false)
declaration. - setBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Programmatically register an attribute for which data binding should not occur, not even for a subsequent
@ModelAttribute
declaration. - setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.validation.DataBinder
-
Set the strategy to use for processing binding errors, that is, required field errors and
PropertyAccessException
s. - setBindingErrorProcessor(BindingErrorProcessor) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for processing binding errors, that is, required field errors and
PropertyAccessException
s. - setBindings(Map<String, String>) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
Set the bindings for this namespace context.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
Deprecated.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Deprecated.Set the given content as binary stream on the given statement, using the given parameter index.
- setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
Deprecated.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
Deprecated.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Deprecated.Set the given content as bytes on the given statement, using the given parameter index.
- setBlobAsBytes(PreparedStatement, int, byte[]) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
Deprecated.
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the end delimiter for block comments in all SQL scripts.
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the end delimiter that identifies block comments within the SQL scripts.
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the end delimiter that identifies block comments within the SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the start delimiter for block comments in all SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the start delimiter that identifies block comments within the SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the start delimiter that identifies block comments within the SQL scripts.
- setBlockingExecutor(Executor) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Configure an executor to invoke blocking controller methods with.
- setBlockingMethodPredicate(Predicate<HandlerMethod>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Provide a predicate to decide which controller methods to invoke through the configured
blockingExecutor
. - setBlockingOperationScheduler(Scheduler) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Set the Reactor
Scheduler
to be used for creating files and directories, and writing to files. - setBlockTimeout(Duration) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
-
Configure how long to block for the response of an HTTP service method as described in
AbstractReactorHttpExchangeAdapter.getBlockTimeout()
. - setBlockWhenExhausted(boolean) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set whether the call should block when the pool is exhausted.
- setBody(String) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
- setBody(String, Charset) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
- setBody(Publisher<DataBuffer>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
- setBody(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.http.StreamingHttpOutputMessage
-
Set the streaming body callback for this message.
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
- setBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- setBodyConvertFunction(Function<ResolvableType, ?>) - Method in exception org.springframework.web.client.RestClientResponseException
-
Provide a function to use to decode the response error content via
RestClientResponseException.getResponseBodyAs(Class)
. - setBodyDecodeFunction(Function<ResolvableType, ?>) - Method in exception org.springframework.web.reactive.function.client.WebClientResponseException
-
Provide a function to find a decoder the given target type.
- setBodyPublisher(P, ParameterizedTypeReference<T>) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
-
Set the request body as a Reactive Streams
Publisher
. - setBodyRequired(boolean) - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
-
Whether this condition should expect requests to have a body.
- setBodyRequired(boolean) - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Whether this condition should expect requests to have a body.
- setBodyValue(Object) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the request body as an Object to be serialized.
- setBodyValue(Object) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
-
Set the request body as an Object to be serialized.
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
- setBootstrapContext(BootstrapContext) - Method in interface org.springframework.test.context.TestContextBootstrapper
-
Set the
BootstrapContext
to be used by this bootstrapper. - setBootstrapExecutor(Executor) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the
Executor
(possibly aTaskExecutor
) for background bootstrapping. - setBootstrapExecutor(Executor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify an asynchronous executor for background bootstrapping, e.g.
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify an asynchronous executor for background bootstrapping, e.g.
- setBroadcastDestination(String) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Set a destination to broadcast messages to that remain unresolved because the user is not connected.
- setBufferFactory(DataBufferFactory) - Method in class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
-
Set the buffer factory to use.
- setBufferFactory(DataBufferFactory) - Method in class org.springframework.http.client.reactive.JdkClientHttpConnector
-
Set the buffer factory to use.
- setBufferFactory(JettyDataBufferFactory) - Method in class org.springframework.http.client.reactive.JettyClientHttpConnector
-
Set the buffer factory to use.
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 6.1 requests are never buffered, as if this property is
false
- setBufferRequestBody(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 6.1 requests are never buffered, as if this property is
false
- setBufferSize(int) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
-
Set the size of the input buffer used for reading in bytes.
- setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setBufferSize(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Set the ClassLoader to load resource bundles with.
- setBundleClassLoader(ClassLoader) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Set the
ClassLoader
to load resource bundles with. - setByteBufferPool(ByteBufferPool) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
-
Set the
ByteBufferPool
to pass toWebSocketClient.connectionBuilder(org.xnio.XnioWorker, io.undertow.connector.ByteBufferPool, java.net.URI)
. - setByteBufferPool(ByteBufferPool) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the
ByteBufferPool
to use. - setCache(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Set whether to cache resolved destinations.
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
-
Set whether to cache the JNDI object once it has been located.
- setCache(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Enable or disable caching.
- setCache(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
Perform a lookup and save the
HandlerMappingIntrospector.CachedResult
as a request attribute. - setCacheableMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of cacheable Hibernate mapping files, for example as web app resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheBeanMetadata(boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
- setCacheBeanMetadata(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setCacheConsumers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify whether to cache JMS MessageConsumers per JMS Session instance (more specifically: one MessageConsumer per Destination, selector String and Session).
- setCacheControl(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Cache-Control
header. - setCacheControl(CacheControl) - Method in class org.springframework.http.HttpHeaders
-
Set a configured
CacheControl
instance as the new value of theCache-Control
header. - setCacheControl(CacheControl) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Specify the
CacheControl
which should be used by the resource handler. - setCacheControl(CacheControl) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Set the
CacheControl
instance to build the Cache-Control HTTP response header. - setCacheControl(CacheControl) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Specify the
CacheControl
which should be used by the resource handler. - setCacheControl(CacheControl) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set the
CacheControl
instance to build the Cache-Control HTTP response header. - setCacheDir(File) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the cache directory.
- setCacheFilter(AbstractCachingViewResolver.CacheFilter) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Set the filter that determines if view should be cached.
- setCacheLevel(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the level of caching that this listener container is allowed to apply.
- setCacheLevel(Integer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setCacheLevelName(String) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setCacheLevelName(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the level of caching that this listener container is allowed to apply, in the form of the name of the corresponding constant — for example,
"CACHE_CONNECTION"
. - setCacheLimit(int) - Method in class org.springframework.core.type.classreading.CachingMetadataReaderFactory
-
Specify the maximum number of entries for the MetadataReader cache.
- setCacheLimit(int) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
-
Specify the maximum number of entries for this template's SQL cache.
- setCacheLimit(int) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Specify the maximum number of entries for the resolved destination cache.
- setCacheLimit(int) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the cache limit to apply for registrations with the broker.
- setCacheLimit(int) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Specify the maximum number of entries for the view cache.
- setCacheLimit(Integer) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
When configured, the specified cache limit is passed down to the underlying SubscriptionRegistry, overriding any default there.
- setCacheLoader(CacheLoader<Object, Object>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine CacheLoader to use for building each individual
CaffeineCache
instance, turning it into a LoadingCache. - setCacheManager(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setCacheManager(CacheManager) - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Set the backing JCache
javax.cache.CacheManager
. - setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
-
Set the
CacheManager
that this instance should use. - setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the
CacheManager
to use to create a defaultCacheResolver
. - setCacheManager(CacheManager) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the
CacheManager
to use to create a defaultCacheResolver
. - setCacheManager(CacheManager) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Set the default
CacheManager
to use to lookup cache by name. - setCacheManagerProperties(Properties) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
Specify properties for the to-be-created
CacheManager
. - setCacheManagers(Collection<CacheManager>) - Method in class org.springframework.cache.support.CompositeCacheManager
-
Specify the CacheManagers to delegate to.
- setCacheManagerUri(URI) - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
-
Specify the URI for the desired
CacheManager
. - setCacheMappings(Properties) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Map settings for cache seconds to specific URL paths via patterns.
- setCacheMillis(long) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of milliseconds to cache loaded properties files.
- setCacheName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setCacheNames(String...) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify the set of cache names for this CacheManager's 'static' mode.
- setCacheNames(Collection<String>) - Method in class org.springframework.cache.interceptor.NamedCacheResolver
-
Set the cache name(s) that this resolver should use.
- setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache attributes.
- setCacheOperationSource(CacheOperationSource) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the CacheOperationSource for this cache aspect.
- setCacheOperationSource(JCacheOperationSource) - Method in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
-
Set the cache operation attribute source which is used to find cache attributes.
- setCacheOperationSource(JCacheOperationSource) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
Set the CacheOperationSource for this cache aspect.
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set one or more cache operation sources which are used to find the cache attributes.
- setCacheOperationSources(CacheOperationSource...) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set one or more sources to find cache operations.
- setCachePatterns(boolean) - Method in class org.springframework.util.AntPathMatcher
-
Specify whether to cache parsed pattern metadata for patterns passed into this matcher's
AntPathMatcher.match(java.lang.String, java.lang.String)
method. - setCachePeriod(Integer) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Specify the cache period for the resources served by the resource handler, in seconds.
- setCacheProducers(boolean) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify whether to cache JMS MessageProducers per JMS Session instance (more specifically: one MessageProducer per Destination and Session).
- setCacheQueries(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to cache all queries executed by this template.
- setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the Hibernate
RegionFactory
to use for the SessionFactory. - setCacheRegionFactory(RegionFactory) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Set the Hibernate
RegionFactory
to use for the SessionFactory. - setCacheResolver(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setCacheResolver(CacheResolver) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the default
CacheResolver
that this cache aspect should delegate to if no specific cache resolver has been set for the operation. - setCacheResolver(CacheResolver) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the default
CacheResolver
that this cache aspect should delegate to if no specific cache resolver has been set for the operation. - setCacheResolver(CacheResolver) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Set the
CacheResolver
to resolve regular caches. - setCaches(Collection<? extends Cache>) - Method in class org.springframework.cache.support.SimpleCacheManager
-
Specify the collection of Cache instances to use for this CacheManager.
- setCacheSeconds(int) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the number of seconds to cache loaded properties files.
- setCacheSeconds(int) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Cache content for the given number of seconds, by writing cache-related HTTP headers to the response: seconds == -1 (default value): no generation cache-related headers seconds == 0: "Cache-Control: no-store" will prevent caching seconds > 0: "Cache-Control: max-age=seconds" will ask to cache content
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Cache content produced by
@SessionAttributes
annotated handlers for the given number of seconds. - setCacheSize(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Set the number of buffered keys.
- setCacheSpecification(String) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine cache specification String to use for building each individual
CaffeineCache
instance. - setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Turn on/off the caching of the XSLT
Templates
instance. - setCacheTemplates(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Turn on/off the caching of the XSLT templates.
- setCacheUnresolved(boolean) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Whether a view name once resolved to
null
should be cached and automatically resolved tonull
subsequently. - setCacheUserTransaction(boolean) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set whether to cache the JTA UserTransaction object fetched from JNDI.
- setCacheWide(boolean) - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
- setCaffeine(Caffeine<Object, Object>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the Caffeine to use for building each individual
CaffeineCache
instance. - setCaffeineSpec(CaffeineSpec) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Set the
CaffeineSpec
to use for building each individualCaffeineCache
instance. - setCalendarName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Associate a specific calendar with this cron trigger.
- setCalendars(Map<String, Calendar>) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of Quartz Calendar objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure
CallableProcessingInterceptor
's to register on async requests. - setCallback(int, Callback) - Method in interface org.springframework.cglib.proxy.Factory
-
Set the callback for this object for the given type.
- setCallback(Callback) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the single
Callback
to use. - setCallbackFilter(CallbackFilter) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the
CallbackFilter
used to map the generated class' methods to a particular callback index. - setCallbacks(Callback[]) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the array of callbacks to use.
- setCallbacks(Callback[]) - Method in interface org.springframework.cglib.proxy.Factory
-
Replace all of the callbacks for this object at once.
- setCallbackType(Class) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the single type of
Callback
to use. - setCallbackTypes(Class[]) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the array of callback types to use.
- setCannotAcquireLockCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setCannotSerializeTransactionCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setCaseSensitive(boolean) - Method in class org.springframework.util.AntPathMatcher
-
Specify whether to perform pattern matching in a case-sensitive fashion.
- setCaseSensitive(boolean) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Configure whether path pattern matching should be case-sensitive.
- setCatalog(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify a database catalog to be applied to each Connection.
- setCatalog(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Specify a database catalog to be applied to each retrieved Connection.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name of the catalog.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the catalog for this context.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the catalog name to use.
- setCatalogName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the catalog for this insert.
- setCategory(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The category of this metric (ex.
- setCc(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setCc(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setCc(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setCc(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setCc(String) - Method in interface org.springframework.mail.MailMessage
- setCc(String) - Method in class org.springframework.mail.SimpleMailMessage
- setCc(String...) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setCc(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setCc(String...) - Method in interface org.springframework.mail.MailMessage
- setCc(String...) - Method in class org.springframework.mail.SimpleMailMessage
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setCharset(Charset) - Method in class org.springframework.http.codec.multipart.MultipartWriterSupport
-
Set the character set to use for part headers such as "Content-Disposition" (and its filename parameter).
- setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the default character set to use for reading and writing form data when the request or response
Content-Type
header does not explicitly specify it. - setCharset(Charset) - Method in class org.springframework.web.filter.FormContentFilter
-
The default character set to use for reading form data.
- setCharset(Charset) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Set the
Charset
used to decode byte sequences to character sequences when reading the FreeMarker template file for this view. - setCharset(Charset) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the charset used to read script and template files.
- setCharset(Charset) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the
Charset
used to decode byte sequences to character sequences when reading the FreeMarker template file for this view. - setCharset(Charset) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the charset used to read script and template files.
- setCharset(Charset) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setCharset(Charset)
documentation. - setCheckForXmlRootElement(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify whether the
Jaxb2Marshaller.supports(Class)
should check for@XmlRootElement
annotations. - setCheckFullyPopulated(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set whether we're strictly validating that all bean properties have been mapped from corresponding database columns.
- setCheckWriteOperations(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
- setChronology(Chronology) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's chronology (calendar system).
- setChunkSize(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the number of bytes to write in each chunk when not buffering request bodies locally.
- setClasses(Class[]) - Method in class org.springframework.cglib.proxy.Mixin.Generator
- setClasses(Class<?>...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the processed annotated classes, effectively overriding the original value declared via
@ContextConfiguration
. - setClassesToBeBound(Class<?>...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the list of Java classes to be recognized by a newly created JAXBContext.
- setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
Set the
ClassFilter
to use for this pointcut. - setClassFilter(ClassFilter) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcut
-
Set the
ClassFilter
to use for this pointcut. - setClassFilter(ClassFilter) - Method in class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
-
Set the
ClassFilter
to use for this pointcut. - setClassFilter(ClassFilter) - Method in class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
-
Set the
ClassFilter
to use for this pointcut. - setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
Set the
ClassFilter
to use for this pointcut. - setClassFilter(ClassFilter) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
Set the
ClassFilter
to use for this pointcut. - setClassLoader(ClassLoader) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
Set the
ClassLoader
in which the class will be generated. - setClassLoader(ClassLoader) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Specify the ClassLoader to load class path resources and bean classes with.
- setClassLoader(ClassLoader) - Method in class org.springframework.context.support.GenericApplicationContext
- setClassLoader(ClassLoader) - Method in class org.springframework.core.io.DefaultResourceLoader
-
Specify the ClassLoader to load class path resources with, or
null
for using the thread context class loader at the time of actual resource access. - setCleanupAfterInclude(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to perform cleanup of request attributes after an include request, that is, whether to reset the original state of all request attributes after the DispatcherServlet has processed within an include request.
- setClientHttpRequestInitializers(List<ClientHttpRequestInitializer>) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request initializers that this accessor should use.
- setClientId(String) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setClientId(String) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify a JMS client ID for the single Connection created and exposed by this ConnectionFactory.
- setClientId(String) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Specify the JMS client ID for a shared Connection created and used by this container.
- setClientId(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setClientLibraryUrl(String) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Transports with no native cross-domain communication (e.g.
- setClientLogin(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the login to use when creating connections to the STOMP broker on behalf of connected clients.
- setClientLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the login to use when creating connections to the STOMP broker on behalf of connected clients.
- setClientPasscode(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the passcode to use when creating connections to the STOMP broker on behalf of connected clients.
- setClientPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the client passcode to use to create connections to the STOMP broker on behalf of connected clients.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
Deprecated.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Deprecated.Set the given content as ASCII stream on the given statement, using the given parameter index.
- setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
Deprecated.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
Deprecated.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Deprecated.Set the given content as character stream on the given statement, using the given parameter index.
- setClobAsCharacterStream(PreparedStatement, int, Reader, int) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
Deprecated.
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
-
Deprecated.
- setClobAsString(PreparedStatement, int, String) - Method in interface org.springframework.jdbc.support.lob.LobCreator
-
Deprecated.Set the given content as String on the given statement, using the given parameter index.
- setClobAsString(PreparedStatement, int, String) - Method in class org.springframework.jdbc.support.lob.TemporaryLobCreator
-
Deprecated.
- setClock(Clock) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Set the clock to use for scheduling purposes.
- setClock(Clock) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
-
Set the clock to use for scheduling purposes.
- setClock(Clock) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the clock to use for scheduling purposes.
- setClock(Clock) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Configure the
Clock
to use to set lastAccessTime on every created session and to calculate if it is expired. - setCode(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message code for this tag.
- setCodecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure a custom
ServerCodecConfigurer
. - setCols(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the '
cols
' attribute. - setColumnName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
-
Set the name of the column in the sequence table.
- setColumnNames(List<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the names of the columns to be used.
- setComment(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the single-line comment prefix used in all SQL scripts.
- setCommentPrefix(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the prefix that identifies single-line comments within the SQL scripts.
- setCommentPrefix(String) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the prefix that identifies single-line comments within the SQL scripts.
- setCommentPrefixes(String...) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the prefixes that identify single-line comments within all SQL scripts.
- setCommentPrefixes(String...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the prefixes that identify single-line comments within the SQL scripts.
- setCommentPrefixes(String...) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the prefixes that identify single-line comments within the SQL scripts.
- setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setCommonMessages(Properties) - Method in class org.springframework.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) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set whether to expose JDK 8's 'common'
ForkJoinPool
. - setCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set one or more customizers to be applied to this evaluator's compiler configuration.
- setCompilerConfiguration(CompilerConfiguration) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
-
Set a custom compiler configuration for this evaluator.
- setComplete() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
- setComplete() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Indicate that message handling is complete, allowing for any cleanup or end-of-processing tasks to be performed such as applying header changes made via
HttpMessage.getHeaders()
to the underlying HTTP message (if not applied already). - setComplete() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- setComplete() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- setComplete() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
- setComplete() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
- setComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
- setComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
- setComplete(boolean) - Method in class org.springframework.scheduling.support.ScheduledTaskObservationContext
-
Set whether the task execution has completed.
- setCompleted() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Mark this transaction as completed, that is, committed or rolled back.
- setCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Mark this transaction as completed, that is, committed or rolled back.
- setConcurrency(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set a concurrency for the listener, if any.
- setConcurrency(String) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setConcurrency(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Specify concurrency limits.
- setConcurrency(String) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrency(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrency(String) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify concurrency limits via a "lower-upper" String, e.g.
- setConcurrencyLimit(int) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Set the maximum number of parallel task executions allowed.
- setConcurrencyLimit(int) - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
Set the maximum number of concurrent access attempts allowed.
- setConcurrent(boolean) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Specify whether multiple jobs should be run in a concurrent fashion.
- setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the number of core concurrent consumers to create.
- setConcurrentConsumers(int) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify the number of concurrent consumers to create.
- setConcurrentExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify the
Executor
to delegate to. - setConcurrentRefresh(boolean) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Specify whether to allow for concurrent refresh behavior, i.e.
- setCondition(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setConfigLocation(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context in init-param style, i.e.
- setConfigLocation(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context in init-param style, i.e.
- setConfigLocation(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- setConfigLocation(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
The
StaticWebApplicationContext
class does not support this method. - setConfigLocation(Resource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the location of a single Hibernate XML config file, for example as classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocation(Resource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the location of the Quartz properties config file, for example as classpath resource "classpath:quartz.properties".
- setConfigLocation(Resource) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the location of the FreeMarker config file.
- setConfigLocations(String...) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Set the config locations for this application context.
- setConfigLocations(String...) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the config locations for this web application context.
- setConfigLocations(String...) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- setConfigLocations(String...) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
The
StaticWebApplicationContext
class does not support this method. - setConfigLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the locations of multiple Hibernate XML config files, for example as classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConfiguration(Configuration) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
-
Set a preconfigured
Configuration
to use for the FreeMarker web config — for example, a shared one for web and email usage. - setConfiguration(Configuration) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Set the FreeMarker
Configuration
to be used by this view. - setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Set a preconfigured
Configuration
to use for the FreeMarker web config — for example, a shared one for web and email usage. - setConfiguration(Configuration) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the FreeMarker
Configuration
to be used by this view. - setConfigurationInitializer(Consumer<Configuration<?>>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a callback for customizing the Bean Validation
Configuration
instance, as an alternative to overriding theLocalValidatorFactoryBean.postProcessConfiguration(Configuration)
method in customLocalValidatorFactoryBean
subclasses. - setConfigurator(ClientEndpointConfig.Configurator) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setConfigurers(List<WebFluxConfigurer>) - Method in class org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
- setConfigurers(List<WebMvcConfigurer>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
- setConfigurers(List<WebSocketConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
- setConfigurers(List<WebSocketMessageBrokerConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
- setConnection(Connection) - Method in class org.springframework.r2dbc.connection.ConnectionHolder
-
Override the existing Connection with the given
Connection
. - setConnection(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Connection
header. - setConnection(Connection) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Override the existing Connection handle with the given Connection.
- setConnection(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Connection
header. - setConnectionAborted(boolean) - Method in class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
-
Set whether the current connection was aborted by the client, resulting in a
cancel signal
on the reactive chain, or anAbortedException
when reading the request. - setConnectionFactories(Map<String, ConnectionFactory>) - Method in class org.springframework.r2dbc.connection.lookup.MapConnectionFactoryLookup
-
Set the
Map
ofConnectionFactories
. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.r2dbc.connection.init.ConnectionFactoryInitializer
-
The
ConnectionFactory
for the database to populate when this component is initialized and to clean up when this component is shut down. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Set the R2DBC
ConnectionFactory
that this instance should manage transactions for. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Set the JMS ConnectionFactory that this instance should manage transactions for.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Set the ConnectionFactory to use for the underlying
JmsTemplate
. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Set the JMS connection factory to be used by the gateway.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the ConnectionFactory to use for obtaining JMS
Connections
. - setConnectionFactoryLookup(ConnectionFactoryLookup) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Set the
ConnectionFactoryLookup
implementation to use for resolving connection factory name Strings in thetargetConnectionFactories
map. - setConnectionHolder(ConnectionHolder) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Set the ConnectionHolder for this transaction object.
- setConnectionManager(ConnectionManager) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
Set the JCA ConnectionManager that should be used to create the desired connection factory.
- setConnectionProperties(Properties) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify arbitrary connection properties as key/value pairs, to be passed to the Driver.
- setConnectionProvider(ConnectionProvider) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Use this when you want to provide an externally managed
ConnectionProvider
instance. - setConnectionProvider(ConnectionProvider) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Use this when you want to provide an externally managed
ConnectionProvider
instance. - setConnectionProviderSupplier(Supplier<ConnectionProvider>) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Use this when you don't want to participate in global resources and you want to customize the creation of the managed
ConnectionProvider
. - setConnectionProviderSupplier(Supplier<ConnectionProvider>) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Use this when you don't want to participate in global resources and you want to customize the creation of the managed
ConnectionProvider
. - setConnectionRequestTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying
RequestConfig
. - setConnectionRequestTimeout(Duration) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying
RequestConfig
. - setConnectLazily(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify whether to connect lazily, i.e.
- setConnectOnStartup(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether the proxy should connect to the
MBeanServer
at creation time (true
) or the first time it is invoked (false
). - setConnectOnStartup(boolean) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set whether to connect to the server on startup.
- setConnectTimeout(int) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying
RequestConfig
. - setConnectTimeout(int) - Method in class org.springframework.http.client.JettyClientHttpRequestFactory
-
Set the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the underlying connect timeout in milliseconds.
- setConnectTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout (in milliseconds).
- setConnectTimeout(Duration) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the connection timeout for the underlying
RequestConfig
. - setConnectTimeout(Duration) - Method in class org.springframework.http.client.JettyClientHttpRequestFactory
-
Set the underlying connect timeout in milliseconds.
- setConnectTimeout(Duration) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying connect timeout in milliseconds.
- setConnectTimeout(Duration) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the underlying connect timeout in milliseconds.
- setConnectTimeout(Duration) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's connect timeout as
Duration
. - setConnectTimeoutScheduler(TaskScheduler) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Configure a
TaskScheduler
for scheduling a connect timeout task where the timeout value is calculated based on the duration of the initial SockJS "Info" request. - setConstraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
- setConstructorArgumentValues(ConstructorArgumentValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify constructor argument values for this bean.
- setConstructorResolvers(List<ConstructorResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setContainerFactory(JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Set the
JmsListenerContainerFactory
to use in case aJmsListenerEndpoint
is registered with anull
container factory. - setContainerFactoryBeanName(String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Set the name of the
JmsListenerContainerFactory
to use by default. - setContainerFactoryBeanName(String) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Set the bean name of the
JmsListenerContainerFactory
to use in case aJmsListenerEndpoint
is registered with anull
container factory. - setContainingClass(Class<?>) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Optionally set the concrete class that contains this dependency.
- setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the content of the request body as a byte array.
- setContentCodings(List<String>) - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
-
Configure the supported content codings from the "Accept-Encoding" header for which to cache resource variations.
- setContentCodings(List<String>) - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
-
Configure the supported content codings in order of preference.
- setContentCodings(List<String>) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
-
Configure the supported content codings from the "Accept-Encoding" header for which to cache resource variations.
- setContentCodings(List<String>) - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
-
Configure the supported content codings in order of preference.
- setContentDisposition(ContentDisposition) - Method in class org.springframework.http.HttpHeaders
-
Set the Content-Disposition header.
- setContentDispositionFormData(String, String) - Method in class org.springframework.http.HttpHeaders
-
Set the
Content-Disposition
header when creating a"multipart/form-data"
request. - setContentLanguage(Locale) - Method in class org.springframework.http.HttpHeaders
-
Set the
Locale
of the content language, as specified by the Content-Language header. - setContentLength(int) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setContentLength(int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- setContentLength(long) - Method in class org.springframework.http.HttpHeaders
-
Set the length of the body in bytes, as specified by the
Content-Length
header. - setContentLength(long) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the content-length header.
- setContentLengthLong(long) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setContentLengthLong(long) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set a ContentNegotiationManager.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Set the
ContentNegotiationManager
to use to determine requested media types. - setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the
ContentNegotiationManager
to use to determine requested media types. - setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Set the
ContentNegotiationManager
to use to determine requested media types. - setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set the ContentNegotiationManager to use for the ProducesRequestCondition.
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Deprecated.as of 5.2.4 in favor of using
ResourceHttpRequestHandler.setMediaTypes(Map)
with mappings possibly obtained fromContentNegotiationManager.getMediaTypeMappings()
. - setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Set the
ContentNegotiationManager
to use to determine requested media types. - setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setContentType(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the content type for this view.
- setContentType(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the content type to use for the response.
- setContentType(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the content type for all views — for example,
"text/html;charset=UTF-8"
. - setContentType(MediaType) - Method in class org.springframework.http.HttpHeaders
-
Set the media type of the body, as specified by the
Content-Type
header. - setContentType(MediaType) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the media type for the request
Content-Type
header. - setContentType(MediaType) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setContentType(MimeType) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setContentType(MimeType) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the content-type header.
- setContentType(MimeType) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- setContentTypeResolver(ContentTypeResolver) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Configure a
ContentTypeResolver
for resolving the content type of input messages. - setContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Set the
RequestedContentTypeResolver
to use to determine requested media types. - setContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Set the
RequestedContentTypeResolver
to use to determine requested media types. - setContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
-
Set the ContentNegotiationManager to use for the ProducesRequestCondition.
- setContext(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the context path for the URL.
- setContextAttribute(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
from which to load the delegateFilter
bean. - setContextAttribute(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the name of the ServletContext attribute which should be used to retrieve the
WebApplicationContext
that this servlet is supposed to use. - setContextClass(Class) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- setContextClass(Class<?>) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom context class.
- setContextConfigLocation(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set the context config location explicitly, instead of relying on the default location built from the namespace.
- setContextId(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify a custom WebApplicationContext id, to be used as serialization id for the underlying BeanFactory.
- setContextInitializerClasses(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify the set of fully-qualified
ApplicationContextInitializer
class names, per the optional "contextInitializerClasses" servlet init-param. - setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.context.ContextLoader
-
Specify which
ApplicationContextInitializer
instances should be used to initialize the application context used by thisContextLoader
. - setContextInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Specify which
ApplicationContextInitializer
instances should be used to initialize the application context used by thisFrameworkServlet
. - setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setContextPath(String) - Method in class org.springframework.mock.web.MockServletContext
- setContextPath(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set a JAXB context path.
- setContextPaths(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set multiple JAXB context paths.
- setContextRelative(boolean) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current context path (
true
, the default) or relative to the web server root (false
). - setContextRelative(boolean) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
- setContextRelative(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to interpret a given URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
- setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set whether to continue existing periodic tasks even when this executor has been shutdown.
- setContinueOnError(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Flag to indicate that all failures in SQL should be logged but not cause a failure.
- setContinueOnError(boolean) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Flag to indicate that all failures in SQL should be logged but not cause a failure.
- setContinueScheduledExecutionAfterException(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether to continue the execution of a scheduled task after it threw an exception.
- setControllerAdvice(Object...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Register one or more
ControllerAdvice
instances to be used in tests (specifiedClass
will be turned into instance). - setControllerMethodPredicate(Predicate<HandlerMethod>) - Method in class org.springframework.web.reactive.config.BlockingExecutionConfigurer
-
Configure a predicate to decide if a controller method is blocking and should be called on a separate thread if an executor is configured.
- setConversionService(ConversionService) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Specify a
ConversionService
to use for converting property values, as an alternative to JavaBeans PropertyEditors. - setConversionService(ConversionService) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify a
ConversionService
to use for converting property values, as an alternative to JavaBeans PropertyEditors. - setConversionService(ConversionService) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setConversionService(ConversionService) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Specify a
ConversionService
to use for converting property values, as an alternative to JavaBeans PropertyEditors. - setConversionService(ConversionService) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set a
ConversionService
for binding JDBC values to bean properties, ornull
for none. - setConversionService(ConversionService) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Set a
ConversionService
for converting a fetched value. - setConversionService(ConversionService) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Configure a
ConversionService
to use for type conversion of String based values, e.g. - setConversionService(ConversionService) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the
ConversionService
to use to convert the original message payload or headers. - setConversionService(ConversionService) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Configure a
ConversionService
to use when resolving method arguments, for example message header values. - setConversionService(ConversionService) - Method in class org.springframework.validation.DataBinder
-
Specify a
ConversionService
to use for converting property values, as an alternative to JavaBeans PropertyEditors. - setConversionService(ConversionService) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a ConversionService which will apply to every DataBinder.
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractEnvironment
- setConversionService(ConfigurableConversionService) - Method in class org.springframework.core.env.AbstractPropertyResolver
- setConversionService(ConfigurableConversionService) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set the
ConfigurableConversionService
to be used when performing type conversions on properties. - setConversionService(FormattingConversionService) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a conversion service with custom formatters and converters.
- setConverted() - Method in class org.springframework.beans.MutablePropertyValues
-
Mark this holder as containing converted values only (i.e.
- setConvertedValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the converted value of the constructor argument, after processed type conversion.
- setConvertedValue(Object) - Method in class org.springframework.beans.PropertyValue
-
Set the converted value of this property value, after processed type conversion.
- setConverterLookup(ConverterLookup) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
ConverterLookup
to use. - setConverterRegistry(ConverterRegistry) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
ConverterRegistry
to use. - setConverters(ConverterMatcher...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the
Converters
orSingleValueConverters
to be registered with theXStream
instance. - setConverters(Set<?>) - Method in class org.springframework.context.support.ConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added: implementing
Converter
,ConverterFactory
, orGenericConverter
. - setConverters(Set<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom converter objects that should be added.
- setCookieDomain(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set the cookie "Domain" attribute.
- setCookieDomain(String) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Use the given domain for cookies created by this generator.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Add the "HttpOnly" attribute to the cookie.
- setCookieHttpOnly(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- setCookieMaxAge(Integer) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Deprecated.as of 6.0 in favor of
CookieLocaleResolver.setCookieMaxAge(Duration)
- setCookieMaxAge(Integer) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Use the given maximum age (in seconds) for cookies created by this generator.
- setCookieMaxAge(Duration) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Set the "Max-Age" attribute for the session id cookie.
- setCookieMaxAge(Duration) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set the cookie "Max-Age" attribute.
- setCookieName(String) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
-
Set the name for the session id cookie.
- setCookieName(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Deprecated.as of 6.0 in favor of
CookieLocaleResolver(String)
- setCookieName(String) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Use the given name for cookies created by this generator.
- setCookiePath(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set the cookie "Path" attribute.
- setCookiePath(String) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Use the given path for cookies created by this generator.
- setCookies(Cookie...) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setCookieSameSite(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Add the "SameSite" attribute to the cookie.
- setCookieSecure(boolean) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Add the "Secure" attribute to the cookie.
- setCookieSecure(boolean) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
- setCopyAllAttributes(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy all attributes from the HTTP session.
- setCopyHttpSessionId(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether the HTTP session id should be copied to the handshake attributes under the key
HttpSessionHandshakeInterceptor.HTTP_SESSION_ID_ATTR_NAME
. - setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's core pool size.
- setCorePoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's core pool size.
- setCorsConfiguration(CorsConfiguration) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Specify the CORS configuration for resources served by this handler.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
Set CORS configuration based on URL patterns.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Set the CORS configuration mappings.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Set the "global" CORS configurations based on URL patterns.
- setCorsConfigurations(Map<String, CorsConfiguration>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set "global" CORS configuration mappings.
- setCorsConfigurationSource(CorsConfigurationSource) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set a
CorsConfigurationSource
for "global" CORS config. - setCorsConfigurationSource(CorsConfigurationSource) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Set the "global" CORS configuration source.
- setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.filter.CorsFilter
-
Configure a custom
CorsProcessor
to use to apply the matchedCorsConfiguration
for a request. - setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Configure a custom
CorsProcessor
to use to apply the matchedCorsConfiguration
for a request. - setCorsProcessor(CorsProcessor) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Configure a custom
CorsProcessor
to use to apply the matchedCorsConfiguration
for a request. - setCreateSession(boolean) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to allow the HTTP session to be created while accessing it.
- setCreateTemporaryLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Deprecated.Specify whether to copy a byte array / String into a temporary JDBC Blob / Clob object created through the JDBC 4.0
createBlob
/createClob
methods. - setCreateXmlMapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
If set to true and no custom
ObjectMapper
has been set, aXmlMapper
will be created using its default constructor. - setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set user credentials for this proxy and the current thread.
- setCredentialsForCurrentThread(String, String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set user credentials for this proxy and the current thread.
- setCronExpression(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the cron expression for this trigger.
- setCronTasks(Map<Runnable, String>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
- setCronTasksList(List<CronTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
CronTask
objects. - setCssClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
class
' attribute. - setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
The CSS class to use when the field bound to a particular tag has errors.
- setCssErrorClass(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setCssStyle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
style
' attribute. - setCurrency(Currency) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the currency, if known.
- setCurrencyTimeLimit(int) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a currency time limit for this attribute.
- setCurrentlyInCreation(String, boolean) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Explicitly control the current in-creation status of the specified bean.
- setCurrentlyInCreation(String, boolean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- setCurrentlyInvokedFactoryMethod(Method) - Static method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a
CurrentTenantIdentifierResolver
to be passed on to the SessionFactory. - setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Overridden to reliably pass a
CurrentTenantIdentifierResolver
to the SessionFactory. - setCurrentTransactionIsolationLevel(Integer) - Method in class org.springframework.transaction.reactive.TransactionContext
- setCurrentTransactionIsolationLevel(Integer) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Expose an isolation level for the current transaction.
- setCurrentTransactionIsolationLevel(Integer) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose an isolation level for the current transaction.
- setCurrentTransactionName(String) - Method in class org.springframework.transaction.reactive.TransactionContext
- setCurrentTransactionName(String) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Expose the name of the current transaction, if any.
- setCurrentTransactionName(String) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose the name of the current transaction, if any.
- setCurrentTransactionReadOnly(boolean) - Method in class org.springframework.transaction.reactive.TransactionContext
- setCurrentTransactionReadOnly(boolean) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Expose a read-only flag for the current transaction.
- setCurrentTransactionReadOnly(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Expose a read-only flag for the current transaction.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the list of custom
HandlerMethodArgumentResolver
s that will be used after resolvers for supported argument type. - setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Sets the list of custom
HandlerMethodArgumentResolver
s that will be used after resolvers for supported argument type. - setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide resolvers for custom argument types.
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide resolvers for custom argument types.
- setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom resolvers for controller method arguments.
- setCustomEditors(Map<Class<?>, Class<? extends PropertyEditor>>) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
Specify the custom editors to register via a
Map
, using the class name of the required type as the key and the class name of the associatedPropertyEditor
as value. - setCustomHandlerMapping(Supplier<RouterFunctionMapping>) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Configure the factory to create a custom
RequestMappingHandlerMapping
. - setCustomHandlerMapping(Supplier<RequestMappingHandlerMapping>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Configure factory to create a custom
RequestMappingHandlerMapping
. - setCustomizer(Customizer) - Method in class org.springframework.cglib.core.KeyFactory.Generator
-
Deprecated.
- setCustomQualifierTypes(Set<?>) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
-
Register custom qualifier annotation types to be considered when autowiring beans.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Set the list of custom
HandlerMethodReturnValueHandler
s that will be used after return value handlers for known types. - setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Provide handlers for custom return value types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide handlers for custom return value types.
- setCustomReturnValueHandlers(HandlerMethodReturnValueHandler...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom handlers for controller method return values.
- setCustomSqlExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setCustomSqlExceptionTranslatorClass(Class<? extends SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setCustomTargetSourceCreators(TargetSourceCreator...) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set custom
TargetSourceCreators
to be applied in this order. - setCustomTranslations(CustomSQLErrorCodesTranslation...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setCustomTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
Set a custom exception translator to override any match that this translator would find.
- setDaemon(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether any threads started for the
JMXConnectorServer
should be started as daemon threads. - setDaemon(boolean) - Method in class org.springframework.util.CustomizableThreadCreator
-
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
- setDataAccessResourceFailureCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setDatabase(Database) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Specify the target database to operate on, as a value of the
Database
enum: DB2, DERBY, H2, HANA, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE - setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
-
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
- setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
Set the
DatabasePopulator
to execute during the bean destruction phase, if any, cleaning up the database and leaving it in a known state for others. - setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.r2dbc.connection.init.ConnectionFactoryInitializer
-
Set the
DatabasePopulator
to execute during the bean destruction phase, cleaning up the database and leaving it in a known state for others. - setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the configurer to use to configure the embedded database, as an alternative to
EmbeddedDatabaseBuilder.setType(org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType)
. - setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the strategy that will be used to configure the embedded database instance.
- setDatabaseName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the name of the database.
- setDatabasePlatform(String) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Specify the name of the target database to operate on.
- setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the strategy that will be used to initialize or populate the embedded database.
- setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
Set the
DatabasePopulator
to execute during the bean initialization phase, if any. - setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.r2dbc.connection.init.ConnectionFactoryInitializer
-
Set the
DatabasePopulator
to execute during the bean initialization phase. - setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Specify the database product name for the
DataSource
that this accessor uses. - setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.JdbcTransactionManager
-
Specify the database product name for the
DataSource
that this transaction manager operates on. - setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property if the database name contains spaces, in which case we can not use the bean name for lookup.
- setDatabaseProductName(String) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set the database product name for this translator.
- setDatabaseProductNames(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property to specify multiple database names that contains spaces, in which case we can not use bean names for lookup.
- setDatabaseType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the type of embedded database to use.
- setDataBinderFactory(WebDataBinderFactory) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the
WebDataBinderFactory
to be passed to argument resolvers allowing them to create aWebDataBinder
for data binding and type conversion purposes. - setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the
DataBufferFactory
to use forResource
loading. - setDataBufferFactory(JettyDataBufferFactory) - Method in class org.springframework.http.server.reactive.JettyCoreHttpHandlerAdapter
- setDataIntegrityViolationCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
-
Deprecated.Set the DataSource to use to obtain database connections.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Set the JDBC DataSource to be used by this DAO.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Set the JDBC
DataSource
that this instance should manage transactions for. - setDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
The
DataSource
for the database to populate when this component is initialized and to clean up when this component is shut down. - setDataSource(DataSource) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the JDBC
DataSource
to obtain connections from. - setDataSource(DataSource) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the DataSource to validate.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the data source to retrieve the value from.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set the JDBC DataSource to obtain connections from.
- setDataSource(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set the DataSource for this translator.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the DataSource to be used by the SessionFactory.
- setDataSource(DataSource) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
- setDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalEntityManagerFactoryBean
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
- setDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the default
DataSource
to be used by the Scheduler. - setDataSource(DataSource) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Set the
DataSource
, typically provided via Dependency Injection. - setDataSource(DataSource) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Set the
DataSource
, typically provided via Dependency Injection. - setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the factory to use to create the
DataSource
instance that connects to the embedded database. - setDataSourceFactory(DataSourceFactory) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the factory to use to create the
DataSource
instance that connects to the embedded database. - setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Set the DataSourceLookup implementation to use for resolving data source name Strings in the
targetDataSources
map. - setDataSourceLookup(DataSourceLookup) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSourceLookup that provides DataSources for the persistence provider, resolving data source names in
persistence.xml
against Spring-managed DataSource instances. - setDataSources(Map<String, DataSource>) - Method in class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
- setDataSources(Map<String, DataSource>) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSources that the JPA persistence provider is supposed to use for accessing the database, resolving data source names in
persistence.xml
against Spring-managed DataSources. - setDate(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified by the
Date
header. - setDate(String, long) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string using the RFC-1123 date-time formatter.
- setDate(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified by the
Date
header. - setDate(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message was created, as specified by the
Date
header. - setDateFormat(DateFormat) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat
. - setDateFormatPattern(String) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Define the date/time format with a
SimpleDateFormat
-style pattern. - setDateFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date values.
- setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date types.
- setDateStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalDate
objects. - setDateTimeContext(DateTimeContext) - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Associate the given DateTimeContext with the current thread.
- setDateTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing date and time values.
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for date and time types.
- setDateTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalDateTime
objects. - setDeadlockLoserCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setDeclarationOrder(int) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Set the declaration order of this advice within the aspect.
- setDeclarativeBinding(boolean) - Method in class org.springframework.validation.DataBinder
-
Set whether to bind only fields explicitly intended for binding including: Constructor binding via
DataBinder.construct(org.springframework.validation.DataBinder.ValueResolver)
. - setDeclarativeBinding(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to bind only fields intended for binding as described in
DataBinder.setDeclarativeBinding(boolean)
. - setDecoder(StompDecoder) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a
StompDecoder
for decoding STOMP frames. - setDecoders(List<? extends Decoder<?>>) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Configure the decoders to use for incoming payloads.
- setDecoders(List<? extends Decoder<?>>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure the decoders to use for incoming payloads.
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setDecoratedDefinition(BeanDefinitionHolder) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Register a target definition that is being decorated by this bean definition.
- setDecoratorFactories(WebSocketHandlerDecoratorFactory...) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure one or more factories to decorate the handler used to process WebSocket messages.
- setDefaultAutoCommit(boolean) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default auto-commit mode to expose when no target Connection has been fetched yet (when the actual JDBC Connection default is not known yet).
- setDefaultCandidate(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a candidate for getting autowired into some other bean based on the plain type, without any further indications such as a qualifier match.
- setDefaultCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Set the default character encoding for the response.
- setDefaultCharset(Charset) - Method in class org.springframework.core.codec.AbstractCharSequenceDecoder
-
Set the default character set to fall back on if the MimeType does not specify any.
- setDefaultCharset(Charset) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
Set the default character set to use for reading form data when the request Content-Type header does not explicitly specify it.
- setDefaultCharset(Charset) - Method in class org.springframework.http.codec.FormHttpMessageWriter
-
Set the default character set to use for writing form data when the response Content-Type header does not explicitly specify it.
- setDefaultCharset(Charset) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the default character set, if any.
- setDefaultCharset(Charset) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the
Charset
for the default encoding for the FreeMarkerConfiguration
, which is used to decode byte sequences to character sequences when reading template files. - setDefaultCharset(Charset) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Set the default charset for this view, used when the content type does not contain one.
- setDefaultCharset(Charset) - Method in class org.springframework.web.reactive.result.view.ViewResolverSupport
-
Set the default charset for this view, used when the content type does not contain one.
- setDefaultContentType(MediaType) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Sets the default
Content-Type
to be used for writing. - setDefaultContentType(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content type to use when no content type is requested.
- setDefaultContentTypes(List<MediaType>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the default content types to use when no content type is requested.
- setDefaultContentTypeStrategy(ContentNegotiationStrategy) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set a custom
ContentNegotiationStrategy
to use to determine the content type to use when no content type is requested. - setDefaultCurrencyTimeLimit(Integer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the default for the JMX field "currencyTimeLimit".
- setDefaultDataMimeType(MimeType) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure the default content type to use for data payloads if the
SETUP
frame did not specify one. - setDefaultDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in
persistence.xml
. - setDefaultDestination(D) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Configure the default destination to use in send methods that don't have a destination argument.
- setDefaultDestination(Destination) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the destination to be used on send/receive operations that do not have a destination parameter.
- setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Configure the default destination name to use in send methods that don't have a destination argument.
- setDefaultDestinationName(String) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the destination name to be used on send/receive operations that do not have a destination parameter.
- setDefaultDestinationPrefix(String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Configure a default prefix to add to message destinations in cases where a method is not annotated with
@SendTo
or does not specify any destinations through the annotation's value attribute. - setDefaultDomain(String) - Method in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
-
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
- setDefaultDomain(String) - Method in class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
- setDefaultDomain(String) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set the default domain to be used by the
MBeanServer
, to be passed toMBeanServerFactory.createMBeanServer()
orMBeanServerFactory.findMBeanServer()
. - setDefaultEncoding(String) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set the default charset to use for parsing properties files.
- setDefaultEncoding(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the default encoding to use for
MimeMessages
created by this instance. - setDefaultEncoding(String) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.Set the default charset to use for parsing resource bundle files.
- setDefaultEncoding(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the default encoding for the FreeMarker
Configuration
, which is used to decode byte sequences to character sequences when reading template files. - setDefaultEncoding(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Set the default character encoding to use for URL decoding.
- setDefaultErrorView(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the default error view.
- setDefaultFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the default Java Activation
FileTypeMap
to use forMimeMessages
created by this instance. - setDefaultHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the default handler for this handler mapping.
- setDefaultHeartbeat(long[]) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure the default value for the "heart-beat" header of the STOMP CONNECT frame.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.reactive.result.view.RequestContext
-
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.support.RequestContext
-
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
- setDefaultHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapeTag
-
Set the default value for HTML escaping, to be put into the current PageContext.
- setDefaultJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database if none has been specified in
persistence.xml
. - setDefaultListenerMethod(String) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
- setDefaultLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default locale at the framework level, as an alternative to the JVM-wide default locale.
- setDefaultLocale(Locale) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Specify a default Locale to fall back to, as an alternative to falling back to the system Locale.
- setDefaultLocale(Locale) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
Configure a fixed default locale to fall back on if the request does not have an "Accept-Language" header (not set by default).
- setDefaultLocale(Locale) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleResolver
-
Set a default
Locale
that this resolver will return if no other locale is found. - setDefaultLocaleFunction(Function<HttpServletRequest, Locale>) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set the function used to determine the default locale for the given request, called if no locale cookie has been found.
- setDefaultLocaleFunction(Function<HttpServletRequest, Locale>) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Set the function used to determine the default locale for the given request, called if no
Locale
session attribute has been found. - setDefaultMetadataMimeType(MimeType) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure the default
MimeType
for payload data if theSETUP
frame did not specify one. - setDefaultMimeType(MimeType) - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
-
Set the default MIME type to use when there is no
MessageHeaders.CONTENT_TYPE
header present. - setDefaultObject(Object) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify a default object to fall back to if the JNDI lookup fails.
- setDefaultParentBean(String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Set the default parent bean for this bean factory.
- setDefaultParentView(String) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Set the default parent for views defined in the
ResourceBundle
. - setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the name of the default persistence unit, if any.
- setDefaultPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the default persistence unit name, to be used in case of no unit name specified in an
@PersistenceUnit
/@PersistenceContext
annotation. - setDefaultPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the default persistence unit root location, to be applied if no unit-specific persistence unit root could be determined.
- setDefaultProfiles(String...) - Method in class org.springframework.core.env.AbstractEnvironment
-
Specify the set of profiles to be made active by default if no other profiles are explicitly made active through
AbstractEnvironment.setActiveProfiles(java.lang.String...)
. - setDefaultProfiles(String...) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Specify the set of profiles to be made active by default if no other profiles are explicitly made active through
ConfigurableEnvironment.setActiveProfiles(java.lang.String...)
. - setDefaultProperties(Map<String, String>) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Specify custom default properties, with String keys and String values.
- setDefaultProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Set the
SubProtocolHandler
to use when the client did not request a sub-protocol. - setDefaultProxyTargetClass(boolean) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
- setDefaultRefreshCheckDelay(long) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Set the delay between refresh checks, in milliseconds.
- setDefaultResponseDestination(Destination) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the default destination to send response messages to.
- setDefaultResponseQueueName(String) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the name of the default response queue to send response messages to.
- setDefaultResponseTopicName(String) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the name of the default response topic to send response messages to.
- setDefaultServletName(String) - Method in class org.springframework.mock.web.MockServletContext
-
Set the name of the default
Servlet
. - setDefaultServletName(String) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
Set the name of the default Servlet to be forwarded to for static resource requests.
- setDefaultStatusCode(int) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the default HTTP status code that this exception resolver will apply if it resolves an error view and if there is no status code mapping defined.
- setDefaultTargetConnectionFactory(Object) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Specify the default target
ConnectionFactory
, if any. - setDefaultTargetDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify the default target DataSource, if any.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Deprecated.Set the name of the default theme.
- setDefaultThemeName(String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Deprecated.Set the name of the default theme.
- setDefaultTimeout(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Specify the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
- setDefaultTimeout(long) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Specify the amount of time, in milliseconds, before asynchronous request handling times out.
- setDefaultTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Set a shared default time zone at the framework level, as an alternative to the JVM-wide default time zone.
- setDefaultTimeZone(TimeZone) - Method in class org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
-
Set a default
TimeZone
that this resolver will return if no other time zone is found. - setDefaultTimeZoneFunction(Function<HttpServletRequest, TimeZone>) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Set the function used to determine the default time zone for the given request, called if no locale cookie has been found.
- setDefaultTimeZoneFunction(Function<HttpServletRequest, TimeZone>) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Set the function used to determine the default time zone for the given request, called if no
TimeZone
session attribute has been found. - setDefaultTransactionIsolation(int) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default transaction isolation level to expose when no target Connection has been fetched yet (when the actual JDBC Connection default is not known yet).
- setDefaultTransactionIsolationName(String) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Set the default transaction isolation level by the name of the corresponding constant in
Connection
— for example,"TRANSACTION_SERIALIZABLE"
. - setDefaultTyping(TypeResolverBuilder<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify a
TypeResolverBuilder
to use for Jackson's default typing. - setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
Configure default URI variable values.
- setDefaultUriVariables(Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Provide default URI variable values to use when expanding URI templates with a Map of variables.
- setDefaultUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Configure a default prefix to add to message destinations in cases where a method is annotated with
@SendToUser
but does not specify any destinations through the annotation's value attribute. - setDefaultUseWrapper(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to
XmlMapper
). - setDefaultValue(Object) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Set the default value of this attribute.
- setDefaultViewInclusion(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for
MapperFeature.DEFAULT_VIEW_INCLUSION
option. - setDefaultViews(List<View>) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
-
Set the default views to consider always when resolving view names and trying to satisfy the best matching content type.
- setDefaultViews(List<View>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Set the default views to use when a more specific view can not be obtained from the
ViewResolver
chain. - setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure
DeferredResultProcessingInterceptor
's to register on async requests. - setDelay(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the delay before starting the task for the first time, in milliseconds.
- setDelegate(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Set a target object to delegate message listening to.
- setDelegates(Object[]) - Method in class org.springframework.cglib.proxy.Mixin.Generator
- setDeleteSpecificValues(boolean) - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Specify whether to delete the entire range below the current maximum key value (
false
- the default), or the specifically generated values (true
). - setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the delimiter to be used between each '
input type="checkbox/radio"
' tag. - setDelimiter(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the delimiter to be used between error messages.
- setDeliveryDelay(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the delivery delay to use for send calls (in milliseconds).
- setDeliveryMode(int) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the delivery mode to use when sending a message.
- setDeliveryMode(int) - Method in class org.springframework.jms.support.QosSettings
-
Set the delivery mode to use when sending a message.
- setDeliveryPersistent(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message delivery should be persistent or non-persistent, specified as boolean value ("true" or "false").
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the dependency check code.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the dependency check mode for this definition.
- setDependencyCheck(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Set the dependency check code.
- setDependencyComparator(Comparator<Object>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Set a
Comparator
for dependency Lists and arrays. - setDependsOn(String...) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDependsOn(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the names of the beans that this bean depends on being initialized.
- setDescription(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set a human-readable description of this bean definition.
- setDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set a human-readable description of this bean definition.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.AbstractJmxAttribute
-
Set a description for this attribute.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a description for this notification.
- setDescription(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set a description for this parameter.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Associate a textual description with this trigger.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set a textual description for this job.
- setDescription(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Associate a textual description with this trigger.
- setDescriptor(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Set a descriptor for this transaction attribute, e.g.
- setDeserializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonInputMessage
- setDeserializers(JsonDeserializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers.
- setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- setDestination(Destination) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the destination to receive messages from.
- setDestination(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the name of the destination for this endpoint.
- setDestination(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- setDestination(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setDestination(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the destination header.
- setDestinationName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of the destination to receive messages from.
- setDestinationName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setDestinationPrefixes(Collection<String>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
When this property is configured only messages to destinations matching one of the configured prefixes are eligible for handling.
- setDestinationPrefixes(Collection<String>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
When this property is configured only messages to destinations matching one of the configured prefixes are eligible for handling.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the DestinationResolver that should be used to resolve response destination names for this adapter.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Set the DestinationResolver to use for resolving destination names into the JCA 1.5 ActivationSpec "destination" property.
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Set the
DestinationResolver
that is to be used to resolveDestination
references for this accessor. - setDestinationResolver(DestinationResolver<D>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
-
Configure the
DestinationResolver
to use to resolve String destination names into actual destinations of type<D>
. - setDestroyAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
Specify the destroy annotation to check for, indicating destruction methods to call when the context is shutting down.
- setDestroyMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default destroy-method setting for the document that's currently parsed.
- setDestroyMethodName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the name of the destroy method.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the destroy method.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the destroy method for this definition.
- setDestroyMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Set the name of the default destroy method.
- setDestroyMethodNames(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the names of multiple destroy methods.
- setDetail(String) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem detail
. - setDetail(String) - Method in exception org.springframework.web.ErrorResponseException
-
Set the
detail
field of the response body. - setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerAdapter beans in this servlet's context.
- setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
- setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all HandlerMapping beans in this servlet's context.
- setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Set whether to detect all ViewResolver beans in this servlet's context.
- setDetectHandlerFunctionsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.function.support.RouterFunctionMapping
-
Set whether to detect handler functions in ancestor ApplicationContexts.
- setDetectHandlerMethodsInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether to detect handler methods in beans in ancestor ApplicationContexts.
- setDetectHandlersInAncestorContexts(boolean) - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
Set whether to detect handler beans in ancestor ApplicationContexts.
- setDir(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
dir
' attribute. - setDirectFieldAccess(boolean) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set whether to use direct field access instead of bean property access.
- setDisableCaching(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Disables caching of the generated JSON.
- setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the '
disabled
' attribute. - setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the '
disabled
' attribute. - setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Set the value of the '
disabled
' attribute. - setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the value of the '
disabled
' attribute. - setDisabled(boolean) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the value of the '
disabled
' attribute. - setDisableHtmlEscaping(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the
GsonBuilder.disableHtmlEscaping()
when writing JSON. - setDisableIdGeneration() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
A shortcut for calling
IdTimestampMessageHeaderInitializer.setIdGenerator(org.springframework.util.IdGenerator)
with an id generation strategy to disable id generation completely. - setDisallowedFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register field patterns that should not be allowed for binding.
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds before a client is considered disconnected after not having a receiving connection, i.e.
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The amount of time in milliseconds before a client is considered disconnected after not having a receiving connection, i.e.
- setDispatcherType(DispatcherType) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setDispatchOptionsRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether this servlet should dispatch an HTTP OPTIONS request to the
FrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
method. - setDispatchTraceRequest(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether this servlet should dispatch an HTTP TRACE request to the
FrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
method. - setDisplayName(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set a friendly name for this context.
- setDisplayName(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A display name for this metric.
- setDocumentLoader(DocumentLoader) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify the
DocumentLoader
to use. - setDocumentMatchers(YamlProcessor.DocumentMatcher...) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
A map of document matchers allowing callers to selectively use only some of the documents in a YAML resource.
- setDocumentReaderClass(Class<? extends BeanDefinitionDocumentReader>) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify the
BeanDefinitionDocumentReader
implementation to use, responsible for the actual reading of the XML bean definition document. - setDomain(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setDriver(Driver) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver instance to use.
- setDriverClass(Class<? extends Driver>) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the JDBC driver class to use to connect to the database.
- setDriverClass(Class<? extends Driver>) - Method in class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Specify the JDBC Driver implementation class to use.
- setDriverClassName(String) - Method in class org.springframework.jdbc.datasource.DriverManagerDataSource
-
Set the JDBC driver class name.
- setDummyName(String) - Method in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
-
Set the name of the dummy column.
- setDuplicateKeyCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setDurability(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's durability, i.e.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of a durable subscription to create.
- setDurableSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Mark this value as dynamic, i.e.
- setDynamicAttribute(String, String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- setDynamicDestinationResolver(DestinationResolver) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Set the
DestinationResolver
to use when falling back to dynamic destinations. - setEffectiveMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
- setEffectiveMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
- setElement(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the HTML element used to enclose the '
input type="checkbox/radio"
' tag. - setElement(String) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Set the HTML element must be used to render the error messages.
- setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set the default element type name (class name) to be used for this list.
- setElementTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set the default element type name (class name) to be used for this set.
- setEmbeddedValueResolver(StringValueResolver) - Method in interface org.springframework.context.EmbeddedValueResolverAware
-
Set the StringValueResolver to use for resolving embedded definition values.
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionService
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set a value resolver for embedded placeholders and expressions.
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- setEmbeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- setEnabled(boolean) - Method in class org.springframework.jdbc.datasource.init.DataSourceInitializer
-
Flag to explicitly enable or disable the database populator and database cleaner.
- setEnabled(boolean) - Method in class org.springframework.r2dbc.connection.init.ConnectionFactoryInitializer
-
Flag to explicitly enable or disable the database populator and database cleaner.
- setEnableLoggingRequestDetails(boolean) - Method in class org.springframework.http.codec.LoggingCodecSupport
-
Whether to log form data at DEBUG level, and headers at TRACE level.
- setEnableLoggingRequestDetails(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Whether to log request params at DEBUG level, and headers at TRACE level.
- setEnableTimestamp(boolean) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Whether to enable the automatic addition of the
MessageHeaders.TIMESTAMP
header onMessageHeaderAccessor
instances being initialized. - setEncodeFilenames(boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set whether to encode attachment filenames passed to this helper's
#addAttachment
methods. - setEncoder(StompEncoder) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a
StompEncoder
for encoding STOMP frames. - setEncoders(List<? extends Encoder<?>>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure the encoders to use for encoding handler method return values.
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setEncoding(JsonEncoding) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the
JsonEncoding
for this view. - setEncoding(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the encoding to use when converting to and from text-based message body content.
- setEncoding(String) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the encoding to be used for stream access.
- setEncoding(String) - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Set the encoding used for reading the script resource.
- setEncoding(String) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set the encoding to use for requests.
- setEncoding(String) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Set the encoding used to decode byte sequences to character sequences when reading the FreeMarker template file for this view.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Set the encoding used to decode byte sequences to character sequences when reading the FreeMarker template file for this view.
- setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Set the
encoding mode
to use. - setEncodingPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the name of the JMS message property that carries the encoding from bytes to String and back is BytesMessage is used during the conversion process.
- setEncodingScheme(String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the encoding scheme for this view.
- setEnctype(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
enctype
' attribute. - setEndpointRegistry(JmsListenerEndpointRegistry) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Set the
JmsListenerEndpointRegistry
that will hold the created endpoint and manage the lifecycle of the related listener container. - setEndpointRegistry(JmsListenerEndpointRegistry) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Set the
JmsListenerEndpointRegistry
instance to use. - setEnforceDestroyMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether the configured destroy method is the default.
- setEnforceInitMethod(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether the configured initializer method is the default.
- setEnforceReadOnly(boolean) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Specify whether to enforce the read-only nature of a transaction (as indicated by
TransactionDefinition.isReadOnly()
) through an explicit statement on the transactional connection: "SET TRANSACTION READ ONLY" as understood by Oracle, MySQL and Postgres. - setEnforceReadOnly(boolean) - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Specify whether to enforce the read-only nature of a transaction (as indicated by
TransactionDefinition.isReadOnly()
) through an explicit statement on the transactional connection: "SET TRANSACTION READ ONLY" as understood by Oracle, MySQL and Postgres. - setEngine(ScriptEngine) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the
ScriptEngine
to use by the view. - setEngine(ScriptEngine) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngine(ScriptEngine)
documentation. - setEngine(ScriptEngine) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the
ScriptEngine
to use by the view. - setEngine(ScriptEngine) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngine(ScriptEngine)
documentation. - setEngineName(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the script engine for evaluating the scripts (e.g.
- setEngineName(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the engine name that will be used to instantiate the
ScriptEngine
. - setEngineName(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngineName(String)
documentation. - setEngineName(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the engine name that will be used to instantiate the
ScriptEngine
. - setEngineName(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngineName(String)
documentation. - setEngineSupplier(Supplier<ScriptEngine>) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the
ScriptEngine
supplier to use by the view, usually used withScriptTemplateConfigurer.setSharedEngine(Boolean)
set tofalse
. - setEngineSupplier(Supplier<ScriptEngine>) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngineSupplier(Supplier)
documentation. - setEngineSupplier(Supplier<ScriptEngine>) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the
ScriptEngine
supplier to use by the view, usually used withScriptTemplateConfigurer.setSharedEngine(Boolean)
set tofalse
. - setEngineSupplier(Supplier<ScriptEngine>) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setEngineSupplier(Supplier)
documentation. - setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Indicates whether Spring should ensure that
ObjectNames
generated by the configuredObjectNamingStrategy
for runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)
) should get modified: to ensure uniqueness for every instance of a managedClass
. - setEnterMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method entry log messages.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
- setEntityInterceptorBeanName(String) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the bean name of a Hibernate entity interceptor that allows to inspect and change property values before writing to and reading from the database.
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Set the JPA EntityManagerFactory that should be used to create EntityManagers.
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the EntityManagerFactory that this instance should manage transactions for.
- setEntityManagerFactoryBeanName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Set the bean name of the EntityManagerFactory to fetch from Spring's root application context.
- setEntityManagerFactoryInterface(Class<? extends EntityManagerFactory>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the (potentially vendor-specific) EntityManagerFactory interface that this EntityManagerFactory proxy is supposed to implement.
- setEntityManagerInitializer(Consumer<EntityManager>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify a callback for customizing every
EntityManager
created by the exposedEntityManagerFactory
. - setEntityManagerInitializer(Consumer<EntityManager>) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Specify a callback for customizing every
EntityManager
resource created for a new transaction managed by thisJpaTransactionManager
. - setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers are supposed to implement.
- setEntityManagerInterface(Class<? extends EntityManager>) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
Specify the EntityManager interface to expose.
- setEntityResolver(EntityResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set a SAX entity resolver to be used for parsing.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEntityTypeFilters(TypeFilter...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Specify custom type filters for Spring-based scanning for entity classes.
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Specify the environment for the JMX connector.
- setEnvironment(Map<String, ?>) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Specify the environment for the JMX connector.
- setEnvironment(Properties) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the
JMXConnectorServer
asjava.util.Properties
(String key/value pairs). - setEnvironment(Properties) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the
JMXConnector
asjava.util.Properties
(String key/value pairs). - setEnvironment(Properties) - Method in class org.springframework.jndi.JndiTemplate
-
Set the environment for the JNDI InitialContext.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Propagate the given custom
Environment
to the underlyingAnnotatedBeanDefinitionReader
andClassPathBeanDefinitionScanner
. - setEnvironment(ConfigurableEnvironment) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the
Environment
for this application context. - setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the
Environment
for this application context. - setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
-
Delegates the given environment to underlying
GroovyBeanDefinitionReader
. - setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
Delegates the given environment to underlying
XmlBeanDefinitionReader
. - setEnvironment(Environment) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the Environment to use when reading bean definitions.
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
Environment
to use when evaluating whether@Conditional
-annotated component classes should be registered. - setEnvironment(Environment) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the Environment to use when resolving placeholders and evaluating
@Conditional
-annotated component classes. - setEnvironment(Environment) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- setEnvironment(Environment) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
- setEnvironment(Environment) - Method in interface org.springframework.context.EnvironmentAware
-
Set the
Environment
that this component runs in. - setEnvironment(Environment) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
PropertySources
from the givenEnvironment
will be searched when replacing ${...} placeholders. - setEnvironment(Environment) - Method in class org.springframework.web.filter.GenericFilterBean
-
Set the
Environment
that this filter runs in. - setEnvironment(Environment) - Method in class org.springframework.web.servlet.HttpServletBean
-
Set the
Environment
that this servlet runs in. - setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the environment properties used to construct the
JMXConnector
as aMap
of String keys and arbitrary Object values. - setEnvironmentMap(Map<String, ?>) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the environment properties used to construct the
JMXConnector
as aMap
of String keys and arbitrary Object values. - setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
- setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
- setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- setErrorCodes(String...) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Set the SQL error codes to match.
- setErrorHandler(CacheErrorHandler) - Method in class org.springframework.cache.interceptor.AbstractCacheInvoker
-
Set the
CacheErrorHandler
instance to use to handle errors thrown by the cache provider. - setErrorHandler(ErrorHandler) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set the
ErrorHandler
to invoke in case an exception is thrown from a listener. - setErrorHandler(ErrorHandler) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setErrorHandler(ErrorHandler) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the
ErrorHandler
to be invoked in case of any uncaught exceptions thrown while processing aMessage
. - setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Provide an
ErrorHandler
strategy. - setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
-
Provide an
ErrorHandler
strategy. - setErrorHandler(ErrorHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set a custom
ErrorHandler
strategy. - setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
-
Set the error handler.
- setErrorHandler(StompSubProtocolErrorHandler) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Configure a handler for customizing or handling STOMP ERROR frames to clients.
- setErrorHandler(StompSubProtocolErrorHandler) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
- setErrorHandler(StompSubProtocolErrorHandler) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a handler for error messages sent to clients which allows customizing the error messages or preventing them from being sent.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set an implementation of the
org.xml.sax.ErrorHandler
interface for custom handling of XML parsing errors and warnings. - setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings. - setErrorListener(ErrorListener) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set an implementation of the
ErrorListener
interface for custom handling of transformation errors and warnings. - setErrorResponseInterceptors(List<ErrorResponse.Interceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure a list of
ErrorResponse.Interceptor
's to apply when rendering an RFC 7807ProblemDetail
error response. - setErrorResponseInterceptors(List<ErrorResponse.Interceptor>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure a list of
ErrorResponse.Interceptor
's to apply when rendering an RFC 7807ProblemDetail
error response. - setErrorResult(Object) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Set an error value for the
DeferredResult
and handle it. - setEscapeCharacter(Character) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Specify the escape character to use to ignore placeholder prefix or value separator, or
null
if no escaping should take place. - setEscapeCharacter(Character) - Method in class org.springframework.core.env.AbstractEnvironment
- setEscapeCharacter(Character) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Specify the escape character to use to ignore placeholder prefix or value separator, or
null
if no escaping should take place. - setEscapeCharacter(Character) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Specify the escape character to use to ignore placeholder prefix or value separator, or
null
if no escaping should take place. - setETag(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) entity tag of the body, as specified by the
ETag
header. - setEtagGenerator(Function<Resource, String>) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Configure a generator function that will be used to create the ETag information, given a
Resource
that is about to be written to the response. - setEtagGenerator(Function<Resource, String>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Configure a generator function that will be used to create the ETag information, given a
Resource
that is about to be written to the response. - setEtagGenerator(Function<Resource, String>) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Configure a generator function that will be used to create the ETag information, given a
Resource
that is about to be written to the response. - setEtagGenerator(Function<Resource, String>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure a generator function that will be used to create the ETag information, given a
Resource
that is about to be written to the response. - setEvaluationContext(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Set the evaluation context that will be used if none is specified on an evaluation call.
- setEventListener(ReaderEventListener) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify which
ReaderEventListener
to use. - setException(Throwable) - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.Set the exception of this future.
- setExceptionAttribute(String) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the name of the model attribute as which the exception should be exposed.
- setExceptionCacheResolver(CacheResolver) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Set the
CacheResolver
to resolve exception caches. - setExceptionClass(Class<?>) - Method in class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
-
Set the exception class for the specified error codes.
- setExceptionHandler(AsyncUncaughtExceptionHandler) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Supply the
AsyncUncaughtExceptionHandler
to use to handle exceptions thrown by invoking asynchronous methods with avoid
return type. - setExceptionHandler(AsyncUncaughtExceptionHandler) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
AsyncUncaughtExceptionHandler
to use to handle uncaught exceptions thrown by asynchronous method executions. - setExceptionHandler(DispatchExceptionHandler) - Method in class org.springframework.web.reactive.HandlerResult
-
HandlerAdapter
classes can set this to have their exception handling mechanism applied to response rendering and to deferred exceptions when invoking a handler with an asynchronous return value. - setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify an JMS ExceptionListener implementation that should be registered with the single Connection created by this factory.
- setExceptionListener(ExceptionListener) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the JMS ExceptionListener to notify in case of a JMSException thrown by the registered message listener or the invocation infrastructure.
- setExceptionMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the mappings between exception class names and error view names.
- setExceptionMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exception log messages.
- setExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Set the list of exception resolvers to delegate to.
- setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set the exception translator for this instance.
- setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.JdbcTransactionManager
-
Set the exception translator for this transaction manager.
- setExchangeTimeout(long) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the timeout for the HTTP exchange in milliseconds.
- setExchangeTimeout(Duration) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the timeout for the HTTP exchange.
- setExcludedBeans(String...) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the list of names for beans that should be excluded from auto-detection.
- setExcludedExceptions(Class<?>...) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set one or more exceptions to be excluded from the exception mappings.
- setExcludedPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Convenience method when we have only a single exclusion pattern.
- setExcludedPatterns(String...) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Set the regular expressions defining methods to match for exclusion.
- setExcludedValidators(Predicate<Validator>) - Method in class org.springframework.validation.DataBinder
-
Configure a predicate to exclude validators.
- setExcludeUnlistedClasses(boolean) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set whether to execute existing delayed tasks even when this executor has been shutdown.
- setExecutor(Executor) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Supply the executor to be used when executing async methods.
- setExecutor(Executor) - Method in class org.springframework.http.client.reactive.JdkHttpClientResourceFactory
-
Configure the
Executor
to use forHttpClient
exchanges. - setExecutor(Executor) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the
Executor
to use. - setExecutor(Executor) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
-
Set the
Executor
to use when invoking methods asynchronously. - setExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.reactive.config.BlockingExecutionConfigurer
-
Configure an executor to invoke blocking controller methods with.
- setExitMessage(String) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Set the template used for method exit log messages.
- setExpandUriTemplateVariables(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to treat the redirect URL as a URI template.
- setExpectedType(Class<?>) - Method in class org.springframework.jndi.JndiObjectLocator
-
Specify the type that the located JNDI object is supposed to be assignable to, if any.
- setExpirationTime(long) - Method in class org.springframework.web.servlet.FlashMap
-
Set the expiration time for the FlashMap.
- setExpires(long) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message is no longer valid, as specified by the
Expires
header. - setExpires(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the date and time at which the message is no longer valid, as specified by the
Expires
header. - setExpires(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the duration after which the message is no longer valid, as specified by the
Expires
header. - setExpires(ZonedDateTime) - Method in class org.springframework.mock.web.MockCookie
-
Set the "Expires" attribute for this cookie.
- setExplicitQosEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set if the QOS values (deliveryMode, priority, timeToLive) should be used for sending a message.
- setExposeAccessContext(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to expose the JNDI environment context for all access to the target object, i.e.
- setExposeClassDescriptor(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to expose the JMX descriptor field "class" for managed operations.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
- setExposeContextBeansAsAttributes(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
- setExposedContextBeanNames(String...) - Method in class org.springframework.web.servlet.view.AbstractView
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposedContextBeanNames(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Specify the names of beans in the context which are supposed to be exposed.
- setExposedHeaders(List<String>) - Method in class org.springframework.web.cors.CorsConfiguration
-
Set the list of response headers that an actual response might have and can be exposed to the client.
- setExposeListenerSession(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to expose the listener JMS Session to a registered
SessionAwareMessageListener
as well as toJmsTemplate
calls. - setExposeManagedResourceClassLoader(boolean) - Method in class org.springframework.jmx.export.MBeanExporter
-
Indicates whether the managed resource should be exposed on the
thread context ClassLoader
before allowing any invocations on the MBean to occur. - setExposeModelAttributes(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the
exposeModelAttributes
flag which denotes whether model attributes should be exposed as HTTP query parameters. - setExposeNativeSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set whether to expose the native Hibernate Session to HibernateCallback code.
- setExposePathVariables(boolean) - Method in class org.springframework.web.servlet.view.AbstractView
-
Specify whether to add path variables to the model or not.
- setExposePathVariables(Boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Specify whether views resolved by this resolver should add path variables to the model or not.
- setExposeProxy(boolean) - Method in interface org.springframework.aop.framework.Advised
-
Set whether the proxy should be exposed by the AOP framework as a
ThreadLocal
for retrieval via theAopContext
class. - setExposeProxy(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the AopContext class.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all request attributes should be added to the model prior to merging with the template.
- setExposeRequestAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all request attributes should be added to the model prior to merging with the template.
- setExposeSchedulerInRepository(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to expose the Spring-managed
Scheduler
instance in the QuartzSchedulerRepository
. - setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
- setExposeSessionAttributes(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Set whether to expose a
RequestContext
for use by Spring's macro library, under the name "springMacroRequestContext". - setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
-
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
- setExposeUnconfigurableExecutor(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
- setExpression(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
- setExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
- setExpression(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the expression to evaluate.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Specify the EL parser to use for expression parsing.
- setExpressionPrefix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the prefix that an expression string starts with.
- setExpressionSuffix(String) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
-
Set the suffix that an expression string ends with.
- setExtendedPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the extended persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
- setExtensions(Extension...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setExtensions(List<Extension>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setExtensions(Map<String, String>) - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
-
Configure mappings from content codings to file extensions.
- setExtensions(Map<String, String>) - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
-
Configure mappings from content codings to file extensions.
- setExtractOldValueForEditor(boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setExtractOldValueForEditor(boolean) - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Set whether to extract the old property value when applying a property editor to a new value for a property.
- setExtractValueFromSingleKeyModel(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set whether to serialize models containing a single attribute as a map or whether to extract the single value from the model and serialize it directly.
- setFactory(JsonFactory) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the
JsonFactory
to be used to create theObjectMapper
instance. - SetFactoryBean - Class in org.springframework.beans.factory.config
-
Simple factory for shared Set instances.
- SetFactoryBean() - Constructor for class org.springframework.beans.factory.config.SetFactoryBean
- setFactoryBeanName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify the factory bean to use, if any.
- setFactoryBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the factory bean to use, if any.
- setFactoryMethod(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of a static factory method to use for this definition, to be called on this bean's class.
- setFactoryMethodName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Specify a factory method, if any.
- setFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify a factory method, if any.
- setFactoryMethodOnBean(String, String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of a non-static factory method to use for this definition, including the bean name of the factory instance to call the method on.
- setFailEarlyOnGlobalRollbackOnly(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether to fail early in case of the transaction being globally marked as rollback-only.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for
SerializationFeature.FAIL_ON_EMPTY_BEANS
option. - setFailOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for
DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
option. - setFallback(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean is a fallback autowire candidate.
- setFallback(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a fallback autowire candidate.
- setFallback(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether this bean is a fallback autowire candidate.
- setFallbackPatterns(String...) - Method in class org.springframework.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) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Set whether to allow a fallback to a type match if no explicit name has been specified.
- setFallbackToDynamicDestination(boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Set whether this resolver is supposed to create dynamic destinations if the destination name is not found in JNDI.
- setFallbackToNoOpCache(boolean) - Method in class org.springframework.cache.support.CompositeCacheManager
-
Indicate whether a
NoOpCacheManager
should be added at the end of the delegate list. - setFallbackToSystemLocale(boolean) - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.Set whether to fall back to the system Locale if no files for a specific Locale have been found.
- setFallbackTranslator(SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
-
Set the fallback translator to use when this translator cannot find a specific match itself.
- setFavorParameter(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether a request parameter ("format" by default) should be used to determine the requested media type.
- setFavorPathExtension(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Deprecated.as of 5.2.4. See class-level note on the deprecation of path extension config options. As there is no replacement for this method, in 5.2.x it is necessary to set it to
false
. In 5.3 the default changes tofalse
and use of this property becomes unnecessary. - setFavorSingleValue(boolean) - Method in class org.springframework.web.service.invoker.RequestParamArgumentResolver
-
Whether to format multiple values (e.g.
- setFeaturesToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setFeedType(String) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
-
Set the Rome feed type to use.
- setFetchSize(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the fetch size for this JdbcTemplate.
- setFetchSize(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the fetch size for this RDBMS operation.
- setFetchSize(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the fetch size for this HibernateTemplate.
- setField(int, Object) - Method in interface org.springframework.cglib.transform.impl.FieldProvider
- setField(Class<?>, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
- setField(Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
- setField(Object, Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given
name
/type
on the providedtargetObject
/targetClass
to the suppliedvalue
. - setField(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
- setField(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
- setField(Field, Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Set the field represented by the supplied field object on the specified target object to the specified
value
. - setField(String, Object) - Method in interface org.springframework.cglib.transform.impl.FieldProvider
- setFieldAliases(Map<String, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the field alias/type map, consisting of field names.
- setFieldDefaultPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that indicate default value fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.web.bind.WebDataBinder
-
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
- setFileEncoding(String) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set the encoding to use for parsing properties files.
- setFileEncodings(Properties) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set per-file charsets to use for parsing properties files.
- setFileExtensions(List<String>) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the list of supported file extensions.
- setFileStorageDirectory(Path) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Set the directory used to store parts larger than
maxInMemorySize
. - setFileTypeMap(FileTypeMap) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the Java Activation Framework
FileTypeMap
to use for determining the content type of inline content and attachments that get added to the message. - setFilterNames(String...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set one or more names of Hibernate filters to be activated for all Sessions that this accessor works with.
- setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the global filters to use in order to support
@JsonFilter
annotated POJO. - setFilters(FilterProvider) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the Jackson filter provider to serialize the POJO with.
- setFilters(List<? extends Filter>) - Method in class org.springframework.web.filter.CompositeFilter
- setFindModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
- setFixedDelayTasks(Map<Runnable, Long>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
- setFixedDelayTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-delay tasks as a list of
IntervalTask
objects. - setFixedInput(boolean) - Method in class org.springframework.cglib.util.StringSwitcher.Generator
-
Configure how unknown String keys will be handled.
- setFixedRate(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
- setFixedRate(boolean) - Method in class org.springframework.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>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
- setFixedRateTasksList(List<IntervalTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify fixed-rate tasks as a list of
IntervalTask
objects. - setFlag(String) - Static method in class org.springframework.core.SpringProperties
-
Programmatically set a local flag to "true", overriding an entry in the
spring.properties
file (if any). - setFlashMapManager(FlashMapManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom FlashMapManager instance.
- setFlashMapTimeout(int) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the amount of time in seconds after a
FlashMap
is saved (at request completion) and before it expires. - setFor(String) - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Set the value of the '
for
' attribute. - setForceEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter is supposed to override existing request and response encodings. - setForceRequestEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter is supposed to override existing request encodings. - setForceResponseEncoding(boolean) - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Set whether the configured
encoding
of this filter is supposed to override existing response encodings. - setFormatName(String) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
-
Specify the format name, to be resolved by the JSR-354 provider at runtime.
- setFormatter(DateFormatter) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
-
Set a global date formatter to register.
- setFormatterRegistrars(Set<FormatterRegistrar>) - Method in class org.springframework.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<?>) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Configure the set of custom formatter objects that should be added.
- setFormConverter(FormHttpMessageConverter) - Method in class org.springframework.web.filter.FormContentFilter
-
Set the converter to use for parsing form content.
- setForwardedHeaderTransformer(ForwardedHeaderTransformer) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Enable processing of forwarded headers, either extracting and removing, or remove only.
- setForwardedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setForwarder(MBeanServerForwarder) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set an MBeanServerForwarder to be applied to the
JMXConnectorServer
. - setFractionDigits(int) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the desired number of fraction digits.
- setFreemarkerSettings(Properties) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set properties that contain well-known FreeMarker keys which will be passed to FreeMarker's
Configuration.setSettings
method. - setFreemarkerVariables(Map<String, Object>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a Map that contains well-known FreeMarker objects which will be passed to FreeMarker's
Configuration.setAllSharedVariables()
method. - setFrom(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setFrom(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setFrom(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setFrom(String) - Method in interface org.springframework.mail.MailMessage
- setFrom(String) - Method in class org.springframework.mail.SimpleMailMessage
- setFrom(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setFrozen(boolean) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set whether the proxy should be frozen, preventing advice from being added to it once it is created.
- setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether this config should be frozen.
- setFrozen(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
- setFunction(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether this call is a function call.
- setFunction(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether this call is a function call.
- setFunction(boolean) - Method in class org.springframework.jdbc.object.SqlCall
-
Set whether this call is for a function.
- setFunctionReturnName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name used for the return value of the function.
- setGeneratedClassHandler(BiConsumer<String, byte[]>) - Static method in class org.springframework.cglib.core.ReflectUtils
- setGenerateDdl(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Set whether to generate DDL after the EntityManagerFactory has been initialized, creating/updating all relevant tables.
- setGeneratedKeyName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify the name of a single generated key column.
- setGeneratedKeyNames(String...) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the names of any generated keys.
- setGeneratedKeysColumnNameArraySupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- setGeneratedKeysColumnNames(String...) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set the column names of the auto-generated keys.
- setGeneratedKeysColumnNames(String...) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the column names of the auto-generated keys.
- setGenerateUniqueDatabaseName(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Set the
generateUniqueDatabaseName
flag to enable or disable generation of a pseudo-random unique ID to be used as the database name. - setGetGeneratedKeysSupported(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- setGetters(String[]) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- setGlobalBindings(Map<String, Object>) - Method in class org.springframework.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.
- setGlobalJobListeners(JobListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify global Quartz JobListeners to be registered with the Scheduler.
- setGlobalRollbackOnParticipationFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
- setGlobalTriggerListeners(TriggerListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify global Quartz TriggerListeners to be registered with the Scheduler.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the trigger's group.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's group.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the group of the job.
- setGroup(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the trigger's group.
- setGson(Gson) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
-
Set the
Gson
instance to use. - setGson(Gson) - Method in class org.springframework.messaging.converter.GsonMessageConverter
-
Set the
Gson
instance to use. - setHandback(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the (arbitrary) object that will be 'handed back' as-is by an
NotificationBroadcaster
when notifying anyNotificationListener
. - setHandlePing(boolean) - Method in class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
-
Deprecated.as of 5.3 in favor of providing a supplier of
WebsocketClientSpec.Builder
with a constructor argument - setHandlePing(boolean) - Method in class org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
-
Deprecated.as of 5.2.6 in favor of providing a supplier of
WebsocketServerSpec.Builder
with a constructor argument - setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as a list.
- setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as a list.
- setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as an array.
- setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as an array.
- setHandlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Customize the construction of Jackson handlers (
JsonSerializer
,JsonDeserializer
,KeyDeserializer
,TypeResolverBuilder
andTypeIdResolver
). - setHandlerMap(Map<String, ResourceHttpRequestHandler>) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Manually configure the resource mappings.
- setHandlerMethod(InvocableHandlerMethod) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
-
Set the
InvocableHandlerMethod
to use to invoke the method processing an incomingMessage
. - setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set
HandlerMethodArgumentResolvers
to use for resolving method argument values. - setHandlerMethodMappingNamingStrategy(HandlerMethodMappingNamingStrategy<T>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Configure the naming strategy to use for assigning a default name to every mapped handler method.
- setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Register
HandlerMethodReturnValueHandler
instances to use to handle return values. - setHandlerPredicate(BiPredicate<Object, ServerWebExchange>) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Configure a predicate for extended matching of the handler that was matched by URL path.
- setHandlerPredicate(Predicate<Class<?>>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Configure a predicate for selecting which Spring beans to check for the presence of message handler methods.
- setHandlers(List<Object>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Manually configure the handlers to check for the presence of message handling methods, which also disables auto-detection via a
handlerPredicate
. - setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Configure one or more WebSocket handshake request interceptors.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Configure one or more WebSocket handshake request interceptors.
- setHashConstant(int) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- setHashMultiplier(int) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the value for the given header name.
- setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Set the value for the given header name.
- setHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setHeader(String, String) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the value for the given header name only if the header name is not already associated with a value.
- setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Set the value for the given header name only if the header name is not already associated with a value.
- setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages sent to the client outbound channel. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Configure a
MessageHeaderInitializer
to pass on toHandlerMethodReturnValueHandlers
that send messages from controller return values. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages sent to the client outbound channel. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages sent to the client outbound channel. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages created through theSimpMessagingTemplate
. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages created through theStompBrokerRelayMessageHandler
that are sent to the client outbound message channel. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
Configure a
MessageHeaderInitializer
to apply to the headers ofMessages
from decoded STOMP frames. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Configure a custom
MessageHeaderInitializer
to initialize the headers of resolved target messages. - setHeaderInitializer(MessageHeaderInitializer) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure a
MessageHeaderInitializer
to apply to the headers of all messages created from decoded STOMP frames and other messages sent to the client inbound channel. - setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the
JmsHeaderMapper
implementation to use to map the standard JMS headers. - setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
Set the
JmsHeaderMapper
to use to map JMS headers to and from standard message headers. - setHeaderName(String) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
-
Set the name of the session header to use for the session ID.
- setHeaderPredicate(Predicate<String>) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Configure a predicate for selecting which headers should be logged if
AbstractRequestLoggingFilter.setIncludeHeaders(boolean)
is set totrue
. - setHeaders(HttpServletResponse, Resource, MediaType) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set headers on the given servlet response.
- setHeaders(HttpHeaders) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Provide default headers to add to the WebSocket handshake request.
- setHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.MessageBuilder
-
Set the message headers to use by providing a
MessageHeaderAccessor
. - setHeaders(ServerWebExchange, Resource, MediaType) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Set headers on the response.
- setHeadersCharset(Charset) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Set the character set used to decode headers.
- setHeadersCharset(Charset) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
-
Set the character set used to decode headers.
- setHeartbeat(long[]) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the heartbeat header.
- setHeartbeat(long, long) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds when the server has not sent any messages and after which the server should send a heartbeat frame to the client in order to keep the connection from breaking.
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Specify the amount of time in milliseconds when the server has not sent any messages and after which the server should send a heartbeat frame to the client in order to keep the connection from breaking.
- setHeartbeatValue(long[]) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure the value for the heart-beat settings.
- setHeartbeatValue(long[]) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Configure the value for the heartbeat settings.
- setHibernateIntegrators(Integrator...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify one or more Hibernate
Integrator
implementations to apply. - setHibernateManagedSession(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to operate on a Hibernate-managed Session instead of a Spring-managed Session, that is, whether to obtain the Session through Hibernate's
SessionFactory.getCurrentSession()
instead ofSessionFactory.openSession()
(with a SpringTransactionSynchronizationManager
check preceding it). - setHibernateProperties(Properties) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set Hibernate properties, such as "hibernate.dialect".
- setHibernateTemplate(HibernateTemplate) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
- setHideProxyClassNames(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set to "true" to have
dynamic loggers
hide proxy class names wherever possible. - setHost(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail server host, typically an SMTP host.
- setHost(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setHost(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the host header.
- setHost(InetSocketAddress) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Host
header. - setHostname(String) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy host name.
- setHosts(String...) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Configure one or more hosts associated with the application.
- setHosts(String...) - Method in class org.springframework.web.servlet.view.RedirectView
-
Configure one or more hosts associated with the application.
- setHtmlEscape(boolean) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Set HTML escaping for this tag, as boolean value.
- setHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set whether to stay compatible with HTTP 1.0 clients.
- setHttpClient(HttpClient) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Set the
HttpClient
used for synchronous execution. - setHttpContextFactory(BiFunction<HttpMethod, URI, HttpContext>) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Configure a factory to pre-create the
HttpContext
for each request. - setHttpHeaderNames(String...) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
The names of HTTP headers that should be copied from the handshake headers of each call to
WebSocketClient.doHandshake(WebSocketHandler, WebSocketHttpHeaders, URI)
and also used with other HTTP requests issued as part of that SockJS connection, e.g. - setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The number of server-to-client messages that a session can cache while waiting for the next HTTP polling request from the client.
- setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The number of server-to-client messages that a session can cache while waiting for the next HTTP polling request from the client.
- setHttpMethod(HttpMethod) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the HTTP method for the request.
- setHttpMethod(HttpMethod) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setHttpMethods(String...) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Configure the HTTP method(s) over which the locale can be changed.
- setHttpOnly(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setHttpServletMapping(HttpServletMapping) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setId(String) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the unique id of this application context.
- setId(String) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the unique id of this application context.
- setId(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
- setId(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set a custom id for this endpoint.
- setId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the id header.
- setId(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Set the value of the '
id
' attribute. - setIdGenerator(IdGenerator) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Configure the IdGenerator strategy to initialize
MessageHeaderAccessor
instances with. - setIdleConsumerLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the limit for the number of consumers that are allowed to be idle at any given time.
- setIdleReceivesPerTaskLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Marks the consumer as 'idle' after the specified number of idle receives have been reached.
- setIdleTaskExecutionLimit(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the limit for idle executions of a consumer task, not having received any message within its execution.
- setIfMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
If-Match
header. - setIfMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
If-Match
header. - setIfModifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
If-Modified-Since
header. - setIfModifiedSince(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setIfModifiedSince(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setIfNoneMatch(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
If-None-Match
header. - setIfNoneMatch(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) values of the
If-None-Match
header. - setIfUnmodifiedSince(long) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
If-Unmodified-Since
header. - setIfUnmodifiedSince(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setIfUnmodifiedSince(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setIgnoreAcceptHeader(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Whether to disable checking the 'Accept' request header.
- setIgnoreCase(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set whether upper and lower case in String values should be ignored.
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Deprecated.as of 6.0 without a replacement; once removed, the default model will always be ignored on redirect
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Deprecated.as of 6.0 without a replacement; once removed, the default model will always be ignored on redirect
- setIgnoredMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setIgnoredMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Set the array of method names to be ignored when creating the management info.
- setIgnoredUnknownProperties(String...) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
Specify the unknown properties (not found in the bean) that should be ignored.
- setIgnoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Flag to indicate that a failed SQL
DROP
statement can be ignored. - setIgnoreFailedDrops(boolean) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Flag to indicate that a failed SQL
DROP
statement can be ignored. - setIgnoreInvalidFields(boolean) - Method in class org.springframework.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).
- setIgnoreInvalidKeys(boolean) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
Set whether to ignore invalid keys.
- setIgnoreInvalidLocale(boolean) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Set whether to ignore an invalid value for the locale parameter.
- setIgnoreNestedPath(boolean) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set whether to ignore a nested path, if any.
- setIgnoreResourceNotFound(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set if failure to find the property resource should be ignored.
- setIgnoreUnknownExtensions(boolean) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Whether to ignore requests with unknown file extension.
- setIgnoreUnknownFields(boolean) - Method in class org.springframework.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.
- setIgnoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Deprecated.as of 5.2.4. See class-level note on the deprecation of path extension config options.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractEnvironment
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder nested within the value of a given property.
- setIgnoreUnresolvableNestedPlaceholders(boolean) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set whether to throw an exception when encountering an unresolvable placeholder nested within the value of a given property.
- setIgnoreUnresolvablePlaceholders(boolean) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set whether to ignore unresolvable placeholders.
- setIgnoreWarnings(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether we want to ignore JDBC statement warnings (
SQLWarning
). - setImmutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
By default, when
MessageHeaderAccessor.getMessageHeaders()
is called,"this"
MessageHeaderAccessor
instance can no longer be used to modify the underlying message headers. - setImmutable() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
- setImplicitCollections(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Specify implicit collection fields, as a Map consisting of
Class
instances mapped to comma separated collection field names. - setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate 5
ImplicitNamingStrategy
for the SessionFactory. - setImportMetadata(AnnotationMetadata) - Method in class org.springframework.cache.annotation.AbstractCachingConfiguration
- setImportMetadata(AnnotationMetadata) - Method in interface org.springframework.context.annotation.ImportAware
-
Set the annotation metadata of the importing @
Configuration
class. - setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.context.annotation.MBeanExportConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- setInboundChannelExecutor(TaskExecutor) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- setInboundMessageSizeLimit(int) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Configure the maximum size allowed for inbound STOMP message.
- setInboundPrefix(String) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Specify a prefix to be appended to the message header name for any user-defined property that is being mapped into the MessageHeaders.
- setIncludeAnnotationConfig(boolean) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify whether to register annotation config post-processors.
- setIncludeClientInfo(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the client address and session id should be included in the log message.
- setIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setIncludeHeaders(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request headers should be included in the log message.
- setIncludePatterns(List<String>) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
Set a list of regex patterns, matching eligible @AspectJ bean names.
- setIncludePayload(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the request payload (body) should be included in the log message.
- setIncludeQueryString(boolean) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set whether the query string should be included in the log message.
- setIncrementerName(String) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the name of the sequence/table.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
- setIndent(boolean) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
- setIndentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Shortcut for
SerializationFeature.INDENT_OUTPUT
option. - setIndex(int) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the index of this parameter in the operation signature.
- setIndexAccessors(List<IndexAccessor>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Set the list of index accessors to use in this evaluation context.
- setInfoReceiver(InfoReceiver) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Configure the
InfoReceiver
to use to perform the SockJS "Info" request before the SockJS session starts. - setInitAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
-
Specify the init annotation to check for, indicating initialization methods to call after configuration of a bean.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the supported argument types in
@InitBinder
methods. - setInitialDelay(long) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Deprecated.as of 6.0, in favor of
PeriodicTrigger.setInitialDelay(Duration)
- setInitialDelay(Duration) - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Specify the delay for the initial execution.
- setInitialInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Set the initial interval in milliseconds.
- setInitMethod(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default init-method setting for the document that's currently parsed.
- setInitMethodName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the name of the initializer method.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the name of the initializer method.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the init method for this definition.
- setInitMethodName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Set the name of the default initializer method.
- setInitMethodNames(String...) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify the names of multiple initializer methods.
- setInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterRegistration
- setInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
- setInitParameters(Map<String, String>) - Method in class org.springframework.mock.web.MockFilterRegistration
- setInitParameters(Properties) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Specify init parameters for the servlet to wrap, as name-value pairs.
- setInitParamName(String) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
-
Set the name of the ServletContext init parameter to expose.
- setInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the names of in parameters to be used.
- setInputSource(InputSource) - Method in class org.springframework.oxm.support.MarshallingSource
-
Throws a
UnsupportedOperationException
. - setInstance(URI) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem instance
. - setInstance(URI) - Method in exception org.springframework.web.ErrorResponseException
-
Set the
instance
field of the response body. - setInstanceId(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- setInstanceName(String) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- setInstanceSupplier(Supplier<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify a callback for creating an instance of the bean, as an alternative to a declaratively specified factory method.
- setInstanceSupplier(Supplier<?>) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
- setInstant(String, Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string using the RFC-1123 date-time formatter.
- setInstantiationStrategy(InstantiationStrategy) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set the instantiation strategy to use for creating bean instances.
- setInterceptDuringConstruction(boolean) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set whether methods called from within the proxy's constructer will be intercepted.
- setInterceptFieldCallback(InterceptFieldCallback) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldEnabled
- setInterceptorNames(String...) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Set the common interceptors.
- setInterceptorNames(String...) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the list of Advice/Advisor bean names.
- setInterceptors(Object...) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the interceptors to apply for all handlers mapped by this handler mapping.
- setInterceptors(List<ClientHttpRequestInterceptor>) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
-
Set the request interceptors that this accessor should use.
- setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.messaging.support.ExecutorSubscribableChannel
- setInterceptors(List<ChannelInterceptor>) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Set the list of channel interceptors clearing any existing interceptors.
- setInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
- setInterface(Class) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- setInterface(Class) - Method in class org.springframework.cglib.reflect.ConstructorDelegate.Generator
- setInterface(Class) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- setInterface(Class) - Method in class org.springframework.cglib.reflect.MulticastDelegate.Generator
- setInterfaceMappings(Properties) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of interface names.
- setInterfaces(Class[]) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the interfaces to implement.
- setInterfaces(Class<?>...) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the interfaces to be proxied.
- setInterval(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the interval between validation runs (in seconds).
- setInterval(long) - Method in class org.springframework.util.backoff.FixedBackOff
-
Set the interval between two attempts in milliseconds.
- setIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setIntHeader(String, int) - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- setIntrospectionClass(Class<?>) - Method in class org.springframework.beans.BeanWrapperImpl
-
Set the class to introspect.
- setInts(int[]) - Method in class org.springframework.cglib.util.StringSwitcher.Generator
-
Set the array of integer results.
- setInvalidResultSetAccessCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setInvocationScheduler(Scheduler) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Set the
Scheduler
on which to perform the method invocation. - setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the ISO format to use to format date values.
- setIso(DateTimeFormat.ISO) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the ISO format used to format date values.
- setIsolationLevel(int) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Specify the default isolation level to use for Connection retrieval, according to the JDBC
Connection
constants (equivalent to the corresponding SpringTransactionDefinition
constants). - setIsolationLevel(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the isolation level.
- setIsolationLevelName(String) - Method in class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
-
Set the default isolation level by the name of the corresponding constant in
TransactionDefinition
— for example,"ISOLATION_SERIALIZABLE"
. - setIsolationLevelName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the isolation level by the name of the corresponding constant in
TransactionDefinition
— for example,"ISOLATION_DEFAULT"
. - setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the value to be displayed as part of the '
input type="checkbox/radio"
' tag. - setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the label (inner text) of the '
option
' tag. - setItemLabel(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the label (inner text) of the '
option
' tag. - setItems(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the
Collection
,Map
or array of objects used to generate the 'input type="checkbox/radio"
' tags. - setItems(Object) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
- setItems(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
- setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Set the name of the property mapped to the '
value
' attribute of the 'input type="checkbox/radio"
' tag. - setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Set the name of the property mapped to the '
value
' attribute of the 'option
' tag. - setItemValue(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the name of the property mapped to the '
value
' attribute of the 'option
' tag. - setJavaMailProperties(Properties) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set JavaMail properties for the
Session
. - setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJavaScriptEscape(boolean) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set JavaScript escaping for this tag, as boolean value.
- setJaxbContextProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the
JAXBContext
properties. - setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.hibernate5.HibernateExceptionTranslator
-
Set the JDBC exception translator for Hibernate exception translation purposes.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
Set the JDBC exception translator for Hibernate exception translation purposes.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
-
Deprecated.Set the JdbcTemplate to be used by this bean factory.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
- setJdbcTemplate(JdbcTemplate) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
An alternative to the more commonly used
RdbmsOperation.setDataSource(javax.sql.DataSource)
when you want to use the sameJdbcTemplate
in multipleRdbmsOperations
. - setJmsMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.JmsMessagingTemplate
-
Set the
JmsTemplate
to use. - setJmsTemplate(JmsTemplate) - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Set the JmsTemplate for the gateway.
- setJndiEnvironment(Properties) - Method in class org.springframework.jndi.JndiAccessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI environment to use for JNDI lookups.
- setJndiEnvironment(Properties) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI environment to use for JNDI lookups.
- setJndiFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into
@Resource
/@EJB
annotated fields and setter methods, formappedName
attributes that point directly into JNDI. - setJndiName(String) - Method in class org.springframework.jndi.JndiObjectLocator
-
Specify the JNDI name to look up.
- setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Specify a JNDI name of the
ThreadFactory
to delegate to, replacing the default JNDI name "java:comp/DefaultManagedThreadFactory". - setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Specify a JNDI name of the
Executor
to delegate to, replacing the default JNDI name "java:comp/DefaultManagedExecutorService". - setJndiName(String) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Specify a JNDI name of the
Executor
to delegate to, replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService". - setJndiTemplate(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.jndi.JndiAccessor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set the JNDI template to use for JNDI lookups.
- setJndiTemplate(JndiTemplate) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JndiTemplate to use for JNDI lookups.
- setJobClass(Class<? extends Job>) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's implementation class.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Register objects in the JobDataMap via a given Map.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the trigger's JobDataMap.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the job's JobDataMap.
- setJobDataMap(JobDataMap) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the trigger's JobDataMap.
- setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the JobDetail that this trigger should be associated with.
- setJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the JobDetail that this trigger should be associated with.
- setJobDetails(JobDetail...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of JobDetail objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
- setJobFactory(JobFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the Quartz
JobFactory
to use for this Scheduler. - setJobSchedulingDataLocation(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the location of a Quartz job definition XML file that follows the "job_scheduling_data_1_5" XSD or better.
- setJobSchedulingDataLocations(String...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the locations of Quartz job definition XML files that follow the "job_scheduling_data_1_5" XSD or better.
- setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the vendor-specific JpaDialect implementation to associate with this EntityManagerFactory.
- setJpaDialect(JpaDialect) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the JPA dialect to use for this transaction manager.
- setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify JPA properties, to be passed into
Persistence.createEntityManagerFactory
(if any). - setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any). - setJpaProperties(Properties) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Specify JPA properties, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any). - setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify JPA properties as a Map, to be passed into
Persistence.createEntityManagerFactory
(if any). - setJpaPropertyMap(Map<String, ?>) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any). - setJpaPropertyMap(Map<String, Object>) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Specify JPA properties as a Map, to be passed into
EntityManagerFactory.createEntityManager(Map)
(if any). - setJpaVendorAdapter(JpaVendorAdapter) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the JpaVendorAdapter implementation for the desired JPA provider, if any.
- setJsonb(Jsonb) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
-
Set the
Jsonb
instance to use. - setJsonb(Jsonb) - Method in class org.springframework.messaging.converter.JsonbMessageConverter
-
Set the
Jsonb
instance to use. - setJsonPrefix(String) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
Specify a custom prefix to use for JSON output.
- setJsonPrefix(String) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Specify a custom prefix to use for this view's JSON output.
- setJsonPrefix(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Specify a custom prefix to use for this view's JSON output.
- setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JDBC DataSource that the JPA persistence provider is supposed to use for accessing the database.
- setJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set the Spring
JtaTransactionManager
or the JTATransactionManager
to be used with Hibernate, if any. - setJtaTransactionManager(Object) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Set the Spring
JtaTransactionManager
or the JTATransactionManager
to be used with Hibernate, if any. - setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's keep-alive seconds.
- setKeepAliveSeconds(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- setKeepQueryParams(boolean) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Whether to propagate the query parameters of the current request through to the target redirect URL.
- setKeepTaskList(boolean) - Method in class org.springframework.util.StopWatch
-
Configure whether the
StopWatch.TaskInfo
array is built over time. - setKey(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setKeyGenerator(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Set the default
KeyGenerator
that this cache aspect should delegate to if no specific key generator has been set for the operation. - setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set the default
KeyGenerator
that this cache aspect should delegate to if no specific key generator has been set for the operation. - setKeyGenerator(KeyGenerator) - Method in class org.springframework.cache.jcache.interceptor.DefaultJCacheOperationSource
-
Set the default
KeyGenerator
. - setKeyTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the default key type name (class name) to be used for this map.
- setLabel(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the '
label
' attribute. - setLabel(String) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the text body of the rendered HTML
<option>
tag. - setLabels(Collection<String>) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Associate one or more labels with this transaction attribute.
- setLang(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
lang
' attribute. - setLanguage(String) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
-
Set the name of the language meant for evaluating the scripts (e.g.
- setLanguageTagCompliant(boolean) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Specify whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
- setLastModified(long) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setLastModified(Instant) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setLastModified(ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the time the resource was last changed, as specified by the
Last-Modified
header. - setLazyDatabaseTransaction(boolean) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
-
Set whether to lazily start a database resource transaction within a Spring-managed EclipseLink transaction.
- setLazyInit(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean should be lazily initialized.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether beans for this definition should be lazily initialized or not.
- setLazyInit(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Set whether beans should be lazily initialized by default.
- setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Set whether to lazily initialize the SQLExceptionTranslator for this accessor, on first encounter of an SQLException.
- setLazyInit(boolean) - Method in class org.springframework.jdbc.support.JdbcTransactionManager
-
Set whether to lazily initialize the SQLExceptionTranslator for this transaction manager, on first encounter of an SQLException.
- setLazyInit(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set whether to lazily initialize the
JAXBContext
for this marshaller. - setLazyInit(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default lazy-init flag for the document that's currently parsed.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Set whether to lazily initialize handlers.
- setLazyInitHandlers(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set whether to lazily initialize handlers.
- setLazyResourceRetrieval(boolean) - Method in class org.springframework.jms.connection.JmsTransactionManager
-
Specify whether this transaction manager should lazily retrieve a JMS Connection and Session on access within a transaction (
true
). - setLazyTransactionalConnections(boolean) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Specify whether to obtain the transactional target Connection lazily on actual data access.
- setLeaveMutable(boolean) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
By default, when
MessageHeaderAccessor.getMessageHeaders()
is called,"this"
MessageHeaderAccessor
instance can no longer be used to modify the underlying message headers and the returnedMessageHeaders
is immutable. - setLenient(boolean) - Method in class org.springframework.format.datetime.DateFormatter
-
Specify whether parsing is to be lenient.
- setLenient(boolean) - Method in class org.springframework.format.number.AbstractNumberFormatter
-
Specify whether parsing is to be lenient.
- setLenientConstructorResolution(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether to resolve constructors in lenient mode (
true
, which is the default) or to switch to strict resolution (throwing an exception in case of ambiguous constructors that all match when converting the arguments, whereas lenient mode would use the one with the 'closest' type matches). - setLenientFallback(boolean) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify whether to apply a lenient fallback to the default DataSource if no specific DataSource could be found for the current lookup key.
- setLenientFallback(boolean) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Specify whether to apply a lenient fallback to the default
ConnectionFactory
if no specificConnectionFactory
could be found for the current lookup key. - setLimitedInParameterNames(Set<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify a limited set of the
in
parameters to be used. - setListenerId(String) - Method in class org.springframework.transaction.event.TransactionalApplicationListenerAdapter
-
Specify an id to identify the listener with.
- setListeners(MBeanExporterListener...) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the
MBeanExporterListener
s that should be notified of MBean registration and unregistration events. - setLoadedClassHandler(Consumer<Class<?>>) - Static method in class org.springframework.cglib.core.ReflectUtils
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
- setLoadTimeWeaver(LoadTimeWeaver) - Method in interface org.springframework.context.weaving.LoadTimeWeaverAware
-
Set the
LoadTimeWeaver
of this object's containingApplicationContext
. - setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
- setLoadTimeWeaver(LoadTimeWeaver) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
- setLoadTimeWeavingConfigurer(LoadTimeWeavingConfigurer) - Method in class org.springframework.context.annotation.LoadTimeWeavingConfiguration
- setLocalAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Default implementation of
LocaleResolver.setLocale(HttpServletRequest, HttpServletResponse, Locale)
that delegates toLocaleContextResolver.setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext)
, using aSimpleLocaleContext
. - setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Set the current locale to the given one.
- setLocale(Locale) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given Locale with the current thread, preserving any TimeZone that may have been set already.
- setLocale(Locale) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default
Locale
to use for formatting. - setLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setLocale(Locale) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
This method should not be used, since the considered Locale for resolving templates is the Locale for the current HTTP request.
- setLocale(Locale, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given Locale with the current thread, preserving any TimeZone that may have been set already.
- setLocaleAttributeName(String) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Specify the name of the corresponding attribute in the
HttpSession
, holding the currentLocale
value. - setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
- setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Set the current locale context to the given one, potentially including a locale with associated time zone information.
- setLocaleContext(LocaleContext) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread, not exposing it as inheritable for child threads.
- setLocaleContext(LocaleContext, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given LocaleContext with the current thread.
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in class org.springframework.web.server.i18n.FixedLocaleContextResolver
- setLocaleContext(ServerWebExchange, LocaleContext) - Method in interface org.springframework.web.server.i18n.LocaleContextResolver
-
Set the current locale context to the given one, potentially including a locale with associated time zone information.
- setLocaleContextResolver(LocaleContextResolver) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure a custom
LocaleContextResolver
. - setLocaleResolver(LocaleResolver) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a LocaleResolver instance.
- setLocalesToInitialize(Locale...) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Specify Locales to initialize eagerly, rather than lazily when actually accessed.
- setLocalName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setLocalOverride(boolean) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set whether local properties override properties from files.
- setLocalPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setLocalVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2 with no replacement; to be removed in 7.0
- setLocateExistingServerIfPossible(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether the
MBeanServerFactoryBean
should attempt to locate a runningMBeanServer
before creating one. - setLocation(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
- setLocation(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
Set the location for debugging.
- setLocation(URI) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) location of a resource, as specified by the
Location
header. - setLocation(Resource) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set a location of a properties file to be loaded.
- setLocation(Resource) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Deprecated.Set the location of the XML file that defines the view beans.
- setLocationCharsets(Map<Resource, Charset>) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
Configure charsets associated with locations.
- setLocations(String...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the processed resource locations, effectively overriding the original value declared via
@ContextConfiguration
. - setLocations(List<Resource>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Set the
List
ofResource
paths to use as sources for serving static resources. - setLocations(List<Resource>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure locations to serve resources from as pre-resourced Resource's.
- setLocations(Resource...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set locations of properties files to be loaded.
- setLocationValues(List<String>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Accepts a list of String-based location values to be resolved into
Resource
locations. - setLocationValues(List<String>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure String-based locations to serve resources from.
- setLog(boolean) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setLogExceptionStackTrace(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set whether to pass an exception to the logger, suggesting inclusion of its stack trace into the log.
- setLogFile(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setLogger(Log) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
Set the
logger
that is to be used to report warnings. - setLogger(Log) - Method in class org.springframework.core.codec.AbstractDecoder
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.core.codec.AbstractEncoder
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.messaging.handler.HandlerMethod
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.messaging.support.AbstractMessageChannel
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
-
Set an alternative logger to use than the one based on the class name.
- setLogger(Log) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
-
Set an alternative logger to use than the one based on the class name.
- setLoggerName(String) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set the name of the logger to use.
- setLoggerName(String) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
Set the name of the logger to use.
- setLoggingPeriod(long) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
-
Set the frequency for logging information at INFO level in milliseconds.
- setLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the login header.
- setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
Setting a login timeout is not supported.
- setLoginTimeout(int) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- setLogTargetClassInvocation(boolean) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set whether to log the invocation on the target class, if applicable (i.e.
- setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
-
LogWriter methods are not supported.
- setLogWriter(PrintWriter) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Set whether to look up the JNDI object on startup.
- setLookupOnStartup(boolean) - Method in class org.springframework.jndi.JndiObjectTargetSource
-
Set whether to look up the JNDI object on startup.
- setLookupPathAttributeName(String) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Deprecated.as of 5.3 in favor of
UrlPathHelper.PATH_ATTRIBUTE
. - setLoopResources(LoopResources) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Use this option when you want to provide an externally managed
LoopResources
instance. - setLoopResources(LoopResources) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Use this option when you want to provide an externally managed
LoopResources
instance. - setLoopResourcesSupplier(Supplier<LoopResources>) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Use this when you don't want to participate in global resources and you want to customize the creation of the managed
LoopResources
. - setLoopResourcesSupplier(Supplier<LoopResources>) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Use this when you don't want to participate in global resources and you want to customize the creation of the managed
LoopResources
. - setMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
- setManagedClassNameFilter(ManagedClassNameFilter) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the
ManagedClassNameFilter
to apply on entity classes discovered using classpath scanning. - setManagedClassNameFilter(ManagedClassNameFilter) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the
ManagedClassNameFilter
to apply on entity classes discovered using classpath scanning. - setManagedConnectionFactory(ManagedConnectionFactory) - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
-
Set the JCA ManagerConnectionFactory that should be used to create the desired connection factory.
- setManagedInterfaces(Class<?>...) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Set the array of interfaces to use for creating the management info.
- setManagedMethods(String...) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the array of method names to use for creating the management info.
- setManagedResource(Object, String) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Sets managed resource to expose and stores its
ClassLoader
. - setManagedTypes(PersistenceManagedTypes) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the
PersistenceManagedTypes
to use to build the list of managed types as an alternative to entity scanning. - setManagedTypes(PersistenceManagedTypes) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the
PersistenceManagedTypes
to use to build the list of managed types as an alternative to entity scanning. - setManagementInterface(Class<?>) - Method in class org.springframework.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.
- setMappedClass(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify a JAXB mapped class for partial unmarshalling.
- setMappedClass(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set the class that each row should be mapped to.
- setMappedHandlerClasses(Class<?>...) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of classes that this exception resolver should apply to.
- setMappedHandlerPredicate(Predicate<Object>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Use a
Predicate
to determine which handlers this exception resolver applies to, including when the request was not mapped in which case the handler isnull
. - setMappedHandlers(Set<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify the set of handlers that this exception resolver should apply to.
- setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Convenience method for configuring a single method name pattern.
- setMappedName(String) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
Convenience method when we have only a single method name to match.
- setMappedNames(String...) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Set the method name patterns defining methods to match.
- setMappedNames(String...) - Method in class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
-
Set the method names defining methods to match.
- setMappedObjectName(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the
ObjectName
-style name of the single MBean that the encapsulatedNotificationFilter
will be registered with to listen forNotifications
. - setMappedObjectNames(Object...) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set an array of
ObjectName
-style names of the MBeans that the encapsulatedNotificationFilter
will be registered with to listen forNotifications
. - setMapper(Mapper) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
Mapper
to use. - setMapperWrappers(Class<? extends MapperWrapper>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set one or more custom XStream
MapperWrapper
classes. - setMappingDirectoryLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of directories that contain Hibernate mapping resources, like "WEB-INF/mappings".
- setMappingJarLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of jar files that contain Hibernate mapping resources, like "WEB-INF/lib/example.hbm.jar".
- setMappingLocation(Resource) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set a location of a properties file to be loaded, containing object name mappings.
- setMappingLocation(Resource) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify the
Resource
from which mappings are loaded. - setMappingLocations(Resource...) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set location of properties files to be loaded, containing object name mappings.
- setMappingLocations(Resource...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set locations of Hibernate mapping files, for example as classpath resource "classpath:example.hbm.xml".
- setMappingLocations(Resource...) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify resource locations to load XML constraint mapping files from, if any.
- setMappingResources(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set Hibernate mapping resources to be found in the class path, like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMappingResources(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify one or more mapping resources (equivalent to
<mapping-file>
entries inpersistence.xml
) for the default persistence unit. - setMappingResources(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify one or more mapping resources (equivalent to
<mapping-file>
entries inpersistence.xml
) for the default persistence unit. - setMappings(String...) - Method in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
-
Specify additional MIME type mappings as lines that follow the
mime.types
file format, as specified by the Java Activation Framework. - setMappings(Properties) - Method in class org.springframework.jmx.export.naming.KeyNamingStrategy
-
Set local properties, containing object name mappings, e.g.
- setMappings(Properties) - Method in class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Map URL paths to handler bean names.
- setMappings(Properties) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Map URL paths to handler bean names.
- setMarshaller(Marshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the
Marshaller
to be used by this message converter. - setMarshaller(Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Set the
Marshaller
to be used by this message converter. - setMarshaller(Marshaller) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
Set the
Marshaller
to be used by this message converter. - setMarshaller(Marshaller) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Set the
Marshaller
to be used by this view. - setMarshallerListener(Marshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify the
Marshaller.Listener
to be registered with the JAXBMarshaller
. - setMarshallerProcessor(Function<Marshaller, Marshaller>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
-
Configure a processor function to customize Marshaller instances.
- setMarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB
Marshaller
properties. - setMarshallingStrategy(MarshallingStrategy) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
MarshallingStrategy
to use. - setMatchDefault(boolean) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Flag indicating that a document for which all the
document matchers
abstain will nevertheless match. - setMatchOptionalTrailingSeparator(boolean) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Deprecated.transparent support for trailing slashes is deprecated as of 6.0 in favor of configuring explicit redirects through a proxy, Servlet/web filter, or a controller.
- setMaxAge(int) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setMaxAge(Long) - Method in class org.springframework.web.cors.CorsConfiguration
-
Configure how long, in seconds, the response from a pre-flight request can be cached by clients.
- setMaxAge(Duration) - Method in class org.springframework.web.cors.CorsConfiguration
-
Configure how long, as a duration, the response from a pre-flight request can be cached by clients.
- setMaxAttempts(int) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
The maximum number of attempts after which a call to
BackOffExecution.nextBackOff()
returnsBackOffExecution.STOP
. - setMaxAttempts(long) - Method in class org.springframework.util.backoff.FixedBackOff
-
Set the maximum number of attempts in milliseconds.
- setMaxBinaryMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- setMaxBinaryMessageBufferSize(Integer) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
-
Exposes the underlying config option on
WebSocketContainer.setDefaultMaxBinaryMessageBufferSize(int)
. - setMaxBinaryMessageBufferSize(Integer) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- setMaxConcurrency(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify the maximum number of consumers/sessions to use, effectively controlling the number of concurrent invocations on the target listener.
- setMaxConcurrentConsumers(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the maximum number of concurrent consumers to create.
- setMaxDiskUsagePerPart(long) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Configure the maximum amount of disk space allowed for file parts.
- setMaxElapsedTime(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Set the maximum elapsed time in milliseconds after which a call to
BackOffExecution.nextBackOff()
returnsBackOffExecution.STOP
. - setMaxFramePayloadLength(int) - Method in class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
-
Deprecated.as of 5.3 in favor of providing a supplier of
WebsocketClientSpec.Builder
with a constructor argument - setMaxFramePayloadLength(Integer) - Method in class org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
-
Deprecated.as of 5.2.6 in favor of providing a supplier of
WebsocketServerSpec.Builder
with a constructor argument - setMaxHeadersSize(int) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Configure the maximum amount of memory that is allowed per headers section of each part.
- setMaxHeadersSize(int) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
-
Configure the maximum amount of memory that is allowed per headers section of each part.
- setMaxIdle(int) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the maximum number of idle objects in the pool.
- setMaxIdleTime(Duration) - Method in class org.springframework.mock.web.server.MockWebSession
- setMaxIdleTime(Duration) - Method in interface org.springframework.web.server.WebSession
-
Configure the max amount of time that may elapse after the
lastAccessTime
before a session is considered expired. - setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.MockHttpSession
- setMaxInMemorySize(int) - Method in class org.springframework.core.codec.AbstractDataBufferDecoder
-
Configure a limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.FormHttpMessageReader
-
Set the max number of bytes for input form data.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.KotlinSerializationBinaryDecoder
-
Configure a limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.KotlinSerializationStringDecoder
-
Configure a limit on the number of bytes that can be buffered whenever the input stream needs to be aggregated.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Configure the maximum amount of memory allowed per part.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
-
Configure the maximum amount of memory allowed for form fields.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
-
Configure a limit on the maximum number of bytes per SSE event which are buffered before the event is parsed.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInMemorySize(int) - Method in class org.springframework.http.codec.xml.XmlEventDecoder
-
Set the max number of bytes that can be buffered by this decoder.
- setMaxInterval(long) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Set the maximum back off time in milliseconds.
- setMaxlength(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the '
maxlength
' attribute. - setMaxLinkedPages(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the maximum number of page links to a few pages around the current one.
- setMaxMessageSize(int) - Method in class org.springframework.http.codec.protobuf.ProtobufDecoder
-
The max size allowed per message.
- setMaxMessageSize(int) - Method in class org.springframework.http.codec.protobuf.ProtobufJsonDecoder
-
The max size allowed per message.
- setMaxMessagesPerTask(int) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the maximum number of messages to process in one task.
- setMaxMessagesPerTask(Integer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setMaxParts(int) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
-
Specify the maximum number of parts allowed in a given multipart request.
- setMaxParts(int) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
-
Specify the maximum number of parts allowed in a given multipart request.
- setMaxPartSize(long) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
-
Configure the maximum size allowed for any part.
- setMaxPayloadLength(int) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Set the maximum length of the payload body to be included in the log message.
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the ThreadPoolExecutor's maximum pool size.
- setMaxResults(int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the maximum number of rows for this HibernateTemplate.
- setMaxRows(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the maximum number of rows for this JdbcTemplate.
- setMaxRows(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the maximum number of rows for this RDBMS operation.
- setMaxRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Set the maximum number of rows that may be affected by this update.
- setMaxSessionIdleTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- setMaxSessionIdleTimeout(Long) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
-
Exposes the underlying config option on
WebSocketContainer.setDefaultMaxSessionIdleTimeout(long)
. - setMaxSessionIdleTimeout(Long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- setMaxSessions(int) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Set the maximum number of sessions that can be stored.
- setMaxSize(int) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Set the maximum size of the pool.
- setMaxTextMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- setMaxTextMessageBufferSize(Integer) - Method in class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
-
Exposes the underlying config option on
WebSocketContainer.setDefaultMaxTextMessageBufferSize(int)
. - setMaxTextMessageBufferSize(Integer) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- setMaxWait(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the maximum waiting time for fetching an object from the pool.
- setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Add mappings between file extensions extracted from the filename of static
Resource
s and the media types to use for the response. - setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Add mappings between file extensions extracted from the filename of static
Resource
s and the media types to use for the response. - setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Add mappings between file extensions, extracted from the filename of a static
Resource
, and corresponding media type to set on the response. - setMediaTypes(Properties) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Add a mapping from a key to a MediaType where the key are normalized to lowercase and may have been extracted from a path extension, a filename extension, or passed as a query parameter.
- setMerge(String) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the default merge setting for the document that's currently parsed.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedProperties
-
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
- setMergeEnabled(boolean) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
- setMessage(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setMessage(MessageSourceResolvable) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the MessageSourceResolvable for this tag.
- setMessageCallback(Consumer<WebSocketMessage<?>>) - Method in class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
-
Set a callback invoked after a message is added to the send buffer.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The codec to use for encoding and decoding SockJS messages.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
-
Set the SockJsMessageCodec to use.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
The codec to use for encoding and decoding SockJS messages.
- setMessageCodeFormatter(MessageCodeFormatter) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Specify the format for message codes built by this resolver.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.AbstractBindingResult
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.beanvalidation.MethodValidationAdapter
-
Set the strategy to use to determine message codes for violations.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.validation.DataBinder
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the strategy to use for resolving errors into message codes.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the message converter for this template.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the
MessageConverter
strategy for converting JMS Messages. - setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the converter that will convert incoming JMS messages to listener method arguments, and objects returned from listener methods back to JMS messages.
- setMessageConverter(MessageConverter) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Set the
MessageConverter
strategy for converting JMS Messages. - setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Set the
MessageConverter
to use inconvertAndSend
methods. - setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the
MessageConverter
to use. - setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Configure a
MessageConverter
to use to convert the payload of a message from its serialized form with a specific MIME type to an Object matching the target method parameter. - setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Set the
MessageConverter
to use to convert the payload of incoming and outgoing messages to and frombyte[]
based on object type, or expected object type, and the "content-type" header. - setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Set the
MessageConverter
to use to convert the payload of incoming and outgoing messages to and frombyte[]
based on object type and the "content-type" header. - setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the message converters to use by this extractor.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.function.support.RouterFunctionMapping
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Set the message body converters to use.
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
- setMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Set the message converters to use in argument resolvers and in return value handlers, which support reading and/or writing to the body of the request and response.
- setMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the message converters to use in argument resolvers and in return value handlers, which support reading and/or writing to the body of the request and response.
- setMessageEndpointFactory(MessageEndpointFactory) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA MessageEndpointFactory to activate, pointing to a MessageListener object that the endpoints will delegate to.
- setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Set the
MessageHandlerMethodFactory
to use to configure the message listener responsible to serve an endpoint detected by this processor. - setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Set the
MessageHandlerMethodFactory
to use to configure the message listener responsible to serve an endpoint detected by this processor. - setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the
MessageHandlerMethodFactory
to use to build theInvocableHandlerMethod
responsible to manage the invocation of this endpoint. - setMessageId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setMessageId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the message-id header.
- setMessageIdEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message IDs are enabled.
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom MessageInterpolator to use for this Validator.
- setMessageInterpolator(MessageInterpolator) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom MessageInterpolator to use for this ValidatorFactory and its exposed default Validator.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.config.SimpleJmsListenerEndpoint
-
Set the
MessageListener
to invoke when a message matching the endpoint is received. - setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
-
Set the JMS MessageListener for this endpoint.
- setMessageListener(MessageListener) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the JMS MessageListener for this endpoint.
- setMessageListener(Object) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
-
Specify the message listener object that the endpoint should expose (e.g.
- setMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the message listener implementation to register.
- setMessageMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Set
HandlerMethodArgumentResolvers
to use for resolving method argument values. - setMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.function.server.support.RouterFunctionMapping
-
Configure HTTP message readers to de-serialize the request body with.
- setMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Configure HTTP message readers to de-serialize the request body with.
- setMessageSelector(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the JMS message selector expression (or
null
if none). - setMessageSelector(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setMessageSizeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure the maximum size of an inbound sub-protocol message, such as a STOMP frame which may be aggregated from multiple WebSocket messages.
- setMessageSizeLimit(int) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Configure the maximum size allowed for an incoming STOMP message.
- setMessageSource(MessageSource) - Method in interface org.springframework.context.MessageSourceAware
-
Set the
MessageSource
that this object runs in. - setMessageSource(MessageSource) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
- setMessageSource(MessageSource) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
- setMessageSource(MessageSource) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- setMessageTimestampEnabled(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether message timestamps are enabled.
- setMessageTypeIfNotSet(SimpMessageType) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
-
Configure HTTP message writers to serialize the request body with.
- setMetaClass(MetaClass) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- setMetaClass(MetaClass) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
- setMetaClass(MetaClass) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
- setMetadataExtractor(MetadataExtractor) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure a
MetadataExtractor
to extract the route along with other metadata. - setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the
MetadataReaderFactory
to use. - setMetadataReaderFactory(MetadataReaderFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
MetadataReaderFactory
to use. - setMetadataSources(MetadataSources) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify a Hibernate
MetadataSources
service to use (e.g. - setMethod(Method) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the method to invoke for processing a message managed by this endpoint.
- setMethod(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setMethod(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
method
' attribute. - setMethod(HttpMethod) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
Set the HTTP method of the request.
- setMethodInvoker(MethodInvoker) - Method in class org.springframework.test.context.support.DefaultTestContext
- setMethodInvoker(MethodInvoker) - Method in interface org.springframework.test.context.TestContext
-
Set the
MethodInvoker
to use. - setMethodInvoker(MethodInvoker) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
-
Set the MethodInvoker to use.
- setMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
Set a name/attribute map, consisting of "FQCN.method" method names (e.g.
- setMethodMappings(Properties) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
Set the mappings of bean keys to a comma-separated list of method names.
- setMethodName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
Set the name of the
Method
to locate. - setMethodName(String) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- setMethodOverrides(MethodOverrides) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify method overrides for the bean, if any.
- setMethodParam(String) - Method in class org.springframework.web.filter.HiddenHttpMethodFilter
-
Set the parameter name to look for HTTP methods.
- setMethodParam(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the request param for non-browser supported HTTP methods.
- setMethodParamName(String) - Method in class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
-
Set the name of the form parameter with the HTTP method to use.
- setMethodResolvers(List<MethodResolver>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setMethodValidationApplicable(boolean) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Configure flag to signal whether validation will be applied to handler method arguments, which is the case if Bean Validation is enabled in Spring MVC, and method parameters have
@Constraint
annotations. - setMethodValidationApplicable(boolean) - Method in class org.springframework.web.reactive.BindingContext
-
Configure flag to signal whether validation will be applied to handler method arguments, which is the case if Bean Validation is enabled in Spring MVC, and method parameters have
@Constraint
annotations. - setMethodValidator(MethodValidator) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the
MethodValidator
to perform method validation with if the controller methodHandlerMethod.shouldValidateArguments()
orHandlerMethod.shouldValidateReturnValue()
. - setMethodValidator(MethodValidator) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Set the
MethodValidator
to perform method validation with if the controller methodHandlerMethod.shouldValidateArguments()
orHandlerMethod.shouldValidateReturnValue()
. - setMetricType(MetricType) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
A description of how this metric's values change over time.
- setMimeMultiparts(MimeMultipart, MimeMultipart) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given MimeMultipart objects for use by this MimeMessageHelper.
- setMinEvictableIdleTimeMillis(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the minimum time that an idle object can sit in the pool before it becomes subject to eviction.
- setMinIdle(int) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the minimum number of idle objects in the pool.
- setMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
- setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the misfire instruction for this trigger.
- setMisfireInstruction(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the misfire instruction for this trigger.
- setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the misfire instruction for this trigger via the name of the corresponding constant in the
Trigger
andCronTrigger
classes. - setMisfireInstructionName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the misfire instruction for this trigger via the name of the corresponding constant in the
Trigger
andSimpleTrigger
classes. - setMixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Add mix-in annotations to use for augmenting specified class or interface.
- setMode(int) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the XStream mode to use.
- setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide custom
ModelAndViewResolvers
. - setModelAttribute(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the name of the form attribute in the model.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the attribute in the model that should be rendered by this view.
- setModelKey(String) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
- setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
- setModelKey(String) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Set the name of the model key that represents the object to be marshalled.
- setModelKeys(Set<String>) - Method in class org.springframework.web.reactive.result.view.HttpMessageWriterView
-
Set the attributes in the model that should be rendered by this view.
- setModelKeys(Set<String>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Set the attributes in the model that should be rendered by this view.
- setModified(boolean) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Mark the underlying message headers as modified.
- setModules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a complete list of modules to be registered with the
ObjectMapper
. - setModulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify one or more modules by class (or class name in XML) to be registered with the
ObjectMapper
. - setMostSpecificMethod(Method) - Method in class org.springframework.jms.config.MethodJmsListenerEndpoint
-
Set the most specific method known for this endpoint's declaration.
- setMtomEnabled(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Specify whether MTOM support should be enabled or not.
- setMultipartCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the character set to use when writing multipart data to encode file names.
- setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Set a Map with parameter names as keys and list of MultipartFile objects as values.
- setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and content type Strings as values.
- setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
-
Set a Map with parameter names as keys and String array objects as values.
- setMultipartRequestParsed(boolean) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Mark the
WebAsyncManager
as wrapping a multipart async request. - setMultipartResolverBeanName(String) - Method in class org.springframework.web.multipart.support.MultipartFilter
-
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
- setMultiple(Object) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML '
multiple
' attribute rendered on the final 'select
' element. - setMultiplier(double) - Method in class org.springframework.util.backoff.ExponentialBackOff
-
Set the value to multiply the current interval by for each retry attempt.
- setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a
MultiTenantConnectionProvider
to be passed on to the SessionFactory. - setMultiTenantConnectionProvider(MultiTenantConnectionProvider) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
-
Set a
MultiTenantConnectionProvider
to be passed on to the SessionFactory. - setNack(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setName(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the name of the constructor argument.
- setName(String) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the name of the cache.
- setName(String) - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
- setName(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the name of the embedded database.
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set the name of this notification.
- setName(String) - Method in class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
Set the name of this parameter in the operation signature.
- setName(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setName(String) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the trigger's name.
- setName(String) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Specify the job's name.
- setName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the name of the job.
- setName(String) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the trigger's name.
- setName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the name of this transaction.
- setName(String) - Method in class org.springframework.web.servlet.tags.BindErrorsTag
-
Set the name of the bean that this tag should check.
- setName(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the '
name
' attribute. - setName(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
name
' attribute. - setName(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw name of the parameter.
- setName(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Set the name of the parameter (required).
- setName(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Set a unique name for this service (mainly for logging purposes).
- setNameCoder(NameCoder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
NameCoder
to use. - setNamedBinding(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether parameters should be bound by name.
- setNamedBinding(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether parameters should be bound by name.
- setNameMap(Map<String, Collection<CacheOperation>>) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Set a name/attribute map, consisting of method names (e.g.
- setNameMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Set a name/attribute map, consisting of method names (e.g.
- setNamePrefix(String) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- setNameResolver(DataBinder.NameResolver) - Method in class org.springframework.validation.DataBinder
-
Configure a resolver to determine the name of the value to bind to a constructor parameter in
DataBinder.construct(org.springframework.validation.DataBinder.ValueResolver)
. - setNamespace(String) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the namespace for this web application context, to be used for building a default context config location.
- setNamespace(String) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- setNamespace(String) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- setNamespace(String) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
- setNamespace(String) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set a custom namespace for this servlet, to be used for building a default context config location.
- setNamespaceAware(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set whether the XML parser should be XML namespace aware.
- setNamespaceHandlerResolver(NamespaceHandlerResolver) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify the
NamespaceHandlerResolver
to use. - setNamingPolicy(NamingPolicy) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
Override the default naming policy.
- setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the implementation of the
ObjectNamingStrategy
interface to use for this exporter. - setNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Set the specified native header value replacing existing values.
- setNativeHeaderValues(String, List<String>) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Variant of
NativeMessageHeaderAccessor.addNativeHeader(String, String)
for all values. - setNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
- setNestedPath(String) - Method in exception org.springframework.validation.BindException
- setNestedPath(String) - Method in interface org.springframework.validation.Errors
-
Allow context to be changed so that standard validators can validate subtrees.
- setNestedPath(String) - Method in class org.springframework.validation.method.ParameterErrors
- setNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
- setNestedPath(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- setNestedTransactionAllowed(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether nested transactions are allowed.
- setNew(boolean) - Method in class org.springframework.mock.web.MockHttpSession
- setNonJtaDataSource(DataSource) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setNonOptionArgsPropertyName(String) - Method in class org.springframework.core.env.CommandLinePropertySource
-
Specify the name of the special "non-option arguments" property.
- setNonPublicAccessAllowed(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify whether to allow access to non-public constructors and methods, for the case of externalized metadata pointing to those.
- setNonTransactionalDataSource(DataSource) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the
DataSource
to be used for non-transactional access. - setNonUniqueFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify a factory method name that refers to an overloaded method.
- setNotificationFilter(NotificationFilter) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the
NotificationFilter
associated with the encapsulatedNotificationFilter
. - setNotificationInfoMappings(Map<String, Object>) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- setNotificationInfos(ManagedNotification[]) - Method in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
- setNotificationListener(NotificationListener) - Method in class org.springframework.jmx.support.NotificationListenerHolder
-
Set the
NotificationListener
. - setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the
NotificationListeners
to register with theMBeanServer
. - setNotificationListeners(NotificationListenerBean...) - Method in class org.springframework.jmx.export.MBeanExporter
-
Set the
NotificationListenerBeans
containing theNotificationListeners
that will be registered with theMBeanServer
. - setNotificationPublisher(NotificationPublisher) - Method in interface org.springframework.jmx.export.notification.NotificationPublisherAware
-
Set the
NotificationPublisher
instance for the current managed resource instance. - setNotificationType(String) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a single notification type, or a list of notification types as comma-delimited String.
- setNotificationTypes(String...) - Method in class org.springframework.jmx.export.metadata.ManagedNotification
-
Set a list of notification types.
- setNullValue(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set a value that should be treated as
null
when resolved as a placeholder value: e.g. - setNumber(long) - Method in class org.springframework.oxm.jaxb.test.FlightType
-
Sets the value of the number property.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
Configure the default ObjectMapper instance to use.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.cbor.MappingJackson2CborHttpMessageConverter
-
Configure the main
ObjectMapper
to use for Object conversion. - setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Configure the main
ObjectMapper
to use for Object conversion. - setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set the
ObjectMapper
instance to use. - setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.smile.MappingJackson2SmileHttpMessageConverter
-
Configure the main
ObjectMapper
to use for Object conversion. - setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
-
Configure the main
ObjectMapper
to use for Object conversion. - setObjectMapper(ObjectMapper) - Method in class org.springframework.http.converter.yaml.MappingJackson2YamlHttpMessageConverter
-
Configure the main
ObjectMapper
to use for Object conversion. - setObjectMapper(ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Set the
ObjectMapper
for this converter. - setObjectMapper(ObjectMapper) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Set the
ObjectMapper
for this converter. - setObjectMapper(ObjectMapper) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Set the
ObjectMapper
for this view. - setObjectName(Object) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the
ObjectName
of the MBean which calls are routed to, asObjectName
instance or asString
. - setObjectName(Object) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the
ObjectName
used to register theJMXConnectorServer
itself with theMBeanServer
, asObjectName
instance or asString
. - setObjectName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
-
Set the JMX ObjectName of this managed resource.
- setObjectNameResolver(MethodValidationAdapter.ObjectNameResolver) - Method in class org.springframework.validation.beanvalidation.MethodValidationAdapter
-
Configure a resolver to determine the name of an
@Valid
method parameter to use for itsBindingResult
. - setObservationConvention(ClientRequestObservationConvention) - Method in class org.springframework.web.client.RestTemplate
-
Configure an
ObservationConvention
that sets the name of theobservation
as well as itsKeyValues
extracted from theClientRequestObservationContext
. - setObservationConvention(ServerRequestObservationConvention) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure a
ServerRequestObservationConvention
for server exchanges observations. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
Set the
ObservationRegistry
to be used for recording JMS message processing observations. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.jms.core.JmsTemplate
-
Configure the
ObservationRegistry
to use for recording JMS observations. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the
ObservationRegistry
to be used for recordingJMS message processing observations
. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Configure an
ObservationRegistry
to record observations for scheduled tasks. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.web.client.RestTemplate
-
Configure an
ObservationRegistry
for collecting spans and metrics for request execution. - setObservationRegistry(ObservationRegistry) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure an
ObservationRegistry
for recording server exchange observations. - setOmittedFields(Map<Class<?>, String>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Specify omitted fields, as a Map consisting of
Class
instances mapped to comma separated field names. - setOnblur(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the '
onblur
' attribute. - setOnchange(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the '
onchange
' attribute. - setOnclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onclick
' attribute. - setOndblclick(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
ondblclick
' attribute. - setOnfocus(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Set the value of the '
onfocus
' attribute. - setOnkeydown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onkeydown
' attribute. - setOnkeypress(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onkeypress
' attribute. - setOnkeyup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onkeyup
' attribute. - setOnmousedown(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onmousedown
' attribute. - setOnmousemove(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onmousemove
' attribute. - setOnmouseout(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onmouseout
' attribute. - setOnmouseover(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onmouseover
' attribute. - setOnmouseup(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
onmouseup
' attribute. - setOnreset(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
onreset
' attribute. - setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the '
onselect
' attribute. - setOnselect(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the '
onselect
' attribute. - setOnsubmit(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
onsubmit
' attribute. - setOpaque(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether proxies created by this configuration should be prevented from being cast to
Advised
to query proxy status. - setOperatorOverloader(OperatorOverloader) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setOptimize(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether proxies should perform aggressive optimizations.
- setOptimizeLocations(boolean) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Set whether to optimize the specified locations through an existence check on startup, filtering non-existing directories upfront so that they do not have to be checked on every resource access.
- setOptimizeLocations(boolean) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Set whether to optimize the specified locations through an existence check on startup, filtering non-existing directories upfront so that they do not have to be checked on every resource access.
- setOptimizeLocations(boolean) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Set whether to optimize the specified locations through an existence check on startup, filtering non-existing directories upfront so that they do not have to be checked on every resource access.
- setOptimizeLocations(boolean) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set whether to optimize the specified locations through an existence check on startup, filtering non-existing directories upfront so that they do not have to be checked on every resource access.
- setOptional(boolean) - Method in class org.springframework.beans.PropertyValue
-
Set whether this is an optional value, that is, to be ignored when no corresponding property exists on the target class.
- setOrder(int) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
- setOrder(int) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Set the ordering which will apply to this processor's implementation of
Ordered
, used when applying multiple processors. - setOrder(int) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
- setOrder(int) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
- setOrder(int) - Method in class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
- setOrder(int) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- setOrder(int) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- setOrder(int) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
- setOrder(int) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
Set the order value of this object for sorting purposes.
- setOrder(int) - Method in class org.springframework.context.event.DefaultEventListenerFactory
- setOrder(int) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- setOrder(int) - Method in class org.springframework.transaction.event.TransactionalApplicationListenerAdapter
-
Specify the synchronization order for the listener.
- setOrder(int) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
- setOrder(int) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
-
Specify the order to use for resource handling relative to other
HandlerMapping
s configured in the Spring configuration. - setOrder(int) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
-
Set the order for this result handler relative to others.
- setOrder(int) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Specify the order value for this HandlerMapping bean.
- setOrder(int) - Method in class org.springframework.web.reactive.result.HandlerResultHandlerSupport
-
Set the order for this result handler relative to others.
- setOrder(int) - Method in class org.springframework.web.reactive.result.view.ViewResolverSupport
-
Specify the order value for this ViewResolver bean.
- setOrder(int) - Method in class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
-
Set the order value for this adapter.
- setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Specify the order to use for resource handling relative to other
HandlerMappings
configured in the Spring MVC application context. - setOrder(int) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Specify the order to use for the
HandlerMapping
used to map view controllers relative to other handler mappings configured in Spring MVC. - setOrder(int) - Method in class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
-
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
- setOrder(int) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Specify the order value for this HandlerMapping bean.
- setOrder(int) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
- setOrder(int) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Specify the order value for this HandlerAdapter bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
-
Specify the order value for this ViewResolver bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- setOrder(int) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.Specify the order value for this ViewResolver bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Specify the order value for this ViewResolver bean.
- setOrder(int) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
- setOrder(int) - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Deprecated.Specify the order value for this ViewResolver bean.
- setOrder(int) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Set the order for the resulting
SimpleUrlHandlerMapping
relative to other handler mappings configured in Spring MVC. - setOrder(int) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Set the order of the
HandlerMapping
used for STOMP endpoints relative to other Spring MVC handler mappings. - setOrder(int) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Set the order for the resulting
HandlerMapping
relative to other handler mappings configured in Spring MVC. - setOrder(int) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
-
Specify the order value for this registry.
- setOrigin(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Origin
header. - setOrigin(String) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the origin to use.
- setOriginatingBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the originating (e.g.
- setOutboundChannelExecutor(TaskExecutor) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- setOutboundMessageSizeLimit(Integer) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Configure the maximum size allowed for outbound STOMP message.
- setOutboundPrefix(String) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Specify a prefix to be appended to the protocol property name for any user-defined message header that is being mapped into the protocol-specific Message.
- setOutParameterNames(List<String>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the names of the
out
parameters. - setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputProperties(Properties) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set arbitrary transformer output properties to be applied to the stylesheet.
- setOutputStreamAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Set whether
MockHttpServletResponse.getOutputStream()
access is allowed. - setOutputStreaming(boolean) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.1 requests are always streamed, as if this property is
true
- setOverloaded(boolean) - Method in class org.springframework.beans.factory.support.MethodOverride
-
Set whether the overridden method is overloaded (i.e., whether argument type matching needs to occur to disambiguate methods of the same name).
- setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Specify whether we should override default for accessing synonyms.
- setOverrideIncludeSynonymsDefault(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify whether the default for including synonyms should be changed.
- setOverwriteExistingJobs(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set whether any jobs defined on this SchedulerFactoryBean should overwrite existing job definitions.
- setPackagesToScan(String...) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify packages to search for autodetection of your entity classes in the classpath.
- setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with
persistence.xml
markers in them. - setPackagesToScan(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set whether to use Spring-based scanning for entity classes in the classpath instead of using JPA's standard scanning of jar files with
persistence.xml
markers in them. - setPackagesToScan(String...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the packages to search for classes with JAXB2 annotations in the classpath.
- setPaddingLength(int) - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
Set the padding length, i.e.
- setPage(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the current page number.
- setPageSize(int) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the current page size.
- setParallelism(int) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Specify the parallelism level.
- setParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set a single value for the specified HTTP parameter.
- setParameter(String, String...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set an array of values for the specified HTTP parameter.
- setParameterName(String) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the query parameter name to use when
ContentNegotiationManagerFactoryBean.setFavorParameter(boolean)
is on. - setParameterName(String) - Method in class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
Set the name of the parameter to use to determine requested media types.
- setParameterName(String) - Method in class org.springframework.web.reactive.accept.ParameterContentTypeResolver
-
Set the name of the parameter to use to determine requested media types.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Set the ParameterNameDiscoverer to use for resolving method and constructor parameter names if needed for message interpolation.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.validation.beanvalidation.MethodValidationAdapter
-
Set the
ParameterNameDiscoverer
to discover method parameter names with to create error codes forMessageSourceResolvable
. - setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod
-
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
- setParameterNames(String...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the parameter names for the pointcut.
- setParameterNames(String...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
- setParameters(Map<String, ?>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set all provided parameters replacing any existing values for the provided parameter names.
- setParameters(SqlParameter...) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Add one or more declared parameters.
- setParameterTypes(Class<?>...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the parameter types for the pointcut.
- setParameterTypes(Class<?>...) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
- setParameterValue(PreparedStatement, int, int, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValue(PreparedStatement, int, int, String, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParameterValue(PreparedStatement, int, SqlParameter, Object) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
-
Set the value for a parameter.
- setParamName(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Set the name of the parameter that contains a locale specification in a locale change request.
- setParamName(String) - Method in class org.springframework.web.servlet.theme.ThemeChangeInterceptor
-
Deprecated.Set the name of the parameter that contains a theme specification in a theme change request.
- setParent(ApplicationContext) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Set the parent of this application context.
- setParent(ApplicationContext) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set the parent of this application context, also setting the parent of the internal BeanFactory accordingly.
- setParentBeanFactory(BeanFactory) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set the parent of this bean factory.
- setParentBeanFactory(BeanFactory) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setParentMessageSource(MessageSource) - Method in interface org.springframework.context.HierarchicalMessageSource
-
Set the parent that will be used to try to resolve messages that this object can't resolve.
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.AbstractMessageSource
- setParentMessageSource(MessageSource) - Method in class org.springframework.context.support.DelegatingMessageSource
- setParentName(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the name of the parent definition of this bean definition, if any.
- setParentName(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the name of the parent definition of this bean definition.
- setParentName(String) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
- setParentName(String) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
- setParentName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
- setParentThemeSource(ThemeSource) - Method in interface org.springframework.ui.context.HierarchicalThemeSource
-
Deprecated.Set the parent that will be used to try to resolve theme messages that this object can't resolve.
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.DelegatingThemeSource
-
Deprecated.
- setParentThemeSource(ThemeSource) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.
- setParsedRequestPath(RequestPath, ServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
-
Set the cached, parsed
RequestPath
to the given value. - setParsePath(boolean) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Whether to parse the input path into path segments if the encoding mode is set to
EncodingMode.URI_COMPONENT
, which ensures that URI variables in the path are encoded according to path segment rules and for example a '/' is encoded. - setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the message body converters to use.
- setPartitioned(boolean) - Method in class org.springframework.mock.web.MockCookie
-
Set the "Partitioned" attribute for this cookie.
- setPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the passcode header.
- setPassword(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC password to use for connecting through the Driver.
- setPassword(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the password to use to connect to the database.
- setPassword(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set the default user's password that this adapter should use for retrieving Connections.
- setPassword(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the password that this adapter should use for retrieving Connections.
- setPassword(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the password for the account at the mail host, if any.
- setPath(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setPath(String) - Method in class org.springframework.web.servlet.tags.BindTag
-
Set the path that this tag should apply.
- setPath(String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Set the property path from the
form object
. - setPath(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Unsupported for forms.
- setPath(String) - Method in class org.springframework.web.servlet.tags.NestedPathTag
-
Set the path that this tag should apply.
- setPathInfo(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setPathMatcher(PathMatcher) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Set the
PathMatcher
implementation to use for this resource pattern resolver. - setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Set the PathMatcher implementation to use for matching destinations against configured destination patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Specify the
PathMatcher
to use. - setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
When configured, the given PathMatcher is passed down to the underlying SubscriptionRegistry to use for matching destination to subscriptions.
- setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the PathMatcher to use to match the destinations of incoming messages to
@MessageMapping
and@SubscribeMapping
methods. - setPathMatcher(PathMatcher) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Configure a
PathMatcher
to use for pattern matching. - setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the PathMatcher to use for String pattern matching.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Configure the PathMatcher to use.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
Configure the PathMatcher to use to match URL paths with against include and exclude patterns.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Set a custom PathMatcher to use for the PatternsRequestCondition.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Configure the PathMatcher to use to match URL paths against registered URL patterns to select the cache settings for a request.
- setPathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Configure a
PathMatcher
to use when comparing target lookup path against resource mappings. - setPathOptions(PathContainer.Options) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Set options for parsing patterns.
- setPathPattern(String) - Method in class org.springframework.http.server.observation.ServerRequestObservationContext
- setPathPattern(String) - Method in class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
-
Set the path pattern for the handler that matches the current request.
- setPathPrefixes(Map<String, Predicate<Class<?>>>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Configure path prefixes to apply to controller methods.
- setPathPrefixes(Map<String, Predicate<Class<?>>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Configure path prefixes to apply to controller methods.
- setPathSeparator(String) - Method in class org.springframework.util.AntPathMatcher
-
Set the path separator to use for pattern parsing.
- setPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Convenience method when we have only a single pattern.
- setPattern(String) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Set the regular expression defining methods to match.
- setPattern(String) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the pattern to use to format number values.
- setPattern(String) - Method in class org.springframework.format.number.NumberStyleFormatter
-
Specify the pattern to use to format number values.
- setPatternParser(PathPatternParser) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Enable URL path matching with parsed
PathPatterns
instead of String pattern matching with aPathMatcher
. - setPatternParser(PathPatternParser) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Enable URL path matching with parsed
PathPatterns
instead of String pattern matching with aPathMatcher
. - setPatternParser(PathPatternParser) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
- setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the
PathPatternParser
to parsepatterns
with for URL path matching. - setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Set the
PathPatternParser
to parsepatterns
with for URL path matching. - setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
- setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
- setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- setPatternParser(PathPatternParser) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Enable use of parsed
PathPattern
s as described inAbstractHandlerMapping.setPatternParser(PathPatternParser)
. - setPatterns(String...) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Set the regular expressions defining methods to match.
- setPatterns(String...) - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Set the regular expressions defining methods to match.
- setPayload(P, ParameterizedTypeReference<T>) - Method in class org.springframework.messaging.rsocket.service.RSocketRequestValues.Builder
-
Set the request payload value to be serialized.
- setPayloadConverter(MessageConverter) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
Set the
MessageConverter
to use to convert the payload. - setPayloadValue(Object) - Method in class org.springframework.messaging.rsocket.service.RSocketRequestValues.Builder
-
Set the request payload as a concrete value to be serialized.
- setPeriod(long) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the period between repeated task executions, in milliseconds.
- setPermissionDeniedCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setPersistenceContexts(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the transactional persistence contexts for EntityManager lookups, as a Map from persistence unit name to persistence context JNDI name (which needs to resolve to an EntityManager instance).
- setPersistenceExceptionTranslator(PersistenceExceptionTranslator) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Specify the PersistenceExceptionTranslator to use.
- setPersistenceProvider(PersistenceProvider) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Set the PersistenceProvider instance to use for creating the EntityManagerFactory.
- setPersistenceProviderClass(Class<? extends PersistenceProvider>) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Set the PersistenceProvider implementation class to use for creating the EntityManagerFactory.
- setPersistenceProviderClassName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setPersistenceProviderPackageName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setPersistenceProviderPackageName(String) - Method in interface org.springframework.orm.jpa.persistenceunit.SmartPersistenceUnitInfo
-
Set the persistence provider's own package name, for exclusion from class transformation.
- setPersistenceUnitManager(PersistenceUnitManager) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the PersistenceUnitManager to use for obtaining the JPA persistence unit that this FactoryBean is supposed to build an EntityManagerFactory for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Specify the name of the EntityManagerFactory configuration.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.EntityManagerFactoryAccessor
-
Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
Set the name of the persistence unit to manage transactions for.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Uses the specified persistence unit name as the name of the default persistence unit, if applicable.
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setPersistenceUnitName(String) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Set the name of the persistence unit to access the EntityManagerFactory for.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the PersistenceUnitPostProcessors to be applied to the PersistenceUnitInfo used for creating this EntityManagerFactory.
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Set the PersistenceUnitPostProcessors to be applied to each PersistenceUnitInfo that has been parsed by this manager.
- setPersistenceUnitRootLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set a persistence unit root location for the default persistence unit.
- setPersistenceUnitRootUrl(URL) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setPersistenceUnits(Map<String, String>) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Specify the persistence units for EntityManagerFactory lookups, as a Map from persistence unit name to persistence unit JNDI name (which needs to resolve to an EntityManagerFactory instance).
- setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Set the location of the
persistence.xml
file we want to use. - setPersistenceXmlLocation(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the location of the
persistence.xml
files to load. - setPersistenceXmlLocations(String...) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify multiple locations of
persistence.xml
files to load. - setPersistenceXMLSchemaVersion(String) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setPersistLocation(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setPersistName(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist period for this metric.
- setPersistPeriod(int) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedAttribute
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The persist policy for this metric.
- setPersistPolicy(String) - Method in class org.springframework.jmx.export.metadata.ManagedResource
- setPhase(int) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Specify the phase in which this endpoint manager should be started and stopped.
- setPhase(int) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setPhase(int) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
- setPhase(int) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Specify the lifecycle phase in which this container should be started and stopped.
- setPhase(int) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Set the phase that this handler should run in.
- setPhase(int) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Set the phase that this handler should run in.
- setPhase(int) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
-
Set the phase that this handler should run in.
- setPhase(int) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Specify the lifecycle phase for pausing and resuming this executor.
- setPhase(int) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
-
Specify the lifecycle phase for pausing and resuming this executor.
- setPhase(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Specify the phase in which this scheduler should be started and stopped.
- setPhase(int) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Specify the phase in which a connection should be established to the remote endpoint and subsequently closed.
- setPhase(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Set the phase that this handler should run in.
- setPhase(int) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Specify the phase in which the WebSocket client should be started and subsequently closed.
- setPhase(int) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
Set the phase that this handler should run in.
- setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Set a Hibernate 5
PhysicalNamingStrategy
for the SessionFactory. - setPlaceholderPrefix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set the prefix that a placeholder string starts with.
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractEnvironment
- setPlaceholderPrefix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderPrefix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderSuffix(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Set the suffix that a placeholder string ends with.
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractEnvironment
- setPlaceholderSuffix(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Set the suffix that placeholders replaced by this resolver must end with.
- setPlaceholderSuffix(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Set the suffix that placeholders replaced by this resolver must end with.
- setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
-
Specify the pointcut targeting the advice.
- setPointcut(Pointcut) - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
-
Specify the pointcut targeting the advice.
- setPointcut(Pointcut) - Method in class org.springframework.cache.interceptor.CacheProxyFactoryBean
-
Set a pointcut, i.e.
- setPointcut(Pointcut) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set a pointcut, i.e a bean that can cause conditional invocation of the TransactionInterceptor depending on method and attributes passed.
- setPointcutDeclarationScope(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
Set the declaration scope for the pointcut.
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the ScheduledExecutorService's pool size.
- setPoolSize(String) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- setPopulators(DatabasePopulator...) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
-
Specify one or more populators to delegate to.
- setPopulators(DatabasePopulator...) - Method in class org.springframework.r2dbc.connection.init.CompositeDatabasePopulator
-
Specify one or more populators to delegate to.
- setPort(int) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy port.
- setPort(int) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail server port.
- setPosition(int) - Method in exception org.springframework.expression.spel.SpelEvaluationException
-
Set the position in the related expression which gave rise to this exception.
- setPostInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set additional interceptors (or advisors) to be applied after the implicit transaction interceptor.
- setPostTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a list of
TemplateLoaders
that will be used to search for templates. - setPragma(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Pragma
header. - setPreferFileSystemAccess(boolean) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set whether to prefer file system access for template loading.
- setPreferredLocales(List<Locale>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the list of preferred locales, in descending order, effectively replacing any existing locales.
- setPrefetchSize(int) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
-
Specify the maximum number of messages to load into a session (a kind of batch size).
- setPreFiltered(boolean) - Method in interface org.springframework.aop.framework.Advised
-
Set whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
- setPreFiltered(boolean) - Method in class org.springframework.aop.framework.AdvisedSupport
- setPrefix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set the text that will get appended to the trace data.
- setPrefix(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setPrefix(String) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Set the prefix that gets prepended to view names when building a URL.
- setPrefix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the prefix to prepend to the request URL filename to build a view name.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the prefix to prepend to generated view names.
- setPrefix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the prefix that gets prepended to view names when building a URL.
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPrefixJson(boolean) - Method in class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
- setPrefixJson(boolean) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Indicates whether the JSON output by this view should be prefixed with
")]}', "
. - setPreInterceptors(Object[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set additional interceptors (or advisors) to be applied before the implicit transaction interceptor, e.g.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
-
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
- setPrepareConnection(boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
-
Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.
- setPreservePublishOrder(boolean) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Whether the client must receive messages in the order of publication.
- setPreservePublishOrder(boolean) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Whether the client must receive messages in the order of publication.
- setPreserveReceiveOrder(boolean) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Whether to handle client messages sequentially in the order in which they were received.
- setPreserveReceiveOrder(boolean) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
- setPreserveReceiveOrder(boolean) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Whether client messages must be handled in the order received.
- setPrestartAllCoreThreads(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to start all core threads, causing them to idly wait for work.
- setPrestartAllCoreThreads(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to start all core threads, causing them to idly wait for work.
- setPreTemplateLoaders(TemplateLoader...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set a list of
TemplateLoaders
that will be used to search for templates. - setPrettyPrint(boolean) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Whether to use the
DefaultPrettyPrinter
when writing JSON. - setPrettyPrint(boolean) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Whether to use the
DefaultPrettyPrinter
when writing JSON. - setPrettyPrint(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Whether to use the default pretty printer when writing the output.
- setPrettyPrinting(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the
GsonBuilder.setPrettyPrinting()
when writing JSON. - setPreventDispatchLoop(boolean) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Set whether to explicitly prevent dispatching back to the current handler path.
- setPreventResponseCaching(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Specify whether to prevent HTTP response caching for any view resolved by this exception resolver.
- setPreviousFlushMode(FlushMode) - Method in class org.springframework.orm.hibernate5.SessionHolder
- setPreviousIsolationLevel(Integer) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Set the previous isolation level to retain, if any.
- setPrimary(boolean) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set whether this bean is a primary autowire candidate.
- setPrimary(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean is a primary autowire candidate.
- setPrimary(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether this bean is a primary autowire candidate.
- setPrimitivesDefaultedForNullValue(boolean) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Set whether a
NULL
database column value should be ignored when mapping to a corresponding primitive property in the target class. - setPriority(int) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the priority of a message when sending.
- setPriority(int) - Method in class org.springframework.jms.support.QosSettings
-
Set the priority of a message when sending.
- setPriority(int) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the priority ("X-Priority" header) of the message.
- setPriority(int) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the priority of this trigger.
- setPriority(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the priority of this trigger.
- setProblemReporter(ProblemReporter) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify which
ProblemReporter
to use. - setProblemReporter(ProblemReporter) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
ProblemReporter
to use. - setProcedureName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name of the procedure.
- setProcedureName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the name of the stored procedure.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicate whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicate whether external XML entities are processed when converting to a Source.
- setProcessExternalEntities(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Indicate whether external XML entities are processed when unmarshalling.
- setProcessExternalEntities(boolean) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Indicate whether external XML entities are processed when unmarshalling.
- setPropagateQuery(boolean) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Whether to append the query string of the current URL to the redirect URL (
true
) or not (false
, the default). - setPropagateQueryParams(boolean) - Method in class org.springframework.web.servlet.view.RedirectView
-
When set to
true
the query string of the current URL is appended and thus propagated through to the redirected URL. - setPropagationBehavior(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the propagation behavior.
- setPropagationBehaviorName(String) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the propagation behavior by the name of the corresponding constant in
TransactionDefinition
— for example,"PROPAGATION_REQUIRED"
. - setProperties(Map<String, Object>) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
properties map
. - setProperties(Properties) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set local properties, e.g.
- setProperties(Properties) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setProperties(Properties) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Parse the given properties into a name/attribute map.
- setPropertiesArray(Properties...) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set local properties, e.g.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the PropertiesPersister to use for parsing properties files.
- setPropertiesPersister(PropertiesPersister) - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Set the PropertiesPersister to use for parsing properties files.
- setProperty(String) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set the property to compare.
- setProperty(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method overrides property setting in the scope of the
GroovyBeanDefinitionReader
to set properties on the current bean definition. - setProperty(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
- setProperty(String, Object) - Method in interface org.springframework.http.converter.json.ProblemDetailJacksonMixin
- setProperty(String, Object) - Method in interface org.springframework.http.converter.json.ProblemDetailJacksonXmlMixin
- setProperty(String, Object) - Method in class org.springframework.http.ProblemDetail
-
Set a "dynamic" property to be added to a generic
properties map
. - setProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
-
Set the given property on the underlying
Properties
object. - setProperty(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
- setProperty(String, String) - Static method in class org.springframework.core.SpringProperties
-
Programmatically set a local property, overriding an entry in the
spring.properties
file (if any). - setProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
-
Set a property on the underlying
MockPropertySource
for this environment. - setPropertyAccessors(List<PropertyAccessor>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
-
Specify the
PropertyEditorRegistrars
to apply to beans defined within the current application context. - setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
- setPropertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Specify a
PropertyNamingStrategy
to configure theObjectMapper
with. - setPropertyPath(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the property path to apply to the target.
- setPropertySources(PropertySources) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Customize the set of
PropertySources
to be used by this configurer. - setPropertyValue(String, Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- setPropertyValue(String, Object) - Method in class org.springframework.beans.AbstractPropertyAccessor
-
Actually set a property value.
- setPropertyValue(String, Object) - Method in interface org.springframework.beans.PropertyAccessor
-
Set the specified value as current property value.
- setPropertyValue(AbstractNestablePropertyAccessor.PropertyTokenHolder, PropertyValue) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- setPropertyValue(PropertyValue) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- setPropertyValue(PropertyValue) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setPropertyValue(PropertyValue) - Method in interface org.springframework.beans.PropertyAccessor
-
Set the specified value as current property value.
- setPropertyValueAt(PropertyValue, int) - Method in class org.springframework.beans.MutablePropertyValues
-
Modify a PropertyValue object held in this object.
- setPropertyValues(Object, Object[]) - Method in class org.springframework.cglib.beans.BulkBean
- setPropertyValues(Map<?, ?>) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setPropertyValues(Map<?, ?>) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update from a Map.
- setPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Specify property values for this bean, if any.
- setPropertyValues(PropertyValues) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setPropertyValues(PropertyValues) - Method in interface org.springframework.beans.PropertyAccessor
-
The preferred way to perform a batch update.
- setPropertyValues(PropertyValues, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setPropertyValues(PropertyValues, boolean) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update with more control over behavior.
- setPropertyValues(PropertyValues, boolean, boolean) - Method in class org.springframework.beans.AbstractPropertyAccessor
- setPropertyValues(PropertyValues, boolean, boolean) - Method in interface org.springframework.beans.PropertyAccessor
-
Perform a batch update with full control over behavior.
- setProtocol(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the mail protocol.
- setProtocol(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setProtocolHandlers(List<SubProtocolHandler>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Configure one or more handlers to use depending on the sub-protocol requested by the client in the WebSocket handshake request.
- setProviderClass(Class) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify the desired provider class, if any.
- setProxy(Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the
Proxy
to use for this request factory. - setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the ClassLoader to generate the proxy class in.
- setProxyClassLoader(ClassLoader) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Set the ClassLoader to generate the proxy class in.
- setProxyInterface(Class<?>) - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
-
Set the interface that the generated proxy will implement.
- setProxyInterface(Class<?>) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify the proxy interface to use for the JNDI object.
- setProxyInterfaces(Class<?>[]) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Specify the set of interfaces being proxied.
- setProxyInterfaces(Class<?>[]) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the names of the interfaces we're proxying.
- setProxyInterfaces(Class<?>...) - Method in class org.springframework.jndi.JndiObjectFactoryBean
-
Specify multiple proxy interfaces to use for the JNDI object.
- setProxyTargetClass(boolean) - Method in class org.springframework.aop.framework.ProxyConfig
-
Set whether to proxy the target class directly, instead of just proxying specific interfaces.
- setPublicMethodsOnly(boolean) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
-
Set whether cacheable methods are expected to be public.
- setPublicMethodsOnly(boolean) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
-
Set whether transactional methods are expected to be public.
- setPublishContext(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to publish this servlet's context as a ServletContext attribute, available to all objects in the web container.
- setPublishEvents(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether this servlet should publish a ServletRequestHandledEvent at the end of each request.
- setPubSubDomain(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setPubSubDomain(boolean) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Configure the destination accessor with knowledge of the JMS domain used.
- setPubSubDomain(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setPubSubNoLocal(boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Set whether to inhibit the delivery of messages published by its own connection.
- setPubSubNoLocal(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to inhibit the delivery of messages published by its own connection.
- setQosSettings(QosSettings) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the
QosSettings
to use when sending a message. - setQualifiedElement(AnnotatedElement) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify the
AnnotatedElement
defining qualifiers, to be used instead of the target class or factory method. - setQualifier(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Associate a qualifier value with this transaction attribute.
- setQuartzProperties(Properties) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set Quartz properties, like "org.quartz.threadPool.class".
- setQueryCacheRegion(String) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the name of the cache region for queries executed by this template.
- setQueryString(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setQueryTimeout(int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set the query timeout for statements that this JdbcTemplate executes.
- setQueryTimeout(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the query timeout for statements that this RDBMS operation executes.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
- setQueueCapacity(int) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- setQuoteIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Specify whether we are quoting SQL identifiers.
- setQuoteIdentifiers(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Specify whether SQL identifiers should be quoted.
- setRaiseExceptions(boolean) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
Indicate whether
IllegalArgumentException
andAspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
must be thrown as appropriate in the case of failing to deduce advice parameter names. - setRange(List<HttpRange>) - Method in class org.springframework.http.HttpHeaders
-
Sets the (new) value of the
Range
header. - setRawStatusCode(Integer) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- setRawStatusCode(Integer) - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
Set the HTTP status code to the given value as an integer.
- setRawStatusCode(Integer) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Configure the registry for adapting various reactive types.
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Configure a reactive adapter registry.
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure the registry for adapting various reactive types.
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Configure the registry for adapting various reactive types.
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Configure a reactive adapter registry.
- setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
-
Configure the
ReactiveAdapterRegistry
to use. - setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the registry for reactive library types to be supported as return values from controller methods.
- setReadListener(ReadListener) - Method in class org.springframework.mock.web.DelegatingServletInputStream
- setReadonly(boolean) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Sets the value of the '
readonly
' attribute. - setReadOnly(boolean) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Set the read-only status of this transaction.
- setReadOnly(boolean) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set whether to optimize as read-only transaction.
- setReadOnlyDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
-
Specify a variant of the target DataSource to use for read-only transactions.
- setReadTimeout(int) - Method in class org.springframework.http.client.JdkClientHttpRequestFactory
-
Set the underlying
HttpClient
's read timeout (in milliseconds). - setReadTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying read timeout in milliseconds.
- setReadTimeout(int) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadTimeout(long) - Method in class org.springframework.http.client.JettyClientHttpRequestFactory
-
Set the underlying read timeout in milliseconds.
- setReadTimeout(long) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the underlying read timeout in milliseconds.
- setReadTimeout(Duration) - Method in class org.springframework.http.client.JdkClientHttpRequestFactory
-
Set the underlying
HttpClient
's read timeout as aDuration
. - setReadTimeout(Duration) - Method in class org.springframework.http.client.JettyClientHttpRequestFactory
-
Set the underlying read timeout as
Duration
. - setReadTimeout(Duration) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying read timeout in milliseconds.
- setReadTimeout(Duration) - Method in class org.springframework.http.client.reactive.JdkClientHttpConnector
-
Set the underlying
HttpClient
's read timeout as aDuration
. - setReadTimeout(Duration) - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
-
Set the underlying read timeout as
Duration
. - setReadTimeout(Duration) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Set the underlying URLConnection's read timeout (in milliseconds).
- setReadyToSend(boolean) - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketSendProcessor
-
Subclasses can invoke this before sending a message (false) and after receiving the async send callback (true) effective translating async completion callback into simple flow control.
- setReceipt(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setReceipt(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the receipt header.
- setReceiptId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setReceiptId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the receipt-id header.
- setReceiptTimeLimit(long) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Configure the time in milliseconds before a receipt expires.
- setReceiptTimeLimit(long) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure the number of milliseconds before a receipt is considered expired.
- setReceiveTimeout(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the timeout to use for receive calls (in milliseconds).
- setReceiveTimeout(long) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Set the timeout to use for receive calls, in milliseconds.
- setReceiveTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Configure the default timeout value to use for receive operations.
- setReceiveTimeout(Long) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setReceiveTimeoutHeader(String) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Set the name of the header used to determine the send timeout (if present).
- setReconnectOnException(boolean) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Specify whether the single Connection should be reset (to be subsequently renewed) when a JMSException is reported by the underlying Connection.
- setRecoverOnException(boolean) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Specify whether to explicitly recover the shared JMS Connection and the associated Sessions and MessageConsumers whenever a JMSException is reported.
- setRecoveryInterval(long) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify the interval between recovery attempts, in milliseconds.
- setRecoveryInterval(Long) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setRedirectContextRelative(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
- setRedirectHosts(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Configure one or more hosts associated with the application.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set whether redirects should stay compatible with HTTP 1.0 clients.
- setRedirectModel(ModelMap) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide a separate model instance to use in a redirect scenario.
- setRedirectModelScenario(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the controller has returned a redirect instruction, e.g.
- setRedirectPatterns(String...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
Configure one more simple patterns (as described in
PatternMatchUtils.simpleMatch(java.lang.String, java.lang.String)
) to use in order to recognize custom redirect prefixes in addition to "redirect:". - setRedirectPatterns(String...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
Configure one more simple patterns (as described in
PatternMatchUtils.simpleMatch(java.lang.String, java.lang.String)
) to use in order to recognize custom redirect prefixes in addition to "redirect:". - setRedirectStatus(HttpStatusCode) - Method in class org.springframework.web.filter.RelativeRedirectFilter
-
Set the default HTTP Status to use for redirects.
- setRedirectViewProvider(Function<String, RedirectView>) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
URL based
RedirectView
provider which can be used to provide, for example, redirect views with a custom default status code. - setReflectionProvider(ReflectionProvider) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set a custom XStream
ReflectionProvider
to use. - setRefreshCheckDelay(long) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Set the delay between refresh checks, in milliseconds.
- setRefreshOnConnectFailure(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to refresh the MBeanServer connection on connect failure.
- setRefreshTimestamp(long) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- setRegisterDefaultFormatters(boolean) - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
-
Indicate whether default formatters should be registered or not.
- setRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. - setRegisterWithFactory(boolean) - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
-
Set whether to register the
MBeanServer
with theMBeanServerFactory
, making it available throughMBeanServerFactory.findMBeanServer()
. - setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
The policy to use when attempting to register an MBean under an
ObjectName
that already exists. - setRegistryExpirationPeriod(long) - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
-
Configure the amount of time (in milliseconds) before a remote user registry snapshot is considered expired.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the RejectedExecutionHandler to use for the ExecutorService.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- setRejectInvalidCookies(boolean) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Specify whether to reject cookies with invalid content (e.g.
- setRelativeRedirects(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Use this property to enable relative redirects as explained in
RelativeRedirectFilter
, and also using the same response wrapper as that filter does, or if both are configured, only one will wrap. - setRelayHost(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the STOMP message broker host.
- setRelayHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the STOMP message broker host.
- setRelayPort(int) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the STOMP message broker port.
- setRelayPort(int) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the STOMP message broker port.
- setRemoteAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRemoteHost(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRemotePort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRemoteUser(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRemoveLeadingSlash(boolean) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
Use this property to indicate whether the leading slash from translated user destinations should be removed or not.
- setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Set the remove-on-cancel mode on
ScheduledThreadPoolExecutor
. - setRemoveOnCancelPolicy(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Set the remove-on-cancel mode on
ScheduledThreadPoolExecutor
. - setRemoveOnly(boolean) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are removed only and the information in them ignored.
- setRemoveOnly(boolean) - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
-
Enable mode in which any "Forwarded" or "X-Forwarded-*" headers are removed only and the information in them ignored.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Deprecated.as of 5.3 in favor of using
UrlBasedCorsConfigurationSource.setUrlPathHelper(UrlPathHelper)
, if at all. For further details, please seeUrlBasedCorsConfigurationSource.setAllowInitLookupPath(boolean)
. - setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Deprecated.as of 6.0, in favor of using
AbstractHandlerMapping.setUrlPathHelper(UrlPathHelper)
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRenderFunction(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the render function name (optional).
- setRenderFunction(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setRenderFunction(String)
documentation. - setRenderFunction(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the render function name (optional).
- setRenderFunction(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setRenderFunction(String)
documentation. - setRenderObject(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the object where the render function belongs (optional).
- setRenderObject(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setRenderObject(String)
documentation. - setRenderObject(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the object where the render function belongs (optional).
- setRenderObject(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setRenderObject(String)
documentation. - setReobtainTransactionalConnections(boolean) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Specify whether to reobtain the target Connection for each operation performed within a transaction.
- setRepeatCount(int) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the number of times this trigger is supposed to fire.
- setRepeatInterval(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Specify the interval between execution times of this trigger.
- setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
- setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
- setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- setReplyPubSubDomain(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Configure the reply destination type.
- setReplyPubSubDomain(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setReplyPubSubDomain(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setReplyQosSettings(QosSettings) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setReplyQosSettings(QosSettings) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Configure the
QosSettings
to use when sending a reply. - setReplyQosSettings(QosSettings) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setReplyTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setReplyTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setReplyTo(String) - Method in interface org.springframework.mail.MailMessage
- setReplyTo(String) - Method in class org.springframework.mail.SimpleMailMessage
- setReplyTo(String, String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setRepositoryAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
-
Set the 'repository' annotation type.
- setRequest(ClientRequest) - Method in class org.springframework.web.reactive.function.client.ClientRequestObservationContext
-
Set the client request.
- setRequestAttributes(RequestAttributes) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread, not exposing it as inheritable for child threads.
- setRequestAttributes(RequestAttributes, boolean) - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Bind the given RequestAttributes to the current thread.
- setRequestBodyAdvice(List<RequestBodyAdvice>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Add one or more
RequestBodyAdvice
instances to intercept the request before it is read and converted for@RequestBody
andHttpEntity
method arguments. - setRequestCharacterEncoding(String) - Method in class org.springframework.mock.web.MockServletContext
- setRequestContextAttribute(String) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Set the name of the
RequestContext
attribute for this view. - setRequestContextAttribute(String) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Set the name of the
RequestContext
attribute for all views. - setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the name of the RequestContext attribute for this view.
- setRequestContextAttribute(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the name of the RequestContext attribute for all views.
- setRequestedSessionId(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRequestedSessionIdFromCookie(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRequestedSessionIdFromURL(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.HttpAccessor
-
Set the request factory that this accessor uses for obtaining client request handles.
- setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.http.client.support.InterceptingHttpAccessor
- setRequestHandled(boolean) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler, e.g.
- setRequestsRecovery(boolean) - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
-
Set the recovery flag for this job, i.e.
- setRequestURI(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setRequire(int) - Method in class org.springframework.cglib.beans.BeanMap.Generator
-
Limit the properties reflected by the generated map.
- setRequiredFields(String...) - Method in class org.springframework.validation.DataBinder
-
Register fields that are required for each binding process.
- setRequiredParameterName(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the name of an attribute of the annotation that specifies whether it is required.
- setRequiredParameterValue(boolean) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Set the boolean value that marks a dependency as required.
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractEnvironment
- setRequiredProperties(String...) - Method in class org.springframework.core.env.AbstractPropertyResolver
- setRequiredProperties(String...) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Specify which properties must be present, to be verified by
ConfigurablePropertyResolver.validateRequiredProperties()
. - setRequiredRowsAffected(int) - Method in class org.springframework.jdbc.object.SqlUpdate
-
Set the exact number of rows that must be affected by this update.
- setRequiredType(Class<T>) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Set the type that each result object is expected to match.
- setRequireSession(boolean) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set whether a session should be required to handle requests.
- setResolutionMethod(YamlProcessor.ResolutionMethod) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Method to use for resolving resources.
- setResolvedFactoryMethod(Method) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Set a resolved Java Method for the factory method on this bean definition.
- setResolveLazily(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
Set whether to resolve the multipart request lazily at the time of file or parameter access.
- setResource(Resource) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the resource that this bean definition came from (for the purpose of showing context in case of errors).
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Set the JCA ResourceAdapter to manage endpoints for.
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the target JCA ResourceAdapter, passed in as configured instance which hasn't been started yet.
- setResourceAdapter(ResourceAdapter) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
- setResourceAdapterClass(Class<? extends ResourceAdapter>) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the target JCA ResourceAdapter as class, to be instantiated with its default configuration.
- setResourceDescription(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set a description of the resource that this bean definition came from (for the purpose of showing context in case of errors).
- setResourceFactory(BeanFactory) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Specify the factory for objects to be injected into
@Resource
/@EJB
annotated fields and setter methods, forname
attributes and default names. - setResourceHttpMessageConverter(ResourceHttpMessageConverter) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure the
ResourceHttpMessageConverter
to use. - setResourceHttpMessageWriter(ResourceHttpMessageWriter) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Configure the
ResourceHttpMessageWriter
to use. - setResourceLoader(ResourceLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinitionReader
-
Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the
ResourceLoader
to use for resource locations. - setResourceLoader(ResourceLoader) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- setResourceLoader(ResourceLoader) - Method in interface org.springframework.context.ResourceLoaderAware
-
Set the ResourceLoader that this object runs in.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.GenericApplicationContext
-
Set a ResourceLoader to use for this context.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Set the ResourceLoader to use for loading bundle properties files.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.jdbc.config.SortedResourcesFactoryBean
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Specify a Spring
ResourceLoader
to use for Hibernate metadata. - setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
- setResourceLoader(ResourceLoader) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
- setResourceLoader(ResourceLoader) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
- setResourceLoader(ResourceLoader) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- setResourceLoader(ResourceLoader) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the
ResourceLoader
to use for loading FreeMarker template files. - setResourceLoader(ResourceLoader) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Provide the ResourceLoader to load
location values
with. - setResourceLoaderPath(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the resource loader path(s) via a Spring resource location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setResourceLoaderPath(String)
documentation. - setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Set the Groovy Markup Template resource loader path(s) via a Spring resource location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the resource loader path(s) via a Spring resource location.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setResourceLoaderPath(String)
documentation. - setResourcePattern(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Set the resource pattern to use when scanning the classpath.
- setResourceRef(boolean) - Method in class org.springframework.jndi.JndiLocatorSupport
-
Set whether the lookup occurs in a Jakarta EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Set whether the lookup occurs in a Jakarta EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
-
Set whether the lookup occurs in a Jakarta EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
-
Set whether the lookup occurs in a Jakarta EE container, i.e.
- setResourceRef(boolean) - Method in class org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
-
Set whether the lookup occurs in a Jakarta EE container, i.e.
- setResourceRegionHttpMessageConverter(ResourceRegionHttpMessageConverter) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure the
ResourceRegionHttpMessageConverter
to use. - setResourceResolvers(List<ResourceResolver>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Configure the list of
ResourceResolvers
to use. - setResourceResolvers(List<ResourceResolver>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure the list of
ResourceResolvers
to use. - setResources(Resource...) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Set locations of YAML
resources
to be loaded. - setResourceTransformers(List<ResourceTransformer>) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Configure the list of
ResourceTransformers
to use. - setResourceTransformers(List<ResourceTransformer>) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Configure the list of
ResourceTransformers
to use. - setResourceUrlProvider(ResourceUrlProvider) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
-
Configure the
ResourceUrlProvider
that can be used byResourceTransformer
instances. - setResourceUrlProvider(ResourceUrlProvider) - Method in class org.springframework.web.reactive.resource.ResourceTransformerSupport
-
Configure a
ResourceUrlProvider
to use when resolving the public URL of links in a transformed resource (e.g. - setResourceUrlProvider(ResourceUrlProvider) - Method in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
Configure a
ResourceUrlProvider
to use when resolving the public URL of links in a transformed resource (e.g. - setResponse(ClientHttpResponse) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
Set the
ClientHttpResponse
to be used as the result of executing the this request. - setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Add one or more components to be invoked after the execution of a controller method annotated with
@ResponseBody
or returningResponseEntity
but before the body is written to the response with the selectedHttpMessageConverter
. - setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Add one or more
ResponseBodyAdvice
instances to intercept the response before@ResponseBody
orResponseEntity
return values are written to the response body. - setResponseCharacterEncoding(String) - Method in class org.springframework.mock.web.MockServletContext
- setResponseContentType(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Set the content type of the response to the configured
content type
unless theView.SELECTED_CONTENT_TYPE
request attribute is present and set to a concrete media type. - setResponseQosSettings(QosSettings) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Set the
QosSettings
to use when sending a response. - setRestTemplate(RestTemplate) - Method in class org.springframework.web.client.support.RestGatewaySupport
-
Sets the
RestTemplate
for the gateway. - setResult(T) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Set the value for the DeferredResult and handle it.
- setResultHandler(DeferredResult.DeferredResultHandler) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Provide a handler to use to handle the result value.
- setResultSetType(int) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether to use prepared statements that return a specific type of ResultSet.
- setResultSetType(int) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether to use statements that return a specific type of ResultSet.
- setResultsMapCaseInsensitive(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether execution of a CallableStatement will return the results in a Map that uses case-insensitive names for the parameters.
- setResultType(Class<?>) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the type of the result from evaluating the property path.
- setResultType(Class<T>) - Method in class org.springframework.jdbc.object.SqlFunction
-
Specify the type that the result object is required to match.
- setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether prepared statements should be capable of returning auto-generated keys.
- setReturnGeneratedKeys(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether prepared statements should be capable of returning auto-generated keys.
- setReturningName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
If
afterReturning
advice binds the return value, thereturning
variable name must be specified. - setReturningName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
- setReturningNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
We need to hold the returning name at this level for argument binding calculations, this method allows the afterReturning advice subclass to set the name.
- setReturnValueHandlerConfigurer(ReturnValueHandlerConfigurer) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Configure custom return value handlers for handler methods.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Configure the complete list of supported return value types, effectively overriding the ones configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
-
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
- setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify whether a return value is required.
- setReturnValueRequired(boolean) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Specify whether the call requires a return value.
- setRole(int) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Set the role hint for this
BeanDefinition
. - setRole(int) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set the role hint for this
BeanDefinition
. - setRole(int) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the role of this definition.
- setRollbackBeforeClose(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Specify whether the shared Connection should be explicitly rolled back before close (if not in auto-commit mode).
- setRollbackOnCommitFailure(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether
doRollback
should be performed on failure of thedoCommit
call. - setRollbackOnly() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
- setRollbackOnly() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
- setRollbackOnly() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
- setRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
- setRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Mark the resource transaction as rollback-only.
- setRollbackOnly() - Method in interface org.springframework.transaction.TransactionExecution
-
Set the transaction rollback-only.
- setRollbackRules(List<RollbackRuleAttribute>) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Set the list of
RollbackRuleAttribute
objects (and/orNoRollbackRuleAttribute
objects) to apply. - setRootHandler(Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Set the root handler for this handler mapping, that is, the handler to be registered for the root path ("/").
- setRootObject(Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setRootObject(Object, TypeDescriptor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setRoundingMode(RoundingMode) - Method in class org.springframework.format.number.CurrencyStyleFormatter
-
Specify the rounding mode to use for decimal parsing.
- setRoute(String) - Method in class org.springframework.messaging.rsocket.service.RSocketRequestValues.Builder
-
Set the route for the request.
- setRouteMatcher(RouteMatcher) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Set the
RouteMatcher
to use for mapping messages to handlers based on the route patterns they're configured with. - setRouteMatcher(RouteMatcher) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Set the
RouteMatcher
to use for mapping messages to handlers based on the route patterns they're configured with. - setRouterFunction(RouterFunction<?>) - Method in class org.springframework.web.servlet.function.support.RouterFunctionMapping
-
Set the router function to map to.
- setRowMapper(RowMapper<T>) - Method in class org.springframework.jdbc.object.GenericSqlQuery
-
Set a specific
RowMapper
instance to use for this query. - setRowMapperClass(Class<? extends RowMapper>) - Method in class org.springframework.jdbc.object.GenericSqlQuery
- setRows(String) - Method in class org.springframework.web.servlet.tags.form.TextareaTag
-
Set the value of the '
rows
' attribute. - setRowsExpected(int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Set the number of rows expected.
- setRSocketStrategies(RSocketStrategies) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Configure this handler through an
RSocketStrategies
instance which can be re-used to initialize a client-sideRSocketRequester
. - setRunnable(Runnable) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Set the Runnable to schedule as executor task.
- setSameSite(String) - Method in class org.springframework.mock.web.MockCookie
-
Set the "SameSite" attribute for this cookie.
- setSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Set a savepoint for this transaction.
- setSavepointAllowed(boolean) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Set whether savepoints are allowed within this transaction.
- setSavepointManager(SavepointManager) - Method in class org.springframework.orm.jpa.EntityManagerHolder
- setScheduledExecutor(ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
-
Specify the
ScheduledExecutorService
to delegate to. - setScheduledExecutorTasks(ScheduledExecutorTask...) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.
- setScheduler(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Set the
TaskScheduler
that will invoke the scheduled methods, or aScheduledExecutorService
to be wrapped as a TaskScheduler. - setScheduler(Object) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Set the
TaskScheduler
to register scheduled tasks with, or aScheduledExecutorService
to be wrapped as aTaskScheduler
. - setScheduler(Scheduler) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the
Scheduler
to use. - setScheduler(Scheduler) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
Specify the Quartz
Scheduler
instance to operate on. - setSchedulerContext(SchedulerContext) - Method in interface org.springframework.scheduling.quartz.SchedulerContextAware
-
Set the SchedulerContext of the current Quartz Scheduler.
- setSchedulerContext(SchedulerContext) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
- setSchedulerContextAsMap(Map<String, ?>) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Register objects in the Scheduler context via a given Map.
- setSchedulerFactory(SchedulerFactory) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set an external Quartz
SchedulerFactory
instance to use. - setSchedulerFactoryClass(Class<? extends SchedulerFactory>) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the Quartz
SchedulerFactory
implementation to use. - setSchedulerListeners(SchedulerListener...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Specify Quartz SchedulerListeners to be registered with the Scheduler.
- setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
-
Specify the Quartz
Scheduler
to operate on via its scheduler name in the Spring application context or also in the QuartzSchedulerRepository
. - setSchedulerName(String) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the name of the Scheduler to create via the SchedulerFactory, as an alternative to the
org.quartz.scheduler.instanceName
property. - setSchema(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Specify a database schema to be applied to each Connection.
- setSchema(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Specify a database schema to be applied to each retrieved Connection.
- setSchema(Resource) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema resource to use for validation.
- setSchemaLanguage(String) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema language.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Specify the name of the schema.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the schema for this context.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Set the schema name to use.
- setSchemaName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the schema for this insert.
- setSchemaResourceResolver(LSResourceResolver) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the resource resolver, as used to load the schema resources.
- setSchemas(Resource...) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the schema resources to use for validation.
- setScheme(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setScope(String) - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Override the target scope of this bean, specifying a new scope name.
- setScope(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Override the target scope of this bean, specifying a new scope name.
- setScope(String) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set the scope of this definition.
- setScope(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the scope to export the evaluation result to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the scope to export the variable to.
- setScope(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the scope to export the URL variable to.
- setScopeAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
-
Set the type of annotation that is checked for by this
AnnotationScopeMetadataResolver
. - setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Specify the proxy behavior for non-singleton scoped beans.
- setScopedProxyMode(ScopedProxyMode) - Method in class org.springframework.context.annotation.ScopeMetadata
-
Set the proxy-mode to be applied to the scoped instance.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Set the
ScopeMetadataResolver
to use for registered component classes. - setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Set the
ScopeMetadataResolver
to use for registered component classes. - setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Set the ScopeMetadataResolver to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Set a custom
ScopeMetadataResolver
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
. - setScopeName(String) - Method in class org.springframework.context.annotation.ScopeMetadata
-
Set the name of the scope.
- setScopes(Map<String, Object>) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
-
Specify the custom scopes that are to be registered.
- setScript(String) - Method in class org.springframework.scripting.support.StaticScriptSource
-
Set a fresh script String, overriding the previous script.
- setScriptEncoding(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the character encoding used in all SQL scripts, if different from the platform encoding.
- setScripts(String...) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
Set the scripts to be loaded by the script engine (library or user provided).
- setScripts(String...) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setScripts(String...)
documentation. - setScripts(String...) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
Set the scripts to be loaded by the script engine (library or user provided).
- setScripts(String...) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setScripts(String...)
documentation. - setScripts(Resource...) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Set the scripts to execute to initialize or clean up the database, replacing any previously added scripts.
- setScripts(Resource...) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Set the scripts to execute to initialize or clean up the database, replacing any previously added scripts.
- setSearchSystemEnvironment(boolean) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Set whether to search for a matching system environment variable if no matching system property has been found.
- setSecure(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the boolean
secure
flag indicating whether the mock request was made using a secure channel, such as HTTPS. - setSecure(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
- setSecWebSocketAccept(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the
Sec-WebSocket-Accept
header. - setSecWebSocketExtensions(List<WebSocketExtension>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value(s) of the
Sec-WebSocket-Extensions
header. - setSecWebSocketKey(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the
Sec-WebSocket-Key
header. - setSecWebSocketProtocol(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the
Sec-WebSocket-Protocol
header. - setSecWebSocketProtocol(List<String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the
Sec-WebSocket-Protocol
header. - setSecWebSocketVersion(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the
Sec-WebSocket-Version
header. - setSelector(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the JMS message selector expression.
- setSelectorHeaderName(String) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
-
Configure the name of a header that a subscription message can have for the purpose of filtering messages matched to the subscription.
- setSelectorHeaderName(String) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure the name of a header that a subscription message can have for the purpose of filtering messages matched to the subscription.
- setSelectorHeaderName(String) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Configure the name of a header that a subscription message can have for the purpose of filtering messages matched to the subscription.
- setSendBufferSizeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure the maximum amount of data to buffer when sending messages to a WebSocket session, or an HTTP response when SockJS fallback option are in use.
- setSendBufferSizeLimit(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Specify the buffer-size limit (number of bytes).
- setSendTimeLimit(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Configure a time limit (in milliseconds) for the maximum amount of a time allowed when sending messages to a WebSocket session or writing to an HTTP response when SockJS fallback option are in use.
- setSendTimeLimit(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Specify the send-time limit (milliseconds).
- setSendTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Configure the default timeout value to use for send operations.
- setSendTimeout(long) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Specify the timeout value to use for send operations (in milliseconds).
- setSendTimeoutHeader(String) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Set the name of the header used to determine the send timeout (if present).
- setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setSentDate(Date) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the sent-date of the message.
- setSentDate(Date) - Method in interface org.springframework.mail.MailMessage
- setSentDate(Date) - Method in class org.springframework.mail.SimpleMailMessage
- setSeparator(String) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
-
Set the separator to use in-between file name parts.
- setSeparator(String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify the statement separator used in all SQL scripts, if a custom one.
- setSeparator(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Specify the statement separator, if a custom one.
- setSeparator(String) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Specify the statement separator, if a custom one.
- setSeparator(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the value that will replace '
/
' as the separator in the view name. - setSerializationId(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Specify an id for serialization purposes, allowing this BeanFactory to be deserialized from this id back into the BeanFactory object, if needed.
- setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Set a custom inclusion strategy for serialization.
- setSerializationView(Class<?>) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Set the serialization view to serialize the POJO with.
- setSerializedPayloadClass(Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Configure the preferred serialization class to use (byte[] or String) when converting an Object payload to a
Message
. - setSerializeNulls(boolean) - Method in class org.springframework.http.converter.json.GsonFactoryBean
-
Whether to use the
GsonBuilder.serializeNulls()
option when writing JSON. - setSerializers(JsonSerializer<?>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers.
- setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers for the given types.
- setSerialVersionUID(Long) - Method in class org.springframework.cglib.proxy.Enhancer
-
Insert a static serialVersionUID field into the generated class.
- setSeriesMapping(Map<HttpStatus.Series, Class<? extends RestClientException>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the mapping from HTTP status series to
RestClientException
subclass. - setServer(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the server header.
- setServer(MBeanServer) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Specify the
MBeanServer
instance with which all beans should be registered. - setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the
MBeanServerConnection
used to connect to the MBean which all invocations are routed to. - setServer(MBeanServerConnection) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the
MBeanServerConnection
used to connect to the MBean which all invocations are routed to. - setServerContainer(ServerContainer) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Set the JSR-356
ServerContainer
to use for endpoint registration. - setServerName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setServerPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setServiceLocatorExceptionClass(Class<? extends Exception>) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set the exception class that the service locator should throw if service lookup failed.
- setServiceLocatorInterface(Class<?>) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set the service locator interface to use, which must have one or more methods with the signatures
MyType xxx()
orMyType xxx(MyIdType id)
(typically,MyService getService()
orMyService getService(String id)
). - setServiceMappings(Properties) - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
-
Set mappings between service ids (passed into the service locator) and bean names (in the bean factory).
- setServiceType(Class<?>) - Method in class org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
-
Specify the desired service type (typically the service's public API).
- setServiceUrl(String) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set the service URL of the remote
MBeanServer
. - setServiceUrl(String) - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Set the service URL of the remote
MBeanServer
. - setServiceUrl(String) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set the service URL for the
JMXConnectorServer
. - setServiceUrl(String) - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
Set the service URL of the remote
MBeanServer
. - setServletClass(Class<? extends Servlet>) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the class of the servlet to wrap.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletConfig for this web application context.
- setServletConfig(ServletConfig) - Method in interface org.springframework.web.context.ServletConfigAware
-
Set the
ServletConfig
that this object runs in. - setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
- setServletConfig(ServletConfig) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
- setServletConfig(ServletConfig) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- setServletContext(ServletContext) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Invoked by Spring to inject the ServletContext.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ConfigurableWebApplicationContext
-
Set the ServletContext for this web application context.
- setServletContext(ServletContext) - Method in interface org.springframework.web.context.ServletContextAware
-
Set the
ServletContext
that this object runs in. - setServletContext(ServletContext) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Set the
ServletContext
that thisWebApplicationContext
runs in. - setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeExporter
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Set the ServletContext that this WebApplicationContext runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
- setServletContext(ServletContext) - Method in class org.springframework.web.filter.GenericFilterBean
-
Stores the ServletContext that the bean factory runs in.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Set the
ServletContext
, e.g. - setServletContext(ServletContext) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
-
If the
defaultServletName
property has not been explicitly set, attempts to locate the default Servlet using the known common container-specific names. - setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
Initialize the
TaglibFactory
for the given ServletContext. - setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- setServletContextName(String) - Method in class org.springframework.mock.web.MockServletContext
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
-
Set the name of the servlet to forward to, i.e.
- setServletName(String) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
-
Set the name of the servlet to wrap.
- setServletPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setServletRelativeAction(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
action
' attribute through a value that is to be appended to the current servlet path. - setSession(Session) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the JavaMail
Session
, possibly pulled from JNDI. - setSession(HttpSession) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setSession(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the session header.
- setSessionAcknowledgeMode(int) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the JMS acknowledgement mode that is used when creating a JMS
Session
to send a message. - setSessionAcknowledgeMode(Integer) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setSessionAcknowledgeModeName(String) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the JMS acknowledgement mode by the name of the corresponding constant in the JMS
Session
interface — for example,"CLIENT_ACKNOWLEDGE"
. - setSessionAttribute(HttpServletRequest, String, Object) - Static method in class org.springframework.web.util.WebUtils
-
Set the session attribute with the given name to the given value.
- setSessionAttributePredicate(Predicate<String>) - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
-
Configure a predicate to use to extract
WebSession
attributes and use them to initialize the WebSocket session with. - setSessionAttributes(Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A static alternative for access to the session attributes header.
- setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Specify the strategy to store session attributes with.
- setSessionCacheSize(int) - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Specify the desired size for the JMS Session cache (per JMS Session type).
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The SockJS protocol requires a server to respond to the initial "/info" request from clients with a "cookie_needed" boolean property that indicates whether the use of a JSESSIONID cookie is required for the application to function correctly, e.g.
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The SockJS protocol requires a server to respond to an initial "/info" request from clients with a "cookie_needed" boolean property that indicates whether the use of a JSESSIONID cookie is required for the application to function correctly, e.g.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Set the SessionFactory that this instance should manage transactions for.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
Set the Hibernate SessionFactory to be used by this DAO.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactory(SessionFactory) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Set the Hibernate SessionFactory that should be used to create Hibernate Sessions.
- setSessionFactoryBeanName(String) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Set the bean name of the SessionFactory to fetch from Spring's root application context.
- setSessionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- setSessionId(ServerWebExchange, String) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
- setSessionId(ServerWebExchange, String) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
- setSessionId(ServerWebExchange, String) - Method in interface org.springframework.web.server.session.WebSessionIdResolver
-
Send the given session ID to the client.
- setSessionIdResolver(WebSessionIdResolver) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
Configure the id resolution strategy.
- setSessionInitializer(Consumer<Session>) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
-
Specify a callback for customizing every Hibernate
Session
resource created for a new transaction managed by thisHibernateTransactionManager
. - setSessionManager(WebSessionManager) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Configure a custom
WebSessionManager
to use for managing web sessions. - setSessionStore(WebSessionStore) - Method in class org.springframework.web.server.session.DefaultWebSessionManager
-
Configure the persistence strategy.
- setSessionTimeout(int) - Method in class org.springframework.mock.web.MockServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.mock.web.MockServletContext
- setSessionTransacted(boolean) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- setSessionTransacted(boolean) - Method in class org.springframework.jms.support.JmsAccessor
-
Set the transaction mode that is used when creating a JMS
Session
. - setSessionTransacted(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setSetters(String[]) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- setShardingKeyProvider(ShardingKeyProvider) - Method in class org.springframework.jdbc.datasource.ShardingKeyDataSourceAdapter
-
Set the
ShardingKeyProvider
for this adapter. - setShareableResources(String...) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
-
Set a list of names of shareable JNDI resources, which this factory is allowed to cache once obtained.
- setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JPA 2.0 shared cache mode for this persistence unit, overriding a value in
persistence.xml
if set. - setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JPA 2.0 shared cache mode for all of this manager's persistence units, overriding any value in
persistence.xml
if set. - setSharedCacheMode(SharedCacheMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setSharedEngine(Boolean) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
-
When set to
false
, a newScriptEngine
instance will be created for each request, else the same instance will be reused. - setSharedEngine(Boolean) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setSharedEngine(Boolean)
documentation. - setSharedEngine(Boolean) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
-
When set to
false
, use thread-localScriptEngine
instances instead of one single shared instance. - setSharedEngine(Boolean) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
-
See
ScriptTemplateConfigurer.setSharedEngine(Boolean)
documentation. - setShouldStopConnections(boolean) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
Indicate whether Connections obtained from the target factory are supposed to be stopped before closed ("true") or simply closed ("false").
- setShowPassword(boolean) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Is the password value to be rendered?
- setShowSql(boolean) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Set whether to show SQL in the log (or in the console).
- setShutdownQuietPeriod(Duration) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Configure the amount of time we'll wait before shutting down resources.
- setShutdownQuietPeriod(Duration) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Configure the amount of time we'll wait before shutting down resources.
- setShutdownTimeout(Duration) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Configure the maximum amount of time to wait until the disposal of the underlying resources regardless if a task was submitted during the
shutdownQuietPeriod
. - setShutdownTimeout(Duration) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Configure the maximum amount of time to wait until the disposal of the underlying resources regardless if a task was submitted during the
shutdownQuietPeriod
. - setSimpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Define the date/time format with a
SimpleDateFormat
. - setSingleton(boolean) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the value of the singleton property.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
-
Set if a singleton should be created, or a new object on each request otherwise.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
Set if a singleton should be created, or a new object on each
MethodInvokingFactoryBean.getObject()
request otherwise. - setSingleton(boolean) - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
-
Set whether a shared 'singleton' Properties instance should be created, or rather a new Properties instance on each request.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
-
Set if a singleton should be created, or a new object on each request otherwise.
- setSingleton(boolean) - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
-
Set if a singleton should be created, or a new object on each request otherwise.
- setSingleView(View) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Set up a single
ViewResolver
that always returns the provided view instance. - setSingleView(View) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Sets up a single
ViewResolver
that always returns the provided view instance. - setSize(String) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Set the value of the '
size
' attribute. - setSize(String) - Method in class org.springframework.web.servlet.tags.form.SelectTag
-
Set the value of the HTML '
size
' attribute rendered on the final 'select
' element. - setSkipResultsProcessing(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether results processing should be skipped.
- setSkipUndeclaredResults(boolean) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Set whether undeclared results should be skipped.
- setSockJsClientLibraryUrl(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Transports with no native cross-domain communication (e.g.
- setSockJsTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- setSort(SortDefinition) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the sort definition for this holder.
- setSource(Class) - Method in class org.springframework.cglib.beans.BeanCopier.Generator
- setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedList
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedProperties
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
-
Set the configuration source
Object
for this metadata element. - setSource(Object) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the source of the configuration for this
DateFormatter
— for example, an instance of the@DateTimeFormat
annotation if such an annotation was used to configure thisDateFormatter
. - setSource(List<E>) - Method in class org.springframework.beans.support.PagedListHolder
-
Set the source list for this holder.
- setSourceExtractor(SourceExtractor) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Specify the
SourceExtractor
to use. - setSourceExtractor(SourceExtractor) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Set the
SourceExtractor
to use for generated bean definitions that correspond toBean
factory methods. - setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the name of the model attribute that represents the XSLT Source.
- setSourceKey(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the name of the model attribute that represents the XSLT Source.
- setSourceList(List<?>) - Method in class org.springframework.beans.factory.config.ListFactoryBean
-
Set the source List, typically populated via XML "list" elements.
- setSourceMap(Map<?, ?>) - Method in class org.springframework.beans.factory.config.MapFactoryBean
-
Set the source Map, typically populated via XML "map" elements.
- setSourceSet(Set<?>) - Method in class org.springframework.beans.factory.config.SetFactoryBean
-
Set the source Set, typically populated via XML "set" elements.
- setSpecifiedTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the type name as actually specified for this particular value, if any.
- setSql(String) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set the SQL executed by this operation.
- setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Set custom error codes to be used for translation.
- setSqlReadyForUse(boolean) - Method in class org.springframework.jdbc.object.SqlCall
-
Set whether the SQL can be used as is.
- setSqlScriptEncoding(String) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Specify the encoding for the configured SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Specify the encoding for the configured SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(Charset) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Specify the encoding for the configured SQL scripts, if different from the platform encoding.
- setSslContext(SSLContext) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Set the
SSLContext
to use forClientEndpointConfig.getSSLContext()
. - setStartDelay(long) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set the start delay in milliseconds.
- setStartDelay(long) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set the start delay in milliseconds.
- setStartTime(Date) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Set a specific start time for the trigger.
- setStartTime(Date) - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
-
Set a specific start time for the trigger.
- setStartupDelay(int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set the number of seconds to wait after initialization before starting the scheduler asynchronously.
- setStaticField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set a fully qualified static field name to retrieve, e.g.
- setStaticMethod(String) - Method in class org.springframework.util.MethodInvoker
-
Set a fully qualified static method name to invoke, e.g.
- setStatus(int) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem status
. - setStatus(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
- setStatus(HttpStatus) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem status
. - setStatus(HttpStatusCode) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Provide an HTTP status that will be passed on to with the
ModelAndView
used for view rendering purposes. - setStatus(HttpStatusCode) - Method in class org.springframework.web.servlet.ModelAndView
-
Set the HTTP status to use for the response.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.http.server.DelegatingServerHttpResponse
- setStatusCode(HttpStatusCode) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- setStatusCode(HttpStatusCode) - Method in interface org.springframework.http.server.reactive.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- setStatusCode(HttpStatusCode) - Method in interface org.springframework.http.server.ServerHttpResponse
-
Set the HTTP status code of the response.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.http.server.ServletServerHttpResponse
- setStatusCode(HttpStatusCode) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Set an alternate redirect status code such as
HttpStatus.TEMPORARY_REDIRECT
orHttpStatus.PERMANENT_REDIRECT
. - setStatusCode(HttpStatusCode) - Method in class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
-
Set the specific redirect 3xx status code to use.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Set the status code to set on the response.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Configure the HTTP status code that this controller should set on the response.
- setStatusCode(HttpStatusCode) - Method in class org.springframework.web.servlet.view.RedirectView
-
Set the status code for this view.
- setStatusCodes(Properties) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Set the HTTP status code that this exception resolver will apply for a given resolved error view.
- setStatusMapping(Map<HttpStatusCode, Class<? extends RestClientException>>) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
-
Set the mapping from HTTP status code to
RestClientException
subclass. - setStatusOnly(boolean) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
The property can be used to indicate the request is considered fully handled within the controller and that no view should be used for rendering.
- setStompBrokerRelay(StompBrokerRelayMessageHandler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- setStore(ConcurrentMap<Object, Object>) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
-
Specify the ConcurrentMap to use as an internal store (possibly pre-populated).
- setStoreByValue(boolean) - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Specify whether this cache manager stores a copy of each entry (
true
or the reference (false
for all of its caches. - setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database uses lower case for identifiers.
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database uses upper case for identifiers.
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- setStrategies(List<ContentNegotiationStrategy>) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Set the exact list of strategies to use.
- setStrategy(GeneratorStrategy) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
Set the strategy to use to create the bytecode from this generator.
- setStrategyMap(Map<String, VersionStrategy>) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
-
Set a Map with URL paths as keys and
VersionStrategy
as values. - setStrategyMap(Map<String, VersionStrategy>) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
-
Set a Map with URL paths as keys and
VersionStrategy
as values. - setStreamAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Deprecated.Specify whether to submit a binary stream / character stream to the JDBC driver as explicit LOB content, using the JDBC 4.0
setBlob
/setClob
method with a stream argument. - setStreamBytesLimit(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Streaming transports save responses on the client side and don't free memory used by delivered messages.
- setStreamBytesLimit(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Streaming transports save responses on the client side and don't free memory used by delivered messages.
- setStreamDriver(HierarchicalStreamDriver) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set an XStream
HierarchicalStreamDriver
to be used for readers and writers. - setStreamingMediaTypes(Collection<MediaType>) - Method in class org.springframework.http.codec.KotlinSerializationStringEncoder
-
Set streaming
MediaTypes
. - setStreamingMediaTypes(List<MediaType>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
-
Configure "streaming" media types for which flushing should be performed automatically vs at the end of the stream.
- setStrictContentTypeMatch(boolean) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether this converter should convert messages for which no content type can be resolved through the configured
ContentTypeResolver
. - setStrictEarlyShutdown(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
-
Specify whether to initiate an early shutdown signal on context close, disposing all idle threads and rejecting further task submissions.
- setStrictEarlyShutdown(boolean) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify whether to initiate an early shutdown signal on context close, disposing all idle threads and rejecting further task submissions.
- setStrictServletCompliance(boolean) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
-
Specify whether this resolver should strictly comply with the Servlet specification, only kicking in for "multipart/form-data" requests.
- setStrings(String[]) - Method in class org.springframework.cglib.util.StringSwitcher.Generator
-
Set the array of recognized Strings.
- setStripExtension(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether file extensions should be stripped from the URI when generating the view name.
- setStripLeadingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether leading slashes should be stripped from the URI when generating the view name.
- setStripTrailingSlash(boolean) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set whether trailing slashes should be stripped from the URI when generating the view name.
- setStyle(int) - Method in class org.springframework.cglib.proxy.Mixin.Generator
- setStyle(int) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the
DateFormat
style to use to format date values. - setStylePattern(String) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the two characters to use to format date values.
- setStylePattern(String) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the two characters to use to format date values, in Joda-Time style.
- setSubject(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setSubject(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the subject of the message, using the correct encoding.
- setSubject(String) - Method in interface org.springframework.mail.MailMessage
- setSubject(String) - Method in class org.springframework.mail.SimpleMailMessage
- setSubprotocols(List<String>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setSubProtocols(List<String>) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the sub-protocols to use.
- setSubProtocolWebSocketHandler(SubProtocolWebSocketHandler) - Method in class org.springframework.web.socket.config.WebSocketMessageBrokerStats
- setSubscription(String) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
-
Set the name for the durable subscription.
- setSubscription(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Set the login header.
- setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to make the subscription durable.
- setSubscriptionDurable(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setSubscriptionDurable(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setSubscriptionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- setSubscriptionId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setSubscriptionName(String) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set the name of a subscription to create.
- setSubscriptionName(String) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setSubscriptionRegistry(SubscriptionRegistry) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure a custom
SubscriptionRegistry
to use for storing subscriptions. - setSubscriptionShared(boolean) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Set whether to make the subscription shared.
- setSubscriptionShared(boolean) - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- setSubscriptionShared(Boolean) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
- setSuffix(String) - Method in class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
-
Set the text that will get prepended to the trace data.
- setSuffix(String) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Set the suffix that gets appended to view names when building a URL.
- setSuffix(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Set the suffix to append to the request URL filename to build a view name.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
-
Set the suffix to append to generated view names.
- setSuffix(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the suffix that gets appended to view names when building a URL.
- setSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 5.2.4. See deprecation note on
RequestMappingHandlerMapping.setUseSuffixPatternMatch(boolean)
. - setSuperclass(Class) - Method in class org.springframework.cglib.beans.BeanGenerator
-
Set the class which the generated class will extend.
- setSuperclass(Class) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set the class which the generated class will extend.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Indicate whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Indicate whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Indicate whether DTD parsing should be supported.
- setSupportDtd(boolean) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Indicate whether DTD parsing should be supported.
- setSupportedClasses(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the classes supported by this marshaller.
- setSupportedLocales(List<Locale>) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
-
Configure the list of supported locales to compare and match against
requested locales
. - setSupportedLocales(List<Locale>) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
-
Configure the list of supported locales to compare and match against
requested locales
. - setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter. - setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
-
Set the list of
MediaType
objects supported by this converter. - setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Set the supported media types for this view.
- setSupportedMediaTypes(List<MediaType>) - Method in class org.springframework.web.reactive.result.view.ViewResolverSupport
-
Set the supported media types for this view.
- setSupportedMethods(String...) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Set the HTTP methods that this content generator should support.
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Use this property to configure the list of supported sub-protocols.
- setSupportedTypes(Class<?>...) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Set the supported types that can be loaded from YAML documents.
- setSupportJaxbElementClass(boolean) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- setSupportsCatalogsInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database supports the use of catalog name in procedure calls.
- setSupportsSchemasInProcedureCalls(boolean) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Specify whether the database supports the use of schema name in procedure calls.
- setSuppressClose(boolean) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Specify whether the returned Connection should be a close-suppressing proxy or the physical Connection.
- setSuppressClose(boolean) - Method in class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Set whether the returned
Connection
should be a close-suppressing proxy or the physicalConnection
. - setSuppressCors(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
This option can be used to disable automatic addition of CORS headers for SockJS requests.
- setSuppressCors(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
This option can be used to disable automatic addition of CORS headers for SockJS requests.
- setSync(boolean) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
- setSynchedLocalTransactionAllowed(boolean) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Set whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction (where the main transaction might be a JDBC-based one for a specific DataSource, for example), with the JMS transaction committing right after the main transaction.
- setSynchronizations(Set<TransactionSynchronization>) - Method in class org.springframework.transaction.reactive.TransactionContext
- setSynchronizedWithTransaction(boolean) - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
-
Set whether to automatically join ongoing transactions (according to the JPA 2.1 SynchronizationType rules).
- setSynchronizedWithTransaction(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Mark the resource as synchronized with a transaction.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractController
-
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
- setSynchronizeOnSession(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
- setSynthetic(boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Set whether this bean definition is 'synthetic', that is, not defined by the application itself (for example, an infrastructure bean such as a helper for auto-proxying, created through
<aop:config>
). - setSynthetic(boolean) - Method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Set whether this bean is 'synthetic', that is, not defined by the application itself.
- setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the maximum interval, in milliseconds, at which the "system" relay session expects, in the absence of any other data, to receive a heartbeat from the STOMP broker.
- setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the maximum interval, in milliseconds, at which the "system" connection expects, in the absence of any other data, to receive a heartbeat from the STOMP broker.
- setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the interval, in milliseconds, at which the "system" relay session will, in the absence of any other data being sent, send a heartbeat to the STOMP broker.
- setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the interval, in milliseconds, at which the "system" connection will, in the absence of any other data being sent, send a heartbeat to the STOMP broker.
- setSystemLogin(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the login for the shared "system" connection used to send messages to the STOMP broker from within the application, i.e.
- setSystemLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the login for the shared "system" connection used to send messages to the STOMP broker from within the application, i.e.
- setSystemPasscode(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the passcode for the shared "system" connection used to send messages to the STOMP broker from within the application, i.e.
- setSystemPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the passcode for the shared "system" connection used to send messages to the STOMP broker from within the application, i.e.
- setSystemPropertiesMode(int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Set how to check system properties: as fallback, as override, or never.
- setSystemPropertiesModeName(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Set the system property mode by the name of the corresponding constant, e.g.
- setSystemSubscriptions(Map<String, MessageHandler>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure one more destinations to subscribe to on the shared "system" connection along with MessageHandler's to handle received messages.
- setSystemTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Deprecated.Set the path in the system preferences tree to use for resolving placeholders.
- setTabindex(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
tabindex
' attribute. - SettableListenableFuture<T> - Class in org.springframework.util.concurrent
-
Deprecated.as of 6.0, in favor of
CompletableFuture
- SettableListenableFuture() - Constructor for class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.
- setTableName(String) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Set the name of the table for this context.
- setTableName(String) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Set the name of the table for this insert.
- setTarget(Class) - Method in class org.springframework.cglib.beans.BeanCopier.Generator
- setTarget(Class) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- setTarget(Object) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
Set the target object, that is, the bean to be wrapped with a transactional proxy.
- setTarget(Object) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set the given object as target.
- setTarget(Object) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- setTarget(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Set the value of the '
target
' attribute. - setTarget(ClassVisitor) - Method in class org.springframework.cglib.core.ClassEmitter
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.core.ClassTransformer
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.transform.AbstractClassTransformer
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.transform.ClassTransformerChain
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.transform.ClassTransformerTee
- setTarget(ClassVisitor) - Method in class org.springframework.cglib.transform.MethodFilterTransformer
- setTargetBeanName(String) - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
-
Set the name of the bean to locate the
Method
on. - setTargetBeanName(String) - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
-
Set the name of the bean that is to be scoped.
- setTargetBeanName(String) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Set the name of the target bean in the factory.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
Set the name of the target bean.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify the name of a target bean to apply the property path to.
- setTargetBeanName(String) - Method in class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
-
Set the name of the target bean.
- setTargetBeanName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Set the name of the target bean in the Spring BeanFactory.
- setTargetBeanName(String) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set the name of the target bean in the Spring application context.
- setTargetCacheManager(CacheManager) - Method in class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
-
Set the target CacheManager to proxy.
- setTargetClass(Class) - Method in class org.springframework.cglib.reflect.ConstructorDelegate.Generator
- setTargetClass(Class) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- setTargetClass(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Set a target class to be proxied, indicating that the proxy should be castable to the given class.
- setTargetClass(Class<?>) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
Specify the target class explicitly, to avoid any kind of access to the target bean (for example, to avoid initialization of a FactoryBean instance).
- setTargetClass(Class<?>) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the target class on which the field is defined.
- setTargetClass(Class<?>) - Method in class org.springframework.util.MethodInvoker
-
Set the target class on which to call the target method.
- setTargetConnectionFactories(Map<?, ?>) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Specify the map of target
ConnectionFactories
, with the lookup key as key. - setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Set the target ConnectionFactory which will be used to lazily create a single Connection.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetConnectionFactory(ConnectionFactory) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
- setTargetDataSource(DataSource) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
-
Set the target DataSource that this DataSource should delegate to.
- setTargetDataSources(Map<Object, Object>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Specify the map of target DataSources, with the lookup key as key.
- setTargetDestinationResolver(DestinationResolver<D>) - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
-
Set the target DestinationResolver to delegate to.
- setTargetField(String) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the name of the field to be retrieved.
- setTargetFilterLifecycle(boolean) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Set whether to invoke the
Filter.init
andFilter.destroy
lifecycle methods on the target bean. - setTargetListClass(Class<? extends List>) - Method in class org.springframework.beans.factory.config.ListFactoryBean
-
Set the class to use for the target List.
- setTargetMapClass(Class<? extends Map>) - Method in class org.springframework.beans.factory.config.MapFactoryBean
-
Set the class to use for the target Map.
- setTargetMethod(String) - Method in class org.springframework.util.MethodInvoker
-
Set the name of the method to be invoked.
- setTargetName(String) - Method in class org.springframework.aop.framework.ProxyFactoryBean
-
Set the name of the target bean.
- setTargetObject(Object) - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
-
Set the target object on which the field is defined.
- setTargetObject(Object) - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
Specify a target object to apply the property path to.
- setTargetObject(Object) - Method in class org.springframework.util.MethodInvoker
-
Set the target object on which to call the target method.
- setTargetRequestPath(String) - Method in class org.springframework.web.servlet.FlashMap
-
Provide a URL path to help identify the target request for this FlashMap.
- setTargetSetClass(Class<? extends Set>) - Method in class org.springframework.beans.factory.config.SetFactoryBean
-
Set the class to use for the target Set.
- setTargetSource(TargetSource) - Method in interface org.springframework.aop.framework.Advised
-
Change the
TargetSource
used by thisAdvised
object. - setTargetSource(TargetSource) - Method in class org.springframework.aop.framework.AdvisedSupport
- setTargetTaskExecutor(Executor) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
-
Specify a custom target
Executor
to delegate to for the individual execution of scheduled tasks. - setTargetType(Class<?>) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the type to convert to.
- setTargetType(Class<?>) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify the target type of this bean definition, if known in advance.
- setTargetType(ResolvableType) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify a generics-containing target type of this bean definition, if known in advance.
- setTargetType(ResolvableType) - Method in class org.springframework.validation.DataBinder
-
Set the type for the target object.
- setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify whether
MappingJackson2MessageConverter.toMessage(Object, Session)
should marshal to aBytesMessage
or aTextMessage
. - setTargetType(MessageType) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Specify whether
MarshallingMessageConverter.toMessage(Object, Session)
should marshal to aBytesMessage
or aTextMessage
. - setTargetTypeName(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Specify the type to convert to.
- setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to anyRunnable
about to be executed. - setTaskDecorator(TaskDecorator) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
Specify a custom
TaskDecorator
to be applied to anyRunnable
about to be executed. - setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to anyRunnable
about to be executed. - setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Specify a custom
TaskDecorator
to be applied to anyRunnable
about to be executed. - setTaskDecorator(TaskDecorator) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Specify a custom
TaskDecorator
to be applied to anyRunnable
about to be executed. - setTaskExecutor(Executor) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Set a custom executor (typically a
TaskExecutor
) to invoke each listener with. - setTaskExecutor(Executor) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Set the Spring
TaskExecutor
to use for running the listener threads. - setTaskExecutor(Executor) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Set the Spring TaskExecutor to use for executing the listener once a message has been received by the provider.
- setTaskExecutor(Executor) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set a Spring-managed
Executor
to use as Quartz backend. - setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Configure an AsyncTaskExecutor for use with concurrent processing via
WebAsyncManager.startCallableProcessing(Callable, Object...)
. - setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
The provided task executor is used for the following: Handle
Callable
controller method return values. - setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Set the default
AsyncTaskExecutor
to use when a controller method return aCallable
. - setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Set an
AsyncTaskExecutor
to use when opening connections. - setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
Set a
TaskExecutor
to use to open the connection. - setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
Set a
TaskExecutor
to use to open connections. - setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
-
Configure the
TaskExecutor
to use to execute XHR receive requests. - setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Configure the
TaskScheduler
to use for providing heartbeat support. - setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Configure the
TaskScheduler
to use for providing heartbeat support. - setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Some STOMP clients (e.g.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Configure the TaskScheduler to use for receipt tracking.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure the
TaskScheduler
to use to reset client-to-broker message count in the current heartbeat period. - setTaskScheduler(TaskScheduler) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Configure a scheduler to use for heartbeats and for receipt tracking.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Set the
TaskScheduler
to register scheduled tasks with. - setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Provide the TaskScheduler to use for SockJS endpoints for which a task scheduler has not been explicitly registered.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
A scheduler instance to use for scheduling SockJS heart-beats.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Configure a scheduler to use for heartbeats and for receipt tracking.
- setTaskTerminationTimeout(long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Specify a timeout (in milliseconds) for task termination when closing this executor.
- setTcpClient(TcpOperations<byte[]>) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Configure a TCP client for managing TCP connections to the STOMP broker.
- setTcpClient(TcpOperations<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Configure a TCP client for managing TCP connections to the STOMP broker.
- setTempClassLoader(ClassLoader) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Specify a temporary ClassLoader to use for type matching purposes.
- setTempClassLoader(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setTemplateEngine(MarkupTemplateEngine) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Set a pre-configured MarkupTemplateEngine to use for the Groovy Markup Template web configuration.
- setTemplateEngine(MarkupTemplateEngine) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
Set the MarkupTemplateEngine to use in this view.
- setTemplateLoaderPath(String) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set the Freemarker template loader path via a Spring resource location.
- setTemplateLoaderPaths(String...) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Set multiple Freemarker template loader paths via Spring resource locations.
- setters - Variable in class org.springframework.cglib.beans.BulkBean
- SETTERS - Static variable in class org.springframework.aop.support.Pointcuts
-
Pointcut matching all bean property setters, in any class.
- setText(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setText(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
- setText(String) - Method in interface org.springframework.mail.MailMessage
- setText(String) - Method in class org.springframework.mail.SimpleMailMessage
- setText(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set the message text for this tag.
- setText(String, boolean) - Method in class org.springframework.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) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set the given plain text and HTML text as alternatives, offering both options to the email client.
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- setTextMessageSizeLimit(int) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- setTextMessageSizeLimit(int) - Method in interface org.springframework.web.socket.WebSocketSession
-
Configure the maximum size for an incoming text message.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Deprecated.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
Deprecated.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
Deprecated.
- setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Deprecated.Set the current theme name to the given one.
- setThreadContextInheritable(boolean) - Method in class org.springframework.web.filter.RequestContextFilter
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an
InheritableThreadLocal
). - setThreadContextInheritable(boolean) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an
InheritableThreadLocal
). - setThreaded(boolean) - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
-
Set whether the
JMXConnectorServer
should be started in a separate thread. - setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the factory for creating new ForkJoinWorkerThreads.
- setThreadFactory(ThreadFactory) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Specify an external factory to use for creating new Threads, instead of relying on the local properties of this executor.
- setThreadFactory(ThreadFactory) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set the ThreadFactory to use for the ExecutorService's thread pool.
- setThreadGroup(ThreadGroup) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the thread group that threads should be created in.
- setThreadGroupName(String) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the name of the thread group that threads should be created in.
- setThreadNamePrefix(String) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- setThreadNamePrefix(String) - Method in class org.springframework.util.CustomizableThreadCreator
-
Specify the prefix to use for the names of newly created threads.
- setThreadPrefix(String) - Method in class org.springframework.http.client.reactive.JdkHttpClientResourceFactory
-
Configure the thread prefix to initialize the executor with.
- setThreadPrefix(String) - Method in class org.springframework.http.client.reactive.JettyResourceFactory
-
Configure the thread prefix to initialize
QueuedThreadPool
executor with. - setThreadPriority(int) - Method in class org.springframework.util.CustomizableThreadCreator
-
Set the priority of the threads that this factory creates.
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.1 this property is set to
true
by default, and should not need to be customized; in effect,DispatcherServlet
should always raiseNoHandlerFoundException
and allow it to be handled through aHandlerExceptionResolver
. - setThrowExceptionOnLateReply(boolean) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
-
Whether the thread sending a reply should have an exception raised if the receiving thread isn't going to receive the reply either because it timed out, or because it already received a reply, or because it got an exception while sending the request message.
- setThrowingName(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
-
If
afterThrowing
advice binds the thrown value, thethrowing
variable name must be specified. - setThrowingName(String) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
- setThrowingNameNoCheck(String) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
We need to hold the throwing name at this level for argument binding calculations, this method allows the afterThrowing advice subclass to set the name.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Set the time between eviction runs that check idle objects whether they have been idle for too long or have become invalid.
- setTimeFormatter(DateTimeFormatter) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the formatter that will be used for objects representing time values.
- setTimeout(int) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Set the timeout (in seconds) after which a fatal exception will be thrown.
- setTimeout(int) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Set the timeout to apply, as number of seconds.
- setTimeout(long) - Method in class org.springframework.mock.web.MockAsyncContext
-
By default this is set to 10000 (10 seconds) even though the Servlet API specifies a default async request timeout of 30 seconds.
- setTimeout(Long) - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Set the time required for concurrent handling to complete.
- setTimeout(Long) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
In Servlet 3 async processing, the timeout period begins after the container processing thread has exited.
- setTimeoutForShutdownPhase(int, long) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Specify the maximum time allotted for the shutdown of a specific phase (group of
SmartLifecycle
beans with the same 'phase' value). - setTimeoutInMillis(long) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Set the timeout for this object in milliseconds.
- setTimeoutInSeconds(int) - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Set the timeout for this object in seconds.
- setTimeoutPerShutdownPhase(long) - Method in class org.springframework.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). - setTimeoutsForShutdownPhases(Map<Integer, Long>) - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Specify the maximum time allotted for the shutdown of each given phase (group of
SmartLifecycle
beans with the same 'phase' value). - setTimeoutString(String) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Set the timeout to apply, if any, as a String value that resolves to a number of seconds.
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the style to use for time types.
- setTimeStyle(FormatStyle) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set the default format style of
LocalTime
objects. - setTimeToFirstMessage(int) - Method in class org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
-
Set the maximum time allowed in milliseconds after the WebSocket connection is established and before the first sub-protocol message is received.
- setTimeToFirstMessage(int) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Set the maximum time allowed in milliseconds after the WebSocket connection is established and before the first sub-protocol message is received.
- setTimeToLive(long) - Method in class org.springframework.jms.core.JmsTemplate
-
Set the time-to-live of the message when sending.
- setTimeToLive(long) - Method in class org.springframework.jms.support.QosSettings
-
Set the time-to-live of the message when sending.
- setTimeUnit(TimeUnit) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Specify the time unit for the delay and period values.
- setTimeZone(ZoneId) - Method in class org.springframework.format.datetime.standard.DateTimeContext
-
Set the user's time zone.
- setTimeZone(TimeZone) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given TimeZone with the current thread, preserving any Locale that may have been set already.
- setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.DateFormatter
-
Set the
TimeZone
to normalize the date values into, if any. - setTimeZone(TimeZone) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactory
-
Set the
TimeZone
to normalize the date values into, if any. - setTimeZone(TimeZone) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-
Override the default
TimeZone
to use for formatting. - setTimeZone(TimeZone) - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
-
Specify the time zone for this trigger's cron expression.
- setTimeZone(TimeZone, boolean) - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Associate the given TimeZone with the current thread, preserving any Locale that may have been set already.
- setTimeZoneAttributeName(String) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
-
Specify the name of the corresponding attribute in the
HttpSession
, holding the currentTimeZone
value. - setTitle(String) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem title
. - setTitle(String) - Method in exception org.springframework.web.ErrorResponseException
-
Set the
title
field of the response body. - setTitle(String) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Set the value of the '
title
' attribute. - setTo(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setTo(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setTo(String) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setTo(String) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setTo(String) - Method in interface org.springframework.mail.MailMessage
- setTo(String) - Method in class org.springframework.mail.SimpleMailMessage
- setTo(String...) - Method in class org.springframework.mail.javamail.MimeMailMessage
- setTo(String[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
- setTo(String...) - Method in interface org.springframework.mail.MailMessage
- setTo(String...) - Method in class org.springframework.mail.SimpleMailMessage
- setToggleAscendingOnProperty(boolean) - Method in class org.springframework.beans.support.MutableSortDefinition
-
Set whether to toggle the ascending flag if the same property gets set again (that is,
MutableSortDefinition.setProperty(java.lang.String)
gets called with already set property name again). - setTrackRowsAffected(boolean) - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Set whether to track the rows affected by batch updates performed by this operation object.
- setTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setTransaction(Transaction) - Method in class org.springframework.orm.hibernate5.SessionHolder
- setTransactionActive(boolean) - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Set whether this holder represents an active, JDBC-managed transaction.
- setTransactionActive(boolean) - Method in class org.springframework.orm.jpa.EntityManagerHolder
- setTransactionActive(boolean) - Method in class org.springframework.r2dbc.connection.ConnectionHolder
-
Set whether this holder represents an active, R2DBC-managed transaction.
- setTransactionAttribute(TransactionAttribute) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".
- setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
- setTransactionAttributes(Properties) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
-
Set the transaction attribute source which is used to find transaction attributes.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set the transaction attribute source which is used to find transaction attributes.
- setTransactionAttributeSource(TransactionAttributeSource) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set the transaction attribute source which is used to find transaction attributes.
- setTransactionAttributeSources(TransactionAttributeSource...) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Set multiple transaction attribute sources which are used to find transaction attributes.
- setTransactionAware(boolean) - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
-
Set whether this CacheManager should expose transaction-aware Cache objects.
- setTransactionExecutionListeners(Collection<TransactionExecutionListener>) - Method in interface org.springframework.transaction.ConfigurableTransactionManager
-
Set the transaction execution listeners for begin/commit/rollback callbacks from this transaction manager.
- setTransactionExecutionListeners(Collection<TransactionExecutionListener>) - Method in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
- setTransactionExecutionListeners(Collection<TransactionExecutionListener>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
- setTransactionFactory(TransactionFactory) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the Spring TransactionFactory to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
- setTransactionInterceptor(TransactionInterceptor) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
-
Set the transaction interceptor to use for this advisor.
- setTransactionManager(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA TransactionManager to use as direct reference.
- setTransactionManager(Object) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Set the XA transaction manager to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(Object) - Method in class org.springframework.jms.config.DefaultJcaListenerContainerFactory
- setTransactionManager(Object) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-
Set the XA transaction manager to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Specify the Spring
PlatformTransactionManager
to use for transactional wrapping of message reception plus listener execution. - setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Set the transaction manager to be used for registering jobs and triggers that are defined by this SchedulerFactoryBean.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
Set the default transaction manager.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.transaction.support.TransactionTemplate
-
Set the transaction management strategy to be used.
- setTransactionManager(TransactionManager) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Specify the default transaction manager to use to drive transactions.
- setTransactionManagerBeanName(String) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Specify the name of the default transaction manager bean.
- setTransactionManagerName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA TransactionManager.
- setTransactionName(String) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Specify the name of the transaction, if any.
- setTransactionName(String) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Specify the transaction name to use for transactional wrapping.
- setTransactionPhase(TransactionPhase) - Method in class org.springframework.transaction.event.TransactionalApplicationListenerAdapter
-
Specify the transaction phase to invoke the listener in.
- setTransactionSynchronization(int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set when this transaction manager should activate the thread-bound transaction synchronization support.
- setTransactionSynchronizationName(String) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set the transaction synchronization by the name of the corresponding constant in this class — for example,
"SYNCHRONIZATION_ALWAYS"
. - setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA 1.1 TransactionSynchronizationRegistry to use as direct reference.
- setTransactionSynchronizationRegistryName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA 1.1 TransactionSynchronizationRegistry.
- setTransactionTimeout(int) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
Specify the transaction timeout, if any.
- setTransactionTimeout(int) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Specify the transaction timeout to use for transactional wrapping, in seconds.
- setTransactionTimeout(int) - Method in class org.springframework.transaction.jta.UserTransactionAdapter
- setTransactionType(PersistenceUnitTransactionType) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Specify the XSLT TransformerFactory class to use.
- setTransientDataAccessResourceCodes(String...) - Method in class org.springframework.jdbc.support.SQLErrorCodes
- setTranslators(Map<String, SQLExceptionTranslator>) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
-
Setter for a Map of
SQLExceptionTranslator
references where the key must be the database name as defined in thesql-error-codes.xml
file. - setTransportHandlerOverrides(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
- setTransportHandlers(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Specify a custom TraversableResolver to use for this Validator.
- setTraversableResolver(TraversableResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom TraversableResolver to use for this ValidatorFactory and its exposed default Validator.
- setTriggers(Trigger...) - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register a list of Trigger objects with the Scheduler that this FactoryBean creates.
- setTriggerTasks(Map<Runnable, Trigger>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects (typically custom implementations of the
Trigger
interface). - setTriggerTasksList(List<TriggerTask>) - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
-
Specify triggered tasks as a list of
TriggerTask
objects. - setTrimTokens(boolean) - Method in class org.springframework.util.AntPathMatcher
-
Specify whether to trim tokenized paths and patterns.
- setTrimValues(boolean) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Specify whether to trim resolved values before applying them, removing superfluous whitespace from the beginning and end.
- setType(Class) - Method in class org.springframework.cglib.reflect.FastClass.Generator
- setType(String) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the type of the constructor argument.
- setType(Proxy.Type) - Method in class org.springframework.http.client.support.ProxyFactoryBean
-
Set the proxy type.
- setType(URI) - Method in class org.springframework.http.ProblemDetail
-
Setter for the
problem type
. - setType(URI) - Method in exception org.springframework.web.ErrorResponseException
-
Set the
type
field of the response body. - setType(EmbeddedDatabaseType) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Set the type of embedded database.
- setTypeComparator(TypeComparator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setTypeConverter(TypeConverter) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Set a custom type converter that this BeanFactory should use for converting bean property values, constructor argument values, etc.
- setTypeConverter(TypeConverter) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- setTypeConverter(TypeConverter) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Set a TypeConverter to use for argument type conversion.
- setTypeConverter(TypeConverter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- setTypeIdMappings(Map<String, Class<?>>) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify mappings from type ids to Java classes, if desired.
- setTypeIdOnMessage(Object, Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Set a type id for the given payload object on the given JMS Message.
- setTypeIdPropertyName(String) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Specify the name of the JMS message property that carries the type id for the contained object: either a mapped id value or a raw Java class name.
- setTypeIndexForCurrentLevel(int) - Method in class org.springframework.core.MethodParameter
-
Deprecated.since 5.2 in favor of
MethodParameter.withTypeIndex(int)
- setTypeLocator(TypeLocator) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Set the
TypeLocator
to use to find types, either by short or fully-qualified name. - setTypePattern(String) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
Set the AspectJ type pattern to match.
- setTypePermissions(TypePermission...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set XStream type permissions such as
AnyTypePermission
,ExplicitTypePermission
etc, as an alternative to overriding theXStreamMarshaller.customizeXStream(com.thoughtworks.xstream.XStream)
method. - setTypes(int[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Add anonymous parameters, specifying only their SQL types as defined in the
java.sql.Types
class. - setTypes(Class[]) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- setTypeValue(PreparedStatement, int, int, String) - Method in interface org.springframework.jdbc.core.SqlTypeValue
-
Set the type value on the given PreparedStatement.
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.AbstractSqlTypeValue
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlBinaryValue
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlCharacterValue
- setTypeValue(PreparedStatement, int, int, String) - Method in class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Set the specified content via the LobCreator.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
Set the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
- setUniqueFactoryMethodName(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Specify a factory method name that refers to a non-overloaded method.
- setUnit(String) - Method in class org.springframework.jmx.export.metadata.ManagedMetric
-
The expected unit of measurement values.
- setUnless(String) - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
- setUnless(String) - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Set the
Unmarshaller
to be used by this message converter. - setUnmarshaller(Unmarshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Set the
Unmarshaller
to be used by this message converter. - setUnmarshaller(Unmarshaller) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
-
Set the
Unmarshaller
to be used by this message converter. - setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the
Unmarshaller.Listener
to be registered with the JAXBUnmarshaller
. - setUnmarshallerProcessor(Function<Unmarshaller, Unmarshaller>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-
Configure a processor function to customize Unmarshaller instances.
- setUnmarshallerProperties(Map<String, ?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB
Unmarshaller
properties. - setupArgumentsForVarargsInvocation(Class<?>[], Object...) - Static method in class org.springframework.expression.spel.support.ReflectionHelper
-
Package up the supplied
args
so that they correctly match what is expected inrequiredParameterTypes
. - setupData(Object) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Set the data for the setup payload.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
-
Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Set whether to use prepared statements capable of returning updatable ResultSets.
- setUpdatableResults(boolean) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Set whether to use statements that are capable of returning updatable ResultSets.
- setUpdateContentLength(boolean) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Whether to update the 'Content-Length' header of the response.
- setUpgrade(String) - Method in class org.springframework.http.HttpHeaders
-
Set the (new) value of the
Upgrade
header. - setupListenerContainer(MessageListenerContainer) - Method in class org.springframework.jms.config.AbstractJmsListenerEndpoint
- setupListenerContainer(MessageListenerContainer) - Method in interface org.springframework.jms.config.JmsListenerEndpoint
-
Set up the specified message listener container with the model defined by this endpoint.
- setupMessageListener(Object) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- setupMessageListener(Object) - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- setupMessageListener(Object) - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Set up the message listener to use.
- setupMetadata(Object, MimeType) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Add metadata entry to the setup payload.
- setupRoute(String, Object...) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Set the route for the setup payload.
- setUri(URI) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the URL to use.
- setUri(URI) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setURI(URI) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
Set the URI of the request.
- setUriBuilderFactory(UriBuilderFactory) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the
UriBuilderFactory
that will be used to expand theHttpRequestValues.Builder.getUriTemplate()
. - setUriBuilderFactory(UriBuilderFactory) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Set the URIResolver used in the transform.
- setUriResolver(URIResolver) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
Set the URIResolver used in the transform.
- setUriTemplate(String) - Method in class org.springframework.http.client.observation.ClientRequestObservationContext
-
Set the URI template used for the current client exchange.
- setUriTemplate(String) - Method in class org.springframework.web.reactive.function.client.ClientRequestObservationContext
-
Set the URI template used for the current client exchange.
- setUriTemplate(String) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Set the request URL as a String template.
- setUriTemplate(String) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.web.client.RestTemplate
-
Configure a strategy for expanding URI templates.
- setUriVariable(String, String) - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
-
Add a URI variable name-value pair.
- setUriVariable(String, String) - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
- setUrl(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC URL to use for connecting through the Driver.
- setUrl(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the JDBC connection URL for the database.
- setUrl(String) - Method in class org.springframework.web.reactive.result.view.AbstractUrlBasedView
-
Set the URL of the resource that this view wraps.
- setUrl(String) - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Set the URL of the resource that this view wraps.
- setUrlDecode(boolean) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Deprecated.as of 5.3 in favor of using
UrlBasedCorsConfigurationSource.setUrlPathHelper(UrlPathHelper)
, if at all. For further details, please seeUrlBasedCorsConfigurationSource.setAllowInitLookupPath(boolean)
. - setUrlDecode(boolean) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Deprecated.as of 6.0, in favor of using
AbstractHandlerMapping.setUrlPathHelper(UrlPathHelper)
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set if context path and request URI should be URL-decoded.
- setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
Whether to apply URL decoding to cookie values via
UrlPathHelper.decodeRequestString(HttpServletRequest, String)
. - setUrlDecode(boolean) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Deprecated.as of 5.3, the path is resolved externally and obtained with
ServletRequestPathUtils.getCachedPathValue(ServletRequest)
- setUrlDecode(boolean) - Method in class org.springframework.web.util.UrlPathHelper
-
Whether the context path and request URI should be decoded -- both of which are returned undecoded by the Servlet API, in contrast to the servlet path.
- setUrlMap(Map<String, ?>) - Method in class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Set a Map with URL paths as keys and handler beans (or handler bean names) as values.
- setUrlMap(Map<String, ?>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Set a Map with URL paths as keys and handler beans (or handler bean names) as values.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Deprecated.Configure a
UrlPathHelper
to use inPathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest)
in order to derive the lookup path for a target request URL path. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Configure the
UrlPathHelper
to resolve the lookupPath. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Set the UrlPathHelper to use to resolve the mapping path for the application.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Configure the UrlPathHelper to use for resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
-
Set the UrlPathHelper to use for the resolution of lookup paths.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
-
Set the
UrlPathHelper
to use to decode cookie values with viaUrlPathHelper.decodeRequestString(HttpServletRequest, String)
. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
-
Deprecated.as of 5.3, the path is resolved externally and obtained with
ServletRequestPathUtils.getCachedPathValue(ServletRequest)
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
Deprecated.as of 5.3, the path is resolved externally and obtained with
ServletRequestPathUtils.getCachedPathValue(ServletRequest)
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
-
Provide a reference to the
UrlPathHelper
used to map requests to static resources. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Provide a reference to the
UrlPathHelper
used to map requests to static resources. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Configure a
UrlPathHelper
to use inResourceUrlProvider.getForRequestUrl(jakarta.servlet.http.HttpServletRequest, String)
in order to derive the lookup path for a target request URL path. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Set the UrlPathHelper to use to match FlashMap instances to requests.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.servlet.support.RequestContext
-
Set the UrlPathHelper to use for context path and request URI decoding.
- setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Set the UrlPathHelper to configure on the
SimpleUrlHandlerMapping
used to map handshake requests. - setUrlPathHelper(UrlPathHelper) - Method in interface org.springframework.web.socket.config.annotation.StompEndpointRegistry
-
Configure a customized
UrlPathHelper
for the STOMP endpointHandlerMapping
. - setUrlPathHelper(UrlPathHelper) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Set the UrlPathHelper to configure on the
HandlerMapping
used to map handshake requests. - setUseAttributeFor(Map<?, ?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set the types to use XML attributes for.
- setUseAttributeForTypes(Class<?>...) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
Set types to use XML attributes for.
- setUseCache(boolean) - Method in class org.springframework.cglib.core.AbstractClassGenerator
-
Whether use and update the static cache of generated classes for a class with the same properties.
- setUseCaseSensitiveMatch(boolean) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Shortcut method for setting the same property on the underlying pattern parser in use.
- setUseCaseSensitiveMatch(Boolean) - Method in class org.springframework.web.reactive.config.PathMatchConfigurer
-
Whether to match to URLs irrespective of their case.
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.context.support.AbstractMessageSource
-
Set whether to use the message code as default message instead of throwing a NoSuchMessageException.
- setUseConverter(boolean) - Method in class org.springframework.cglib.beans.BeanCopier.Generator
- setUseDynamicLogger(boolean) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Set whether to use a dynamic logger or a static logger.
- setUseFactory(boolean) - Method in class org.springframework.cglib.proxy.Enhancer
-
Set whether the enhanced object instances should implement the
Factory
interface. - setUseGlobalResources(boolean) - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Whether to use global Reactor Netty resources via
HttpResources
. - setUseGlobalResources(boolean) - Method in class org.springframework.http.client.ReactorResourceFactory
-
Whether to use global Reactor Netty resources via
HttpResources
. - setUseIsoFormat(boolean) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
-
Set whether standard ISO formatting should be applied to all date/time types.
- setUseJaf(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
Deprecated.as of 5.0, in favor of
ContentNegotiationManagerFactoryBean.setUseRegisteredExtensionsOnly(boolean)
, which has reverse behavior. - setUseJaf(boolean) - Method in class org.springframework.web.accept.PathExtensionContentNegotiationStrategy
-
Deprecated.as of 5.0, in favor of
AbstractMappingContentNegotiationStrategy.setUseRegisteredExtensionsOnly(boolean)
. - setUseLastModified(boolean) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Set whether the
Resource.lastModified()
information should be used to drive HTTP responses. - setUseLastModified(boolean) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Set whether we should look at the
Resource.lastModified()
when serving resources and use this information to drive"Last-Modified"
HTTP response headers. - setUseLastModified(boolean) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Set whether the
Resource.lastModified()
information should be used to drive HTTP responses. - setUseLastModified(boolean) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Set whether we should look at the
Resource.lastModified()
when serving resources and use this information to drive"Last-Modified"
HTTP response headers. - setUseNewConnection(boolean) - Method in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
Set whether to use a new connection for the incrementer.
- setUseNotAcceptableStatusCode(boolean) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Indicate whether a
406 Not Acceptable
status code should be returned if no suitable view can be found. - setUsePrefix(boolean) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Set whether to only include advisors with a certain prefix in the bean name.
- setUser(Principal) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- setUserAttribute(String, Object) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
- setUserAttribute(String, Object) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Add the specified user attribute with the given value to this invocation.
- setUserChangeCallback(Consumer<Principal>) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
Provide a callback to be invoked if and when
SimpMessageHeaderAccessor.setUser(Principal)
is called. - setUserDestinationBroadcast(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set a destination to broadcast messages to user destinations that remain unresolved because the user appears not to be connected.
- setUserDestinationPredicate(Predicate<String>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Configure a Predicate to identify messages with a user destination.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Configure the prefix used to identify user destinations.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Configure the prefix to use for destinations targeting a specific user.
- setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
The prefix used to identify user destinations.
- setUseRegisteredExtensionsOnly(boolean) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
Whether to only use the registered mappings to look up file extensions, or also to use dynamic resolution (e.g.
- setUseRegisteredExtensionsOnly(boolean) - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
-
When
favorPathExtension
orContentNegotiationManagerFactoryBean.setFavorParameter(boolean)
is set, this property determines whether to use only registeredMediaType
mappings or to allow dynamic resolution, e.g. - setUseRegisteredSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Deprecated.as of 5.2.4. See class level note on the deprecation of path extension config options.
- setUseRegisteredSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. - setUsername(String) - Method in class org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
-
Set the JDBC username to use for connecting through the Driver.
- setUsername(String) - Method in interface org.springframework.jdbc.datasource.embedded.ConnectionProperties
-
Set the username to use to connect to the database.
- setUsername(String) - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Set the default username that this adapter should use for retrieving Connections.
- setUsername(String) - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Set the username that this adapter should use for retrieving Connections.
- setUsername(String) - Method in class org.springframework.mail.javamail.JavaMailSenderImpl
-
Set the username for the account at the mail host, if any.
- setUserPrincipal(Principal) - Method in class org.springframework.mock.web.MockHttpServletRequest
- setUserProperties(Map<String, Object>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
The standard Jakarta WebSocket API allows passing "user properties" to the server via
userProperties
. - setUserProperties(Map<String, Object>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
- setUserRegistryBroadcast(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set a destination to broadcast the content of the local user registry to and to listen for such broadcasts from other servers.
- setUserRegistryOrder(int) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Set the order for the
SimpUserRegistry
to use as aSmartApplicationListener
. - setUserTransaction(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JTA UserTransaction to use as direct reference.
- setUserTransactionName(String) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Set the JNDI name of the JTA UserTransaction.
- setUserTreePath(String) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Deprecated.Set the path in the system preferences tree to use for resolving placeholders.
- setUseSharedServletConfig(boolean) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
-
Set whether to use the shared ServletConfig object passed in through
setServletConfig
, if available. - setUseSqlStateForTranslation(boolean) - Method in class org.springframework.jdbc.support.SQLErrorCodes
-
Set this property to true for databases that do not provide an error code but that do provide SQL State (this includes PostgreSQL).
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Set whether to use strict casing for attributes.
- setUseStrictCasing(boolean) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Set whether to use strict casing for attributes.
- setUseSuffixPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Deprecated.as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. - setUseSuffixPatternMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Deprecated.as of 5.2.4. See class level note on the deprecation of path extension config options. As there is no replacement for this method, in 5.2.x it is necessary to set it to
false
. In 5.3 the default changes tofalse
and use of this property becomes unnecessary. - setUseSuffixPatternMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. As there is no replacement for this method, in 5.2.x it is necessary to set it tofalse
. In 5.3 the default changes tofalse
and use of this property becomes unnecessary. - setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setUseTrailingSlashMatch(boolean) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setUseTrailingSlashMatch(Boolean) - Method in class org.springframework.web.reactive.config.PathMatchConfigurer
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setUseTrailingSlashMatch(Boolean) - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setUseTrailingSlashPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Deprecated.as of 6.0, see
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
- setValidateAddresses(boolean) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Set whether to validate all addresses which get passed to this helper.
- setValidatedAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the 'validated' annotation type.
- setValidateExistingTransaction(boolean) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Set whether existing transactions should be validated before participating in them.
- setValidating(boolean) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set whether to use XML validation.
- setValidating(boolean) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Set whether to use XML validation.
- setValidating(boolean) - Method in class org.springframework.context.support.GenericXmlApplicationContext
-
Set whether to use XML validation.
- setValidationEventHandler(ValidationEventHandler) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Set the JAXB validation event handler.
- setValidationMessageSource(MessageSource) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a custom Spring MessageSource for resolving validation messages, instead of relying on JSR-303's default "ValidationMessages.properties" bundle in the classpath.
- setValidationMode(int) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set the validation mode to use.
- setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Specify the JPA 2.0 validation mode for this persistence unit, overriding a value in
persistence.xml
if set. - setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Specify the JPA 2.0 validation mode for all of this manager's persistence units, overriding any value in
persistence.xml
if set. - setValidationMode(ValidationMode) - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- setValidationModeName(String) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Set the validation mode to use by name.
- setValidationProperties(Properties) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider.
- setValidationPropertyMap(Map<String, String>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify bean validation properties to be passed to the validation provider as a Map.
- setValidationProviderResolver(ValidationProviderResolver) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Specify a JSR-303
ValidationProviderResolver
for bootstrapping the provider of choice, as an alternative toMETA-INF
driven resolution. - setValidationQuery(String) - Method in class org.springframework.jdbc.support.DatabaseStartupValidator
-
Deprecated.as of 5.3, in favor of the JDBC 4.0 connection validation
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating beans.
- setValidator(Validator) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 Validator to delegate to for validating methods.
- setValidator(Validator) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Set the Validator instance used for validating
@Payload
arguments. - setValidator(Validator) - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
-
Set the Validator instance used for validating
@Payload
arguments. - setValidator(Validator) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Set the Validator instance used for validating
@Payload
arguments. - setValidator(Validator) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom
Validator
instead of the one created by default. - setValidator(Validator) - Method in class org.springframework.validation.DataBinder
-
Set the Validator to apply after each binding step.
- setValidator(Validator) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Set the Validator to apply after each binding step.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating beans, using its default Validator.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.CustomValidatorBean
-
Set the ValidatorFactory to obtain the target Validator from.
- setValidatorFactory(ValidatorFactory) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set the JSR-303 ValidatorFactory to delegate to for validating methods, using its default Validator.
- setValidatorProvider(ObjectProvider<Validator>) - Method in class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
Set a lazily initialized Validator to delegate to for validating methods.
- setValue() - Method in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
- setValue() - Method in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- setValue(Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- setValue(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Set the value for the constructor argument.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomCollectionEditor
-
Convert the given value to a Collection of the target type.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomMapEditor
-
Convert the given value to a Map of the target type.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.CustomNumberEditor
-
Coerce a Number value into the required target class, if necessary.
- setValue(Object) - Method in class org.springframework.beans.propertyeditors.PropertiesEditor
- setValue(Object) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Treat the given value as a collection or array and convert it to a Resource array.
- setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
- setValue(Object) - Method in interface org.springframework.expression.spel.ast.ValueRef
-
Sets the value this ValueRef points to, it should not require expression component re-evaluation.
- setValue(Object) - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
- setValue(Object) - Method in class org.springframework.http.converter.json.MappingJacksonValue
-
Modify the POJO to serialize.
- setValue(Object) - Method in class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
- setValue(Object) - Method in class org.springframework.web.multipart.support.StringMultipartFileEditor
- setValue(Object) - Method in class org.springframework.web.servlet.tags.ArgumentTag
-
Set the value of the argument (optional).
- setValue(Object) - Method in class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
-
Set the value of the '
value
' attribute. - setValue(Object) - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Set the 'value' attribute of the rendered HTML
<option>
tag. - setValue(Object) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set the value to transform, using the appropriate PropertyEditor from the enclosing BindTag.
- setValue(Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- setValue(Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
- setValue(Object, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- setValue(String) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Set the String value.
- setValue(String) - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Set the value of the '
value
' attribute. - setValue(String) - Method in class org.springframework.web.servlet.tags.Param
-
Set the raw value of the parameter.
- setValue(String) - Method in class org.springframework.web.servlet.tags.ParamTag
-
Set the value of the parameter (optional).
- setValue(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the value of the URL.
- setValue(PreparedStatement, int) - Method in class org.springframework.jdbc.support.SqlArrayValue
- setValue(PreparedStatement, int) - Method in interface org.springframework.jdbc.support.SqlValue
-
Set the value on the given PreparedStatement.
- setValue(LocaleContext) - Method in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
- setValue(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.common.LiteralExpression
- setValue(EvaluationContext, Object, Object) - Method in interface org.springframework.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(EvaluationContext, Object, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- setValue(ExpressionState, Object) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
- setValue(ExpressionState, Object) - Method in interface org.springframework.expression.spel.SpelNode
-
Evaluate the expression to a node and then set the new value on that node.
- setValue(RequestAttributes) - Method in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
- setValue(V) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
- SETVALUE_NOT_SUPPORTED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- setValueAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Set the 'value' annotation type, to be used on fields, method parameters and constructor parameters.
- setValueFallbackIfPossible(Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- setValueInternal(ExpressionState, Supplier<TypedValue>) - Method in class org.springframework.expression.spel.ast.CompoundExpression
- setValueInternal(ExpressionState, Supplier<TypedValue>) - Method in class org.springframework.expression.spel.ast.Indexer
- setValueInternal(ExpressionState, Supplier<TypedValue>) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
- setValueInternal(ExpressionState, Supplier<TypedValue>) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Evaluate the expression to a node and then set the new value created by the specified
Supplier
on that node. - setValueInternal(ExpressionState, Supplier<TypedValue>) - Method in class org.springframework.expression.spel.ast.VariableReference
- setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgumentPreparedStatementSetter
- setValues(PreparedStatement) - Method in class org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
- setValues(PreparedStatement) - Method in interface org.springframework.jdbc.core.PreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, int) - Method in interface org.springframework.jdbc.core.BatchPreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValues(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
This implementation calls
AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
and sets this instance's exhaustion flag accordingly. - setValues(PreparedStatement, LobCreator) - Method in class org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
-
Deprecated.Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments.
- setValues(PreparedStatement, T) - Method in interface org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
-
Set parameter values on the given PreparedStatement.
- setValueSeparator(String) - Method in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Specify the separating character between the placeholder variable and the associated default value, or
null
if no such special character should be processed as a value separator. - setValueSeparator(String) - Method in class org.springframework.core.env.AbstractEnvironment
- setValueSeparator(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Specify the separating character between the placeholders replaced by this resolver and their associated default value, or
null
if no such special character should be processed as a value separator. - setValueSeparator(String) - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Specify the separating character between the placeholders replaced by this resolver and their associated default value, or
null
if no such special character should be processed as a value separator. - setValuesIfAvailable(PreparedStatement, int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
Check for available values and set them on the given PreparedStatement.
- setValueTypeName(String) - Method in class org.springframework.beans.factory.support.ManagedMap
-
Set the default value type name (class name) to be used for this map.
- setVar(String) - Method in class org.springframework.web.servlet.tags.EvalTag
-
Set the variable name to expose the evaluation result under.
- setVar(String) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Set PageContext attribute name under which to expose a variable that contains the resolved message.
- setVar(String) - Method in class org.springframework.web.servlet.tags.TransformTag
-
Set PageContext attribute name under which to expose a variable that contains the result of the transformation.
- setVar(String) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Set the variable name to expose the URL under.
- setVariable(String, Object) - Method in interface org.springframework.expression.EvaluationContext
-
Set a named variable in this evaluation context to a specified value.
- setVariable(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
Set a named variable in the evaluation context to a specified value.
- setVariable(String, Object) - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
Set a named variable or function in this evaluation context to the specified value.
- setVariable(String, Object) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Set a named variable in this evaluation context to a specified value.
- setVariables(Map<String, Object>) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Set multiple named variables in this evaluation context to the specified values.
- setVary(List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the request header names (e.g.
- setVaryByRequestHeaders(String...) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Configure one or more request header names (e.g.
- setVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- setView(Object) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a View object to be used by the DispatcherServlet.
- setView(View) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a View object for this ModelAndView.
- setView(View) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Set a View object for the ModelAndView to return.
- setViewClass(Class<?>) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Set the view class that should be used to create views.
- setViewClass(Class<?>) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view class that should be used to create views.
- setViewName(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
-
Set the view name to return.
- setViewName(String) - Method in class org.springframework.web.servlet.ModelAndView
-
Set a view name for this ModelAndView, to be resolved by the DispatcherServlet via a ViewResolver.
- setViewName(String) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Set a view name for the ModelAndView to return, to be resolved by the DispatcherServlet via a ViewResolver.
- setViewNames(String...) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Set the view names (or name patterns) that can be handled by this
ViewResolver
. - setViewNames(String...) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Set the view names (or name patterns) that can be handled by this
ViewResolver
. - setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Sets the view resolvers to be wrapped by this view resolver.
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
-
Set the list of view viewResolvers to delegate to.
- setViewResolvers(ViewResolver...) - Method in class org.springframework.test.web.servlet.setup.RouterFunctionMockMvcBuilder
-
Set up view resolution with the given
ViewResolvers
. - setViewResolvers(ViewResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set up view resolution with the given
ViewResolvers
. - setVirtualHost(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Set the value of the "host" header to use in STOMP CONNECT frames.
- setVirtualHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Set the value of the "host" header to use in STOMP CONNECT frames.
- setVirtualThreads(boolean) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Switch this executor to virtual threads.
- setVirtualThreads(boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Specify whether the default
SimpleAsyncTaskExecutor
should be configured to use virtual threads instead of platform threads, for efficient blocking behavior in listener threads on Java 21 or higher. - setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Set whether to wait for running jobs to complete on shutdown.
- setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
-
Set whether to wait for running jobs to complete on shutdown.
- setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.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.
- setWarnLogCategory(String) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
-
Set the log category for warn logging.
- setWarnLogCategory(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Set the log category for warn logging.
- setWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Set a system property to the web application root directory.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.
- setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.
- setWebClient(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
- setWebConnection(WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Set the
WebConnection
to be used with theWebClient
. - setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
- setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Some load balancers don't support WebSocket.
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Some load balancers do not support WebSocket.
- setWebSocketUpgradeMatch(boolean) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
-
When this is set, if the matched handler is
WebSocketHttpRequestHandler
, ensure the request is a WebSocket handshake, i.e. - setWorkManager(WorkManager) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
- setWrapAsLob(boolean) - Method in class org.springframework.jdbc.support.lob.DefaultLobHandler
-
Deprecated.Specify whether to submit a byte array / String to the JDBC driver wrapped in a JDBC Blob / Clob object, using the JDBC
setBlob
/setClob
method with a Blob / Clob argument. - setWrappedInstance(Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
-
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - Method in class org.springframework.beans.BeanWrapperImpl
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
- setWriteAcceptCharset(boolean) - Method in class org.springframework.http.converter.StringHttpMessageConverter
-
Whether the
Accept-Charset
header should be written to any outgoing request sourced from the value ofCharset.availableCharsets()
. - setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
Configure a custom handler for writing the request body.
- setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Configure a custom handler to consume the response body.
- setWriteListener(WriteListener) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
- setWriterAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Set whether
MockHttpServletResponse.getWriter()
access is allowed. - setWriteTimeout(int) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying write timeout in milliseconds.
- setWriteTimeout(Duration) - Method in class org.springframework.http.client.OkHttp3ClientHttpRequestFactory
-
Deprecated.Set the underlying write timeout in milliseconds.
- setWriteWeakETag(boolean) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Set whether the ETag value written to the response should be weak, as per RFC 7232.
- setXaTerminator(XATerminator) - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
-
Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
- setXhrStreamingDisabled(boolean) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
An
XhrTransport
can support both the "xhr_streaming" and "xhr" SockJS server transports. - setXMLReader(XMLReader) - Method in class org.springframework.oxm.support.MarshallingSource
-
Throws a
UnsupportedOperationException
. - setZonedDateTime(String, ZonedDateTime) - Method in class org.springframework.http.HttpHeaders
-
Set the given date under the given header name after formatting it as a string using the RFC-1123 date-time formatter.
- ShadowingClassLoader - Class in org.springframework.instrument.classloading
-
ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.
- ShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader, applying
ShadowingClassLoader.DEFAULT_EXCLUDED_PACKAGES
. - ShadowingClassLoader(ClassLoader, boolean) - Constructor for class org.springframework.instrument.classloading.ShadowingClassLoader
-
Create a new ShadowingClassLoader, decorating the given ClassLoader.
- ShadowMatchUtils - Class in org.springframework.aop.aspectj
-
Internal
ShadowMatch
utilities. - ShadowMatchUtils() - Constructor for class org.springframework.aop.aspectj.ShadowMatchUtils
- shallowCopyFieldState(Object, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
- ShallowEtagHeaderFilter - Class in org.springframework.web.filter
-
Filter
that generates anETag
value based on the content on the response. - ShallowEtagHeaderFilter() - Constructor for class org.springframework.web.filter.ShallowEtagHeaderFilter
- ShardingKeyDataSourceAdapter - Class in org.springframework.jdbc.datasource
-
An adapter for a target
DataSource
, designed to apply sharding keys, if specified, to every standard#getConnection
call, returning a direct connection to the shard corresponding to the specified sharding key value. - ShardingKeyDataSourceAdapter(DataSource) - Constructor for class org.springframework.jdbc.datasource.ShardingKeyDataSourceAdapter
-
Create a new instance of
ShardingKeyDataSourceAdapter
, wrapping the givenDataSource
. - ShardingKeyDataSourceAdapter(DataSource, ShardingKeyProvider) - Constructor for class org.springframework.jdbc.datasource.ShardingKeyDataSourceAdapter
-
Create a new instance of
ShardingKeyDataSourceAdapter
, wrapping the givenDataSource
. - ShardingKeyProvider - Interface in org.springframework.jdbc.datasource
-
Strategy interface for determining sharding keys which are used to establish direct shard connections in the context of sharded databases.
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return whether a shared JMS Connection should be maintained by this container base class.
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Use a shared JMS Connection depending on the "cacheLevel" setting.
- sharedConnectionEnabled() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Always use a shared JMS Connection.
- sharedConnectionLock - Variable in class org.springframework.jms.listener.AbstractJmsListeningContainer
- SharedConnectionNotInitializedException(String) - Constructor for exception org.springframework.jms.listener.AbstractJmsListeningContainer.SharedConnectionNotInitializedException
-
Create a new SharedConnectionNotInitializedException.
- SharedEntityManagerBean - Class in org.springframework.orm.jpa.support
-
FactoryBean
that exposes a shared JPAEntityManager
reference for a given EntityManagerFactory. - SharedEntityManagerBean() - Constructor for class org.springframework.orm.jpa.support.SharedEntityManagerBean
- SharedEntityManagerCreator - Class in org.springframework.orm.jpa
-
Delegate for creating a shareable JPA
EntityManager
reference for a givenEntityManagerFactory
. - SharedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.SharedEntityManagerCreator
- sharedHttpSession() - Static method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
- SharedHttpSessionConfigurer - Class in org.springframework.test.web.servlet.setup
-
MockMvcConfigurer
that stores and re-uses the HTTP session across multiple requests performed through the sameMockMvc
instance. - SharedHttpSessionConfigurer() - Constructor for class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
- sharedInstance - Static variable in class org.springframework.core.io.buffer.DefaultDataBufferFactory
-
Shared instance based on the default constructor.
- SHORT - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
-
A
short
. - SHORT - Static variable in class org.springframework.asm.Type
-
The sort of the
short
type. - SHORT_TYPE - Static variable in class org.springframework.asm.Type
-
The
short
type. - shortSummary() - Method in class org.springframework.util.StopWatch
-
Get a short description of the total running time in seconds.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply to the given handler.
- shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
-
Checks if the handler is a
HandlerMethod
or aHandlerFunction
and then delegates to the base class implementation of#shouldApplyTo(HttpServletRequest, Object)
passing the bean of theHandlerMethod
. - shouldApplyTo(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
- shouldBuffer(URI, HttpMethod) - Method in class org.springframework.http.client.BufferingClientHttpRequestFactory
-
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
- shouldClose(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
This is a single Connection: Do not close it when returning to the "pool".
- shouldClose(Connection) - Method in interface org.springframework.jdbc.datasource.SmartDataSource
-
Should we close this Connection, obtained from this DataSource?
- shouldCommitAfterNoMessageReceived(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Determine whether to trigger a commit after no message has been received.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.orm.jpa.JpaTransactionManager
-
This implementation returns "true": a JPA commit will properly handle transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
This implementation returns "true": a JTA commit will properly handle transactions that have been marked rollback-only at a global level.
- shouldCommitOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to call
doCommit
on a transaction that has been marked as rollback-only in a global fashion. - shouldConstructArgument(MethodParameter) - Method in class org.springframework.validation.DataBinder
-
Whether to instantiate the constructor argument of the given type, matching its own constructor arguments to bind values.
- shouldConstructArgument(MethodParameter) - Method in class org.springframework.web.bind.ServletRequestDataBinder
- shouldConstructArgument(MethodParameter) - Method in class org.springframework.web.bind.support.WebExchangeDataBinder
- shouldConstructArgument(MethodParameter) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
- shouldDecodeAndParseSegments() - Method in class org.springframework.http.server.PathContainer.Options
- shouldFireEvents() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Determine whether this parser is supposed to fire a
BeanComponentDefinition
event after parsing the bean definition. - shouldGenerateId() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Should an ID be generated instead of read from the passed in
Element
? - shouldGenerateId() - Method in class org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
- shouldGenerateIdAsFallback() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Should an ID be generated instead if the passed in
Element
does not specify an "id" attribute explicitly? - shouldHandle(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Determine whether the listener method would actually handle the given event, checking if the condition matches.
- shouldInject(PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
Whether the property values should be injected.
- shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Determine whether to call the
AbstractRequestLoggingFilter.beforeRequest(jakarta.servlet.http.HttpServletRequest, java.lang.String)
/AbstractRequestLoggingFilter.afterRequest(jakarta.servlet.http.HttpServletRequest, java.lang.String)
methods for the current request, i.e. - shouldLog(HttpServletRequest) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
- shouldNotBindPropertyValues() - Method in class org.springframework.validation.DataBinder
-
Whether to not bind parameters to properties.
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
- shouldNotFilter(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Can be overridden in subclasses for custom filtering control, returning
true
to avoid filtering of the given request. - shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may re-bind the opened Hibernate
Session
to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch. - shouldNotFilterAsyncDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Returns "false" so that the filter may re-bind the opened
EntityManager
to each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch. - shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
The default value is "false" so that the filter may log a "before" message at the start of request processing and an "after" message at the end from when the last asynchronously dispatched thread is exiting.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
The dispatcher type
jakarta.servlet.DispatcherType.ASYNC
means a filter can be invoked in more than one thread over the course of a single request. - shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in each asynchronously dispatched thread.
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ServerHttpObservationFilter
- shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
The default value is
false
so that the filter may delay the generation of an ETag until the last asynchronously dispatched thread. - shouldNotFilterAsyncDispatch() - Method in class org.springframework.web.filter.UrlHandlerFilter
- shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewFilter
-
Returns "false" so that the filter may provide a Hibernate
Session
to each error dispatches. - shouldNotFilterErrorDispatch() - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
Returns "false" so that the filter may provide an
EntityManager
to each error dispatches. - shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.ForwardedHeaderFilter
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether to filter error dispatches such as when the servlet container processes and error mapped in
web.xml
. - shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.RequestContextFilter
-
Returns "false" so that the filter may set up the request context in an error dispatch.
- shouldNotFilterErrorDispatch() - Method in class org.springframework.web.filter.UrlHandlerFilter
- shouldObtainFixedConnection(DataSource) - Method in class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
-
Determine whether to obtain a fixed target Connection for the proxy or to reobtain the target Connection for each operation.
- shouldParseNameAsAliases() - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Determine whether the element's "name" attribute should get parsed as bean definition aliases, i.e.
- shouldParsePath() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
-
Whether to parse the path into path segments if the encoding mode is set to
EncodingMode.URI_COMPONENT
. - shouldProxyTargetClass(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Determine whether the given bean should be proxied with its target class rather than its interfaces.
- shouldProxyTargetClass(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
-
Determine whether the given bean should be proxied with its target class rather than its interfaces.
- shouldReleaseAfterCompletion(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder's resource should be released after transaction completion (
true
). - shouldReleaseAfterCompletion(O) - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
Return whether this holder's resource should be released after transaction completion (
true
). - shouldReleaseBeforeCompletion() - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
Return whether this holder's resource should be released before transaction completion (
true
) or rather after transaction completion (false
). - shouldReleaseBeforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder's resource should be released before transaction completion (
true
) or rather after transaction completion (false
). - shouldRemoveSemicolonContent() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether configured to remove ";" (semicolon) content from the request URI.
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Should rendering of this tag proceed at all.
- shouldRender() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Should rendering of this tag proceed at all?
- shouldRenderDefaultMessage() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Indicate whether the specified default message needs to be rendered for substituting placeholders and/or
MessageFormat
escaping. - shouldSkip(Class<?>, String) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
- shouldSkip(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Subclasses should override this method to return
true
if the given bean should not be considered for auto-proxying by this post-processor. - shouldStop(Connection) - Method in class org.springframework.jms.connection.DelegatingConnectionFactory
- shouldStop(Connection) - Method in interface org.springframework.jms.connection.SmartConnectionFactory
-
Should we stop the Connection, obtained from this ConnectionFactory?
- shouldSuppressCors() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return if automatic addition of CORS headers has been disabled.
- shouldUnbindAtCompletion() - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
Return whether this holder should be unbound at completion (or should rather be left bound to the thread after the transaction).
- shouldUnbindAtCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Return whether this holder should be unbound at completion (or should rather be left bound to the thread after the transaction).
- shouldValidateArguments() - Method in class org.springframework.web.method.HandlerMethod
-
Whether the method arguments are a candidate for method validation, which is the case when there are parameter
jakarta.validation.Constraint
annotations. - shouldValidateReturnValue() - Method in class org.springframework.web.method.HandlerMethod
-
Whether the method return value is a candidate for method validation, which is the case when there are method
jakarta.validation.Constraint
orjakarta.validation.Valid
annotations. - shutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
- shutdown() - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabase
-
Shut down this embedded database.
- shutdown() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Stop the shared Connection, call
AbstractJmsListeningContainer.doShutdown()
, and close this container. - shutdown() - Method in class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
-
Shut down the client and release resources.
- shutdown() - Method in interface org.springframework.messaging.tcp.TcpOperations
-
Deprecated.as of 6.0, in favor of
TcpOperations.shutdownAsync()
- shutdown() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Perform a full shutdown on the underlying ExecutorService, according to the corresponding configuration settings.
- shutdown(boolean) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- shutdown(DataSource, String) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerDelegate
- shutdown(DataSource, String) - Method in interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
-
Shut down the embedded database instance that backs the supplied
DataSource
. - SHUTDOWN_HOOK_THREAD_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name
of the shutdown hook thread: "SpringContextShutdownHook". - shutdownAsync() - Method in class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
- shutdownAsync() - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
- shutdownAsync() - Method in interface org.springframework.messaging.tcp.TcpOperations
-
Shut down and close any open connections.
- shutdownDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook to shut down the embedded database.
- shutdownNow() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
- SIG_STATIC - Static variable in interface org.springframework.cglib.core.Constants
- Signature - Class in org.springframework.cglib.core
-
A representation of a method signature, containing the method name, return type, and parameter types.
- Signature(String, String) - Constructor for class org.springframework.cglib.core.Signature
- Signature(String, Type, Type[]) - Constructor for class org.springframework.cglib.core.Signature
- simpAnnotationMethodMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, SimpMessagingTemplate, CompositeMessageConverter) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- SimpAnnotationMethodMessageHandler - Class in org.springframework.messaging.simp.annotation.support
-
A handler for messages delegating to
@MessageMapping
and@SubscribeMapping
annotated methods. - SimpAnnotationMethodMessageHandler(SubscribableChannel, MessageChannel, SimpMessageSendingOperations) - Constructor for class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Create an instance of SimpAnnotationMethodMessageHandler with the given message channels and broker messaging template.
- SimpAttributes - Class in org.springframework.messaging.simp
-
A wrapper class for access to attributes associated with a SiMP session (e.g.
- SimpAttributes(String, Map<String, Object>) - Constructor for class org.springframework.messaging.simp.SimpAttributes
-
Constructor wrapping the given session attributes map.
- SimpAttributesContextHolder - Class in org.springframework.messaging.simp
-
Holder class to expose SiMP attributes associated with a session (e.g.
- SimpAttributesContextHolder() - Constructor for class org.springframework.messaging.simp.SimpAttributesContextHolder
- SIMPLE - Enum constant in enum class org.springframework.format.annotation.DurationFormat.Style
-
Simple formatting based on a short suffix, for example '1s'.
- SimpleAliasRegistry - Class in org.springframework.core
-
Simple implementation of the
AliasRegistry
interface. - SimpleAliasRegistry() - Constructor for class org.springframework.core.SimpleAliasRegistry
- SimpleApplicationEventMulticaster - Class in org.springframework.context.event
-
Simple implementation of the
ApplicationEventMulticaster
interface. - SimpleApplicationEventMulticaster() - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster.
- SimpleApplicationEventMulticaster(BeanFactory) - Constructor for class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Create a new SimpleApplicationEventMulticaster for the given BeanFactory.
- SimpleAspectInstanceFactory - Class in org.springframework.aop.aspectj
-
Implementation of
AspectInstanceFactory
that creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()
call. - SimpleAspectInstanceFactory(Class<?>) - Constructor for class org.springframework.aop.aspectj.SimpleAspectInstanceFactory
-
Create a new SimpleAspectInstanceFactory for the given aspect class.
- SimpleAsyncTaskExecutor - Class in org.springframework.core.task
-
TaskExecutor
implementation that fires up a new Thread for each task, executing it asynchronously. - SimpleAsyncTaskExecutor() - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with default thread name prefix.
- SimpleAsyncTaskExecutor(String) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with the given thread name prefix.
- SimpleAsyncTaskExecutor(ThreadFactory) - Constructor for class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Create a new SimpleAsyncTaskExecutor with the given external thread factory.
- SimpleAsyncTaskScheduler - Class in org.springframework.scheduling.concurrent
-
A simple implementation of Spring's
TaskScheduler
interface, using a single scheduler thread and executing every scheduled task in an individual separate thread. - SimpleAsyncTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- SimpleAsyncUncaughtExceptionHandler - Class in org.springframework.aop.interceptor
-
A default
AsyncUncaughtExceptionHandler
that simply logs the exception. - SimpleAsyncUncaughtExceptionHandler() - Constructor for class org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
- SimpleAutowireCandidateResolver - Class in org.springframework.beans.factory.support
-
AutowireCandidateResolver
implementation to use when no annotation support is available. - SimpleAutowireCandidateResolver() - Constructor for class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
- SimpleBeanDefinitionRegistry - Class in org.springframework.beans.factory.support
-
Simple implementation of the
BeanDefinitionRegistry
interface. - SimpleBeanDefinitionRegistry() - Constructor for class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
- SimpleBeanFactoryAwareAspectInstanceFactory - Class in org.springframework.aop.config
-
Implementation of
AspectInstanceFactory
that locates the aspect from theBeanFactory
using a configured bean name. - SimpleBeanFactoryAwareAspectInstanceFactory() - Constructor for class org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory
- SimpleBeanTargetSource - Class in org.springframework.aop.target
-
Simple
TargetSource
implementation, freshly obtaining the specified target bean from its containing SpringBeanFactory
. - SimpleBeanTargetSource() - Constructor for class org.springframework.aop.target.SimpleBeanTargetSource
- SimpleBootstrapContext - Class in org.springframework.jca.support
-
Simple implementation of the JCA 1.7
BootstrapContext
interface, used for bootstrapping a JCA ResourceAdapter in a local environment. - SimpleBootstrapContext(WorkManager) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
-
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.
- SimpleBootstrapContext(WorkManager, XATerminator) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
-
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
- SimpleBootstrapContext(WorkManager, XATerminator, TransactionSynchronizationRegistry) - Constructor for class org.springframework.jca.support.SimpleBootstrapContext
-
Create a new SimpleBootstrapContext for the given WorkManager, XATerminator and TransactionSynchronizationRegistry.
- simpleBrokerMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, AbstractSubscribableChannel, UserDestinationResolver) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- SimpleBrokerMessageHandler - Class in org.springframework.messaging.simp.broker
-
A "simple" message broker that recognizes the message types defined in
SimpMessageType
, keeps track of subscriptions with the help of aSubscriptionRegistry
, and sends messages to subscribers. - SimpleBrokerMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
-
Create a SimpleBrokerMessageHandler instance with the given message channels and destination prefixes.
- SimpleBrokerRegistration - Class in org.springframework.messaging.simp.config
-
Registration class for configuring a
SimpleBrokerMessageHandler
. - SimpleBrokerRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.SimpleBrokerRegistration
-
Create a new
SimpleBrokerRegistration
. - SimpleCacheErrorHandler - Class in org.springframework.cache.interceptor
-
A simple
CacheErrorHandler
that does not handle the exception at all, simply throwing it back at the client. - SimpleCacheErrorHandler() - Constructor for class org.springframework.cache.interceptor.SimpleCacheErrorHandler
- SimpleCacheManager - Class in org.springframework.cache.support
-
Simple cache manager working against a given collection of caches.
- SimpleCacheManager() - Constructor for class org.springframework.cache.support.SimpleCacheManager
- SimpleCacheResolver - Class in org.springframework.cache.interceptor
-
A simple
CacheResolver
that resolves theCache
instance(s) based on a configurableCacheManager
and the name of the cache(s) as provided bygetCacheNames()
. - SimpleCacheResolver() - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
-
Construct a new
SimpleCacheResolver
. - SimpleCacheResolver(CacheManager) - Constructor for class org.springframework.cache.interceptor.SimpleCacheResolver
-
Construct a new
SimpleCacheResolver
for the givenCacheManager
. - SimpleClientHttpRequestFactory - Class in org.springframework.http.client
-
ClientHttpRequestFactory
implementation that uses standard JDK facilities. - SimpleClientHttpRequestFactory() - Constructor for class org.springframework.http.client.SimpleClientHttpRequestFactory
- SimpleCommandLinePropertySource - Class in org.springframework.core.env
-
CommandLinePropertySource
implementation backed by a simple String array. - SimpleCommandLinePropertySource(String...) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
-
Create a new
SimpleCommandLinePropertySource
having the default name and backed by the givenString[]
of command line arguments. - SimpleCommandLinePropertySource(String, String[]) - Constructor for class org.springframework.core.env.SimpleCommandLinePropertySource
-
Create a new
SimpleCommandLinePropertySource
having the given name and backed by the givenString[]
of command line arguments. - SimpleConnectionHandle - Class in org.springframework.jdbc.datasource
-
Simple implementation of the
ConnectionHandle
interface, containing a given JDBC Connection. - SimpleConnectionHandle(Connection) - Constructor for class org.springframework.jdbc.datasource.SimpleConnectionHandle
-
Create a new SimpleConnectionHandle for the given Connection.
- SimpleConstructorNamespaceHandler - Class in org.springframework.beans.factory.xml
-
Simple
NamespaceHandler
implementation that maps custom attributes directly through to bean properties. - SimpleConstructorNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
- simpleControllerHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Returns a
SimpleControllerHandlerAdapter
for processing requests with interface-based controllers. - SimpleControllerHandlerAdapter - Class in org.springframework.web.servlet.mvc
-
Adapter to use the plain
Controller
workflow interface with the genericDispatcherServlet
. - SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
- simpleDateFormat(String) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Define the date/time format with a
SimpleDateFormat
. - SimpleDriverDataSource - Class in org.springframework.jdbc.datasource
-
Simple implementation of the standard JDBC
DataSource
interface, configuring a plain old JDBCDriver
via bean properties, and returning a newConnection
from everygetConnection
call. - SimpleDriverDataSource() - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Constructor for bean-style configuration.
- SimpleDriverDataSource(Driver, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, String, String) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleDriverDataSource(Driver, String, Properties) - Constructor for class org.springframework.jdbc.datasource.SimpleDriverDataSource
-
Create a new DriverManagerDataSource with the given standard Driver parameters.
- SimpleErrors - Class in org.springframework.validation
-
A simple implementation of the
Errors
interface, managing global errors and field errors for a top-level target object. - SimpleErrors(Object) - Constructor for class org.springframework.validation.SimpleErrors
-
Create a new
SimpleErrors
holder for the given target, using the simple name of the target class as the object name. - SimpleErrors(Object, String) - Constructor for class org.springframework.validation.SimpleErrors
-
Create a new
SimpleErrors
holder for the given target. - SimpleEvaluationContext - Class in org.springframework.expression.spel.support
-
A basic implementation of
EvaluationContext
that focuses on a subset of essential SpEL features and customization options, targeting simple condition evaluation and in particular data binding scenarios. - SimpleEvaluationContext.Builder - Class in org.springframework.expression.spel.support
-
Builder for
SimpleEvaluationContext
. - SimpleExceptionCacheResolver - Class in org.springframework.cache.jcache.interceptor
-
A simple
CacheResolver
that resolves the exception cache based on a configurableCacheManager
and the name of the cache:CacheResultOperation.getExceptionCacheName()
. - SimpleExceptionCacheResolver(CacheManager) - Constructor for class org.springframework.cache.jcache.interceptor.SimpleExceptionCacheResolver
- simpleHandlerAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- SimpleHandlerAdapter - Class in org.springframework.web.reactive.result
- SimpleHandlerAdapter() - Constructor for class org.springframework.web.reactive.result.SimpleHandlerAdapter
- SimpleIdGenerator - Class in org.springframework.util
-
A simple
IdGenerator
that starts at 1, increments up toLong.MAX_VALUE
, and then rolls over. - SimpleIdGenerator() - Constructor for class org.springframework.util.SimpleIdGenerator
- SimpleInstantiationStrategy - Class in org.springframework.beans.factory.support
-
Simple object instantiation strategy for use in a BeanFactory.
- SimpleInstantiationStrategy() - Constructor for class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- SimpleInstrumentableClassLoader - Class in org.springframework.instrument.classloading
-
Simplistic implementation of an instrumentable
ClassLoader
. - SimpleInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
-
Create a new SimpleInstrumentableClassLoader for the given ClassLoader.
- SimpleJdbcCall - Class in org.springframework.jdbc.core.simple
-
A SimpleJdbcCall is a multithreaded, reusable object representing a call to a stored procedure or a stored function.
- SimpleJdbcCall(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
Constructor that takes one parameter with the JDBC DataSource to use when creating the underlying JdbcTemplate.
- SimpleJdbcCall(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcCall
-
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
- SimpleJdbcCallOperations - Interface in org.springframework.jdbc.core.simple
-
Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall
. - SimpleJdbcInsert - Class in org.springframework.jdbc.core.simple
-
A
SimpleJdbcInsert
is a multi-threaded, reusable object providing easy (batch) insert capabilities for a table. - SimpleJdbcInsert(DataSource) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
Constructor that accepts the JDBC
DataSource
to use when creating theJdbcTemplate
. - SimpleJdbcInsert(JdbcTemplate) - Constructor for class org.springframework.jdbc.core.simple.SimpleJdbcInsert
-
Alternative constructor that accepts the
JdbcTemplate
to be used. - SimpleJdbcInsertOperations - Interface in org.springframework.jdbc.core.simple
-
Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert
. - SimpleJmsHeaderMapper - Class in org.springframework.jms.support
-
Simple implementation of
JmsHeaderMapper
. - SimpleJmsHeaderMapper() - Constructor for class org.springframework.jms.support.SimpleJmsHeaderMapper
- SimpleJmsListenerContainerFactory - Class in org.springframework.jms.config
-
A
JmsListenerContainerFactory
implementation to build a standardSimpleMessageListenerContainer
. - SimpleJmsListenerContainerFactory() - Constructor for class org.springframework.jms.config.SimpleJmsListenerContainerFactory
- SimpleJmsListenerEndpoint - Class in org.springframework.jms.config
-
A
JmsListenerEndpoint
simply providing theMessageListener
to invoke to process an incoming message for this endpoint. - SimpleJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.SimpleJmsListenerEndpoint
- SimpleJndiBeanFactory - Class in org.springframework.jndi.support
-
Simple JNDI-based implementation of Spring's
BeanFactory
interface. - SimpleJndiBeanFactory() - Constructor for class org.springframework.jndi.support.SimpleJndiBeanFactory
- SimpleKey - Class in org.springframework.cache.interceptor
-
A simple key as returned from the
SimpleKeyGenerator
. - SimpleKey(Object...) - Constructor for class org.springframework.cache.interceptor.SimpleKey
-
Create a new
SimpleKey
instance. - SimpleKeyGenerator - Class in org.springframework.cache.interceptor
-
Simple key generator.
- SimpleKeyGenerator() - Constructor for class org.springframework.cache.interceptor.SimpleKeyGenerator
- SimpleLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
LoadTimeWeaver
that builds and exposes aSimpleInstrumentableClassLoader
. - SimpleLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new
SimpleLoadTimeWeaver
for the current contextClassLoader
. - SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleLoadTimeWeaver
-
Create a new
SimpleLoadTimeWeaver
for the givenClassLoader
. - SimpleLocaleContext - Class in org.springframework.context.i18n
-
Simple implementation of the
LocaleContext
interface, always returning a specifiedLocale
. - SimpleLocaleContext(Locale) - Constructor for class org.springframework.context.i18n.SimpleLocaleContext
-
Create a new
SimpleLocaleContext
that exposes the specifiedLocale
. - SimpleLog - Class in org.apache.commons.logging.impl
-
Deprecated.in
spring-jcl
(effectively equivalent toNoOpLog
) - SimpleLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleLog
-
Deprecated.
- SimpleMailMessage - Class in org.springframework.mail
-
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
- SimpleMailMessage() - Constructor for class org.springframework.mail.SimpleMailMessage
-
Create a new
SimpleMailMessage
. - SimpleMailMessage(SimpleMailMessage) - Constructor for class org.springframework.mail.SimpleMailMessage
-
Copy constructor for creating a new
SimpleMailMessage
from the state of an existingSimpleMailMessage
instance. - SimpleMappingExceptionResolver - Class in org.springframework.web.servlet.handler
-
HandlerExceptionResolver
implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet. - SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
- simpleMatch(String[], String) - Static method in class org.springframework.util.PatternMatchUtils
-
Match a String against the given patterns, supporting direct equality as well as the following simple pattern styles:
xxx*
,*xxx
,*xxx*
, andxxx*yyy
(with an arbitrary number of pattern parts). - simpleMatch(String, String) - Static method in class org.springframework.util.PatternMatchUtils
-
Match a String against the given pattern, supporting direct equality as well as the following simple pattern styles:
xxx*
,*xxx
,*xxx*
, andxxx*yyy
(with an arbitrary number of pattern parts). - SimpleMessageConverter - Class in org.springframework.jms.support.converter
-
A simple message converter which is able to handle TextMessages, BytesMessages, MapMessages, and ObjectMessages.
- SimpleMessageConverter - Class in org.springframework.messaging.converter
-
A simple converter that simply unwraps the message payload as long as it matches the expected target class.
- SimpleMessageConverter() - Constructor for class org.springframework.jms.support.converter.SimpleMessageConverter
- SimpleMessageConverter() - Constructor for class org.springframework.messaging.converter.SimpleMessageConverter
- SimpleMessageListenerContainer - Class in org.springframework.jms.listener
-
Message listener container that uses the plain JMS client API's
MessageConsumer.setMessageListener()
method to create concurrent MessageConsumers for the specified listeners. - SimpleMessageListenerContainer() - Constructor for class org.springframework.jms.listener.SimpleMessageListenerContainer
- SimpleMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
-
Implementation of
MetadataAwareAspectInstanceFactory
that creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()
call. - SimpleMetadataAwareAspectInstanceFactory(Class<?>, String) - Constructor for class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
-
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
- SimpleMetadataReaderFactory - Class in org.springframework.core.type.classreading
-
Simple implementation of the
MetadataReaderFactory
interface, creating a new ASMClassReader
for every request. - SimpleMetadataReaderFactory() - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the default class loader.
- SimpleMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given class loader.
- SimpleMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.core.type.classreading.SimpleMetadataReaderFactory
-
Create a new SimpleMetadataReaderFactory for the given resource loader.
- SimpleNamespaceContext - Class in org.springframework.util.xml
-
Simple
javax.xml.namespace.NamespaceContext
implementation. - SimpleNamespaceContext() - Constructor for class org.springframework.util.xml.SimpleNamespaceContext
- SimplePropertyNamespaceHandler - Class in org.springframework.beans.factory.xml
-
Simple
NamespaceHandler
implementation that maps custom attributes directly through to bean properties. - SimplePropertyNamespaceHandler() - Constructor for class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
- SimplePropertyRowMapper<T> - Class in org.springframework.jdbc.core
-
RowMapper
implementation that converts a row into a new instance of the specified mapped target class. - SimplePropertyRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.SimplePropertyRowMapper
-
Create a new
SimplePropertyRowMapper
. - SimplePropertyRowMapper(Class<T>, ConversionService) - Constructor for class org.springframework.jdbc.core.SimplePropertyRowMapper
-
Create a new
SimplePropertyRowMapper
. - SimplePropertySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
-
SqlParameterSource
implementation that obtains parameter values from bean properties of a given JavaBean object, from component accessors of a record class, or from raw field access. - SimplePropertySqlParameterSource(Object) - Constructor for class org.springframework.jdbc.core.namedparam.SimplePropertySqlParameterSource
-
Create a new SqlParameterSource for the given bean, record or field holder.
- SimpleReflectiveMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Simple subclass of
AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes. - SimpleReflectiveMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
- SimpleReflectiveProcessor - Class in org.springframework.aot.hint.annotation
-
A simple
ReflectiveProcessor
implementation that registers only a reflection hint for the annotated type. - SimpleReflectiveProcessor() - Constructor for class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
- SimpleRequestExpectationManager - Class in org.springframework.test.web.client
-
Simple
RequestExpectationManager
that matches requests to expectations sequentially, i.e. - SimpleRequestExpectationManager() - Constructor for class org.springframework.test.web.client.SimpleRequestExpectationManager
- SimpleRouteMatcher - Class in org.springframework.util
-
RouteMatcher
that delegates to aPathMatcher
. - SimpleRouteMatcher(PathMatcher) - Constructor for class org.springframework.util.SimpleRouteMatcher
-
Create a new
SimpleRouteMatcher
for the givenPathMatcher
delegate. - SimpleSaxErrorHandler - Class in org.springframework.util.xml
-
Simple
org.xml.sax.ErrorHandler
implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation. - SimpleSaxErrorHandler(Log) - Constructor for class org.springframework.util.xml.SimpleSaxErrorHandler
-
Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance.
- SimpleServletHandlerAdapter - Class in org.springframework.web.servlet.handler
-
Adapter to use the Servlet interface with the generic DispatcherServlet.
- SimpleServletHandlerAdapter() - Constructor for class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
- SimpleServletPostProcessor - Class in org.springframework.web.servlet.handler
-
BeanPostProcessor
that applies initialization and destruction callbacks to beans that implement theServlet
interface. - SimpleServletPostProcessor() - Constructor for class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- SimpleSessionStatus - Class in org.springframework.web.bind.support
-
Simple implementation of the
SessionStatus
interface, keeping thecomplete
flag as an instance variable. - SimpleSessionStatus() - Constructor for class org.springframework.web.bind.support.SimpleSessionStatus
- SimpleTheme - Class in org.springframework.ui.context.support
-
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
- SimpleTheme(String, MessageSource) - Constructor for class org.springframework.ui.context.support.SimpleTheme
-
Deprecated.Create a SimpleTheme.
- SimpleThreadPoolTaskExecutor - Class in org.springframework.scheduling.quartz
-
Subclass of Quartz's SimpleThreadPool that implements Spring's
TaskExecutor
interface and listens to Spring lifecycle callbacks. - SimpleThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- SimpleThreadScope - Class in org.springframework.context.support
-
A simple thread-backed
Scope
implementation. - SimpleThreadScope() - Constructor for class org.springframework.context.support.SimpleThreadScope
- SimpleThrowawayClassLoader - Class in org.springframework.instrument.classloading
-
ClassLoader that can be used to load classes without bringing them into the parent loader.
- SimpleThrowawayClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.SimpleThrowawayClassLoader
-
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
- SimpleTimeZoneAwareLocaleContext - Class in org.springframework.context.i18n
-
Simple implementation of the
TimeZoneAwareLocaleContext
interface, always returning a specifiedLocale
andTimeZone
. - SimpleTimeZoneAwareLocaleContext(Locale, TimeZone) - Constructor for class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
-
Create a new SimpleTimeZoneAwareLocaleContext that exposes the specified Locale and TimeZone.
- SimpleTraceInterceptor - Class in org.springframework.aop.interceptor
-
Simple AOP Alliance
MethodInterceptor
that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info. - SimpleTraceInterceptor() - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
Create a new SimpleTraceInterceptor with a static logger.
- SimpleTraceInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.SimpleTraceInterceptor
-
Create a new SimpleTraceInterceptor with dynamic or static logger, according to the given flag.
- SimpleTransactionFactory - Class in org.springframework.transaction.jta
-
Default implementation of the
TransactionFactory
strategy interface, simply wrapping a standard JTATransactionManager
. - SimpleTransactionFactory(TransactionManager) - Constructor for class org.springframework.transaction.jta.SimpleTransactionFactory
-
Create a new SimpleTransactionFactory for the given TransactionManager.
- SimpleTransactionScope - Class in org.springframework.transaction.support
-
A simple transaction-backed
Scope
implementation, delegating toTransactionSynchronizationManager
's resource binding mechanism. - SimpleTransactionScope() - Constructor for class org.springframework.transaction.support.SimpleTransactionScope
- SimpleTransactionStatus - Class in org.springframework.transaction.support
-
A simple
TransactionStatus
implementation. - SimpleTransactionStatus() - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
-
Create a new
SimpleTransactionStatus
instance, indicating a new transaction. - SimpleTransactionStatus(boolean) - Constructor for class org.springframework.transaction.support.SimpleTransactionStatus
-
Create a new
SimpleTransactionStatus
instance. - SimpleTransformErrorListener - Class in org.springframework.util.xml
-
Simple
javax.xml.transform.ErrorListener
implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation. - SimpleTransformErrorListener(Log) - Constructor for class org.springframework.util.xml.SimpleTransformErrorListener
-
Create a new SimpleTransformErrorListener for the given Commons Logging logger instance.
- SimpleTriggerContext - Class in org.springframework.scheduling.support
-
Simple data holder implementation of the
TriggerContext
interface. - SimpleTriggerContext() - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to
null
, exposing the system clock for the default time zone. - SimpleTriggerContext(Clock) - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with all time values set to
null
, exposing the given clock. - SimpleTriggerContext(Instant, Instant, Instant) - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Create a SimpleTriggerContext with the given time values, exposing the system clock for the default time zone.
- SimpleTriggerContext(Date, Date, Date) - Constructor for class org.springframework.scheduling.support.SimpleTriggerContext
-
Deprecated.as of 6.0, in favor of
SimpleTriggerContext(Instant, Instant, Instant)
- SimpleTriggerFactoryBean - Class in org.springframework.scheduling.quartz
-
A Spring
FactoryBean
for creating a QuartzSimpleTrigger
instance, supporting bean-style usage for trigger configuration. - SimpleTriggerFactoryBean() - Constructor for class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- SimpleTypeConverter - Class in org.springframework.beans
-
Simple implementation of the
TypeConverter
interface that does not operate on a specific target object. - SimpleTypeConverter() - Constructor for class org.springframework.beans.SimpleTypeConverter
- SimpleUrlHandlerMapping - Class in org.springframework.web.reactive.handler
-
Implementation of the
HandlerMapping
interface to map from URLs to request handler beans. - SimpleUrlHandlerMapping - Class in org.springframework.web.servlet.handler
-
Implementation of the
HandlerMapping
interface that maps from URLs to request handler beans. - SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
with default settings. - SimpleUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
with default settings. - SimpleUrlHandlerMapping(Map<String, ?>) - Constructor for class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
using the supplied URL map. - SimpleUrlHandlerMapping(Map<String, ?>) - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
using the supplied URL map. - SimpleUrlHandlerMapping(Map<String, ?>, int) - Constructor for class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
using the supplied URL map and order. - SimpleUrlHandlerMapping(Map<String, ?>, int) - Constructor for class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Create a
SimpleUrlHandlerMapping
using the supplied URL map and order. - SimpleValueStyler - Class in org.springframework.core.style
-
ValueStyler
that converts objects to String form — generally for debugging purposes — using simple styling conventions that mimic thetoString()
styling conventions for standard JDK implementations of collections, maps, and arrays. - SimpleValueStyler() - Constructor for class org.springframework.core.style.SimpleValueStyler
-
Create a
SimpleValueStyler
using theSimpleValueStyler.DEFAULT_CLASS_STYLER
andSimpleValueStyler.DEFAULT_METHOD_STYLER
. - SimpleValueStyler(Function<Class<?>, String>, Function<Method, String>) - Constructor for class org.springframework.core.style.SimpleValueStyler
-
Create a
SimpleValueStyler
using the supplied class and method stylers. - SimpleValueWrapper - Class in org.springframework.cache.support
-
Straightforward implementation of
Cache.ValueWrapper
, simply holding the value as given at construction and returning it fromSimpleValueWrapper.get()
. - SimpleValueWrapper(Object) - Constructor for class org.springframework.cache.support.SimpleValueWrapper
-
Create a new SimpleValueWrapper instance for exposing the given value.
- SimpLogging - Class in org.springframework.messaging.simp
-
Holds the shared logger named "org.springframework.web.SimpLogging" to use for STOMP over WebSocket messaging when logging for "org.springframework.messaging.simp" is off but logging for "org.springframework.web" is on.
- SimpLogging() - Constructor for class org.springframework.messaging.simp.SimpLogging
- SimpMessageHeaderAccessor - Class in org.springframework.messaging.simp
-
A base class for working with message headers in simple messaging protocols that support basic messaging patterns.
- SimpMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A constructor for accessing and modifying existing message headers.
- SimpMessageHeaderAccessor(SimpMessageType, Map<String, List<String>>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A constructor for creating new message headers.
- SimpMessageMappingInfo - Class in org.springframework.messaging.simp
-
MessageCondition
for SImple Messaging Protocols. - SimpMessageMappingInfo(SimpMessageTypeMessageCondition, DestinationPatternsMessageCondition) - Constructor for class org.springframework.messaging.simp.SimpMessageMappingInfo
- SimpMessageSendingOperations - Interface in org.springframework.messaging.simp
-
A specialization of
MessageSendingOperations
with methods for use with the Spring Framework support for Simple Messaging Protocols (like STOMP). - SimpMessageType - Enum Class in org.springframework.messaging.simp
-
A generic representation of different kinds of messages found in simple messaging protocols like STOMP.
- SimpMessageTypeMessageCondition - Class in org.springframework.messaging.simp
-
MessageCondition
that matches by the message type obtained viaSimpMessageHeaderAccessor.getMessageType(Map)
. - SimpMessageTypeMessageCondition(SimpMessageType) - Constructor for class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
A constructor accepting a message type.
- SimpMessagingTemplate - Class in org.springframework.messaging.simp
-
An implementation of
SimpMessageSendingOperations
. - SimpMessagingTemplate(MessageChannel) - Constructor for class org.springframework.messaging.simp.SimpMessagingTemplate
-
Create a new
SimpMessagingTemplate
instance. - SimpSession - Interface in org.springframework.messaging.simp.user
-
Represents a session of connected user.
- SimpSessionScope - Class in org.springframework.messaging.simp
-
A
Scope
implementation exposing the attributes of a SiMP session (e.g. - SimpSessionScope() - Constructor for class org.springframework.messaging.simp.SimpSessionScope
- SimpSubscription - Interface in org.springframework.messaging.simp.user
-
Represents a subscription within a user session.
- SimpSubscriptionMatcher - Interface in org.springframework.messaging.simp.user
-
A strategy for matching subscriptions.
- SimpUser - Interface in org.springframework.messaging.simp.user
-
Represents a connected user.
- SimpUserRegistry - Interface in org.springframework.messaging.simp.user
-
A registry of currently connected users.
- simpValidator() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
-
Return an
Validator
instance for validating@Payload
method arguments. - single() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.MappedQuerySpec
-
Retrieve a single result as a required object instance.
- singleColumn() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.ResultQuerySpec
-
Retrieve a single column result, retaining the order from the original database result.
- SingleColumnRowMapper<T> - Class in org.springframework.jdbc.core
-
RowMapper
implementation that converts a single column into a single result value per row. - SingleColumnRowMapper() - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
-
Create a new
SingleColumnRowMapper
for bean-style configuration. - SingleColumnRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.SingleColumnRowMapper
-
Create a new
SingleColumnRowMapper
. - SingleConnectionDataSource - Class in org.springframework.jdbc.datasource
-
Implementation of
SmartDataSource
that wraps a single JDBC Connection which is not closed after use. - SingleConnectionDataSource() - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Constructor for bean-style configuration.
- SingleConnectionDataSource(String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
- SingleConnectionDataSource(String, String, String, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
- SingleConnectionDataSource(Connection, boolean) - Constructor for class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Create a new SingleConnectionDataSource with a given Connection.
- SingleConnectionFactory - Class in org.springframework.jms.connection
-
A JMS ConnectionFactory adapter that returns the same Connection from all
SingleConnectionFactory.createConnection()
calls, and ignores calls toConnection.close()
. - SingleConnectionFactory - Class in org.springframework.r2dbc.connection
-
Implementation of
DelegatingConnectionFactory
that wraps a single R2DBCConnection
which is not closed after use. - SingleConnectionFactory() - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory for bean-style usage.
- SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Constructor for bean-style configuration.
- SingleConnectionFactory(Connection, ConnectionFactoryMetadata, boolean) - Constructor for class org.springframework.r2dbc.connection.SingleConnectionFactory
- SingleConnectionFactory(Connection) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns the given Connection.
- SingleConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.jms.connection.SingleConnectionFactory
-
Create a new SingleConnectionFactory that always returns a single Connection that it will lazily create via the given target ConnectionFactory.
- SingleConnectionFactory(String, boolean) - Constructor for class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Create a new
SingleConnectionFactory
using an R2DBC connection URL. - SingleConnectionFactoryLookup - Class in org.springframework.r2dbc.connection.lookup
-
An implementation of
ConnectionFactoryLookup
that simply wraps a single givenConnectionFactory
returned for any connection factory name. - SingleConnectionFactoryLookup(ConnectionFactory) - Constructor for class org.springframework.r2dbc.connection.lookup.SingleConnectionFactoryLookup
-
Create a new instance of the
SingleConnectionFactoryLookup
class. - SingleDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
-
An implementation of the DataSourceLookup that simply wraps a single given DataSource, returned for any data source name.
- SingleDataSourceLookup(DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
-
Create a new instance of the
SingleDataSourceLookup
class. - singleOptionalValue(Class<?>, Supplier<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
-
Descriptor for a reactive type that can produce 0..1 values.
- singleRequiredValue(Class<?>) - Static method in class org.springframework.core.ReactiveTypeDescriptor
-
Descriptor for a reactive type that must produce 1 value to complete.
- singleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Collection.
- singleResult(Iterator<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Iterator.
- singleResult(Stream<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Stream.
- singleRow() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.ResultQuerySpec
-
Retrieve a single row result.
- singleton(Customizer) - Static method in class org.springframework.cglib.core.internal.CustomizerRegistry
-
Deprecated.Only to keep backward compatibility.
- SINGLETON_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Special key to distinguish
owner.(singleton)=false
. - SingletonAspectInstanceFactory - Class in org.springframework.aop.aspectj
-
Implementation of
AspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()
call. - SingletonAspectInstanceFactory(Object) - Constructor for class org.springframework.aop.aspectj.SingletonAspectInstanceFactory
-
Create a new SingletonAspectInstanceFactory for the given aspect instance.
- SingletonBeanRegistry - Interface in org.springframework.beans.factory.config
-
Interface that defines a registry for shared bean instances.
- SingletonMetadataAwareAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
-
Implementation of
MetadataAwareAspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()
call. - SingletonMetadataAwareAspectInstanceFactory(Object, String) - Constructor for class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
-
Create a new SingletonMetadataAwareAspectInstanceFactory for the given aspect.
- SingletonSupplier<T> - Class in org.springframework.util.function
-
A
Supplier
decorator that caches a singleton result and makes it available fromSingletonSupplier.get()
(nullable) andSingletonSupplier.obtain()
(null-safe). - SingletonSupplier(Supplier<? extends T>, Supplier<? extends T>) - Constructor for class org.springframework.util.function.SingletonSupplier
-
Build a
SingletonSupplier
with the given instance supplier and a default supplier for the case when the instance isnull
. - SingletonSupplier(T, Supplier<? extends T>) - Constructor for class org.springframework.util.function.SingletonSupplier
-
Build a
SingletonSupplier
with the given singleton instance and a default supplier for the case when the instance isnull
. - SingletonTargetSource - Class in org.springframework.aop.target
-
Implementation of the
TargetSource
interface that holds a given object. - SingletonTargetSource(Object) - Constructor for class org.springframework.aop.target.SingletonTargetSource
-
Create a new SingletonTargetSource for the given target.
- singleValue() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.ResultQuerySpec
-
Retrieve a single value result.
- singleView(View) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Set up a single
ViewResolver
with a fixed view. - singleView(View) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.RouterFunctionSpec
-
Set up a single
ViewResolver
with a fixed view. - SIPUSH - Static variable in interface org.springframework.asm.Opcodes
- size() - Method in class org.springframework.asm.ByteVector
-
Returns the actual number of bytes in this vector.
- size() - Method in class org.springframework.beans.MutablePropertyValues
-
Return the number of PropertyValue entries in the list.
- size() - Method in class org.springframework.cglib.beans.BeanMap
- size() - Method in class org.springframework.cglib.beans.FixedKeySet
- size() - Method in class org.springframework.core.env.MutablePropertySources
-
Return the number of
PropertySource
objects contained. - size() - Method in class org.springframework.http.HttpHeaders
- size() - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- size() - Method in class org.springframework.http.support.JettyHeadersAdapter
- size() - Method in class org.springframework.http.support.Netty4HeadersAdapter
- size() - Method in class org.springframework.http.support.Netty5HeadersAdapter
- size() - Method in class org.springframework.messaging.MessageHeaders
- size() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- size() - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine the number of contexts currently stored in the cache.
- size() - Method in class org.springframework.test.context.cache.DefaultContextCache
- size() - Method in class org.springframework.util.AutoPopulatingList
- size() - Method in class org.springframework.util.ConcurrentLruCache
-
Return the current size of the cache.
- size() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- size() - Method in class org.springframework.util.FastByteArrayOutputStream
-
Return the number of bytes stored in this
FastByteArrayOutputStream
. - size() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- size() - Method in class org.springframework.util.MultiValueMapAdapter
- size() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- size(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the number of model attributes.
- size(Long) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.
- SIZE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
- sizeLimit() - Method in class org.springframework.util.ConcurrentLruCache
-
Deprecated.in favor of
ConcurrentLruCache.capacity()
as of 6.0. - skip - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- SKIP_CODE - Static variable in class org.springframework.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class org.springframework.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class org.springframework.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SKIP_VALUE - Static variable in interface org.springframework.web.util.UriComponents.UriTemplateVariables
-
Constant for a value that indicates a URI variable name should be ignored and left as is.
- skipEol(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
-
Skip one ore more EOL characters at the start of the given ByteBuffer.
- skipUntilByteCount(Publisher<T>, long) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Skip buffers from the given
Publisher
until the total byte count reaches the given maximum byte count, or until the publisher is complete. - slice(int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Deprecated.as of 6.0, in favor of
DataBuffer.split(int)
, which has different semantics - slice(int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-
Deprecated.
- slice(int, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
-
Deprecated.
- slice(int, int) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
-
Deprecated.
- slice(int, int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
-
Deprecated.
- slice(int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-
Deprecated.
- SMART - Enum constant in enum class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.ConverterType
- SmartApplicationListener - Interface in org.springframework.context.event
-
Extended variant of the standard
ApplicationListener
interface, exposing further metadata such as the supported event and source type. - SmartClassLoader - Interface in org.springframework.core
-
Interface to be implemented by a reloading-aware ClassLoader (e.g.
- SmartConnectionFactory - Interface in org.springframework.jms.connection
-
Extension of the
jakarta.jms.ConnectionFactory
interface, indicating how to release Connections obtained from it. - SmartContextLoader - Interface in org.springframework.test.context
-
Strategy interface for loading an
ApplicationContext
for an integration test managed by the Spring TestContext Framework. - SmartDataSource - Interface in org.springframework.jdbc.datasource
-
Extension of the
javax.sql.DataSource
interface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion. - SmartFactoryBean<T> - Interface in org.springframework.beans.factory
-
Extension of the
FactoryBean
interface. - SmartHttpMessageConverter<T> - Interface in org.springframework.http.converter
-
A specialization of
HttpMessageConverter
that can convert an HTTP request into a target object of a specifiedResolvableType
and a source object of a specifiedResolvableType
into an HTTP response with optional hints. - SmartInitializingSingleton - Interface in org.springframework.beans.factory
-
Callback interface triggered at the end of the singleton pre-instantiation phase during
BeanFactory
bootstrap. - SmartInstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
-
Extension of the
InstantiationAwareBeanPostProcessor
interface, adding a callback for predicting the eventual type of a processed bean. - SmartLifecycle - Interface in org.springframework.context
-
An extension of the
Lifecycle
interface for those objects that require to be started uponApplicationContext
refresh and/or shutdown in a particular order. - SmartMessageConverter - Interface in org.springframework.jms.support.converter
-
An extended
MessageConverter
SPI with conversion hint support. - SmartMessageConverter - Interface in org.springframework.messaging.converter
-
An extended
MessageConverter
SPI with conversion hint support. - SmartPersistenceUnitInfo - Interface in org.springframework.orm.jpa.persistenceunit
-
Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration between Spring's
LocalContainerEntityManagerFactoryBean
andPersistenceUnitManager
implementations. - SmartRequestBuilder - Interface in org.springframework.test.web.servlet
-
Extended variant of a
RequestBuilder
that applies itsorg.springframework.test.web.servlet.request.RequestPostProcessors
as a separate step from theRequestBuilder.buildRequest(jakarta.servlet.ServletContext)
method. - SmartTransactionObject - Interface in org.springframework.transaction.support
-
Interface to be implemented by transaction objects that are able to return an internal rollback-only marker, typically from another transaction that has participated and marked it as rollback-only.
- SmartValidator - Interface in org.springframework.validation
-
Extended variant of the
Validator
interface, adding support for validation 'hints'. - SmartView - Interface in org.springframework.web.servlet
-
Provides additional information about a View such as whether it performs redirects.
- sMaxAge(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- sMaxAge(Duration) - Method in class org.springframework.http.CacheControl
-
Add an "s-maxage" directive.
- smile() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Obtain a
Jackson2ObjectMapperBuilder
instance in order to build a Smile data formatObjectMapper
instance. - snapshot() - Method in class org.springframework.beans.factory.parsing.ParseState
-
Create a new instance of
ParseState
which is an independent snapshot of this instance. - SockJsClient - Class in org.springframework.web.socket.sockjs.client
-
A SockJS implementation of
WebSocketClient
with fallback alternatives that simulate a WebSocket interaction through plain HTTP streaming and long polling techniques. - SockJsClient(List<Transport>) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsClient
-
Create a
SockJsClient
with the given transports. - SockJsException - Exception in org.springframework.web.socket.sockjs
-
Base class for exceptions raised while processing SockJS HTTP requests.
- SockJsException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
Constructor for SockJsException.
- SockJsException(String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
Constructor for SockJsException.
- SockJsFrame - Class in org.springframework.web.socket.sockjs.frame
-
Represents a SockJS frame.
- SockJsFrame(String) - Constructor for class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
Create a new instance frame with the given frame content.
- SockJsFrameFormat - Interface in org.springframework.web.socket.sockjs.frame
-
Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.
- SockJsFrameType - Enum Class in org.springframework.web.socket.sockjs.frame
-
SockJS frame types.
- SockJsHttpRequestHandler - Class in org.springframework.web.socket.sockjs.support
-
An
HttpRequestHandler
that allows mapping aSockJsService
to requests in a Servlet container. - SockJsHttpRequestHandler(SockJsService, WebSocketHandler) - Constructor for class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
Create a new SockJsHttpRequestHandler.
- SockJsMessageCodec - Interface in org.springframework.web.socket.sockjs.frame
-
Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.
- SockJsMessageDeliveryException - Exception in org.springframework.web.socket.sockjs
-
An exception thrown when a message frame was successfully received over an HTTP POST and parsed but one or more of the messages it contained could not be delivered to the WebSocketHandler either because the handler failed or because the connection got closed.
- SockJsMessageDeliveryException(String, List<String>, String) - Constructor for exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
- SockJsMessageDeliveryException(String, List<String>, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
- SockJsService - Interface in org.springframework.web.socket.sockjs
-
The main entry point for processing HTTP requests from SockJS clients.
- SockJsServiceConfig - Interface in org.springframework.web.socket.sockjs.transport
-
Provides transport handling code with access to the
SockJsService
configuration options they need to have access to. - SockJsServiceRegistration - Class in org.springframework.web.socket.config.annotation
-
A helper class for configuring SockJS fallback options for use with an
EnableWebSocket
andWebSocketConfigurer
setup. - SockJsServiceRegistration() - Constructor for class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
- SockJsSession - Interface in org.springframework.web.socket.sockjs.transport
-
SockJS extension of Spring's standard
WebSocketSession
. - SockJsSessionFactory - Interface in org.springframework.web.socket.sockjs.transport
-
A factory for creating a SockJS session.
- SockJsTransportFailureException - Exception in org.springframework.web.socket.sockjs
-
Indicates a serious failure that occurred in the SockJS implementation as opposed to in user code (e.g.
- SockJsTransportFailureException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
Constructor for SockJsTransportFailureException.
- SockJsTransportFailureException(String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
Constructor for SockJsTransportFailureException.
- SockJsUrlInfo - Class in org.springframework.web.socket.sockjs.client
- SockJsUrlInfo(URI) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
Construct a new
SockJsUrlInfo
instance, calculating a random server id and session id if necessary. - SockJsUrlInfo(URI, String, String) - Constructor for class org.springframework.web.socket.sockjs.client.SockJsUrlInfo
-
Construct a new
SockJsUrlInfo
instance. - SockJsWebSocketHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
An implementation of
WebSocketHandler
that adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler
. - SockJsWebSocketHandler(SockJsServiceConfig, WebSocketHandler, WebSocketServerSockJsSession) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
- SOFT - Enum constant in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
-
Use
SoftReferences
. - sort(Object[]) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given array with a default AnnotationAwareOrderComparator.
- sort(Object[]) - Static method in class org.springframework.core.OrderComparator
-
Sort the given array with a default OrderComparator.
- sort(Object[], SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
-
Sort the given source according to the given sort definition.
- sort(List<?>) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given list with a default
AnnotationAwareOrderComparator
. - sort(List<?>) - Static method in class org.springframework.core.OrderComparator
-
Sort the given List with a default OrderComparator.
- sort(List<?>, SortDefinition) - Static method in class org.springframework.beans.support.PropertyComparator
-
Sort the given List according to the given sort definition.
- sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-
Sort the supplied
Advisor
instances according to AspectJ precedence. - sortAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Sort advisors based on ordering.
- sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Deprecated, for removal: This API element is subject to removal in a future version.As of 6.0, with no direct replacement
- sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Deprecated, for removal: This API element is subject to removal in a future version.As of 6.0, in favor of
MimeTypeUtils.sortBySpecificity(List)
- sortBySpecificity(List<T>) - Static method in class org.springframework.util.MimeTypeUtils
-
Sort the given list of
MimeType
objects by specificity. - sortBySpecificityAndQuality(List<MediaType>) - Static method in class org.springframework.http.MediaType
-
Deprecated.As of 6.0, in favor of
MimeTypeUtils.sortBySpecificity(List)
- SortDefinition - Interface in org.springframework.beans.support
-
Definition for sorting bean instances by a property.
- SortedResourcesFactoryBean - Class in org.springframework.jdbc.config
-
FactoryBean
implementation that takes a list of location Strings and creates a sorted array ofResource
instances. - SortedResourcesFactoryBean(List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
- SortedResourcesFactoryBean(ResourceLoader, List<String>) - Constructor for class org.springframework.jdbc.config.SortedResourcesFactoryBean
- sortIfNecessary(Object) - Static method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Sort the given array or List with a default AnnotationAwareOrderComparator, if necessary.
- sortIfNecessary(Object) - Static method in class org.springframework.core.OrderComparator
-
Sort the given array or List with a default OrderComparator, if necessary.
- sortStringArray(String[]) - Static method in class org.springframework.util.StringUtils
-
Sort the given
String
array if necessary. - source - Variable in class org.springframework.core.env.PropertySource
- source(Matcher<? super Source>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- source(Matcher<? super Source>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- Source(String) - Constructor for class org.springframework.cglib.core.AbstractClassGenerator.Source
- SOURCE - Enum constant in enum class org.springframework.aot.generate.GeneratedFiles.Kind
-
A source file containing Java code that should be compiled.
- SOURCE_DEPRECATED - Static variable in interface org.springframework.asm.Opcodes
- SOURCE_FILE - Static variable in interface org.springframework.cglib.core.Constants
- SOURCE_MASK - Static variable in interface org.springframework.asm.Opcodes
- SourceExtractor - Interface in org.springframework.beans.factory.parsing
-
Simple strategy allowing tools to control how source metadata is attached to the bean definition metadata.
- SourceFile - Class in org.springframework.core.test.tools
-
DynamicFile
that holds Java source code and providesSourceFileAssert
support. - SourceFileAssert - Class in org.springframework.core.test.tools
-
Assertion methods for
SourceFile
instances. - SourceFiles - Class in org.springframework.core.test.tools
-
An immutable collection of
SourceFile
instances. - SourceFilteringListener - Class in org.springframework.context.event
-
ApplicationListener
decorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEvent
objects only. - SourceFilteringListener(Object) - Constructor for class org.springframework.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source, expecting subclasses to override the
SourceFilteringListener.onApplicationEventInternal(org.springframework.context.ApplicationEvent)
method (instead of specifying a delegate listener). - SourceFilteringListener(Object, ApplicationListener<?>) - Constructor for class org.springframework.context.event.SourceFilteringListener
-
Create a SourceFilteringListener for the given event source.
- SourceHttpMessageConverter<T extends Source> - Class in org.springframework.http.converter.xml
-
Implementation of
HttpMessageConverter
that can read and writeSource
objects. - SourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.SourceHttpMessageConverter
- sourceOutput(Path) - Method in class org.springframework.context.aot.AbstractAotProcessor.Settings.Builder
-
Set the output directory for generated sources.
- SPAN_TAG - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
-
The HTML '
span
' tag. - SPECIFICITY_COMPARATOR - Static variable in class org.springframework.http.MediaType
-
Deprecated, for removal: This API element is subject to removal in a future version.As of 6.0, with no direct replacement
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.util.MimeTypeUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.As of 6.0, with no direct replacement
- SPECIFICITY_COMPARATOR - Static variable in class org.springframework.web.util.pattern.PathPattern
-
Comparator that sorts patterns by specificity as follows: Null instances are last.
- SpecificityComparator() - Constructor for class org.springframework.util.MimeType.SpecificityComparator
-
Deprecated.
- SpelCompiler - Class in org.springframework.expression.spel.standard
-
A SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.
- SpelCompilerMode - Enum Class in org.springframework.expression.spel
-
Captures the possible configuration settings for a compiler that can be used when evaluating expressions.
- SpelEvaluationException - Exception in org.springframework.expression.spel
-
Root exception for Spring EL related exceptions.
- SpelEvaluationException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
- SpelEvaluationException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
- SpelEvaluationException(Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
- SpelEvaluationException(SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelEvaluationException
- SpelExpression - Class in org.springframework.expression.spel.standard
-
A
SpelExpression
represents a parsed (valid) expression that is ready to be evaluated in a specified context. - SpelExpression(String, SpelNodeImpl, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpression
-
Construct an expression, only used by the parser.
- SpelExpressionParser - Class in org.springframework.expression.spel.standard
-
SpEL parser.
- SpelExpressionParser() - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
-
Create a parser with default settings.
- SpelExpressionParser(SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.standard.SpelExpressionParser
-
Create a parser with the specified configuration.
- SpelMessage - Enum Class in org.springframework.expression.spel
-
Contains all the messages that can be produced by the Spring Expression Language.
- SpelMessage.Kind - Enum Class in org.springframework.expression.spel
-
Message kinds.
- SpelNode - Interface in org.springframework.expression.spel
-
Represents a node in the abstract syntax tree (AST) for a parsed Spring Expression Language (SpEL) expression.
- SpelNodeImpl - Class in org.springframework.expression.spel.ast
-
The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
- SpelNodeImpl(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.SpelNodeImpl
- SpelParseException - Exception in org.springframework.expression.spel
-
Root exception for Spring EL related exceptions.
- SpelParseException(int, Throwable, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
- SpelParseException(int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
- SpelParseException(String, int, SpelMessage, Object...) - Constructor for exception org.springframework.expression.spel.SpelParseException
- SpelParserConfiguration - Class in org.springframework.expression.spel
-
Configuration object for the SpEL expression parser.
- SpelParserConfiguration() - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance with default settings. - SpelParserConfiguration(boolean, boolean) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance. - SpelParserConfiguration(boolean, boolean, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance. - SpelParserConfiguration(SpelCompilerMode, ClassLoader) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance. - SpelParserConfiguration(SpelCompilerMode, ClassLoader, boolean, boolean, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance. - SpelParserConfiguration(SpelCompilerMode, ClassLoader, boolean, boolean, int, int) - Constructor for class org.springframework.expression.spel.SpelParserConfiguration
-
Create a new
SpelParserConfiguration
instance. - split(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Splits this data buffer into two at the given index.
- split(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- split(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- split(int) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- split(int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- split(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- split(String, String) - Static method in class org.springframework.util.StringUtils
-
Split a
String
at the first occurrence of the delimiter. - splitArrayElementsIntoProperties(String[], String) - Static method in class org.springframework.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - Static method in class org.springframework.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- spliterator() - Method in class org.springframework.beans.MutablePropertyValues
- spliterator() - Method in interface org.springframework.beans.PropertyValues
-
Return a
Spliterator
over the property values. - spliterator() - Method in class org.springframework.core.env.MutablePropertySources
- spliterator() - Method in class org.springframework.r2dbc.core.binding.Bindings
- SplittingStompEncoder - Class in org.springframework.messaging.simp.stomp
-
Uses a
StompEncoder
to encode a message and splits it into parts no larger than the configured buffer size limit. - SplittingStompEncoder(StompEncoder, int) - Constructor for class org.springframework.messaging.simp.stomp.SplittingStompEncoder
-
Create a new
SplittingStompEncoder
. - SPRING_EXPRESSION_COMPILER_MODE_PROPERTY_NAME - Static variable in class org.springframework.expression.spel.SpelParserConfiguration
-
System property to configure the default compiler mode for SpEL expression parsers: "spring.expression.compiler.mode".
- SPRING_FACTORIES_LOADER - Enum constant in enum class org.springframework.beans.factory.aot.AotServices.Source
-
An AOT service loaded from
SpringFactoriesLoader
. - SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
-
Attribute name of the
RequestContext
instance in the template model, available to Spring's macros — for example, for creatingBindStatus
objects. - SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.view.AbstractTemplateView
-
Variable name of the RequestContext instance in the template model, available to Spring's macros: e.g.
- SpringAsmInfo - Class in org.springframework.asm
-
Utility class exposing constants related to Spring's internal repackaging of the ASM bytecode library: currently based on ASM 9.x plus minor patches.
- SpringAsmInfo() - Constructor for class org.springframework.asm.SpringAsmInfo
- SpringBeanAutowiringSupport - Class in org.springframework.web.context.support
-
Convenient base class for self-autowiring classes that gets constructed within a Spring-based web application.
- SpringBeanAutowiringSupport() - Constructor for class org.springframework.web.context.support.SpringBeanAutowiringSupport
-
This constructor performs injection on this instance, based on the current web application context.
- SpringBeanContainer - Class in org.springframework.orm.hibernate5
-
Spring's implementation of Hibernate's
BeanContainer
SPI, delegating to a SpringConfigurableListableBeanFactory
. - SpringBeanContainer(ConfigurableListableBeanFactory) - Constructor for class org.springframework.orm.hibernate5.SpringBeanContainer
-
Instantiate a new SpringBeanContainer for the given bean factory.
- SpringBeanFacesELResolver - Class in org.springframework.web.jsf.el
-
JSF
ELResolver
that delegates to the Spring rootWebApplicationContext
, resolving name references to Spring-defined beans. - SpringBeanFacesELResolver() - Constructor for class org.springframework.web.jsf.el.SpringBeanFacesELResolver
- SpringBeanJobFactory - Class in org.springframework.scheduling.quartz
-
Subclass of
AdaptableJobFactory
that also supports Spring-style dependency injection on bean properties. - SpringBeanJobFactory() - Constructor for class org.springframework.scheduling.quartz.SpringBeanJobFactory
- SpringCacheAnnotationParser - Class in org.springframework.cache.annotation
-
Strategy implementation for parsing Spring's
Caching
,Cacheable
,CacheEvict
, andCachePut
annotations. - SpringCacheAnnotationParser() - Constructor for class org.springframework.cache.annotation.SpringCacheAnnotationParser
- SpringCglibInfo - Class in org.springframework.cglib
-
Empty class used to ensure that the
org.springframework.cglib
package is processed during javadoc generation. - SpringCglibInfo() - Constructor for class org.springframework.cglib.SpringCglibInfo
- SpringClassRule - Class in org.springframework.test.context.junit4.rules
-
SpringClassRule
is a custom JUnitTestRule
that supports class-level features of the Spring TestContext Framework in standard JUnit tests by means of theTestContextManager
and associated support classes and annotations. - SpringClassRule() - Constructor for class org.springframework.test.context.junit4.rules.SpringClassRule
- SpringConfigurator - Class in org.springframework.web.socket.server.standard
-
A
ServerEndpointConfig.Configurator
for initializingServerEndpoint
-annotated classes through Spring. - SpringConfigurator() - Constructor for class org.springframework.web.socket.server.standard.SpringConfigurator
- SpringConfiguredConfiguration - Class in org.springframework.context.annotation.aspectj
-
@Configuration
class that registers anAnnotationBeanConfigurerAspect
capable of performing dependency injection services for non-Spring managed objects annotated with @Configurable
. - SpringConfiguredConfiguration() - Constructor for class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
- SpringConstraintValidatorFactory - Class in org.springframework.validation.beanvalidation
-
JSR-303
ConstraintValidatorFactory
implementation that delegates to a Spring BeanFactory for creating autowiredConstraintValidator
instances. - SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - Constructor for class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
-
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
- SpringCoreBlockHoundIntegration() - Constructor for class org.springframework.core.ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration
- SpringExtension - Class in org.springframework.test.context.junit.jupiter
-
SpringExtension
integrates the Spring TestContext Framework into JUnit 5's Jupiter programming model. - SpringExtension() - Constructor for class org.springframework.test.context.junit.jupiter.SpringExtension
- SpringFactoriesLoader - Class in org.springframework.core.io.support
-
General purpose factory loading mechanism for internal use within the framework.
- SpringFactoriesLoader(ClassLoader, Map<String, List<String>>) - Constructor for class org.springframework.core.io.support.SpringFactoriesLoader
-
Create a new
SpringFactoriesLoader
instance. - SpringFactoriesLoader.ArgumentResolver - Interface in org.springframework.core.io.support
-
Strategy for resolving constructor arguments based on their type.
- SpringFactoriesLoader.FailureHandler - Interface in org.springframework.core.io.support
-
Strategy for handling a failure that occurs when instantiating a factory.
- SpringFailOnTimeout - Class in org.springframework.test.context.junit4.statements
- SpringFailOnTimeout(Statement, long) - Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Construct a new
SpringFailOnTimeout
statement for the suppliedtimeout
. - SpringFailOnTimeout(Statement, Method) - Constructor for class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Construct a new
SpringFailOnTimeout
statement for the suppliedtestMethod
, retrieving the configured timeout from the@Timed
annotation on the supplied method. - SpringFlushSynchronization - Class in org.springframework.orm.hibernate5
-
Simple synchronization adapter that propagates a
flush()
call to the underlying Hibernate Session. - SpringFlushSynchronization(Session) - Constructor for class org.springframework.orm.hibernate5.SpringFlushSynchronization
- SpringHandlerInstantiator - Class in org.springframework.http.converter.json
-
Allows for creating Jackson (
JsonSerializer
,JsonDeserializer
,KeyDeserializer
,TypeResolverBuilder
,TypeIdResolver
) beans with autowiring against a SpringApplicationContext
. - SpringHandlerInstantiator(AutowireCapableBeanFactory) - Constructor for class org.springframework.http.converter.json.SpringHandlerInstantiator
-
Create a new SpringHandlerInstantiator for the given BeanFactory.
- SpringJtaSessionContext - Class in org.springframework.orm.hibernate5
-
Spring-specific subclass of Hibernate's JTASessionContext, setting
FlushMode.MANUAL
for read-only transactions. - SpringJtaSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringJtaSessionContext
- SpringJtaSynchronizationAdapter - Class in org.springframework.transaction.jta
-
Adapter that implements the JTA
Synchronization
interface delegating to an underlying SpringTransactionSynchronization
. - SpringJtaSynchronizationAdapter(TransactionSynchronization) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
- SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Deprecated.as of 6.0.12 since JTA 1.1+ requires implicit rollback-only setting in case of an exception thrown in
beforeCompletion
, so the regularSpringJtaSynchronizationAdapter(TransactionSynchronization)
constructor is sufficient for all scenarios - SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) - Constructor for class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
-
Deprecated.as of 6.0.12 since JTA 1.1+ requires implicit rollback-only setting in case of an exception thrown in
beforeCompletion
, so the regularSpringJtaSynchronizationAdapter(TransactionSynchronization)
constructor is sufficient for all scenarios - SpringJUnit4ClassRunner - Class in org.springframework.test.context.junit4
-
SpringJUnit4ClassRunner
is a custom extension of JUnit'sBlockJUnit4ClassRunner
which provides functionality of the Spring TestContext Framework to standard JUnit tests by means of theTestContextManager
and associated support classes and annotations. - SpringJUnit4ClassRunner(Class<?>) - Constructor for class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Construct a new
SpringJUnit4ClassRunner
and initialize aTestContextManager
to provide Spring testing functionality to standard JUnit tests. - SpringJUnitConfig - Annotation Interface in org.springframework.test.context.junit.jupiter
-
@SpringJUnitConfig
is a composed annotation that combines@ExtendWith(SpringExtension.class)
from JUnit Jupiter with@ContextConfiguration
from the Spring TestContext Framework. - SpringJUnitWebConfig - Annotation Interface in org.springframework.test.context.junit.jupiter.web
-
@SpringJUnitWebConfig
is a composed annotation that combines@ExtendWith(SpringExtension.class)
from JUnit Jupiter with@ContextConfiguration
and@WebAppConfiguration
from the Spring TestContext Framework. - SpringMethodRule - Class in org.springframework.test.context.junit4.rules
-
SpringMethodRule
is a custom JUnit 4MethodRule
that supports instance-level and method-level features of the Spring TestContext Framework in standard JUnit tests by means of theTestContextManager
and associated support classes and annotations. - SpringMethodRule() - Constructor for class org.springframework.test.context.junit4.rules.SpringMethodRule
- SpringModelMBean - Class in org.springframework.jmx.export
-
Extension of the
RequiredModelMBean
class that ensures thethread context ClassLoader
is switched for the managed resource'sClassLoader
before any invocations occur. - SpringModelMBean() - Constructor for class org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with an empty
ModelMBeanInfo
. - SpringModelMBean(ModelMBeanInfo) - Constructor for class org.springframework.jmx.export.SpringModelMBean
-
Construct a new SpringModelMBean instance with the given
ModelMBeanInfo
. - SpringNamingPolicy - Class in org.springframework.cglib.core
-
Custom variant of CGLIB's
DefaultNamingPolicy
, modifying the tag in generated class names from "EnhancerByCGLIB" etc to a "SpringCGLIB" tag and using a plain counter suffix instead of a hash code suffix (as of 6.0). - SpringObjenesis - Class in org.springframework.objenesis
-
Spring-specific variant of
ObjenesisStd
/ObjenesisBase
, providing a cache based onClass
keys instead of class names, and allowing for selective use of the cache. - SpringObjenesis() - Constructor for class org.springframework.objenesis.SpringObjenesis
-
Create a new
SpringObjenesis
instance with the standard instantiator strategy. - SpringObjenesis(InstantiatorStrategy) - Constructor for class org.springframework.objenesis.SpringObjenesis
-
Create a new
SpringObjenesis
instance with the given standard instantiator strategy. - SpringProperties - Class in org.springframework.core
-
Static holder for local Spring properties, i.e.
- SpringProxy - Interface in org.springframework.aop
-
Marker interface implemented by all AOP proxies.
- SpringRepeat - Class in org.springframework.test.context.junit4.statements
- SpringRepeat(Statement, Method) - Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
-
Construct a new
SpringRepeat
statement for the suppliedtestMethod
, retrieving the configured repeat count from the@Repeat
annotation on the supplied method. - SpringRepeat(Statement, Method, int) - Constructor for class org.springframework.test.context.junit4.statements.SpringRepeat
-
Construct a new
SpringRepeat
statement for the suppliedtestMethod
andrepeat
count. - SpringRunner - Class in org.springframework.test.context.junit4
-
SpringRunner
is an alias for theSpringJUnit4ClassRunner
. - SpringRunner(Class<?>) - Constructor for class org.springframework.test.context.junit4.SpringRunner
-
Construct a new
SpringRunner
and initialize aTestContextManager
to provide Spring testing functionality to standard JUnit 4 tests. - SpringServletContainerInitializer - Class in org.springframework.web
-
A Spring-provided
ServletContainerInitializer
designed to support code-based configuration of the servlet container using Spring'sWebApplicationInitializer
SPI as opposed to (or possibly in combination with) the traditionalweb.xml
-based approach. - SpringServletContainerInitializer() - Constructor for class org.springframework.web.SpringServletContainerInitializer
- SpringSessionContext - Class in org.springframework.orm.hibernate5
-
Implementation of Hibernate 3.1's
CurrentSessionContext
interface that delegates to Spring'sSessionFactoryUtils
for providing a Spring-managed currentSession
. - SpringSessionContext(SessionFactoryImplementor) - Constructor for class org.springframework.orm.hibernate5.SpringSessionContext
-
Create a new SpringSessionContext for the given Hibernate SessionFactory.
- SpringSessionSynchronization - Class in org.springframework.orm.hibernate5
-
Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.
- SpringSessionSynchronization(SessionHolder, SessionFactory) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
- SpringSessionSynchronization(SessionHolder, SessionFactory, boolean) - Constructor for class org.springframework.orm.hibernate5.SpringSessionSynchronization
- SpringTemplateLoader - Class in org.springframework.ui.freemarker
-
FreeMarker
TemplateLoader
adapter that loads template files via a SpringResourceLoader
. - SpringTemplateLoader(ResourceLoader, String) - Constructor for class org.springframework.ui.freemarker.SpringTemplateLoader
-
Create a new
SpringTemplateLoader
. - springTestContextAfterTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to call 'after test class' callbacks. - springTestContextAfterTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to post-process the test method after the actual test has executed. - springTestContextBeforeTestClass() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to call 'before test class' callbacks. - springTestContextBeforeTestMethod(Method) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to pre-process the test method before the actual test is executed. - springTestContextPrepareTestInstance() - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the configured
TestContextManager
to prepare this test instance prior to execution of any individual tests, for example for injecting dependencies, etc. - SpringTransactionAnnotationParser - Class in org.springframework.transaction.annotation
-
Strategy implementation for parsing Spring's
Transactional
annotation. - SpringTransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- SpringValidatorAdapter - Class in org.springframework.validation.beanvalidation
-
Adapter that takes a JSR-303
javax.validator.Validator
and exposes it as a SpringValidator
while also exposing the original JSR-303 Validator interface itself. - SpringValidatorAdapter(Validator) - Constructor for class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Create a new SpringValidatorAdapter for the given JSR-303 Validator.
- SpringVersion - Class in org.springframework.core
-
Class that exposes the Spring version.
- SpringWebBlockHoundIntegration() - Constructor for class org.springframework.web.server.adapter.WebHttpHandlerBuilder.SpringWebBlockHoundIntegration
- SpringWebConstraintValidatorFactory - Class in org.springframework.web.bind.support
-
JSR-303
ConstraintValidatorFactory
implementation that delegates to the current SpringWebApplicationContext
for creating autowiredConstraintValidator
instances. - SpringWebConstraintValidatorFactory() - Constructor for class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
- sql(String) - Method in interface org.springframework.jdbc.core.simple.JdbcClient
-
The starting point for any JDBC operation: a custom SQL String.
- sql(String) - Method in interface org.springframework.r2dbc.core.DatabaseClient
-
Specify a static
sql
statement to run. - sql(Supplier<String>) - Method in interface org.springframework.r2dbc.core.DatabaseClient
-
Specify an SQL supplier that provides SQL to run.
- Sql - Annotation Interface in org.springframework.test.context.jdbc
-
@Sql
is used to annotate a test class or test method to configure SQLSql.scripts()
andSql.statements()
to be executed against a given database during integration tests. - SQL_ERROR_CODE_DEFAULT_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
The name of default SQL error code files, loading from the class path.
- SQL_ERROR_CODE_OVERRIDE_PATH - Static variable in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
The name of custom SQL error codes file, loading from the root of the class path (e.g.
- SQL_SERVER - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
- Sql.ExecutionPhase - Enum Class in org.springframework.test.context.jdbc
-
Enumeration of phases that dictate when SQL scripts are executed.
- SqlArrayValue - Class in org.springframework.jdbc.support
-
Common
SqlValue
implementation for JDBCArray
creation based on the JDBC 4Connection.createArrayOf(java.lang.String, java.lang.Object[])
method. - SqlArrayValue(String, Object...) - Constructor for class org.springframework.jdbc.support.SqlArrayValue
-
Create a new
SqlArrayValue
for the given type name and elements. - SqlBinaryValue - Class in org.springframework.jdbc.core.support
-
Object to represent a binary parameter value for a SQL statement, e.g.
- SqlBinaryValue(byte[]) - Constructor for class org.springframework.jdbc.core.support.SqlBinaryValue
-
Create a new
SqlBinaryValue
for the given content. - SqlBinaryValue(InputStream, long) - Constructor for class org.springframework.jdbc.core.support.SqlBinaryValue
-
Create a new
SqlBinaryValue
for the given content. - SqlBinaryValue(InputStreamSource, long) - Constructor for class org.springframework.jdbc.core.support.SqlBinaryValue
-
Create a new
SqlBinaryValue
for the given content. - SqlBinaryValue(Resource) - Constructor for class org.springframework.jdbc.core.support.SqlBinaryValue
-
Create a new
SqlBinaryValue
for the given content. - SqlCall - Class in org.springframework.jdbc.object
-
RdbmsOperation using a JdbcTemplate and representing an SQL-based call such as a stored procedure or a stored function.
- SqlCall() - Constructor for class org.springframework.jdbc.object.SqlCall
-
Constructor to allow use as a JavaBean.
- SqlCall(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlCall
-
Create a new SqlCall object with SQL, but without parameters.
- SqlCharacterValue - Class in org.springframework.jdbc.core.support
-
Object to represent a character-based parameter value for a SQL statement, e.g.
- SqlCharacterValue(char[]) - Constructor for class org.springframework.jdbc.core.support.SqlCharacterValue
-
Create a new
SqlCharacterValue
for the given content. - SqlCharacterValue(InputStream, long) - Constructor for class org.springframework.jdbc.core.support.SqlCharacterValue
-
Create a new
SqlCharacterValue
for the given content. - SqlCharacterValue(Reader, long) - Constructor for class org.springframework.jdbc.core.support.SqlCharacterValue
-
Create a new
SqlCharacterValue
for the given content. - SqlCharacterValue(CharSequence) - Constructor for class org.springframework.jdbc.core.support.SqlCharacterValue
-
Create a new CLOB value with the given content string.
- SqlConfig - Annotation Interface in org.springframework.test.context.jdbc
-
@SqlConfig
defines metadata that is used to determine how to parse and execute SQL scripts configured via the@Sql
annotation. - SqlConfig.ErrorMode - Enum Class in org.springframework.test.context.jdbc
-
Enumeration of modes that dictate how errors are handled while executing SQL statements.
- SqlConfig.TransactionMode - Enum Class in org.springframework.test.context.jdbc
-
Enumeration of modes that dictate whether SQL scripts should be executed within a transaction and what the transaction propagation behavior should be.
- SQLErrorCodes - Class in org.springframework.jdbc.support
-
JavaBean for holding JDBC error codes for a particular database.
- SQLErrorCodes() - Constructor for class org.springframework.jdbc.support.SQLErrorCodes
- SQLErrorCodesFactory - Class in org.springframework.jdbc.support
-
Factory for creating
SQLErrorCodes
based on the "databaseProductName" taken from theDatabaseMetaData
. - SQLErrorCodesFactory() - Constructor for class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Create a new instance of the
SQLErrorCodesFactory
class. - SQLErrorCodeSQLExceptionTranslator - Class in org.springframework.jdbc.support
-
Implementation of
SQLExceptionTranslator
that analyzes vendor-specific error codes. - SQLErrorCodeSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Constructor for use as a JavaBean.
- SQLErrorCodeSQLExceptionTranslator(String) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create an SQL error code translator for the given database product name.
- SQLErrorCodeSQLExceptionTranslator(DataSource) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create an SQL error code translator for the given DataSource.
- SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
-
Create an SQLErrorCode translator given these error codes.
- SQLExceptionSubclassTranslator - Class in org.springframework.jdbc.support
-
SQLExceptionTranslator
implementation which analyzes the specificSQLException
subclass thrown by the JDBC driver. - SQLExceptionSubclassTranslator() - Constructor for class org.springframework.jdbc.support.SQLExceptionSubclassTranslator
- SQLExceptionTranslator - Interface in org.springframework.jdbc.support
-
Strategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy. - SqlFunction<T> - Class in org.springframework.jdbc.object
-
SQL "function" wrapper for a query that returns a single row of results.
- SqlFunction() - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Constructor to allow use as a JavaBean.
- SqlFunction(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL, but without parameters.
- SqlFunction(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL and parameters.
- SqlFunction(DataSource, String, int[], Class<T>) - Constructor for class org.springframework.jdbc.object.SqlFunction
-
Create a new SqlFunction object with SQL, parameters and a result type.
- SqlGroup - Annotation Interface in org.springframework.test.context.jdbc
-
Container annotation that aggregates several
@Sql
annotations. - SqlInOutParameter - Class in org.springframework.jdbc.core
-
Subclass of
SqlOutParameter
to represent an INOUT parameter. - SqlInOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlInOutParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlInOutParameter
-
Create a new SqlInOutParameter.
- SqlLobValue - Class in org.springframework.jdbc.core.support
-
Deprecated.as of 6.2, in favor of
SqlBinaryValue
andSqlCharacterValue
- SqlLobValue(byte[]) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new BLOB value with the given byte array, using a DefaultLobHandler.
- SqlLobValue(byte[], LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new BLOB value with the given byte array.
- SqlLobValue(InputStream, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new BLOB/CLOB value with the given stream, using a DefaultLobHandler.
- SqlLobValue(InputStream, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new BLOB/CLOB value with the given stream.
- SqlLobValue(Reader, int) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new CLOB value with the given character stream, using a DefaultLobHandler.
- SqlLobValue(Reader, int, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new CLOB value with the given character stream.
- SqlLobValue(String) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new CLOB value with the given content string, using a DefaultLobHandler.
- SqlLobValue(String, LobHandler) - Constructor for class org.springframework.jdbc.core.support.SqlLobValue
-
Deprecated.Create a new CLOB value with the given content string.
- SqlMergeMode - Annotation Interface in org.springframework.test.context.jdbc
-
@SqlMergeMode
is used to annotate a test class or test method to configure whether method-level@Sql
declarations are merged with class-level@Sql
declarations. - SqlMergeMode.MergeMode - Enum Class in org.springframework.test.context.jdbc
-
Enumeration of modes that dictate whether method-level
@Sql
declarations are merged with class-level@Sql
declarations. - SqlOperation - Class in org.springframework.jdbc.object
-
Operation object representing an SQL-based operation such as a query or update, as opposed to a stored procedure.
- SqlOperation() - Constructor for class org.springframework.jdbc.object.SqlOperation
- SqlOutParameter - Class in org.springframework.jdbc.core
-
Subclass of
SqlParameter
to represent an output parameter. - SqlOutParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, String, SqlReturnType) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlOutParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlOutParameter
-
Create a new SqlOutParameter.
- SqlParameter - Class in org.springframework.jdbc.core
-
Object to represent an SQL parameter definition.
- SqlParameter(int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new anonymous SqlParameter, supplying the SQL type.
- SqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Create a new SqlParameter, supplying name and SQL type.
- SqlParameter(SqlParameter) - Constructor for class org.springframework.jdbc.core.SqlParameter
-
Copy constructor.
- SqlParameterSource - Interface in org.springframework.jdbc.core.namedparam
-
Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for
NamedParameterJdbcTemplate
operations. - SqlParameterSourceUtils - Class in org.springframework.jdbc.core.namedparam
-
Class that provides helper methods for the use of
SqlParameterSource
, in particular withNamedParameterJdbcTemplate
. - SqlParameterSourceUtils() - Constructor for class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
- SqlParameterValue - Class in org.springframework.jdbc.core
-
Object to represent an SQL parameter value, including parameter meta-data such as the SQL type and the scale for numeric values.
- SqlParameterValue(int, int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(int, String, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue, supplying the SQL type.
- SqlParameterValue(SqlParameter, Object) - Constructor for class org.springframework.jdbc.core.SqlParameterValue
-
Create a new SqlParameterValue based on the given SqlParameter declaration.
- SqlProvider - Interface in org.springframework.jdbc.core
-
Interface to be implemented by objects that can provide SQL strings.
- SqlProvider - Interface in org.springframework.r2dbc.core
-
Interface to be implemented by objects that can provide SQL strings.
- SqlQuery<T> - Class in org.springframework.jdbc.object
-
Reusable operation object representing an SQL query.
- SqlQuery() - Constructor for class org.springframework.jdbc.object.SqlQuery
-
Constructor to allow use as a JavaBean.
- SqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlQuery
-
Convenient constructor with a
DataSource
and SQL string. - SqlReturnResultSet - Class in org.springframework.jdbc.core
-
Represents a returned
ResultSet
from a stored procedure call. - SqlReturnResultSet(String, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
Create a new instance of the
SqlReturnResultSet
class. - SqlReturnResultSet(String, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
Create a new instance of the
SqlReturnResultSet
class. - SqlReturnResultSet(String, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.SqlReturnResultSet
-
Create a new instance of the
SqlReturnResultSet
class. - SqlReturnType - Interface in org.springframework.jdbc.core
-
Interface to be implemented for retrieving values for more complex database-specific types not supported by the standard
CallableStatement.getObject
method. - SqlReturnUpdateCount - Class in org.springframework.jdbc.core
-
Represents a returned update count from a stored procedure call.
- SqlReturnUpdateCount(String) - Constructor for class org.springframework.jdbc.core.SqlReturnUpdateCount
-
Create a new SqlReturnUpdateCount.
- SqlRowSet - Interface in org.springframework.jdbc.support.rowset
- SqlRowSetMetaData - Interface in org.springframework.jdbc.support.rowset
-
Metadata interface for Spring's
SqlRowSet
, analogous to JDBC'sResultSetMetaData
. - SqlRowSetResultSetExtractor - Class in org.springframework.jdbc.core
-
ResultSetExtractor
implementation that returns a SpringSqlRowSet
representation for each givenResultSet
. - SqlRowSetResultSetExtractor() - Constructor for class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
- SqlScriptsTestExecutionListener - Class in org.springframework.test.context.jdbc
-
TestExecutionListener
that provides support for executing SQLscripts
and inlinedstatements
configured via the@Sql
annotation. - SqlScriptsTestExecutionListener() - Constructor for class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
- SqlServerCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
SQL Server specific implementation for the
CallMetaDataProvider
interface. - SqlServerCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
- SqlServerMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column. - SqlServerMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
Default constructor for bean property style usage.
- SqlServerMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
-
Convenience constructor.
- SqlServerSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that retrieves the next value of a given SQL Server sequence. - SqlServerSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerSequenceMaxValueIncrementer
-
Default constructor for bean property style usage.
- SqlServerSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.SqlServerSequenceMaxValueIncrementer
-
Convenience constructor.
- SQLStateSQLExceptionTranslator - Class in org.springframework.jdbc.support
-
SQLExceptionTranslator
implementation that analyzes the SQL state in theSQLException
based on the first two digits (the SQL state "class"). - SQLStateSQLExceptionTranslator() - Constructor for class org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
- sqlTypesToAnonymousParameterList(int...) - Static method in class org.springframework.jdbc.core.SqlParameter
-
Convert a list of JDBC types, as defined in
java.sql.Types
, to a List of SqlParameter objects as used in this package. - SqlTypeValue - Interface in org.springframework.jdbc.core
-
Interface to be implemented for setting values for more complex database-specific types not supported by the standard
setObject
method. - SqlUpdate - Class in org.springframework.jdbc.object
-
Reusable operation object representing an SQL update.
- SqlUpdate() - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Constructor to allow use as a JavaBean.
- SqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Constructs an update object with a given DataSource and SQL.
- SqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Construct an update object with a given DataSource, SQL and anonymous parameters.
- SqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.SqlUpdate
-
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
- SqlValue - Interface in org.springframework.jdbc.support
-
Simple interface for complex types to be set as statement parameters.
- SQLWarning() - Method in exception org.springframework.jdbc.SQLWarningException
-
Deprecated.as of 5.3.29, in favor of
SQLWarningException.getSQLWarning()
- SQLWarningException - Exception in org.springframework.jdbc
-
Exception thrown when we're not ignoring
SQLWarnings
. - SQLWarningException(String, SQLWarning) - Constructor for exception org.springframework.jdbc.SQLWarningException
-
Constructor for SQLWarningException.
- SqlXmlFeatureNotImplementedException - Exception in org.springframework.jdbc.support.xml
-
Deprecated.as of 6.2, in favor of direct
ResultSet.getSQLXML(int)
andConnection.createSQLXML()
usage, possibly in combination with a customSqlValue
implementation - SqlXmlFeatureNotImplementedException(String) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
-
Deprecated.Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlFeatureNotImplementedException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
-
Deprecated.Constructor for SqlXmlFeatureNotImplementedException.
- SqlXmlHandler - Interface in org.springframework.jdbc.support.xml
-
Deprecated.as of 6.2, in favor of direct
ResultSet.getSQLXML(int)
andConnection.createSQLXML()
usage, possibly in combination with a customSqlValue
implementation - SqlXmlValue - Interface in org.springframework.jdbc.support.xml
-
Deprecated.as of 6.2, in favor of a direct
SqlValue
implementation - sse(Consumer<ServerResponse.SseBuilder>) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a server-sent event response.
- sse(Consumer<ServerResponse.SseBuilder>, Duration) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a server-sent event response.
- SseEmitter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A specialization of
ResponseBodyEmitter
for sending Server-Sent Events. - SseEmitter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Create a new SseEmitter instance.
- SseEmitter(Long) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
-
Create a SseEmitter with a custom timeout value.
- SseEmitter.SseEventBuilder - Interface in org.springframework.web.servlet.mvc.method.annotation
-
A builder for an SSE event.
- sslInfo(SslInfo) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the SSL session information.
- sslInfo(SslInfo) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set SSL session information and certificates.
- SslInfo - Interface in org.springframework.http.server.reactive
-
A holder for SSL session information.
- staleIfError(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-if-error" directive.
- staleIfError(Duration) - Method in class org.springframework.http.CacheControl
-
Add a "stale-if-error" directive.
- staleWhileRevalidate(long, TimeUnit) - Method in class org.springframework.http.CacheControl
-
Add a "stale-while-revalidate" directive.
- staleWhileRevalidate(Duration) - Method in class org.springframework.http.CacheControl
-
Add a "stale-while-revalidate" directive.
- StandaloneMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
-
A
MockMvcBuilder
that accepts@Controller
registrations thus allowing full control over the instantiation and initialization of controllers and their dependencies similar to plain unit tests, and also making it possible to test one controller at a time. - StandaloneMockMvcBuilder(Object...) - Constructor for class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Protected constructor.
- standaloneSetup(Object...) - Static method in class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
Build a
MockMvc
instance by registering one or more@Controller
instances and configuring Spring MVC infrastructure programmatically. - STANDARD_NUMBER_TYPES - Static variable in class org.springframework.util.NumberUtils
-
Standard number types (all immutable): Byte, Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
- StandardAnnotationMetadata - Class in org.springframework.core.type
-
AnnotationMetadata
implementation that uses standard reflection to introspect a givenClass
. - StandardAnnotationMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
-
Deprecated.since 5.2 in favor of the factory method
AnnotationMetadata.introspect(Class)
- StandardAnnotationMetadata(Class<?>, boolean) - Constructor for class org.springframework.core.type.StandardAnnotationMetadata
-
Deprecated.since 5.2 in favor of the factory method
AnnotationMetadata.introspect(Class)
. UseMergedAnnotation.asMap
fromStandardAnnotationMetadata.getAnnotations()
rather thanAnnotatedTypeMetadata.getAnnotationAttributes(String)
ifnestedAnnotationsAsMap
isfalse
- StandardBeanExpressionResolver - Class in org.springframework.context.expression
-
Standard implementation of the
BeanExpressionResolver
interface, parsing and evaluating Spring EL using Spring's expression module. - StandardBeanExpressionResolver() - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new
StandardBeanExpressionResolver
with default settings. - StandardBeanExpressionResolver(ClassLoader) - Constructor for class org.springframework.context.expression.StandardBeanExpressionResolver
-
Create a new
StandardBeanExpressionResolver
with the given bean class loader, using it as the basis for expression compilation. - StandardBeanInfoFactory - Class in org.springframework.beans
-
BeanInfoFactory
implementation that performs standardIntrospector
inspection. - StandardBeanInfoFactory() - Constructor for class org.springframework.beans.StandardBeanInfoFactory
- StandardClassMetadata - Class in org.springframework.core.type
-
ClassMetadata
implementation that uses standard reflection to introspect a givenClass
. - StandardClassMetadata(Class<?>) - Constructor for class org.springframework.core.type.StandardClassMetadata
-
Deprecated.since 5.2 in favor of
StandardAnnotationMetadata
- StandardEnvironment - Class in org.springframework.core.env
-
Environment
implementation suitable for use in 'standard' (i.e. - StandardEnvironment() - Constructor for class org.springframework.core.env.StandardEnvironment
-
Create a new
StandardEnvironment
instance with a defaultMutablePropertySources
instance. - StandardEnvironment(MutablePropertySources) - Constructor for class org.springframework.core.env.StandardEnvironment
-
Create a new
StandardEnvironment
instance with a specificMutablePropertySources
instance. - StandardEvaluationContext - Class in org.springframework.expression.spel.support
-
A powerful and highly configurable
EvaluationContext
implementation. - StandardEvaluationContext() - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
Create a
StandardEvaluationContext
with a null root object. - StandardEvaluationContext(Object) - Constructor for class org.springframework.expression.spel.support.StandardEvaluationContext
-
Create a
StandardEvaluationContext
with the given root object. - StandardJmsActivationSpecFactory - Class in org.springframework.jms.listener.endpoint
-
Standard implementation of the
JmsActivationSpecFactory
interface. - StandardJmsActivationSpecFactory() - Constructor for class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
- StandardMethodMetadata - Class in org.springframework.core.type
-
MethodMetadata
implementation that uses standard reflection to introspect a givenMethod
. - StandardMethodMetadata(Method) - Constructor for class org.springframework.core.type.StandardMethodMetadata
-
Deprecated.since 5.2 in favor of obtaining instances via
AnnotationMetadata
- StandardMultipartHttpServletRequest - Class in org.springframework.web.multipart.support
-
Spring MultipartHttpServletRequest adapter, wrapping a Servlet HttpServletRequest and its Part objects.
- StandardMultipartHttpServletRequest(HttpServletRequest) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request, immediately parsing the multipart content.
- StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - Constructor for class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
-
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
- StandardOperatorOverloader - Class in org.springframework.expression.spel.support
-
Standard implementation of
OperatorOverloader
. - StandardOperatorOverloader() - Constructor for class org.springframework.expression.spel.support.StandardOperatorOverloader
- StandardReflectionParameterNameDiscoverer - Class in org.springframework.core
-
ParameterNameDiscoverer
implementation which uses JDK 8's reflection facilities for introspecting parameter names (based on the "-parameters" compiler flag). - StandardReflectionParameterNameDiscoverer() - Constructor for class org.springframework.core.StandardReflectionParameterNameDiscoverer
- standardRepeatables() - Static method in class org.springframework.core.annotation.RepeatableContainers
-
Create a
RepeatableContainers
instance that searches using Java's@Repeatable
annotation. - StandardScriptEvalException - Exception in org.springframework.scripting.support
-
Exception decorating a
ScriptException
coming out of JSR-223 script evaluation, i.e. - StandardScriptEvalException(ScriptException) - Constructor for exception org.springframework.scripting.support.StandardScriptEvalException
-
Construct a new script eval exception with the specified original exception.
- StandardScriptEvaluator - Class in org.springframework.scripting.support
-
javax.script
(JSR-223) based implementation of Spring'sScriptEvaluator
strategy interface. - StandardScriptEvaluator() - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluator
. - StandardScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluator
for the given class loader. - StandardScriptEvaluator(ScriptEngineManager) - Constructor for class org.springframework.scripting.support.StandardScriptEvaluator
-
Construct a new
StandardScriptEvaluator
for the given JSR-223ScriptEngineManager
to obtain script engines from. - StandardScriptFactory - Class in org.springframework.scripting.support
-
ScriptFactory
implementation based on the JSR-223 script engine abstraction (as included in Java). - StandardScriptFactory(String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptFactory(String, String, Class<?>...) - Constructor for class org.springframework.scripting.support.StandardScriptFactory
-
Create a new StandardScriptFactory for the given script source.
- StandardScriptUtils - Class in org.springframework.scripting.support
-
Common operations for dealing with a JSR-223
ScriptEngine
. - StandardScriptUtils() - Constructor for class org.springframework.scripting.support.StandardScriptUtils
- StandardServletAsyncWebRequest - Class in org.springframework.web.context.request.async
-
A Servlet implementation of
AsyncWebRequest
. - StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Create a new instance for the given request/response pair.
- StandardServletEnvironment - Class in org.springframework.web.context.support
-
Environment
implementation to be used byServlet
-based web applications. - StandardServletEnvironment() - Constructor for class org.springframework.web.context.support.StandardServletEnvironment
-
Create a new
StandardServletEnvironment
instance. - StandardServletEnvironment(MutablePropertySources) - Constructor for class org.springframework.web.context.support.StandardServletEnvironment
-
Create a new
StandardServletEnvironment
instance with a specificMutablePropertySources
instance. - StandardServletMultipartResolver - Class in org.springframework.web.multipart.support
-
Standard implementation of the
MultipartResolver
interface, based on the ServletPart
API. - StandardServletMultipartResolver() - Constructor for class org.springframework.web.multipart.support.StandardServletMultipartResolver
- StandardServletPartUtils - Class in org.springframework.web.multipart.support
-
Utility methods for standard Servlet
Part
handling. - StandardServletPartUtils() - Constructor for class org.springframework.web.multipart.support.StandardServletPartUtils
- StandardToWebSocketExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
A subclass of
WebSocketExtension
that can be constructed from aExtension
. - StandardToWebSocketExtensionAdapter(Extension) - Constructor for class org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter
- StandardTypeComparator - Class in org.springframework.expression.spel.support
-
A basic
TypeComparator
implementation: supports comparison ofNumber
types as well as types implementingComparable
. - StandardTypeComparator() - Constructor for class org.springframework.expression.spel.support.StandardTypeComparator
- StandardTypeConverter - Class in org.springframework.expression.spel.support
-
Default implementation of the
TypeConverter
interface, delegating to a core SpringConversionService
. - StandardTypeConverter() - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
Create a StandardTypeConverter for the default ConversionService.
- StandardTypeConverter(Supplier<ConversionService>) - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
Create a StandardTypeConverter for the given ConversionService.
- StandardTypeConverter(ConversionService) - Constructor for class org.springframework.expression.spel.support.StandardTypeConverter
-
Create a StandardTypeConverter for the given ConversionService.
- StandardTypeLocator - Class in org.springframework.expression.spel.support
-
A simple implementation of
TypeLocator
that uses the defaultClassLoader
or a suppliedClassLoader
to locate types. - StandardTypeLocator() - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
Create a
StandardTypeLocator
for the defaultClassLoader
(typically, the thread contextClassLoader
). - StandardTypeLocator(ClassLoader) - Constructor for class org.springframework.expression.spel.support.StandardTypeLocator
-
Create a
StandardTypeLocator
for the givenClassLoader
. - StandardWebSocketClient - Class in org.springframework.web.reactive.socket.client
-
WebSocketClient
implementation for use with the Jakarta WebSocket API. - StandardWebSocketClient - Class in org.springframework.web.socket.client.standard
-
A WebSocketClient based on the standard Jakarta WebSocket API.
- StandardWebSocketClient() - Constructor for class org.springframework.web.reactive.socket.client.StandardWebSocketClient
-
Default constructor that calls
ContainerProvider.getWebSocketContainer()
to obtain a (new)WebSocketContainer
instance. - StandardWebSocketClient() - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Default constructor that calls
ContainerProvider.getWebSocketContainer()
to obtain a (new)WebSocketContainer
instance. - StandardWebSocketClient(WebSocketContainer) - Constructor for class org.springframework.web.reactive.socket.client.StandardWebSocketClient
-
Constructor accepting an existing
WebSocketContainer
instance. - StandardWebSocketClient(WebSocketContainer) - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Constructor accepting an existing
WebSocketContainer
instance. - StandardWebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.adapter
-
Adapter for the Jakarta WebSocket API (JSR-356) that delegates events to a reactive
WebSocketHandler
and its session. - StandardWebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.standard
-
Adapts a
WebSocketHandler
to the standard WebSocket for Java API. - StandardWebSocketHandlerAdapter(WebSocketHandler, Function<Session, StandardWebSocketSession>) - Constructor for class org.springframework.web.reactive.socket.adapter.StandardWebSocketHandlerAdapter
- StandardWebSocketHandlerAdapter(WebSocketHandler, StandardWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter
- StandardWebSocketSession - Class in org.springframework.web.reactive.socket.adapter
-
Spring
WebSocketSession
adapter for a standard Java (JSR 356)Session
. - StandardWebSocketSession - Class in org.springframework.web.socket.adapter.standard
-
A
WebSocketSession
for use with the standard WebSocket for Java API. - StandardWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- StandardWebSocketSession(Session, HandshakeInfo, DataBufferFactory, Sinks.Empty<Void>) - Constructor for class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- StandardWebSocketSession(HttpHeaders, Map<String, Object>, InetSocketAddress, InetSocketAddress) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
Constructor for a standard WebSocket session.
- StandardWebSocketSession(HttpHeaders, Map<String, Object>, InetSocketAddress, InetSocketAddress, Principal) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
Constructor that associates a user with the WebSocket session.
- StandardWebSocketUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
-
A WebSocket
RequestUpgradeStrategy
for the Jakarta WebSocket API 2.1+. - StandardWebSocketUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
A WebSocket
RequestUpgradeStrategy
for the Jakarta WebSocket API 2.1+. - StandardWebSocketUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy
- StandardWebSocketUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy
- start() - Method in interface org.springframework.context.Lifecycle
-
Start this component.
- start() - Method in class org.springframework.context.support.AbstractApplicationContext
- start() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Start all registered beans that implement
Lifecycle
and are not already running. - start() - Method in class org.springframework.http.client.reactive.ReactorClientHttpConnector
- start() - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
- start() - Method in class org.springframework.http.client.ReactorResourceFactory
- start() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Enable asynchronous processing after which the response remains open until a call to
ServerHttpAsyncRequestControl.complete()
is made or the server times out the request. - start() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- start() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Activates the configured message endpoint.
- start() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- start() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Initialize the underlying shared connection on start.
- start() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Start this container.
- start() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Overridden to reset the stop callback, if any.
- start() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- start() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- start() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- start() - Method in class org.springframework.mock.web.server.MockWebSession
- start() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Resume this executor if paused before (otherwise a no-op).
- start() - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- start() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- start() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Start a new test-managed transaction.
- start() - Method in interface org.springframework.util.backoff.BackOff
-
Start a new back off execution.
- start() - Method in class org.springframework.util.backoff.ExponentialBackOff
- start() - Method in class org.springframework.util.backoff.FixedBackOff
- start() - Method in class org.springframework.util.StopWatch
-
Start an unnamed task.
- start() - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- start() - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
- start() - Method in interface org.springframework.web.server.WebSession
-
Force the creation of a session causing the session id to be sent when
WebSession.save()
is called. - start() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Start the WebSocket connection.
- start() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- start() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- start() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- start() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- start() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- start() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- start() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- start() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
- start() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
- start() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- start() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- start(long) - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
A variation on
ServerHttpAsyncRequestControl.start()
that allows specifying a timeout value to use for asynchronous processing. - start(long) - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- start(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
- start(String) - Method in interface org.springframework.core.metrics.ApplicationStartup
-
Create a new step and marks its beginning.
- start(String) - Method in class org.springframework.core.metrics.jfr.FlightRecorderApplicationStartup
- start(String) - Method in class org.springframework.util.StopWatch
-
Start a named task.
- startAnd() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive first notification of a logical AND predicate.
- startAnd() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive first notification of a logical AND predicate.
- startAsync() - Method in class org.springframework.mock.web.MockHttpServletRequest
- startAsync() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Mark the start of asynchronous request processing so that when the main processing thread exits, the response remains open for further processing in another thread.
- startAsync() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
- startAsync(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
- startCallableProcessing(Callable<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Start concurrent request processing and execute the given task with an
AsyncTaskExecutor
. - startCallableProcessing(WebAsyncTask<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Use the given
WebAsyncTask
to configure the task executor as well as the timeout value of theAsyncWebRequest
before delegating toWebAsyncManager.startCallableProcessing(Callable, Object...)
. - startDeferredResultProcessing(DeferredResult<?>, Object...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Start concurrent request processing and initialize the given
DeferredResult
with aDeferredResult.DeferredResultHandler
that saves the result and dispatches the request to resume processing of that result. - STARTED - Enum constant in enum class org.springframework.scheduling.config.TaskExecutionOutcome.Status
-
The task execution has been started and is ongoing.
- startExpirationPeriod(int) - Method in class org.springframework.web.servlet.FlashMap
-
Start the expiration period for this instance.
- startInternal() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- startInternal() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
- startInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
- startInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- startInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
- startNegate() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive first notification of a negated predicate.
- startNegate() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive first notification of a negated predicate.
- startNested(RequestPredicate) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitor
-
Receive notification of the beginning of a nested router function.
- startNested(RequestPredicate) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Visitor
-
Receive notification of the beginning of a nested router function.
- startOr() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive first notification of a logical OR predicate.
- startOr() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive first notification of a logical OR predicate.
- startScheduler(Scheduler, int) - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Start the Quartz Scheduler, respecting the "startupDelay" setting.
- startSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Start the shared Connection.
- startSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
This implementation proceeds even after an exception thrown from
Connection.start()
, relying on listeners to perform appropriate recovery. - startsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given
String
starts with the specified prefix, ignoring upper/lower case. - startTag(String) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Start a new tag with the supplied name.
- StartupStep - Interface in org.springframework.core.metrics
-
Step recording metrics about a particular phase or action happening during the
ApplicationStartup
. - StartupStep.Tag - Interface in org.springframework.core.metrics
-
Simple key/value association for storing step metadata.
- StartupStep.Tags - Interface in org.springframework.core.metrics
-
Immutable collection of
StartupStep.Tag
. - state(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an
IllegalStateException
if the expression evaluates tofalse
. - state(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an
IllegalStateException
if the expression evaluates tofalse
. - STATE_COMMITTED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
Committed outcome state.
- STATE_MIXED - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
Mixed outcome state.
- STATE_ROLLED_BACK - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
Rolledback outcome state.
- STATE_UNKNOWN - Static variable in exception org.springframework.transaction.HeuristicCompletionException
-
Unknown outcome state.
- StatefulMethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
- StatementCallback<T> - Interface in org.springframework.jdbc.core
-
Generic callback interface for code that operates on a JDBC Statement.
- StatementCreatorUtils - Class in org.springframework.jdbc.core
-
Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values).
- StatementCreatorUtils() - Constructor for class org.springframework.jdbc.core.StatementCreatorUtils
- StatementFilterFunction - Interface in org.springframework.r2dbc.core
-
Represents a function that filters an
ExecuteFunction
. - statements() - Element in annotation interface org.springframework.test.context.jdbc.Sql
-
Inlined SQL statements to execute.
- STATIC_NAME - Static variable in interface org.springframework.cglib.core.Constants
- StaticApplicationContext - Class in org.springframework.context.support
-
ApplicationContext
implementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources. - StaticApplicationContext() - Constructor for class org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext.
- StaticApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.StaticApplicationContext
-
Create a new StaticApplicationContext with the given parent.
- StaticListableBeanFactory - Class in org.springframework.beans.factory.support
-
Static
BeanFactory
implementation which allows one to register existing singleton instances programmatically. - StaticListableBeanFactory() - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
Create a regular
StaticListableBeanFactory
, to be populated with singleton bean instances throughStaticListableBeanFactory.addBean(java.lang.String, java.lang.Object)
calls. - StaticListableBeanFactory(Map<String, Object>) - Constructor for class org.springframework.beans.factory.support.StaticListableBeanFactory
-
Create a
StaticListableBeanFactory
wrapping the givenMap
. - StaticMessageSource - Class in org.springframework.context.support
-
Simple implementation of
MessageSource
which allows messages to be registered programmatically. - StaticMessageSource() - Constructor for class org.springframework.context.support.StaticMessageSource
- StaticMethodMatcher - Class in org.springframework.aop.support
-
Convenient abstract superclass for static method matchers, which don't care about arguments at runtime.
- StaticMethodMatcher() - Constructor for class org.springframework.aop.support.StaticMethodMatcher
- StaticMethodMatcherPointcut - Class in org.springframework.aop.support
-
Convenient superclass when we want to force subclasses to implement the
MethodMatcher
interface but subclasses will want to be pointcuts. - StaticMethodMatcherPointcut() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcut
- StaticMethodMatcherPointcutAdvisor - Class in org.springframework.aop.support
-
Convenient base class for Advisors that are also static pointcuts.
- StaticMethodMatcherPointcutAdvisor() - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.
- StaticMethodMatcherPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
-
Create a new StaticMethodMatcherPointcutAdvisor for the given advice.
- StaticScriptSource - Class in org.springframework.scripting.support
-
Static implementation of the
ScriptSource
interface, encapsulating a given String that contains the script source text. - StaticScriptSource(String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticScriptSource(String, String) - Constructor for class org.springframework.scripting.support.StaticScriptSource
-
Create a new StaticScriptSource for the given script.
- StaticWebApplicationContext - Class in org.springframework.web.context.support
-
Static
WebApplicationContext
implementation for testing. - StaticWebApplicationContext() - Constructor for class org.springframework.web.context.support.StaticWebApplicationContext
- status() - Method in record class org.springframework.scheduling.config.TaskExecutionOutcome
-
Returns the value of the
status
record component. - status() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response status assertions.
- status() - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Return the HTTP status to set the response to.
- status() - Method in interface org.springframework.web.reactive.result.view.Rendering
-
Return the HTTP status to set the response to.
- status() - Method in interface org.springframework.web.servlet.view.FragmentsRendering
-
Return the HTTP status to set the response to.
- status(int) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- status(int) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
-
Set the HTTP status.
- status(int) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
-
Set the HTTP status.
- status(int) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with the given HTTP status.
- status(int) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
-
Set the HTTP status.
- status(int) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
-
Set the HTTP status.
- status(int) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with the given HTTP status.
- status(ClientRequestObservationContext) - Method in class org.springframework.http.client.observation.DefaultClientRequestObservationConvention
- status(HttpStatusCode) - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with the given status.
- status(HttpStatusCode) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
-
Set the HTTP status.
- status(HttpStatusCode) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
-
Set the HTTP status.
- status(HttpStatusCode) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with the given HTTP status.
- status(HttpStatusCode) - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering.Builder
-
Specify the status to use for the response.
- status(HttpStatusCode) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
-
Specify the status to use for the response.
- status(HttpStatusCode) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
-
Set the HTTP status.
- status(HttpStatusCode) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
-
Set the HTTP status.
- status(HttpStatusCode) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with the given HTTP status.
- status(HttpStatusCode) - Method in interface org.springframework.web.servlet.view.FragmentsRendering.Builder
-
Specify the status to use for the response.
- status(ServerRequestObservationContext) - Method in class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
- status(ServerRequestObservationContext) - Method in class org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention
- status(ClientRequestObservationContext) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention
- STATUS - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
HTTP response raw status code, or
"IO_ERROR"
in case ofIOException
, or"CLIENT_ERROR"
if no response was received. - STATUS - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
HTTP response raw status code, or
"UNKNOWN"
if no response was created. - STATUS - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
HTTP response raw status code, or
"UNKNOWN"
if no response was created. - STATUS - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
HTTP response raw status code, or
"IO_ERROR"
in case ofIOException
, or"CLIENT_ERROR"
if no response was received. - STATUS_COMMITTED - Static variable in interface org.springframework.transaction.reactive.TransactionSynchronization
-
Completion status in case of proper commit.
- STATUS_COMMITTED - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of proper commit.
- STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.reactive.TransactionSynchronization
-
Completion status in case of proper rollback.
- STATUS_ROLLED_BACK - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of proper rollback.
- STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.reactive.TransactionSynchronization
-
Completion status in case of heuristic mixed completion or system errors.
- STATUS_UNKNOWN - Static variable in interface org.springframework.transaction.support.TransactionSynchronization
-
Completion status in case of heuristic mixed completion or system errors.
- STATUS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindTag
-
Name of the exposed variable within the scope of this tag: "status".
- StatusAssertions - Class in org.springframework.test.web.reactive.server
-
Assertions on the response status.
- statusCode() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
-
Return the HTTP status code as an
HttpStatusCode
value. - statusCode() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- statusCode() - Method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Return the status code of this response.
- statusCode() - Method in interface org.springframework.web.servlet.function.ServerResponse
-
Return the status code of this response.
- statusCode(HttpStatusCode) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
-
Set the status code of the response.
- statusError(Predicate<HttpStatusCode>, Function<ClientResponse, ? extends Throwable>) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
-
Return a filter that generates an error signal when the given
HttpStatusCode
predicate matches. - StatusResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the response status.
- StatusResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Protected constructor.
- StaxUtils - Class in org.springframework.util.xml
-
Convenience methods for working with the StAX API.
- StaxUtils() - Constructor for class org.springframework.util.xml.StaxUtils
- STOMP - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- STOMP_ACCEPT_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_ACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_CONTENT_LENGTH_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_CONTENT_TYPE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_HEARTBEAT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_HOST_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_LOGIN_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_MESSAGE_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_NACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_PASSCODE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_RECEIPT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_RECEIPT_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_SUBSCRIPTION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- STOMP_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- stompBrokerRelayMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, AbstractSubscribableChannel, UserDestinationMessageHandler, MessageHandler, UserDestinationResolver) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
- StompBrokerRelayMessageHandler - Class in org.springframework.messaging.simp.stomp
-
A
MessageHandler
that handles messages by forwarding them to a STOMP broker. - StompBrokerRelayMessageHandler(SubscribableChannel, MessageChannel, SubscribableChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
Create a StompBrokerRelayMessageHandler instance with the given message channels and destination prefixes.
- StompBrokerRelayMessageHandler.Stats - Interface in org.springframework.messaging.simp.stomp
-
Contract for access to session counters.
- StompBrokerRelayRegistration - Class in org.springframework.messaging.simp.config
-
Registration class for configuring a
StompBrokerRelayMessageHandler
. - StompBrokerRelayRegistration(SubscribableChannel, MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
-
Create a new
StompBrokerRelayRegistration
. - StompClientSupport - Class in org.springframework.messaging.simp.stomp
-
Base class for STOMP client implementations.
- StompClientSupport() - Constructor for class org.springframework.messaging.simp.stomp.StompClientSupport
- StompCommand - Enum Class in org.springframework.messaging.simp.stomp
-
Represents a STOMP command.
- StompConversionException - Exception in org.springframework.messaging.simp.stomp
-
Raised after a failure to encode or decode a STOMP message.
- StompConversionException(String) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
- StompConversionException(String, Throwable) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
- StompDecoder - Class in org.springframework.messaging.simp.stomp
-
Decodes one or more STOMP frames contained in a
ByteBuffer
. - StompDecoder() - Constructor for class org.springframework.messaging.simp.stomp.StompDecoder
- StompEncoder - Class in org.springframework.messaging.simp.stomp
-
An encoder for STOMP frames.
- StompEncoder() - Constructor for class org.springframework.messaging.simp.stomp.StompEncoder
- StompEndpointRegistry - Interface in org.springframework.web.socket.config.annotation
-
A contract for registering STOMP over WebSocket endpoints.
- StompFrameHandler - Interface in org.springframework.messaging.simp.stomp
-
Contract to handle a STOMP frame.
- StompHeaderAccessor - Class in org.springframework.messaging.simp.stomp
-
A
MessageHeaderAccessor
to use when creating aMessage
from a decoded STOMP frame, or when encoding aMessage
to a STOMP frame. - StompHeaders - Class in org.springframework.messaging.simp.stomp
-
Represents STOMP frame headers.
- StompHeaders() - Constructor for class org.springframework.messaging.simp.stomp.StompHeaders
-
Create a new instance to be populated with new header values.
- StompReactorNettyCodec - Class in org.springframework.messaging.simp.stomp
-
Simple delegation to StompDecoder and StompEncoder.
- StompReactorNettyCodec() - Constructor for class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
- StompReactorNettyCodec(StompDecoder) - Constructor for class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
- StompReactorNettyCodec(StompDecoder, StompEncoder) - Constructor for class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
- StompSession - Interface in org.springframework.messaging.simp.stomp
-
Represents a STOMP session with operations to send messages, create subscriptions and receive messages on those subscriptions.
- StompSession.Receiptable - Interface in org.springframework.messaging.simp.stomp
-
A handle to use to track receipts.
- StompSession.Subscription - Interface in org.springframework.messaging.simp.stomp
-
A handle to use to unsubscribe or to track a receipt.
- StompSessionHandler - Interface in org.springframework.messaging.simp.stomp
-
A contract for client STOMP session lifecycle events including a callback when the session is established and notifications of transport or message handling failures.
- StompSessionHandlerAdapter - Class in org.springframework.messaging.simp.stomp
-
Abstract adapter class for
StompSessionHandler
with mostly empty implementation methods except forStompSessionHandlerAdapter.getPayloadType(org.springframework.messaging.simp.stomp.StompHeaders)
which returns String as the default Object type expected for STOMP ERROR frame payloads. - StompSessionHandlerAdapter() - Constructor for class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
- StompSubProtocolErrorHandler - Class in org.springframework.web.socket.messaging
-
A
SubProtocolErrorHandler
for use with STOMP. - StompSubProtocolErrorHandler() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
- StompSubProtocolHandler - Class in org.springframework.web.socket.messaging
-
A
SubProtocolHandler
for STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification. - StompSubProtocolHandler() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolHandler
- StompSubProtocolHandler.Stats - Interface in org.springframework.web.socket.messaging
-
Contract for access to session counters.
- StompTcpConnectionHandler<P> - Interface in org.springframework.messaging.simp.stomp
-
A
TcpConnectionHandler
for use with STOMP connections, exposing further information about the connection. - StompTcpMessageCodec - Class in org.springframework.messaging.simp.stomp
- StompTcpMessageCodec() - Constructor for class org.springframework.messaging.simp.stomp.StompTcpMessageCodec
- StompTcpMessageCodec(StompDecoder) - Constructor for class org.springframework.messaging.simp.stomp.StompTcpMessageCodec
- StompTcpMessageCodec(StompDecoder, StompEncoder) - Constructor for class org.springframework.messaging.simp.stomp.StompTcpMessageCodec
- StompWebSocketEndpointRegistration - Interface in org.springframework.web.socket.config.annotation
-
A contract for configuring a STOMP over WebSocket endpoint.
- stompWebSocketHandlerMapping(WebSocketHandler, TaskScheduler, AbstractSubscribableChannel) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- stop() - Method in interface org.springframework.context.Lifecycle
-
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.
- stop() - Method in class org.springframework.context.support.AbstractApplicationContext
- stop() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
Stop all registered beans that implement
Lifecycle
and are currently running. - stop() - Method in class org.springframework.http.client.reactive.ReactorClientHttpConnector
- stop() - Method in class org.springframework.http.client.ReactorNettyClientRequestFactory
- stop() - Method in class org.springframework.http.client.ReactorResourceFactory
- stop() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Deactivates the configured message endpoint.
- stop() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- stop() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Reset the underlying shared connection on stop.
- stop() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Stop this container.
- stop() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- stop() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- stop() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- stop() - Method in class org.springframework.orm.hibernate5.SpringBeanContainer
- stop() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Pause this executor, not waiting for tasks to complete.
- stop() - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- stop() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- stop() - Method in class org.springframework.util.StopWatch
-
Stop the current task.
- stop() - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- stop() - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
- stop() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- stop() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- stop() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- stop() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- stop() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- stop() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- stop() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- stop() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- stop() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
- stop() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
- stop() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- stop() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- stop(Runnable) - Method in interface org.springframework.context.SmartLifecycle
-
Indicates that a Lifecycle component must stop if it is currently running.
- stop(Runnable) - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
- stop(Runnable) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- stop(Runnable) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Stop this listener container, invoking the specific callback once all listener processing has actually stopped.
- stop(Runnable) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- stop(Runnable) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- stop(Runnable) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- stop(Runnable) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Pause this executor, triggering the given callback once all currently executing tasks have completed.
- stop(Runnable) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- stop(Runnable) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- stop(Runnable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- STOP - Static variable in interface org.springframework.util.backoff.BackOffExecution
-
Return value of
BackOffExecution.nextBackOff()
that indicates that the operation should not be retried. - stopInternal() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- stopInternal() - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
- stopInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
- stopInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
- stopInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
- stopSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Stop the shared Connection.
- stopSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
This implementation proceeds even after an exception thrown from
Connection.stop()
, relying on listeners to perform appropriate recovery after a restart. - StopWatch - Class in org.springframework.util
-
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
- StopWatch() - Constructor for class org.springframework.util.StopWatch
-
Construct a new
StopWatch
. - StopWatch(String) - Constructor for class org.springframework.util.StopWatch
-
Construct a new
StopWatch
with the given id. - StopWatch.TaskInfo - Class in org.springframework.util
-
Nested class to hold data about one task executed within the
StopWatch
. - store(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
- store(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the given OutputStream.
- store(Properties, Writer, String) - Method in class org.springframework.util.DefaultPropertiesPersister
- store(Properties, Writer, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the given Writer.
- STORE_CLASS_AS_STRING - Static variable in class org.springframework.cglib.core.KeyFactory
- store_local(Local) - Method in class org.springframework.cglib.core.CodeEmitter
- storeAttribute(WebRequest, String, Object) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
- storeAttribute(WebRequest, String, Object) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Store the supplied attribute in the backend session.
- storeAttributes(WebRequest, Map<String, ?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Store a subset of the given attributes in the session.
- StoredProcedure - Class in org.springframework.jdbc.object
-
Superclass for object abstractions of RDBMS stored procedures.
- StoredProcedure() - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Allow use as a bean.
- StoredProcedure(DataSource, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Create a new object wrapper for a stored procedure.
- StoredProcedure(JdbcTemplate, String) - Constructor for class org.springframework.jdbc.object.StoredProcedure
-
Create a new object wrapper for a stored procedure.
- storeToXml(Properties, OutputStream, String) - Method in class org.springframework.util.DefaultPropertiesPersister
- storeToXml(Properties, OutputStream, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the given XML OutputStream.
- storeToXml(Properties, OutputStream, String, String) - Method in class org.springframework.util.DefaultPropertiesPersister
- storeToXml(Properties, OutputStream, String, String) - Method in interface org.springframework.util.PropertiesPersister
-
Write the contents of the given Properties object to the given XML OutputStream.
- strategies() - Method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Return the configured
RSocketStrategies
. - strategies() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
-
Return the strategies used to convert the body of this response.
- strategies() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- strategies(List<ContentNegotiationStrategy>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Set the exact list of strategies to use.
- stream() - Method in class org.springframework.beans.factory.aot.AotServices
-
Return a
Stream
of the AOT services. - stream() - Method in interface org.springframework.beans.factory.ObjectProvider
-
Return a sequential
Stream
over all matching object instances, without specific ordering guarantees (but typically in registration order). - stream() - Method in class org.springframework.beans.MutablePropertyValues
- stream() - Method in interface org.springframework.beans.PropertyValues
-
Return a sequential
Stream
containing the property values. - stream() - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Stream all annotations and meta-annotations contained in this collection.
- stream() - Method in class org.springframework.core.env.MutablePropertySources
- stream() - Method in interface org.springframework.core.env.PropertySources
-
Return a sequential
Stream
containing the property sources. - stream() - Method in class org.springframework.core.test.tools.ClassFiles
-
Stream the
ClassFile
instances contained in this collection. - stream() - Method in class org.springframework.core.test.tools.ResourceFiles
-
Stream the
ResourceFile
instances contained in this collection. - stream() - Method in class org.springframework.core.test.tools.SourceFiles
-
Stream the
SourceFile
instances contained in this collection. - stream() - Method in interface org.springframework.jdbc.core.simple.JdbcClient.MappedQuerySpec
-
Retrieve the result as a lazily resolved stream of mapped objects, retaining the order from the original database result.
- stream() - Method in interface org.springframework.test.context.event.ApplicationEvents
-
Stream all application events that were fired during test execution.
- stream(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Stream all annotations and meta-annotations that match the specified type.
- stream(Class<T>) - Method in interface org.springframework.test.context.event.ApplicationEvents
-
Stream all application events or event payloads of the given type that were fired during test execution.
- stream(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Stream all annotations and meta-annotations that match the specified type.
- streamData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
-
Deprecated.Stream LOB content from the given ResultSet to some OutputStream.
- StreamingHttpOutputMessage - Interface in org.springframework.http
-
Represents an HTTP output message that allows for setting a streaming body.
- StreamingHttpOutputMessage.Body - Interface in org.springframework.http
-
Defines the contract for bodies that can be written directly to an
OutputStream
. - StreamingResponseBody - Interface in org.springframework.web.servlet.mvc.method.annotation
-
A controller method return value type for asynchronous request processing where the application can write directly to the response
OutputStream
without holding up the Servlet container thread. - StreamingResponseBodyReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
Supports return values of type
StreamingResponseBody
and alsoResponseEntity<StreamingResponseBody>
. - StreamingResponseBodyReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
- StreamingSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with streaming HTTP transports.
- StreamingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
- StreamUtils - Class in org.springframework.util
-
Simple utility methods for dealing with streams.
- StreamUtils() - Constructor for class org.springframework.util.StreamUtils
- STRICT - Enum constant in enum class org.springframework.test.json.JsonCompareMode
-
Strict checking.
- string(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Get the body of the request as a UTF-8 string and compare it to the given String.
- string(String) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the String content found.
- string(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the response body content as a String.
- string(String) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Apply the XPath and assert the
String
value found. - string(String, String) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the primary value of the response header as a String value.
- string(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the primary value of the response header with the given Hamcrest String
Matcher
. - string(Consumer<String>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
-
Consume the result of the XPath evaluation as a String.
- string(Matcher<? super String>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Get the body of the request as a UTF-8 string and apply the given
Matcher
. - string(Matcher<? super String>) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the String content found with the given matcher.
- string(Matcher<? super String>) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- string(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the response body content with a Hamcrest
Matcher
. - string(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
- STRING_INDEX_OUT_OF_BOUNDS - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- string_switch(CodeEmitter, String[], int, ObjectSwitchCallback) - Static method in class org.springframework.cglib.core.EmitUtils
- StringArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
-
Custom
PropertyEditor
for String arrays. - StringArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the default separator (a comma). - StringArrayPropertyEditor(String) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the given separator. - StringArrayPropertyEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the given separator. - StringArrayPropertyEditor(String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the given separator. - StringArrayPropertyEditor(String, String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the given separator. - StringArrayPropertyEditor(String, String, boolean, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringArrayPropertyEditor
-
Create a new
StringArrayPropertyEditor
with the given separator. - StringDecoder - Class in org.springframework.core.codec
-
Decode from a data buffer stream to a
String
stream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of strings. - StringHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter
that can read and write strings. - StringHttpMessageConverter() - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A default constructor that uses
"ISO-8859-1"
as the default charset. - StringHttpMessageConverter(Charset) - Constructor for class org.springframework.http.converter.StringHttpMessageConverter
-
A constructor accepting a default charset to use if the requested content type does not specify one.
- StringLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a string literal.
- StringLiteral(String, int, int, String) - Constructor for class org.springframework.expression.spel.ast.StringLiteral
- StringMessageConverter - Class in org.springframework.messaging.converter
-
A
MessageConverter
that supports MIME type "text/plain" with the payload converted to and from a String. - StringMessageConverter() - Constructor for class org.springframework.messaging.converter.StringMessageConverter
- StringMessageConverter(Charset) - Constructor for class org.springframework.messaging.converter.StringMessageConverter
- StringMultipartFileEditor - Class in org.springframework.web.multipart.support
-
Custom
PropertyEditor
for convertingMultipartFiles
to Strings. - StringMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
Create a new
StringMultipartFileEditor
, using the default charset. - StringMultipartFileEditor(String) - Constructor for class org.springframework.web.multipart.support.StringMultipartFileEditor
-
Create a new
StringMultipartFileEditor
, using the given charset. - StringSwitcher - Class in org.springframework.cglib.util
-
This class implements a simple String → int mapping for a fixed set of keys.
- StringSwitcher() - Constructor for class org.springframework.cglib.util.StringSwitcher
- StringSwitcher.Generator - Class in org.springframework.cglib.util
- StringTrimmerEditor - Class in org.springframework.beans.propertyeditors
-
Property editor that trims Strings.
- StringTrimmerEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
Create a new StringTrimmerEditor.
- StringTrimmerEditor(String, boolean) - Constructor for class org.springframework.beans.propertyeditors.StringTrimmerEditor
-
Create a new StringTrimmerEditor.
- StringUtils - Class in org.springframework.util
-
Miscellaneous
String
utility methods. - StringUtils() - Constructor for class org.springframework.util.StringUtils
- StringValueResolver - Interface in org.springframework.util
-
Simple strategy interface for resolving a String value.
- stringValues(String, String...) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the values of the response header as String values.
- stringValues(String, Matcher<? super Iterable<String>>) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the values of the response header with the given Hamcrest Iterable
Matcher
. - stripFilenameExtension(String) - Static method in class org.springframework.util.StringUtils
-
Strip the filename extension from the given Java resource path, e.g.
- StubPropertySource(String) - Constructor for class org.springframework.core.env.PropertySource.StubPropertySource
- style() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
-
The style pattern to use to format the field or method parameter.
- style() - Element in annotation interface org.springframework.format.annotation.DurationFormat
-
Which
Style
to use for parsing and printing aDuration
. - style() - Element in annotation interface org.springframework.format.annotation.NumberFormat
-
The style pattern to use to format the field.
- style(Object) - Method in class org.springframework.core.style.DefaultValueStyler
- style(Object) - Static method in class org.springframework.core.style.StylerUtils
-
Style the specified value according to default conventions.
- style(Object) - Method in interface org.springframework.core.style.ValueStyler
-
Style the given value, returning a String representation.
- STYLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- STYLE_BEANS - Static variable in class org.springframework.cglib.proxy.Mixin
- STYLE_EVERYTHING - Static variable in class org.springframework.cglib.proxy.Mixin
- STYLE_INTERFACES - Static variable in class org.springframework.cglib.proxy.Mixin
- styleArray(Object[]) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied array.
- styleArray(Object[]) - Method in class org.springframework.core.style.SimpleValueStyler
- styleClass(Class<?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Class
. - styleClass(Class<?>) - Method in class org.springframework.core.style.SimpleValueStyler
- styleCollection(Collection<?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Collection
. - styleCollection(Collection<?>) - Method in class org.springframework.core.style.SimpleValueStyler
- styleEnd(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleEnd(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a
toString()
'ed object after it's fields are styled. - styleField(StringBuilder, String, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleField(StringBuilder, String, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a field value as a string.
- styleFieldEnd(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleFieldSeparator(StringBuilder) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleFieldSeparator(StringBuilder) - Method in interface org.springframework.core.style.ToStringStyler
-
Style the field separator.
- styleFieldStart(StringBuilder, String) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleMap(Map<K, V>) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Map
. - styleMap(Map<K, V>) - Method in class org.springframework.core.style.SimpleValueStyler
- styleMapEntry(Map.Entry<?, ?>) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Map.Entry
. - styleMethod(Method) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Method
. - styleMethod(Method) - Method in class org.springframework.core.style.SimpleValueStyler
- styleNull() - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of
null
. - styleNull() - Method in class org.springframework.core.style.SimpleValueStyler
- styleObject(Object) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
Object
. - StylerUtils - Class in org.springframework.core.style
-
Simple utility class to allow for convenient access to value styling logic, mainly to support descriptive logging messages.
- StylerUtils() - Constructor for class org.springframework.core.style.StylerUtils
- styleStart(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleStart(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style a
toString()
'ed object before its fields are styled. - styleString(String) - Method in class org.springframework.core.style.DefaultValueStyler
-
Generate a styled version of the supplied
String
. - styleString(String) - Method in class org.springframework.core.style.SimpleValueStyler
- styleValue(StringBuilder, Object) - Method in class org.springframework.core.style.DefaultToStringStyler
- styleValue(StringBuilder, Object) - Method in interface org.springframework.core.style.ToStringStyler
-
Style the given value.
- SUB - Static variable in class org.springframework.cglib.core.CodeEmitter
- subList(int, int) - Method in class org.springframework.util.AutoPopulatingList
- submit(Runnable) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a Runnable task for execution, receiving a Future representing that task.
- submit(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- submit(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- submit(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- submit(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- submit(Callable<T>) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a Callable task for execution, receiving a Future representing that task.
- submit(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- submit(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- submit(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- submit(Callable<T>) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- SUBMIT_IMAGE_SUFFIXES - Static variable in class org.springframework.web.util.WebUtils
-
Name suffixes in case of image buttons.
- submitCompletable(Runnable) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a
Runnable
task for execution, receiving aCompletableFuture
representing that task. - submitCompletable(Callable<T>) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Submit a
Callable
task for execution, receiving aCompletableFuture
representing that task. - submitListenable(Runnable) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
-
Deprecated.in favor of
AsyncTaskExecutor.submitCompletable(Runnable)
- submitListenable(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- submitListenable(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- submitListenable(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- submitListenable(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- submitListenable(Callable<T>) - Method in interface org.springframework.core.task.AsyncListenableTaskExecutor
-
Deprecated.in favor of
AsyncTaskExecutor.submitCompletable(Callable)
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
- submitListenable(Callable<T>) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- submitListenable(Callable<T>) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- subPath(int) - Method in interface org.springframework.http.server.PathContainer
-
Extract a sub-path from the given offset into the elements list.
- subPath(int, int) - Method in interface org.springframework.http.server.PathContainer
-
Extract a sub-path from the given start offset into the element list (inclusive) and to the end offset (exclusive).
- SubProtocolCapable - Interface in org.springframework.web.socket
-
An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.
- SubProtocolErrorHandler<P> - Interface in org.springframework.web.socket.messaging
-
A contract for handling sub-protocol errors sent to clients.
- SubProtocolHandler - Interface in org.springframework.web.socket.messaging
-
A contract for handling WebSocket messages as part of a higher level protocol, referred to as "sub-protocol" in the WebSocket RFC specification.
- subProtocolWebSocketHandler(AbstractSubscribableChannel, AbstractSubscribableChannel) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- SubProtocolWebSocketHandler - Class in org.springframework.web.socket.messaging
-
An implementation of
WebSocketHandler
that delegates incoming WebSocket messages to aSubProtocolHandler
along with aMessageChannel
to which the sub-protocol handler can send messages from WebSocket clients to the application. - SubProtocolWebSocketHandler(MessageChannel, SubscribableChannel) - Constructor for class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Create a new
SubProtocolWebSocketHandler
for the given inbound and outbound channels. - SubProtocolWebSocketHandler.Stats - Interface in org.springframework.web.socket.messaging
-
Contract for access to session counters.
- SubscribableChannel - Interface in org.springframework.messaging
-
A
MessageChannel
that maintains a registry of subscribers and invokes them to handle messages sent through this channel. - subscribe(String, StompFrameHandler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- subscribe(String, StompFrameHandler) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Subscribe to the given destination by sending a SUBSCRIBE frame and handle received messages with the specified
StompFrameHandler
. - subscribe(Subscriber<? super Void>) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
- subscribe(Subscriber<? super Void>) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
- subscribe(Subscriber<? super T>) - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
- subscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
-
Register a message handler.
- subscribe(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
- subscribe(StompHeaders, StompFrameHandler) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- subscribe(StompHeaders, StompFrameHandler) - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
An overloaded version of
StompSession.subscribe(String, StompFrameHandler)
with fullStompHeaders
instead of just a destination. - subscribe(CoreSubscriber<? super Void>) - Method in class org.springframework.http.server.reactive.ChannelSendOperator
- SUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
- SUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- SUBSCRIBE - Static variable in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
- SubscribeMapping - Annotation Interface in org.springframework.messaging.simp.annotation
-
Annotation for mapping subscription messages onto specific handler methods based on the destination of a subscription.
- subscription() - Element in annotation interface org.springframework.jms.annotation.JmsListener
-
The name for the durable subscription, if any.
- SUBSCRIPTION - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- SUBSCRIPTION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
- SubscriptionMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
-
HandlerMethodReturnValueHandler
for replying directly to a subscription. - SubscriptionMethodReturnValueHandler(MessageSendingOperations<String>) - Constructor for class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
-
Construct a new SubscriptionMethodReturnValueHandler.
- SubscriptionNameProvider - Interface in org.springframework.jms.listener
-
Interface to be implemented by message listener objects that suggest a specific name for a durable subscription that they might be registered with.
- SubscriptionRegistry - Interface in org.springframework.messaging.simp.broker
-
A registry of subscription by session that allows looking up subscriptions.
- subSequence(int, int) - Method in class org.springframework.core.log.LogMessage
- substituteNamedParameters(String, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- substituteNamedParameters(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- substringMatch(CharSequence, int, CharSequence) - Static method in class org.springframework.util.StringUtils
-
Test whether the given string matches the given substring at the given index.
- SUBTRACT - Enum constant in enum class org.springframework.expression.Operation
-
Subtract operation.
- success(T) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
Deprecated.Trigger a
SuccessCallback.onSuccess(Object)
call on all added callbacks with the given result. - SUCCESS - Enum constant in enum class org.springframework.scheduling.config.TaskExecutionOutcome.Status
-
The task execution finished successfully.
- SuccessCallback<T> - Interface in org.springframework.util.concurrent
-
Deprecated.as of 6.0, in favor of
CompletableFuture.whenComplete(BiConsumer)
- SUCCESSFUL - Enum constant in enum class org.springframework.http.HttpStatus.Series
- suffix(String) - Method in class org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
-
Set the suffix that gets appended to view names when building a URL.
- suffix(String) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
Set the suffix that gets appended to view names when building a URL.
- suggestedClassName() - Method in interface org.springframework.scripting.ScriptSource
-
Determine a class name for the underlying script.
- suggestedClassName() - Method in class org.springframework.scripting.support.ResourceScriptSource
- suggestedClassName() - Method in class org.springframework.scripting.support.StaticScriptSource
- SUID_FIELD_NAME - Static variable in interface org.springframework.cglib.core.Constants
- super_getfield(String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- super_getstatic(String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- super_invoke() - Method in class org.springframework.cglib.core.CodeEmitter
- super_invoke(Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- super_invoke_constructor() - Method in class org.springframework.cglib.core.CodeEmitter
- super_invoke_constructor(Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- super_putfield(String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- super_putstatic(String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- SUPERCLASS - Enum constant in enum class org.springframework.core.annotation.MergedAnnotations.SearchStrategy
-
Find all directly declared and superclass annotations.
- SupplierUtils - Class in org.springframework.util.function
-
Convenience utilities for
Supplier
handling. - SupplierUtils() - Constructor for class org.springframework.util.function.SupplierUtils
- supportedDatabaseProductsForFunctions - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
-
List of supported database products for function calls.
- supportedDatabaseProductsForProcedures - Static variable in class org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
-
List of supported database products for procedure calls.
- supportedMimeTypes() - Method in class org.springframework.http.codec.KotlinSerializationSupport
-
Returns the supported mime types.
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractGenericHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.AbstractSmartHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.StringHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.AbstractJsonMessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether the given class is supported by this converter.
- supports(Class<?>) - Method in class org.springframework.messaging.converter.ByteArrayMessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.MappingJackson2MessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.MarshallingMessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.ProtobufMessageConverter
- supports(Class<?>) - Method in class org.springframework.messaging.converter.StringMessageConverter
- supports(Class<?>) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- supports(Class<?>) - Method in interface org.springframework.oxm.Marshaller
-
Indicate whether this marshaller can marshal instances of the supplied type.
- supports(Class<?>) - Method in interface org.springframework.oxm.Unmarshaller
-
Indicate whether this unmarshaller can unmarshal instances of the supplied type.
- supports(Class<?>) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
- supports(Class<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- supports(Class<?>) - Method in interface org.springframework.validation.Validator
- supports(Object) - Method in class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
- supports(Object) - Method in interface org.springframework.web.reactive.HandlerAdapter
-
Whether this
HandlerAdapter
supports the givenhandler
. - supports(Object) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
- supports(Object) - Method in class org.springframework.web.reactive.result.SimpleHandlerAdapter
- supports(Object) - Method in class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
- supports(Object) - Method in class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
- supports(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
- supports(Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
-
Given a handler instance, return whether this
HandlerAdapter
can support it. - supports(Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
- supports(Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
This implementation expects the handler to be an
HandlerMethod
. - supports(Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
- supports(Type) - Method in interface org.springframework.oxm.GenericMarshaller
-
Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Type) - Method in interface org.springframework.oxm.GenericUnmarshaller
-
Indicates whether this marshaller can marshal instances of the supplied generic type.
- supports(Type) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
-
Whether this component supports the given controller method return type and the selected
HttpMessageConverter
type. - supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
-
Invoked first to determine if this interceptor applies.
- supports(HandlerResult) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
- supports(HandlerResult) - Method in interface org.springframework.web.reactive.HandlerResultHandler
-
Whether this handler supports the given
HandlerResult
. - supports(HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
- supports(HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
- supports(HandlerResult) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
- SUPPORTS - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Support a current transaction, execute non-transactionally if none exists.
- supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
-
Does this adapter understand this advice object? Is it valid to invoke the
getInterceptors
method with an Advisor that contains this advice as an argument? - supportsAsyncExecution() - Method in interface org.springframework.context.ApplicationListener
-
Return whether this listener supports asynchronous execution.
- supportsAsyncExecution() - Method in interface org.springframework.transaction.event.TransactionalApplicationListener
-
Transaction-synchronized listeners do not support asynchronous execution, only their target listener (
TransactionalApplicationListener.processEvent(E)
) potentially does. - supportsBatchUpdates(Connection) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Return whether the given JDBC driver supports JDBC batch updates.
- supportsContext(Observation.Context) - Method in interface org.springframework.http.client.observation.ClientRequestObservationConvention
- supportsContext(Observation.Context) - Method in interface org.springframework.http.server.observation.ServerRequestObservationConvention
- supportsContext(Observation.Context) - Method in interface org.springframework.http.server.reactive.observation.ServerRequestObservationConvention
- supportsContext(Observation.Context) - Method in interface org.springframework.scheduling.support.ScheduledTaskObservationConvention
- supportsContext(Observation.Context) - Method in interface org.springframework.web.reactive.function.client.ClientRequestObservationConvention
- supportsCors() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- supportsEmpty() - Method in class org.springframework.core.ReactiveAdapter
-
Shortcut for
getDescriptor().supportsEmpty()
. - supportsEmpty() - Method in class org.springframework.core.ReactiveTypeDescriptor
-
Return
true
if the reactive type can complete with no values. - supportsEvent(Class<?>, ResolvableType) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Filter a listener early through checking its generically declared event type before trying to instantiate it.
- supportsEvent(ApplicationListener<?>, ResolvableType, Class<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
-
Determine whether the given listener supports the given event.
- supportsEventType(Class<? extends ApplicationEvent>) - Method in interface org.springframework.context.event.GenericApplicationListener
-
Overrides
SmartApplicationListener.supportsEventType(Class)
with delegation toGenericApplicationListener.supportsEventType(ResolvableType)
. - supportsEventType(Class<? extends ApplicationEvent>) - Method in interface org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
- supportsEventType(ResolvableType) - Method in interface org.springframework.context.event.GenericApplicationListener
-
Determine whether this listener actually supports the given event type.
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
- supportsEventType(ResolvableType) - Method in class org.springframework.context.event.SourceFilteringListener
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
-
Given a handler method, return whether this adapter can support it.
- supportsInternal(HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Always return
true
since any method argument and return value type will be processed in some way. - supportsLazyResolution() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Determine whether this dependency supports lazy resolution, e.g.
- supportsLobParameters() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
BatchSqlUpdate does not support BLOB or CLOB parameters.
- supportsLobParameters() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether BLOB/CLOB parameters are supported for this kind of operation.
- supportsMethod(Method) - Method in class org.springframework.context.event.DefaultEventListenerFactory
- supportsMethod(Method) - Method in interface org.springframework.context.event.EventListenerFactory
-
Specify if this factory supports the specified
Method
. - supportsMethod(Method) - Method in class org.springframework.transaction.event.TransactionalEventListenerFactory
- supportsMimeType(MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
- supportsMimeType(MimeType) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
- supportsMimeType(MimeType) - Method in class org.springframework.http.codec.protobuf.ProtobufCodecSupport
- supportsMultipleValues(MethodParameter, HttpRequestValues.Metadata) - Method in class org.springframework.web.service.invoker.RequestParamArgumentResolver
-
Determine whether the resolver should send multi-value request parameters as individual values.
- supportsOrderedMessages(MessageChannel) - Static method in class org.springframework.messaging.simp.broker.OrderedMessageChannelDecorator
-
Whether the channel has been
configured
with an interceptor for sequential handling. - supportsOrigin() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- supportsParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
Determine if the value for the
Parameter
in the suppliedParameterContext
should be autowired from the test'sApplicationContext
. - supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.reactive.ContinuationHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.reactive.DestinationVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.reactive.HeadersMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver
-
Whether the given method parameter is supported by this resolver.
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
Whether the given method parameter is supported by any registered
HandlerMethodArgumentResolver
. - supportsParameter(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolver
-
Whether the given method parameter is supported by this resolver.
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
-
Whether the given method parameter is supported by any registered
HandlerMethodArgumentResolver
. - supportsParameter(MethodParameter) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketRequesterMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
Actually resolve the value and check the resolved value is not
WebArgumentResolver.UNRESOLVED
absorbing _any_ exceptions. - supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Returns
true
if the parameter is annotated withModelAttribute
or, if in default resolution mode, for any method parameter that is not a simple type. - supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
Supports the following: @RequestParam-annotated method arguments.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
Whether the given method parameter is supported by this resolver.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Whether the given method parameter is supported by any registered
HandlerMethodArgumentResolver
. - supportsParameter(MethodParameter) - Method in interface org.springframework.web.method.support.UriComponentsContributor
-
Whether this contributor supports the given method parameter.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ContinuationHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ErrorsMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.HttpEntityMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ModelMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PrincipalMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestBodyMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestPartMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ServerWebExchangeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionStatusMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.WebSessionMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in interface org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver
-
Whether this resolver supports the given method parameter.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ContinuationHandlerMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PrincipalMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Whether the given method parameter is supported as multipart.
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
- supportsParameter(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
- supportsPartialMessages() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- supportsPartialMessages() - Method in interface org.springframework.web.socket.WebSocketHandler
-
Whether the WebSocketHandler handles partial messages.
- supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- supportsProceedingJoinPoint() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
- supportsRepeatableWrites(byte[]) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
- supportsRepeatableWrites(Message) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- supportsRepeatableWrites(Object) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- supportsRepeatableWrites(String) - Method in class org.springframework.http.converter.StringHttpMessageConverter
- supportsRepeatableWrites(Resource) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
- supportsRepeatableWrites(T) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Indicates whether this message converter can write the given object multiple times.
- supportsRepeatableWrites(T) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
- supportsRepeatableWrites(T) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- supportsRequestAttributes() - Method in class org.springframework.web.client.support.RestClientAdapter
- supportsRequestAttributes() - Method in class org.springframework.web.client.support.RestTemplateAdapter
- supportsRequestAttributes() - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- supportsRequestAttributes() - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Whether the underlying client supports use of request attributes.
- supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.JtaTransactionManager
- supportsResourceAdapterManagedTransactions() - Method in class org.springframework.transaction.jta.SimpleTransactionFactory
- supportsResourceAdapterManagedTransactions() - Method in interface org.springframework.transaction.jta.TransactionFactory
-
Determine whether the underlying transaction manager supports XA transactions managed by a resource adapter (i.e.
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
- supportsReturnType(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler
-
Whether the given method return type is supported by this handler.
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
-
Deprecated.
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandler
-
Whether the given method return type is supported by this handler.
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.invocation.ReactiveReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Return
true
if there is a method-level@ModelAttribute
or, in default resolution mode, for any return value type that is not a simple type. - supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
- supportsReturnType(MethodParameter) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
Whether the given method return type is supported by this handler.
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
-
Whether the given method return type is supported by any registered
HandlerMethodReturnValueHandler
. - supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
-
Always returns
true
. - supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
- supportsReturnType(MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
- supportsSavepoints() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return whether JDBC Savepoints are supported.
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
- supportsSourceType(Class<?>) - Method in interface org.springframework.context.event.SmartApplicationListener
-
Determine whether this listener actually supports the given source type.
- supportsSourceType(Class<?>) - Method in class org.springframework.context.event.SourceFilteringListener
- supportsSourceType(Class<?>) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
- supportsSourceType(Class<?>) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
- supportsTypeLevelMappings() - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Indicates whether this handler mapping support type-level mappings.
- suppress(String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Ensure that a resource with the given path is not found.
- suppress(Consumer<AnnotationSpec.Builder>) - Method in class org.springframework.beans.factory.aot.CodeWarnings
-
Consume the builder for
SuppressWarnings
if necessary. - suppress(MethodSpec.Builder) - Method in class org.springframework.beans.factory.aot.CodeWarnings
-
Include
SuppressWarnings
on the specified method if necessary. - suppress(TypeSpec.Builder) - Method in class org.springframework.beans.factory.aot.CodeWarnings
-
Include
SuppressWarnings
on the specified type if necessary. - SUPPRESS_LOGGING_HINT - Static variable in class org.springframework.core.codec.Hints
-
Name of boolean hint whether to avoid logging data either because it's potentially sensitive, or because it has been logged by a composite encoder, e.g.
- suppressGetenvAccess() - Method in class org.springframework.core.env.AbstractEnvironment
-
Determine whether to suppress
System.getenv()
/System.getenv(String)
access for the purposes ofAbstractEnvironment.getSystemEnvironment()
. - suppressInterface(Class<?>) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Suppress the specified interface, which may have been autodetected due to the delegate implementing it.
- suppressProperty(String) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Remove the specified property from the mapped properties.
- suppressProperty(String) - Method in class org.springframework.r2dbc.core.BeanPropertyRowMapper
-
Remove the specified property from the mapped properties.
- suspend() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
- suspend() - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
- suspend() - Method in interface org.springframework.transaction.reactive.TransactionSynchronization
-
Suspend this synchronization.
- suspend() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- suspend() - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Suspend this synchronization.
- suspend() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
Deprecated.
- suspend(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Suspend the given transaction.
- suspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
-
Suspend receiving until received message(s) are processed and more demand is generated by the downstream Subscriber.
- suspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- suspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession
- suspendReceiving() - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- swap() - Method in class org.springframework.cglib.core.CodeEmitter
- swap(int, int) - Method in class org.springframework.cglib.util.ParallelSorter
- swap(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
Swap the target, returning the old target object.
- swap(Type, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- SWAP - Static variable in interface org.springframework.asm.Opcodes
- SWITCH_STYLE_HASH - Static variable in interface org.springframework.cglib.core.Constants
- SWITCH_STYLE_HASHONLY - Static variable in interface org.springframework.cglib.core.Constants
- SWITCH_STYLE_TRIE - Static variable in interface org.springframework.cglib.core.Constants
- SWITCHING_PROTOCOLS - Enum constant in enum class org.springframework.http.HttpStatus
-
101 Switching Protocols
. - SYBASE - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
- SybaseAnywhereMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column. - SybaseAnywhereMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
-
Default constructor for bean property style usage.
- SybaseAnywhereMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
-
Convenience constructor.
- SybaseCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
Sybase specific implementation for the
CallMetaDataProvider
interface. - SybaseCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
- SybaseMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column. - SybaseMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
Default constructor for bean property style usage.
- SybaseMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
-
Convenience constructor.
- sync() - Element in annotation interface org.springframework.cache.annotation.Cacheable
-
Synchronize the invocation of the underlying method if several threads are attempting to load a value for the same key.
- syncBody(Object) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
-
Deprecated.as of Spring Framework 5.2 in favor of
WebTestClient.RequestBodySpec.bodyValue(Object)
- syncBody(Object) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
-
Deprecated.as of Spring Framework 5.2 in favor of
WebClient.RequestBodySpec.bodyValue(Object)
- syncBody(Object) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
-
Deprecated.as of Spring Framework 5.2 in favor of
ServerResponse.BodyBuilder.bodyValue(Object)
- SyncHandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation.reactive
-
An extension of
HandlerMethodArgumentResolver
for implementations that are synchronous in nature and do not block to resolve values. - SyncHandlerMethodArgumentResolver - Interface in org.springframework.web.reactive.result.method
-
An extension of
HandlerMethodArgumentResolver
for implementations that are synchronous in nature and do not block to resolve values. - SynchedLocalTransactionFailedException - Exception in org.springframework.jms.connection
-
Exception thrown when a synchronized local transaction failed to complete (after the main transaction has already completed).
- SynchedLocalTransactionFailedException(String, JMSException) - Constructor for exception org.springframework.jms.connection.SynchedLocalTransactionFailedException
-
Create a new SynchedLocalTransactionFailedException.
- SYNCHRONIZATION_ALWAYS - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Always activate transaction synchronization, even for "empty" transactions that result from PROPAGATION_SUPPORTS with no existing backend transaction.
- SYNCHRONIZATION_NEVER - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Never active transaction synchronization, not even for actual transactions.
- SYNCHRONIZATION_ON_ACTUAL_TRANSACTION - Static variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Activate transaction synchronization only for actual transactions, that is, not for empty ones that result from PROPAGATION_SUPPORTS with no existing backend transaction.
- SyncInvocableHandlerMethod - Class in org.springframework.web.reactive.result.method
-
Extension of
HandlerMethod
that invokes the underlying method viaInvocableHandlerMethod
but uses sync argument resolvers only and thus can return directly aHandlerResult
with no async wrappers. - SyncInvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod
- SyncInvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod
- SyncTaskExecutor - Class in org.springframework.core.task
-
TaskExecutor
implementation that executes each task synchronously in the calling thread. - SyncTaskExecutor() - Constructor for class org.springframework.core.task.SyncTaskExecutor
- synthesize() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a type-safe synthesized version of this merged annotation that can be used directly in code.
- synthesize(Predicate<? super MergedAnnotation<A>>) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Optionally create a type-safe synthesized version of this annotation based on a condition predicate.
- synthesizeAnnotation(A, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from the supplied
annotation
by wrapping it in a dynamic proxy that transparently enforces attribute alias semantics for annotation attributes that are annotated with@AliasFor
. - synthesizeAnnotation(Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from its default attributes values.
- synthesizeAnnotation(Map<String, Object>, Class<A>, AnnotatedElement) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Synthesize an annotation from the supplied map of annotation attributes by wrapping the map in a dynamic proxy that implements an annotation of the specified
annotationType
and transparently enforces attribute alias semantics for annotation attributes that are annotated with@AliasFor
. - SynthesizingMethodParameter - Class in org.springframework.core.annotation
-
A
MethodParameter
variant which synthesizes annotations that declare attribute aliases via@AliasFor
. - SynthesizingMethodParameter(Constructor<?>, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new
SynthesizingMethodParameter
for the given constructor, with nesting level 1. - SynthesizingMethodParameter(Constructor<?>, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new
SynthesizingMethodParameter
for the given constructor. - SynthesizingMethodParameter(Method, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new
SynthesizingMethodParameter
for the given method, with nesting level 1. - SynthesizingMethodParameter(Method, int, int) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new
SynthesizingMethodParameter
for the given method. - SynthesizingMethodParameter(SynthesizingMethodParameter) - Constructor for class org.springframework.core.annotation.SynthesizingMethodParameter
-
Copy constructor, resulting in an independent
SynthesizingMethodParameter
based on the same metadata and cache state that the original object was in. - SyntheticInstantiationAdvisor(MetadataAwareAspectInstanceFactory) - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
- SYSTEM_ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the System environment bean in the factory.
- SYSTEM_ENVIRONMENT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
-
System environment property source name: "systemEnvironment".
- SYSTEM_PROPERTIES_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the System properties bean in the factory.
- SYSTEM_PROPERTIES_MODE_FALLBACK - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Check system properties if not resolvable in the specified properties.
- SYSTEM_PROPERTIES_MODE_NEVER - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Never check system properties.
- SYSTEM_PROPERTIES_MODE_OVERRIDE - Static variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Check system properties first, before trying the specified properties.
- SYSTEM_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.core.env.StandardEnvironment
-
JVM system properties property source name: "systemProperties".
- SYSTEM_SESSION_ID - Static variable in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
-
The system session ID.
- SystemEnvironmentPropertySource - Class in org.springframework.core.env
-
Specialization of
MapPropertySource
designed for use with system environment variables. - SystemEnvironmentPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.SystemEnvironmentPropertySource
-
Create a new
SystemEnvironmentPropertySource
with the given name and delegating to the givenMapPropertySource
. - SystemProfileValueSource - Class in org.springframework.test.annotation
-
Implementation of
ProfileValueSource
which uses system properties as the underlying source. - SystemPropertyUtils - Class in org.springframework.util
-
Helper class for resolving placeholders in texts.
- SystemPropertyUtils() - Constructor for class org.springframework.util.SystemPropertyUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
TaskScheduler.schedule(Runnable, Instant)