Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- I_AM_A_TEAPOT - Enum constant in enum class org.springframework.http.HttpStatus
-
418 I'm a teapot
. - I2B - Static variable in interface org.springframework.asm.Opcodes
- I2C - Static variable in interface org.springframework.asm.Opcodes
- I2D - Static variable in interface org.springframework.asm.Opcodes
- I2F - Static variable in interface org.springframework.asm.Opcodes
- I2L - Static variable in interface org.springframework.asm.Opcodes
- I2S - Static variable in interface org.springframework.asm.Opcodes
- IADD - Static variable in interface org.springframework.asm.Opcodes
- IALOAD - Static variable in interface org.springframework.asm.Opcodes
- IAND - Static variable in interface org.springframework.asm.Opcodes
- IASTORE - Static variable in interface org.springframework.asm.Opcodes
- ICONST(int) - Static method in class org.springframework.cglib.core.TypeUtils
- ICONST_0 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_1 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_2 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_3 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_4 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_5 - Static variable in interface org.springframework.asm.Opcodes
- ICONST_M1 - Static variable in interface org.springframework.asm.Opcodes
- id() - Element in annotation interface org.springframework.context.event.EventListener
-
An optional identifier for the listener, defaulting to the fully-qualified signature of the declaring method (e.g.
- id() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the
id
field of this event, if available. - id() - Element in annotation interface org.springframework.jms.annotation.JmsListener
-
The unique identifier of the container managing this endpoint.
- id() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
-
An optional identifier for the listener, defaulting to the fully-qualified signature of the declaring method (e.g.
- id(String) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set the value of the
id
field. - id(String) - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Add an SSE "id" line.
- id(String) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
-
Add an SSE "id" line.
- ID - Static variable in class org.springframework.messaging.MessageHeaders
-
The key for the Message ID.
- ID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Constant for the "id" attribute.
- ID_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- ID_VALUE_NONE - Static variable in class org.springframework.messaging.MessageHeaders
-
UUID for none.
- identifiablePlaceholders() - Method in interface org.springframework.r2dbc.core.binding.BindMarkersFactory
-
Return whether the
BindMarkersFactory
uses identifiable placeholders:false
if multiple placeholders cannot be distinguished by just theplaceholder
identifier. - Identifier - Class in org.springframework.expression.spel.ast
-
An 'identifier'
SpelNode
. - Identifier(String, int, int) - Constructor for class org.springframework.expression.spel.ast.Identifier
- identity() - Static method in class org.springframework.cglib.core.internal.LoadingCache
- IDENTITY - Static variable in class org.springframework.cglib.core.internal.LoadingCache
- IDENTITY_OBJECT_NAME_KEY - Static variable in class org.springframework.jmx.support.JmxUtils
-
The key used when extending an existing
ObjectName
with the identity hash code of its corresponding managed resource. - IdentityNamingStrategy - Class in org.springframework.jmx.export.naming
-
An implementation of the
ObjectNamingStrategy
interface that creates a name based on the identity of a given instance. - IdentityNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.IdentityNamingStrategy
- identityToString(Object) - Static method in class org.springframework.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- idGenerator - Static variable in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- IdGenerator - Interface in org.springframework.util
-
Contract for generating universally unique identifiers (
UUIDs
). - IDIV - Static variable in interface org.springframework.asm.Opcodes
- IDREF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- IdTimestampMessageHeaderInitializer - Class in org.springframework.messaging.support
-
A
MessageHeaderInitializer
to customize the strategy for ID and TIMESTAMP message header generation. - IdTimestampMessageHeaderInitializer() - Constructor for class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
- IF_ACMPEQ - Static variable in interface org.springframework.asm.Opcodes
- IF_ACMPNE - Static variable in interface org.springframework.asm.Opcodes
- if_cmp(Type, int, Label) - Method in class org.springframework.cglib.core.CodeEmitter
- if_icmp(int, Label) - Method in class org.springframework.cglib.core.CodeEmitter
- IF_ICMPEQ - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPGE - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPGT - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPLE - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPLT - Static variable in interface org.springframework.asm.Opcodes
- IF_ICMPNE - Static variable in interface org.springframework.asm.Opcodes
- if_jump(int, Label) - Method in class org.springframework.cglib.core.CodeEmitter
- IF_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
If-Match
header field name. - IF_MODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
If-Modified-Since
header field name. - IF_NONE_MATCH - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
If-None-Match
header field name. - IF_RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
If-Range
header field name. - IF_UNMODIFIED_SINCE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
If-Unmodified-Since
header field name. - ifAvailable(Consumer<T>) - Method in interface org.springframework.beans.factory.ObjectProvider
-
Consume an instance (possibly shared or independent) of the object managed by this factory, if available.
- IFEQ - Static variable in interface org.springframework.asm.Opcodes
- IFGE - Static variable in interface org.springframework.asm.Opcodes
- IFGT - Static variable in interface org.springframework.asm.Opcodes
- IFLE - Static variable in interface org.springframework.asm.Opcodes
- IFLT - Static variable in interface org.springframework.asm.Opcodes
- ifModifiedSince(long) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the
If-Modified-Since
header. - ifModifiedSince(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the value of the
If-Modified-Since
header. - ifModifiedSince(Instant) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the
If-Modified-Since
header. - ifModifiedSince(ZonedDateTime) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the value of the
If-Modified-Since
header. - ifModifiedSince(ZonedDateTime) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the value of the
If-Modified-Since
header. - ifModifiedSince(ZonedDateTime) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
Set the value of the
If-Modified-Since
header. - IFNE - Static variable in interface org.springframework.asm.Opcodes
- ifNoneMatch(String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
-
Set the values of the
If-None-Match
header. - ifNoneMatch(String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the values of the
If-None-Match
header. - ifNoneMatch(String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the values of the
If-None-Match
header. - ifNoneMatch(String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
Set the values of the
If-None-Match
header. - ifnonnull(Label) - Method in class org.springframework.cglib.core.CodeEmitter
- IFNONNULL - Static variable in interface org.springframework.asm.Opcodes
- ifnull(Label) - Method in class org.springframework.cglib.core.CodeEmitter
- IFNULL - Static variable in interface org.springframework.asm.Opcodes
- IfProfileValue - Annotation Interface in org.springframework.test.annotation
-
Test annotation for use with JUnit 4 to indicate whether a test is enabled or disabled for a specific testing profile.
- ifUnique(Consumer<T>) - Method in interface org.springframework.beans.factory.ObjectProvider
-
Consume an instance (possibly shared or independent) of the object managed by this factory, if unique.
- ifUnmodifiedSince(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the (new) value of the
If-Unmodified-Since
header. - ignore(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
- IGNORE_BEANINFO_PROPERTY_NAME - Static variable in class org.springframework.beans.StandardBeanInfoFactory
-
System property that instructs Spring to use the
Introspector.IGNORE_ALL_BEANINFO
mode when calling the JavaBeansIntrospector
: "spring.beaninfo.ignore", with a value of "true" skipping the search forBeanInfo
classes (typically for scenarios where no such classes are being defined for beans in the application in the first place). - IGNORE_ERROR - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
A header that indicates to the broker that the sender will ignore errors.
- IGNORE_EXISTING - Enum constant in enum class org.springframework.jmx.support.RegistrationPolicy
-
Registration should ignore the affected MBean when attempting to register an MBean under a name that already exists.
- IGNORE_FAILED_DROPS - Enum constant in enum class org.springframework.test.context.jdbc.SqlConfig.ErrorMode
-
Indicates that failed SQL
DROP
statements can be ignored. - IGNORE_GETENV_PROPERTY_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
-
System property that instructs Spring to ignore system environment variables, i.e.
- IGNORE_GETPARAMETERTYPE_PROPERTY_NAME - Static variable in class org.springframework.jdbc.core.StatementCreatorUtils
-
System property that instructs Spring to ignore
ParameterMetaData.getParameterType(int)
completely, i.e. - IGNORE_INDEX - Static variable in class org.springframework.context.index.CandidateComponentsIndexLoader
-
System property that instructs Spring to ignore the components index, i.e.
- IGNORE_JNDI_PROPERTY_NAME - Static variable in class org.springframework.jndi.JndiLocatorDelegate
-
System property that instructs Spring to ignore a default JNDI environment, i.e.
- IGNORE_OBJENESIS_PROPERTY_NAME - Static variable in class org.springframework.objenesis.SpringObjenesis
-
System property that instructs Spring to ignore Objenesis, not even attempting to use it.
- ignoreAcceptHeader(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Whether to disable checking the 'Accept' request header.
- ignoreDependencyInterface(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Ignore the given dependency interface for autowiring.
- ignoreDependencyInterface(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency interface for autowiring.
- ignoreDependencyType(Class<?>) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Ignore the given dependency type for autowiring: for example, String.
- ignoreDependencyType(Class<?>) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Ignore the given dependency type for autowiring: for example, String.
- ignoreExpectOrder(boolean) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
-
Whether to allow expected requests to be executed in any order not necessarily matching the order of declaration.
- ignoreFailedDrops(boolean) - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Specify that a failed SQL
DROP
statement within an executed script can be ignored. - ignoreResourceNotFound() - Element in annotation interface org.springframework.context.annotation.PropertySource
-
Indicate if a failure to find a
property resource
should be ignored. - ignoreResourceNotFound() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
-
Returns the value of the
ignoreResourceNotFound
record component. - ignoreResourceType(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Ignore the given resource type when resolving
@Resource
annotations. - ignoreUnknownPathExtensions(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Deprecated.
- ignoreUnresolvablePlaceholders - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- iinc(Local, int) - Method in class org.springframework.cglib.core.CodeEmitter
- IINC - Static variable in interface org.springframework.asm.Opcodes
- ILLEGAL_CHARACTER_AT_START_OF_CAPTURE_DESCRIPTOR - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- ILLEGAL_CHARACTER_IN_CAPTURE_DESCRIPTOR - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- ILLEGAL_DOUBLE_CAPTURE - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- ILLEGAL_NESTED_CAPTURE - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- IllegalStateException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS IllegalStateException.
- IllegalStateException(IllegalStateException) - Constructor for exception org.springframework.jms.IllegalStateException
- IllegalTransactionStateException - Exception in org.springframework.transaction
-
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
- IllegalTransactionStateException(String) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
-
Constructor for IllegalTransactionStateException.
- IllegalTransactionStateException(String, Throwable) - Constructor for exception org.springframework.transaction.IllegalTransactionStateException
-
Constructor for IllegalTransactionStateException.
- ILOAD - Static variable in interface org.springframework.asm.Opcodes
- IM_USED - Enum constant in enum class org.springframework.http.HttpStatus
-
226 IM Used
. - IMAGE_GIF - Static variable in class org.springframework.http.MediaType
-
Public constant media type for
image/gif
. - IMAGE_GIF - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for
image/gif
. - IMAGE_GIF_VALUE - Static variable in class org.springframework.http.MediaType
-
A String equivalent of
MediaType.IMAGE_GIF
. - IMAGE_GIF_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
A String equivalent of
MimeTypeUtils.IMAGE_GIF
. - IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for
image/jpeg
. - IMAGE_JPEG - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for
image/jpeg
. - IMAGE_JPEG_VALUE - Static variable in class org.springframework.http.MediaType
-
A String equivalent of
MediaType.IMAGE_JPEG
. - IMAGE_JPEG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
A String equivalent of
MimeTypeUtils.IMAGE_JPEG
. - IMAGE_PNG - Static variable in class org.springframework.http.MediaType
-
Public constant media type for
image/png
. - IMAGE_PNG - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for
image/png
. - IMAGE_PNG_VALUE - Static variable in class org.springframework.http.MediaType
-
A String equivalent of
MediaType.IMAGE_PNG
. - IMAGE_PNG_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
A String equivalent of
MimeTypeUtils.IMAGE_PNG
. - IMMEDIATE - Enum constant in enum class org.springframework.expression.spel.SpelCompilerMode
-
In immediate mode, expressions are compiled as soon as possible (usually after 1 interpreted run).
- immutable() - Method in class org.springframework.http.CacheControl
-
Add an "immutable" directive.
- ImmutableBean - Class in org.springframework.cglib.beans
- ImmutableBean.Generator - Class in org.springframework.cglib.beans
- ImmutableMessageChannelInterceptor - Class in org.springframework.messaging.support
-
A simpler interceptor that calls
MessageHeaderAccessor.setImmutable()
on the headers of messages passed through the preSend method. - ImmutableMessageChannelInterceptor() - Constructor for class org.springframework.messaging.support.ImmutableMessageChannelInterceptor
- immutableValueTypes - Static variable in class org.springframework.web.context.request.ServletRequestAttributes
- implementInterfacesOnObject(Object) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Publish all interfaces that the given delegate implements at the proxy level.
- implementsInterface(Class<?>) - Method in interface org.springframework.aop.DynamicIntroductionAdvice
-
Does this introduction advice implement the given interface?
- implementsInterface(Class<?>) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Check whether the specified interfaces is a published introduction interface.
- Import - Annotation Interface in org.springframework.context.annotation
-
Indicates one or more component classes to import — typically
@Configuration
classes. - IMPORT_BEAN_NAME_GENERATOR - Static variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
A
BeanNameGenerator
using fully qualified class names as default bean names. - IMPORT_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- ImportAware - Interface in org.springframework.context.annotation
-
Interface to be implemented by any @
Configuration
class that wishes to be injected with theAnnotationMetadata
of the @Configuration
class that imported it. - ImportAwareAotBeanPostProcessor - Class in org.springframework.context.annotation
-
A
BeanPostProcessor
that honoursImportAware
callback using a mapping computed at build time. - ImportAwareAotBeanPostProcessor(Map<String, String>) - Constructor for class org.springframework.context.annotation.ImportAwareAotBeanPostProcessor
- ImportBeanDefinitionRegistrar - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that register additional bean definitions when processing @
Configuration
classes. - importBeanDefinitionResource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Parse an "import" element and load the bean definitions from the given resource into the bean factory.
- importBeans(String) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Import Spring bean definitions from either XML or Groovy sources into the current bean builder instance.
- ImportDefinition - Class in org.springframework.beans.factory.parsing
-
Representation of an import that has been processed during the parsing process.
- ImportDefinition(String) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- ImportDefinition(String, Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- ImportDefinition(String, Resource[], Object) - Constructor for class org.springframework.beans.factory.parsing.ImportDefinition
-
Create a new ImportDefinition.
- importProcessed(ImportDefinition) - Method in class org.springframework.beans.factory.parsing.EmptyReaderEventListener
- importProcessed(ImportDefinition) - Method in interface org.springframework.beans.factory.parsing.ReaderEventListener
-
Notification that the given import has been processed.
- ImportResource - Annotation Interface in org.springframework.context.annotation
-
Indicates one or more resources containing bean definitions to import.
- ImportRuntimeHints - Annotation Interface in org.springframework.context.annotation
-
Indicates that one or more
RuntimeHintsRegistrar
implementations should be processed. - ImportSelector - Interface in org.springframework.context.annotation
-
Interface to be implemented by types that determine which @
Configuration
class(es) should be imported based on a given selection criteria, usually one or more annotation attributes. - IMUL - Static variable in interface org.springframework.asm.Opcodes
- include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
- include(String) - Method in class org.springframework.mock.web.MockPageContext
- include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
- INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include context path.
- INCLUDE_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include path info.
- INCLUDE_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include query string.
- INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include request URI.
- INCLUDE_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for include servlet path.
- includeBean(Class<?>, String) - Method in interface org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
-
Indicate whether a particular bean should be included in the registration process, if it is not specified in the
beans
map of theMBeanExporter
. - includeBean(Class<?>, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Used for autodetection of beans.
- includeFilters() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Specifies which types are eligible for component scanning.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Method
is declared in one of the configured interfaces and that it is public. - includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an operation.
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeOperation(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true
. - includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Method
is declared in one of the configured interfaces and that it is public. - includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Vote on the inclusion of an attribute accessor.
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeReadAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true
. - includes(String...) - Method in class org.springframework.aot.hint.ResourcePatternHints.Builder
-
Include resources matching the specified patterns.
- includes(TypeReference, String...) - Method in class org.springframework.aot.hint.ResourcePatternHints.Builder
-
Include resources matching the specified patterns.
- includes(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this
MediaType
includes the given media type. - includes(MimeType) - Method in class org.springframework.util.MimeType
-
Indicate whether this MIME Type includes the given MIME Type.
- includeSynonymsForTableColumnMetaData() - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- includeSynonymsForTableColumnMetaData() - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Include synonyms for the column meta-data lookups via JDBC.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to vote on the inclusion of a particular attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
-
Check to see if the
Method
is declared in one of the configured interfaces and that it is public. - includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Votes on the inclusion of an attribute mutator.
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- includeWriteAttribute(Method, String) - Method in class org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
-
Always returns
true
. - inConnection(Function<Connection, Mono<T>>) - Method in interface org.springframework.r2dbc.core.ConnectionAccessor
-
Execute a callback
Function
within aConnection
scope. - inConnectionMany(Function<Connection, Flux<T>>) - Method in interface org.springframework.r2dbc.core.ConnectionAccessor
-
Execute a callback
Function
within aConnection
scope. - INCORRECT_ELEMENT_TYPE_FOR_ARRAY - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- IncorrectResultSetColumnCountException - Exception in org.springframework.jdbc
-
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 column.
- IncorrectResultSetColumnCountException(int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Constructor for IncorrectResultSetColumnCountException.
- IncorrectResultSetColumnCountException(String, int, int) - Constructor for exception org.springframework.jdbc.IncorrectResultSetColumnCountException
-
Constructor for IncorrectResultCountDataAccessException.
- IncorrectResultSizeDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.
- IncorrectResultSizeDataAccessException(int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectResultSizeDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.IncorrectResultSizeDataAccessException
-
Constructor for IncorrectResultSizeDataAccessException.
- IncorrectUpdateSemanticsDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when something unintended appears to have happened with an update, but the transaction hasn't already been rolled back.
- IncorrectUpdateSemanticsDataAccessException(String) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Constructor for IncorrectUpdateSemanticsDataAccessException.
- IncorrectUpdateSemanticsDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
-
Constructor for IncorrectUpdateSemanticsDataAccessException.
- increaseNestingLevel() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Increase this descriptor's nesting level.
- increaseNestingLevel() - Method in class org.springframework.core.MethodParameter
-
Deprecated.since 5.2 in favor of
MethodParameter.nested(Integer)
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
- incrementAndValidate() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Increase the matched request count and check we haven't passed the max count.
- INDEFINITE_TIMEOUT - Static variable in interface org.springframework.messaging.MessageChannel
-
Constant for sending a message without a prescribed timeout.
- indentOutput(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Shortcut for
SerializationFeature.INDENT_OUTPUT
option. - index - Variable in class org.springframework.cglib.reflect.FastMember
- INDEX_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- indexed(String, int) - Static method in interface org.springframework.r2dbc.core.binding.BindMarkersFactory
-
Create index-based
BindMarkers
using indexes to bind parameters. - Indexed - Annotation Interface in org.springframework.stereotype
-
Indicate that the annotated element represents a stereotype for the index.
- Indexer - Class in org.springframework.expression.spel.ast
-
An Indexer can index into some proceeding structure to access a particular piece of it.
- Indexer(int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Indexer
- INDEXING_NOT_SUPPORTED_FOR_TYPE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- indexOf(Object) - Method in class org.springframework.util.AutoPopulatingList
- indexOf(IntPredicate, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the index of the first byte in this buffer that matches the given predicate.
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- indexOf(IntPredicate, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- indexOf(Advice) - Method in interface org.springframework.aop.framework.Advised
-
Return the index (from 0) of the given AOP Alliance Advice, or -1 if no such advice is an advice for this proxy.
- indexOf(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
- indexOf(Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Return the index (from 0) of the given advisor, or -1 if no such advisor applies to this proxy.
- indexOf(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
- indicatesAutowiring() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether this BeanWiringInfo indicates autowiring.
- INEG - Static variable in interface org.springframework.asm.Opcodes
- INFER_METHOD - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Constant that indicates the container should attempt to infer the
destroy method name
for a bean as opposed to explicit specification of a method name. - INFERRED - Enum constant in enum class org.springframework.test.context.jdbc.SqlConfig.TransactionMode
-
Indicates that the transaction mode to use when executing SQL scripts should be inferred using the rules listed below.
- info - Variable in class org.springframework.asm.Label
-
A user managed state associated with this label.
- info(CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with info log level.
- info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
- info(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with info log level.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
- info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with info log level.
- info(Throwable, CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with info log level.
- info(Throwable, Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with info log level.
- info(Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with info log level.
- INFO - Enum constant in enum class org.springframework.expression.spel.SpelMessage.Kind
- InfoReceiver - Interface in org.springframework.web.socket.sockjs.client
-
A component that can execute the SockJS "Info" request that needs to be performed before the SockJS session starts in order to check server endpoint capabilities such as whether the endpoint permits use of WebSocket.
- INFORMATIONAL - Enum constant in enum class org.springframework.http.HttpStatus.Series
- INFORMIX - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
- InfrastructureAdvisorAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
-
Auto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors.
- InfrastructureAdvisorAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
- InfrastructureProxy - Interface in org.springframework.core
-
Interface to be implemented by transparent resource proxies that need to be considered as equal to the underlying resource, for example for consistent lookup key comparisons.
- INHERIT - Enum constant in enum class org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
-
Indicates that test configuration for an inner test class should be inherited from its enclosing class, as if the enclosing class were a superclass.
- INHERITED_ANNOTATIONS - Enum constant in enum class org.springframework.core.annotation.MergedAnnotations.SearchStrategy
-
Find all directly declared annotations as well as any
@Inherited
superclass annotations. - inheritInitializers() - Element in annotation interface org.springframework.test.context.ContextConfiguration
-
Whether context initializers from test superclasses and enclosing classes should be inherited.
- inheritInitializers() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
-
Alias for
ContextConfiguration.inheritInitializers()
. - inheritInitializers() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
ContextConfiguration.inheritInitializers()
. - inheritListeners() - Element in annotation interface org.springframework.test.context.TestExecutionListeners
-
Whether
TestExecutionListeners
from superclasses and enclosing classes should be inherited. - inheritLocations() - Element in annotation interface org.springframework.test.context.ContextConfiguration
-
Whether resource locations or component classes from test superclasses and enclosing classes should be inherited.
- inheritLocations() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
-
Alias for
ContextConfiguration.inheritLocations()
. - inheritLocations() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
ContextConfiguration.inheritLocations()
. - inheritLocations() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Whether test property source
TestPropertySource.locations()
from superclasses and enclosing classes should be inherited. - inheritProfiles() - Element in annotation interface org.springframework.test.context.ActiveProfiles
-
Whether bean definition profiles from superclasses and enclosing classes should be inherited.
- inheritProperties() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Whether inlined test
TestPropertySource.properties()
from superclasses and enclosing classes should be inherited. - init() - Method in class org.springframework.aop.config.AopNamespaceHandler
-
Register the
BeanDefinitionParsers
for the 'config
', 'spring-configured
', 'aspectj-autoproxy
' and 'scoped-proxy
' tags. - init() - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
-
Invoked by the
DefaultBeanDefinitionDocumentReader
after construction but before any custom elements are parsed. - init() - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
- init() - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
- init() - Method in class org.springframework.beans.factory.xml.UtilNamespaceHandler
- init() - Method in class org.springframework.cache.config.CacheNamespaceHandler
- init() - Method in class org.springframework.cglib.core.ClassEmitter
- init() - Method in class org.springframework.cglib.transform.impl.AddStaticInitTransformer
- init() - Method in class org.springframework.context.config.ContextNamespaceHandler
- init() - Method in class org.springframework.ejb.config.JeeNamespaceHandler
- init() - Method in class org.springframework.jdbc.config.JdbcNamespaceHandler
- init() - Method in class org.springframework.jms.config.JmsNamespaceHandler
- init() - Method in class org.springframework.oxm.config.OxmNamespaceHandler
- init() - Method in class org.springframework.scheduling.config.TaskNamespaceHandler
- init() - Method in class org.springframework.scripting.config.LangNamespaceHandler
- init() - Method in class org.springframework.transaction.config.TxNamespaceHandler
- init() - Method in class org.springframework.web.context.support.HttpRequestHandlerServlet
- init() - Method in class org.springframework.web.servlet.config.MvcNamespaceHandler
- init() - Method in class org.springframework.web.servlet.HttpServletBean
-
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
- init() - Method in class org.springframework.web.socket.config.WebSocketNamespaceHandler
- init(FilterConfig) - Method in class org.springframework.web.filter.CompositeFilter
-
Initialize all the filters, calling each one's init method in turn in the order supplied.
- init(FilterConfig) - Method in class org.springframework.web.filter.GenericFilterBean
-
Standard way of initializing this filter.
- init(ServletConfig) - Method in class org.springframework.http.server.reactive.ServletHttpHandlerAdapter
- init(EndpointConfig) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Called to initialize the encoder/decoder.
- init(ProcessingEnvironment) - Method in class org.springframework.context.index.processor.CandidateComponentsIndexer
- INIT_BINDER_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
MethodFilter that matches
@InitBinder
methods. - INIT_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- initAllowedLocations() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Look for a
PathResourceResolver
among the configured resource resolvers and set itsallowedLocations
property (if empty) to match thelocations
configured on this class. - initAllowedLocations() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Look for a
PathResourceResolver
among the configured resource resolvers and set itsallowedLocations
property (if empty) to match thelocations
configured on this class. - initApplicationContext() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext() - Method in class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Calls the
SimpleUrlHandlerMapping.registerHandlers(java.util.Map<java.lang.String, java.lang.Object>)
method in addition to the superclass's initialization. - initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
-
Calls the
AbstractDetectingUrlHandlerMapping.detectHandlers()
method in addition to the superclass's initialization. - initApplicationContext() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Initializes the interceptors.
- initApplicationContext() - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Calls the
SimpleUrlHandlerMapping.registerHandlers(java.util.Map<java.lang.String, java.lang.Object>)
method in addition to the superclass's initialization. - initApplicationContext() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xml.MarshallingView
- initApplicationContext() - Method in class org.springframework.web.servlet.view.xslt.XsltView
-
Initialize this XsltView's TransformerFactory.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Subclasses can override this for custom initialization behavior.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Calls
WebApplicationObjectSupport.initServletContext(jakarta.servlet.ServletContext)
if the given ApplicationContext is aWebApplicationContext
. - initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
-
Invoked at startup.
- initApplicationContext(ApplicationContext) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
- initApplicationEventMulticaster() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the
ApplicationEventMulticaster
. - initApplicationException(Throwable) - Method in exception org.springframework.transaction.TransactionSystemException
-
Set an application exception that was thrown before this transaction exception, preserving the original exception despite the overriding TransactionSystemException.
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.annotation.support.DefaultMessageHandlerMethodFactory
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the list of argument resolvers to use.
- initArgumentResolvers() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Return the list of argument resolvers to use.
- initArgumentResolvers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- initBeanDefinitionReader(GroovyBeanDefinitionReader) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
-
Initialize the bean definition reader used for loading the bean definitions of this context.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.context.support.AbstractXmlApplicationContext
-
Initialize the bean definition reader used for loading the bean definitions of this context.
- initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.context.support.XmlWebApplicationContext
-
Initialize the bean definition reader used for loading the bean definitions of this context.
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
- initBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
- initBeanPropertyAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize standard JavaBean property access for this DataBinder.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Initialize the given BeanWrapper with the custom editors registered with this factory.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Initialize the given BeanWrapper to be used for row mapping.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.filter.GenericFilterBean
-
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
- initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.servlet.HttpServletBean
-
Initialize the BeanWrapper for this HttpServletBean, possibly with custom editors.
- initBinder(WebDataBinder) - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
- initBinder(WebDataBinder) - Method in interface org.springframework.web.bind.support.WebBindingInitializer
-
Initialize the given DataBinder.
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.bind.support.DefaultDataBinderFactory
-
Extension point to further initialize the created data binder instance (e.g.
- initBinder(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Initialize a WebDataBinder with
@InitBinder
methods. - InitBinder - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation that identifies methods that initialize the
WebDataBinder
which will be used for populating command and form object arguments of annotated handler methods. - InitBinderDataBinderFactory - Class in org.springframework.web.method.annotation
-
Adds initialization to a WebDataBinder via
@InitBinder
methods. - InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Create a new InitBinderDataBinderFactory instance.
- initBodyConvertFunction(ClientHttpResponse, byte[]) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
-
Return a function for decoding the error content.
- initConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Initialize the underlying Connection via the DriverManager.
- initConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Initialize the underlying shared Connection.
- initContentNegotiationStrategy() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Deprecated.as of 5.2.4 this method returns
null
, and if a subclass returns an actual instance, the instance is used only as a source of media type mappings, if it contains any. Please, useResourceHttpRequestHandler.setMediaTypes(Map)
instead, or if you need to change behavior, you can overrideResourceHttpRequestHandler.getMediaType(HttpServletRequest, Resource)
. - initConversion(ConversionService) - Method in class org.springframework.validation.AbstractPropertyBindingResult
- initCookies() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain the cookies from the underlying "native" request and adapt those to an
HttpCookie
map. - initCookies() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- initCorsConfiguration(Object, Method, T) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Extract and return the CORS configuration for the mapping.
- initCorsConfiguration(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Extract and return the CORS configuration for the mapping.
- initDao() - Method in class org.springframework.dao.support.DaoSupport
-
Concrete subclasses can override this for custom initialization behavior.
- initDatabase() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
-
Hook to initialize the embedded database.
- initDataBinder(WebExchangeDataBinder, ServerWebExchange) - Method in class org.springframework.web.reactive.BindingContext
-
Initialize the data binder instance for the given exchange.
- initDefaults(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Initialize the default settings assuming a
null
parent delegate. - initDefaults(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Initialize the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings.
- initDefaultStrategies() - Method in class org.springframework.jms.core.JmsTemplate
-
Initialize the default implementations for the template's strategies: DynamicDestinationResolver and SimpleMessageConverter.
- initDelegate(WebApplicationContext) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Initialize the Filter delegate, defined as bean the given Spring application context.
- InitDestroyAnnotationBeanPostProcessor - Class in org.springframework.beans.factory.annotation
-
BeanPostProcessor
implementation that invokes annotated init and destroy methods. - InitDestroyAnnotationBeanPostProcessor() - Constructor for class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- initDirectFieldAccess() - Method in class org.springframework.validation.DataBinder
-
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
- initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Subclasses must implement this to initialize regexp pointcuts.
- initExcludedPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Initialize exclusion
Patterns
from the suppliedString[]
. - initFactory() - Method in class org.springframework.web.servlet.view.XmlViewResolver
-
Deprecated.Initialize the view bean factory from the XML file.
- initFactory(Locale) - Method in class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.
- initFilterBean() - Method in class org.springframework.web.filter.DelegatingFilterProxy
- initFilterBean() - Method in class org.springframework.web.filter.GenericFilterBean
-
Subclasses may override this to perform custom initialization.
- initFrameworkServlet() - Method in class org.springframework.web.servlet.FrameworkServlet
-
This method will be invoked after any bean properties have been set and the WebApplicationContext has been loaded.
- initFullPathPattern(String) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Prepare the given pattern for use in matching to full URL paths.
- initGateway() - Method in class org.springframework.jms.core.support.JmsGatewaySupport
-
Subclasses can override this for custom initialization behavior.
- initHandlerMethods() - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Scan beans in the ApplicationContext, detect and register handler methods.
- initHandlerMethods() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Scan beans in the ApplicationContext, detect and register handler methods.
- initHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
- initHeaders(MessageHeaderAccessor) - Method in interface org.springframework.messaging.support.MessageHeaderInitializer
-
Initialize the given
MessageHeaderAccessor
. - initialDelay() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Number of units of time to delay before the first execution of a
Scheduled.fixedRate()
orScheduled.fixedDelay()
task. - initialDelayString() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Number of units of time to delay before the first execution of a
Scheduled.fixedRate()
orScheduled.fixedDelay()
task. - initialize() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Initialize this container.
- initialize() - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
- initialize() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
- initialize() - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Set up the ExecutorService.
- initialize() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- initialize() - Method in class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
- initialize(C) - Method in interface org.springframework.context.ApplicationContextInitializer
-
Initialize the given application context.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
- initialize(Class<T>) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Initialize the mapping meta-data for the given class.
- initialize(Class<T>) - Method in class org.springframework.jdbc.core.DataClassRowMapper
- initialize(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Force initialization of a Hibernate proxy or persistent collection.
- initialize(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
- initialize(ClientHttpRequest) - Method in interface org.springframework.http.client.ClientHttpRequestInitializer
-
Initialize the given client HTTP request.
- initialize(SockJsServiceConfig) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
- initialize(SockJsServiceConfig) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
-
Initialize this handler with the given configuration.
- initializeBean(Object, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Initialize the given raw bean, applying factory callbacks such as
setBeanName
andsetBeanFactory
, also applying all bean post processors (including ones which might wrap the given raw bean). - initializeBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- initializeBean(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Initialize the given bean instance, applying factory callbacks as well as init methods and bean post processors.
- initializeCaches() - Method in class org.springframework.cache.support.AbstractCacheManager
-
Initialize the static configuration of caches.
- initializeConfigurationClass(Class<?>) - Static method in class org.springframework.context.annotation.ConfigurationClassUtils
-
Initialize a configuration class proxy for the specified class.
- initializeConsumers() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Initialize the JMS Sessions and MessageConsumers for this container.
- initializeContainer(C) - Method in class org.springframework.jms.config.AbstractJmsListenerContainerFactory
-
Further initialize the specified container.
- initializeContainer(DefaultMessageListenerContainer) - Method in class org.springframework.jms.config.DefaultJmsListenerContainerFactory
- initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
- initializeDelegateSession(WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
-
Create the target
ExecutorService
instance. - initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
-
Note: This method exposes an
ExecutorService
to its base class but stores the actualThreadPoolExecutor
handle internally. - initializeExecutor(ThreadFactory, RejectedExecutionHandler) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- initializeMetaData(DataSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Initialize this class with meta-data from the database.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Lazily initialize the multipart request, if possible.
- initializeMultipart() - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- initializeNativeSession(Session) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- initializeNativeSession(T) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
- INITIALIZER_LENGTH_INCORRECT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- initializers() - Element in annotation interface org.springframework.test.context.ContextConfiguration
-
The application context initializer classes to use for initializing a
ConfigurableApplicationContext
. - initializers() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
-
Alias for
ContextConfiguration.initializers()
. - initializers() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
ContextConfiguration.initializers()
. - initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Initialize using the provided DatabaseMetData.
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
- initializeWithMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Initialize using the database meta-data provided.
- initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Initialize the database specific management of procedure column meta-data.
- initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
- initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Initialize using provided database meta-data, table and column information.
- InitializingBean - Interface in org.springframework.beans.factory
-
Interface to be implemented by beans that need to react once all their properties have been set by a
BeanFactory
: e.g. - initId() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain the request id to use, or
null
in which case the Object identity of this request instance is used. - initInterceptors() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Initialize the specified interceptors adapting
WebRequestInterceptor
s toHandlerInterceptor
. - initJaxbMarshaller(Marshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
- initJaxbUnmarshaller(Unmarshaller) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
- initLifecycleProcessor() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the
LifecycleProcessor
. - initLogPrefix() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Subclasses can override this to provide the prefix to use for log messages.
- initLookupPath(HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Initialize the path to use for request mapping.
- initMessageSource() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Initialize the
MessageSource
. - initMethod() - Element in annotation interface org.springframework.context.annotation.Bean
-
The optional name of a method to call on the bean instance during initialization.
- initMethodMap(Map<String, TransactionAttribute>) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
Initialize the specified
"methodMap"
, if any. - initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - Method in class org.springframework.web.method.annotation.ModelFactory
-
Populate the model in the following order: Retrieve "known" session attributes listed as
@SessionAttributes
. - initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Initialize parameter name discovery for the underlying method parameter, if any.
- initParameterNameDiscovery(ParameterNameDiscoverer) - Method in class org.springframework.core.MethodParameter
-
Initialize parameter name discovery for this method parameter.
- initParent(Theme) - Method in class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource.
- initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Subclasses must implement this to initialize regexp pointcuts.
- initPatternRepresentation(String[]) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Initialize
Patterns
from the suppliedString[]
. - initPropertyName(String) - Method in exception org.springframework.beans.TypeMismatchException
-
Initialize this exception's property name for exposure through
TypeMismatchException.getPropertyName()
, as an alternative to having it initialized via aPropertyChangeEvent
. - initPropertySources() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Replace any stub property sources with actual instances.
- initPropertySources() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
- initPropertySources(ServletContext, ServletConfig) - Method in interface org.springframework.web.context.ConfigurableWebEnvironment
-
Replace any stub property source instances acting as placeholders with real servlet context/config property sources using the given parameters.
- initPropertySources(ServletContext, ServletConfig) - Method in class org.springframework.web.context.support.StandardServletEnvironment
- initQueryParams() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
A method for parsing of the query into name-value pairs.
- initReadOnlyHeaders() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
-
Initialize the read-only headers after the request is committed.
- initReturnValueHandlers() - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
- initReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Return the list of return value handlers to use.
- initReturnValueHandlers() - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Return the list of return value handlers to use.
- initReturnValueHandlers() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
- initReturnValueHandlers() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- initRouterFunctions() - Method in class org.springframework.web.reactive.function.server.support.RouterFunctionMapping
-
Initialized the router functions by detecting them in the application context.
- initServletBean() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Overridden method of
HttpServletBean
, invoked after any bean properties have been set. - initServletBean() - Method in class org.springframework.web.servlet.HttpServletBean
-
Subclasses may override this to perform custom initialization.
- initServletContext(ServletContext) - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Invoked on startup.
- initServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.JstlView
-
Wraps the MessageSource with a JSTL-aware MessageSource that is aware of JSTL's
jakarta.servlet.jsp.jstl.fmt.localizationContext
context-param. - initServletContext(ServletContext) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
- initServletContext(ServletContext) - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- initServletPropertySources(MutablePropertySources, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Convenient variant of
WebApplicationContextUtils.initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig)
that always providesnull
for theServletConfig
parameter. - initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Replace
Servlet
-basedstub property sources
with actual instances populated with the givenservletContext
andservletConfig
objects. - initSslInfo() - Method in class org.springframework.http.server.reactive.AbstractServerHttpRequest
-
Obtain SSL session information from the underlying "native" request.
- initSslInfo() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
- initStrategies(ApplicationContext) - Method in class org.springframework.web.reactive.DispatcherHandler
- initStrategies(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Initialize the strategy objects that this servlet uses.
- initSynchronization() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Activate transaction synchronization for the current context.
- initSynchronization() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Activate transaction synchronization for the current thread.
- initTemplateConfig() - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
-
Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
- initTemplateConfig() - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Initialize the template-based configuration of this DAO.
- initThemeSource(ApplicationContext) - Static method in class org.springframework.ui.context.support.UiApplicationContextUtils
-
Deprecated.Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".
- initToStringContent() - Method in class org.springframework.http.ProblemDetail
-
Return a String representation of the
ProblemDetail
fields. - initTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
- initUserTransactionAndTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Initialize the UserTransaction as well as the TransactionManager handle.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
A method to obtain the
WebApplicationContext
to be passed to theDispatcherServlet
. - initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
- initWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Initialize and publish the WebApplicationContext for this servlet.
- initWebApplicationContext(ServletContext) - Method in class org.springframework.web.context.ContextLoader
-
Initialize Spring's web application context for the given servlet context, using the application context provided at construction time, or creating a new one according to the "
contextClass
" and "contextConfigLocation
" context-params. - inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata
- inject(Object, String, PropertyValues) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
Either this or
InjectionMetadata.InjectedElement.getResourceToInject(java.lang.Object, java.lang.String)
needs to be overridden. - injectDependencies(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Performs dependency injection and bean initialization for the supplied
TestContext
as described inprepareTestInstance()
. - InjectedElement(Member, PropertyDescriptor) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- InjectionMetadata - Class in org.springframework.beans.factory.annotation
-
Internal class for managing injection metadata.
- InjectionMetadata(Class<?>, Collection<InjectionMetadata.InjectedElement>) - Constructor for class org.springframework.beans.factory.annotation.InjectionMetadata
-
Create a new
InjectionMetadata instance
. - InjectionMetadata.InjectedElement - Class in org.springframework.beans.factory.annotation
-
A single injected element.
- InjectionPoint - Class in org.springframework.beans.factory
-
A simple descriptor for an injection point, pointing to a method/constructor parameter or a field.
- InjectionPoint() - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Just available for serialization purposes in subclasses.
- InjectionPoint(Field) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Create an injection point descriptor for a field.
- InjectionPoint(InjectionPoint) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Copy constructor.
- InjectionPoint(MethodParameter) - Constructor for class org.springframework.beans.factory.InjectionPoint
-
Create an injection point descriptor for a method or constructor parameter.
- inline() - Static method in class org.springframework.http.ContentDisposition
-
Return a builder for a
ContentDisposition
of type "inline". - INLINE_SCRIPT_PREFIX - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The
Resource
-style prefix that denotes an inline script. - INLINED_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.test.context.support.TestPropertySourceUtils
-
The name of the
MapPropertySource
created from inlined properties. - InlineList - Class in org.springframework.expression.spel.ast
-
Represent a list in an expression, e.g.
- InlineList(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineList
- InlineMap - Class in org.springframework.expression.spel.ast
-
Represent a map in an expression, e.g.
- InlineMap(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.InlineMap
- InMemoryGeneratedFiles - Class in org.springframework.aot.generate
-
GeneratedFiles
implementation that keeps generated files in-memory. - InMemoryGeneratedFiles() - Constructor for class org.springframework.aot.generate.InMemoryGeneratedFiles
- InMemoryWebSessionStore - Class in org.springframework.web.server.session
-
Simple Map-based storage for
WebSession
instances. - InMemoryWebSessionStore() - Constructor for class org.springframework.web.server.session.InMemoryWebSessionStore
- inNativeImage() - Static method in class org.springframework.core.NativeDetector
-
Returns
true
if running in a native image context (for examplebuildtime
,runtime
, oragent
) expressed by setting theorg.graalvm.nativeimage.imagecode
system property to any value. - inNativeImage(NativeDetector.Context...) - Static method in class org.springframework.core.NativeDetector
-
Returns
true
if running in any of the specified native image context(s). - INNER_TYPE - Static variable in class org.springframework.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- INPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Name of request attribute that holds a read-only
Map<String,?>
with "input" flash attributes saved by a previous request, if any. - InputSourceEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
org.xml.sax.InputSource
, converting from a Spring resource location String to a SAX InputSource object. - InputSourceEditor() - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
-
Create a new InputSourceEditor, using the default ResourceEditor underneath.
- InputSourceEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputSourceEditor
-
Create a new InputSourceEditor, using the given ResourceEditor underneath.
- InputStreamEditor - Class in org.springframework.beans.propertyeditors
-
One-way PropertyEditor which can convert from a text String to a
java.io.InputStream
, interpreting the given String as a Spring resource location (e.g. - InputStreamEditor() - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
-
Create a new InputStreamEditor, using the default ResourceEditor underneath.
- InputStreamEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.InputStreamEditor
-
Create a new InputStreamEditor, using the given ResourceEditor underneath.
- InputStreamResource - Class in org.springframework.core.io
-
Resource
implementation for a givenInputStream
. - InputStreamResource(InputStream) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamResource(InputStream, String) - Constructor for class org.springframework.core.io.InputStreamResource
-
Create a new InputStreamResource.
- InputStreamSource - Interface in org.springframework.core.io
-
Simple interface for objects that are sources for an
InputStream
. - InputTag - Class in org.springframework.web.servlet.tags.form
-
The
<input>
tag renders an HTML 'input' tag with type 'text' using the bound value. - InputTag() - Constructor for class org.springframework.web.servlet.tags.form.InputTag
- insert(M, BodyInserter.Context) - Method in interface org.springframework.web.reactive.function.BodyInserter
-
Insert into the given output message.
- insertAnyNecessaryTypeConversionBytecodes(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert any necessary numeric conversion bytecodes based upon what is on the stack and the desired target type.
- insertArrayStore(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Produce appropriate bytecode to store a stack item in an array.
- insertBoxIfNecessary(MethodVisitor, char) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
- insertBoxIfNecessary(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
- insertCheckCast(MethodVisitor, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert the appropriate CHECKCAST instruction for the supplied descriptor.
- inserter() - Method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Return the
BodyInserter
that writes the entity to the output stream. - insertNewArrayCode(MethodVisitor, int, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Produce the correct bytecode to build an array.
- insertNumericUnboxOrPrimitiveTypeCoercion(MethodVisitor, String, char) - Static method in class org.springframework.expression.spel.CodeFlow
-
For use in mathematical operators, handles converting from a (possibly boxed) number on the stack to a primitive numeric type.
- insertOptimalLoad(MethodVisitor, int) - Static method in class org.springframework.expression.spel.CodeFlow
-
Create the optimal instruction for loading a number on the stack.
- insertUnboxInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Insert any necessary cast and value call to convert from a boxed type to a primitive value.
- insertUnboxNumberInsns(MethodVisitor, char, String) - Static method in class org.springframework.expression.spel.CodeFlow
-
For numbers, use the appropriate method on the number to convert it to the primitive type requested.
- inspect(Method) - Method in interface org.springframework.core.MethodIntrospector.MetadataLookup
-
Perform a lookup on the given method and return associated metadata, if any.
- instance(URI) - Method in interface org.springframework.web.ErrorResponse.Builder
-
Set the underlying
instance
field. - INSTANCE - Static variable in class org.springframework.aop.framework.DefaultAdvisorChainFactory
-
Singleton instance of this class.
- INSTANCE - Static variable in class org.springframework.aop.framework.DefaultAopProxyFactory
-
Singleton instance of this class.
- INSTANCE - Static variable in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
-
Singleton instance of this class.
- INSTANCE - Static variable in class org.springframework.aop.target.EmptyTargetSource
-
The canonical (Singleton) instance of this
EmptyTargetSource
. - INSTANCE - Static variable in class org.springframework.beans.factory.config.AutowiredPropertyMarker
-
The canonical instance for the autowired marker value.
- INSTANCE - Static variable in class org.springframework.beans.factory.support.DefaultBeanNameGenerator
-
A convenient constant for a default
DefaultBeanNameGenerator
instance, as used forAbstractBeanDefinitionReader
setup. - INSTANCE - Static variable in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
-
Shared instance of
SimpleAutowireCandidateResolver
. - INSTANCE - Static variable in class org.springframework.cache.support.NullValue
-
The canonical representation of a
null
replacement, as used by the default implementation ofAbstractValueAdaptingCache.toStoreValue(java.lang.Object)
/AbstractValueAdaptingCache.fromStoreValue(java.lang.Object)
. - INSTANCE - Static variable in class org.springframework.cglib.core.DefaultGeneratorStrategy
- INSTANCE - Static variable in class org.springframework.cglib.core.DefaultNamingPolicy
- INSTANCE - Static variable in class org.springframework.cglib.core.SpringNamingPolicy
- INSTANCE - Static variable in interface org.springframework.cglib.proxy.NoOp
-
A thread-safe singleton instance of the
NoOp
callback. - INSTANCE - Static variable in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
A convenient constant for a default
AnnotationBeanNameGenerator
instance, as used for component scanning purposes. - INSTANCE - Static variable in class org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
-
A convenient constant for a default
FullyQualifiedAnnotationBeanNameGenerator
instance, as used for configuration-level import purposes. - INSTANCE - Static variable in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
Shared default instance of
AnnotationAwareOrderComparator
. - INSTANCE - Static variable in class org.springframework.core.OrderComparator
-
Shared default instance of
OrderComparator
. - INSTANCE - Static variable in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
-
A shared instance of
EmptySqlParameterSource
. - INSTANCE - Static variable in class org.springframework.r2dbc.core.ColumnMapRowMapper
-
A default
ColumnMapRowMapper
instance. - INSTANCE - Static variable in class org.springframework.util.comparator.ComparableComparator
-
A shared instance of this default comparator.
- INSTANCE - Static variable in class org.springframework.util.DefaultPropertiesPersister
-
A convenient constant for a default
DefaultPropertiesPersister
instance, as used in Spring's common resource support. - instance_of(Type) - Method in class org.springframework.cglib.core.CodeEmitter
- instance_of_this() - Method in class org.springframework.cglib.core.CodeEmitter
- INSTANCE_SUPPLIER_VARIABLE - Static variable in interface org.springframework.beans.factory.aot.BeanRegistrationCodeFragments
-
The variable name to used when creating the bean definition.
- InstanceComparator<T> - Class in org.springframework.util.comparator
-
Compares objects based on an arbitrary class order.
- InstanceComparator(Class<?>...) - Constructor for class org.springframework.util.comparator.InstanceComparator
-
Create a new
InstanceComparator
instance. - InstanceFilter<T> - Class in org.springframework.util
-
A simple instance filter that checks if a given instance match based on a collection of includes and excludes element.
- InstanceFilter(Collection<? extends T>, Collection<? extends T>, boolean) - Constructor for class org.springframework.util.InstanceFilter
-
Create a new instance based on includes/excludes collections.
- INSTANCEOF - Static variable in interface org.springframework.asm.Opcodes
- INSTANCEOF - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- INSTANCEOF_OPERATOR_NEEDS_CLASS_OPERAND - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- InstanceSupplier<T> - Interface in org.springframework.beans.factory.support
-
Specialized
Supplier
that can be set on aBeanDefinition
when details about theregistered bean
are needed to supply the instance. - InstantFormatter - Class in org.springframework.format.datetime.standard
-
Formatter
implementation for a JSR-310Instant
, following JSR-310's parsing rules for an Instant (that is, not using a configurableDateTimeFormatter
): accepting the defaultISO_INSTANT
format as well asRFC_1123_DATE_TIME
(which is commonly used for HTTP date header values), as of Spring 4.3. - InstantFormatter() - Constructor for class org.springframework.format.datetime.standard.InstantFormatter
- instantiate(Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Deprecated.as of Spring 5.0, following the deprecation of
Class.newInstance()
in JDK 9 - instantiate(RootBeanDefinition, String, BeanFactory) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory.
- instantiate(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object...) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory, creating it via the given factory method.
- instantiate(RootBeanDefinition, String, BeanFactory, Object, Method, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in interface org.springframework.beans.factory.support.InstantiationStrategy
-
Return an instance of the bean with the given name in this factory, creating it via the given constructor.
- instantiate(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
- instantiateBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the given bean using its default constructor.
- instantiateClass(Class<?>, Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Instantiate a class using its no-arg constructor and return the new instance as the specified assignable type.
- instantiateClass(Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Instantiate a class using its 'primary' constructor (for Kotlin classes, potentially having default arguments declared) or its default constructor (for regular Java classes, expecting a standard no-arg setup).
- instantiateClass(Constructor<T>, Object...) - Static method in class org.springframework.beans.BeanUtils
-
Convenience method to instantiate a class using the given constructor.
- instantiateDeclaringClass(ClassName) - Method in class org.springframework.aot.generate.DefaultMethodReference
- instantiateFactory(String, Class<T>, SpringFactoriesLoader.ArgumentResolver, SpringFactoriesLoader.FailureHandler) - Method in class org.springframework.core.io.support.SpringFactoriesLoader
- instantiateFactory(String, Class<T>, SpringFactoriesLoader.ArgumentResolver, SpringFactoriesLoader.FailureHandler) - Method in class org.springframework.core.test.io.support.MockSpringFactoriesLoader
- instantiateInitializer(String, ClassLoader) - Static method in interface org.springframework.context.aot.AotApplicationContextInitializer
- instantiateUsingFactoryMethod(String, RootBeanDefinition, Object[]) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Instantiate the bean using a named factory method.
- instantiateView() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver
- instantiateView() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateViewResolver
- instantiateView() - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Instantiate the specified view class.
- instantiateView() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
- instantiateView() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
- instantiateView() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- instantiateView() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
- instantiateView() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Instantiate the specified view class.
- instantiateView() - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
- instantiateWithMethodInjection(RootBeanDefinition, String, BeanFactory, Constructor<?>, Object...) - Method in class org.springframework.beans.factory.support.SimpleInstantiationStrategy
-
Subclasses can override this method, which is implemented to throw UnsupportedOperationException, if they can instantiate an object with the Method Injection specified in the given RootBeanDefinition.
- InstantiationAwareBeanPostProcessor - Interface in org.springframework.beans.factory.config
-
Subinterface of
BeanPostProcessor
that adds a before-instantiation callback, and a callback after instantiation but before explicit properties are set or autowiring occurs. - InstantiationModelAwarePointcutAdvisor - Interface in org.springframework.aop.aspectj
-
Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.
- InstantiationStrategy - Interface in org.springframework.beans.factory.support
-
Interface responsible for creating instances corresponding to a root bean definition.
- InstrumentationLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
LoadTimeWeaver
relying on VMInstrumentation
. - InstrumentationLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
- InstrumentationLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
- InstrumentationSavingAgent - Class in org.springframework.instrument
-
Java agent that saves the
Instrumentation
interface from the JVM for later use. - InstrumentedBridgeMethods - Class in org.springframework.aot.agent
-
Deprecated.This class should only be used by the runtime-hints agent when instrumenting bytecode and is not considered public API.
- INSUFFICIENT_SPACE_ON_RESOURCE - Enum constant in enum class org.springframework.http.HttpStatus
-
Deprecated.
- INSUFFICIENT_STORAGE - Enum constant in enum class org.springframework.http.HttpStatus
-
507 Insufficient Storage
- INT - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
-
An
int
. - INT - Static variable in class org.springframework.asm.Type
-
The sort of the
int
type. - INT_TYPE - Static variable in class org.springframework.asm.Type
-
The
int
type. - INTEGER - Static variable in interface org.springframework.asm.Opcodes
- intercept(Object, Method, Object[], MethodProxy) - Method in interface org.springframework.cglib.proxy.MethodInterceptor
-
All generated proxied methods call this method instead of the original method.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in interface org.springframework.http.client.ClientHttpRequestInterceptor
-
Intercept the given request, and return a response.
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.http.client.support.BasicAuthenticationInterceptor
- InterceptableChannel - Interface in org.springframework.messaging.support
-
A
MessageChannel
that maintains a listChannelInterceptors
and allows interception of message sending. - InterceptFieldCallback - Interface in org.springframework.cglib.transform.impl
- InterceptFieldEnabled - Interface in org.springframework.cglib.transform.impl
- InterceptFieldFilter - Interface in org.springframework.cglib.transform.impl
- InterceptFieldTransformer - Class in org.springframework.cglib.transform.impl
- InterceptFieldTransformer(InterceptFieldFilter) - Constructor for class org.springframework.cglib.transform.impl.InterceptFieldTransformer
- InterceptingClientHttpRequestFactory - Class in org.springframework.http.client
-
ClientHttpRequestFactory
wrapper with support forClientHttpRequestInterceptors
. - InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.http.client.InterceptingClientHttpRequestFactory
-
Create a new instance of the
InterceptingClientHttpRequestFactory
with the given parameters. - InterceptingHttpAccessor - Class in org.springframework.http.client.support
-
Base class for
RestTemplate
and other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor
's common properties. - InterceptingHttpAccessor() - Constructor for class org.springframework.http.client.support.InterceptingHttpAccessor
- Interceptor - Interface in org.aopalliance.intercept
-
This interface represents a generic interceptor.
- InterceptorRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assists with the creation of a
MappedInterceptor
. - InterceptorRegistration(HandlerInterceptor) - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
Create an
InterceptorRegistration
instance. - InterceptorRegistry - Class in org.springframework.web.servlet.config.annotation
-
Helps with configuring a list of mapped interceptors.
- InterceptorRegistry() - Constructor for class org.springframework.web.servlet.config.annotation.InterceptorRegistry
- interceptors(ChannelInterceptor...) - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
Configure the given interceptors for this message channel, adding them to the channel's current list of interceptors.
- interceptors(HandlerInterceptor...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Add global interceptors.
- interceptorsAndDynamicMethodMatchers - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
List of MethodInterceptor and InterceptorAndDynamicMethodMatcher that need dynamic checks.
- InterfaceBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Subclass of
AbstractReflectiveMBeanInfoAssembler
that allows for the management interface of a bean to be defined using arbitrary interfaces. - InterfaceBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
- InterfaceMaker - Class in org.springframework.cglib.proxy
-
Generates new interfaces at runtime.
- InterfaceMaker() - Constructor for class org.springframework.cglib.proxy.InterfaceMaker
-
Create a new
InterfaceMaker
. - INTERFACES - Enum constant in enum class org.springframework.context.annotation.ScopedProxyMode
-
Create a JDK dynamic proxy implementing all interfaces exposed by the class of the target object.
- INTERNAL_SERVER_ERROR - Enum constant in enum class org.springframework.http.HttpStatus
-
500 Internal Server Error
. - InternalParseException - Exception in org.springframework.expression.spel
-
Wraps a real parse exception.
- InternalParseException(SpelParseException) - Constructor for exception org.springframework.expression.spel.InternalParseException
- InternalResourceException(ResourceException) - Constructor for exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
- InternalResourceView - Class in org.springframework.web.servlet.view
-
Wrapper for a JSP or other resource within the same web application.
- InternalResourceView() - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Constructor for use as a bean.
- InternalResourceView(String) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Create a new InternalResourceView with the given URL.
- InternalResourceView(String, boolean) - Constructor for class org.springframework.web.servlet.view.InternalResourceView
-
Create a new InternalResourceView with the given URL.
- InternalResourceViewResolver - Class in org.springframework.web.servlet.view
-
Convenient subclass of
UrlBasedViewResolver
that supportsInternalResourceView
(i.e. - InternalResourceViewResolver() - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
-
Sets the default
view class
toInternalResourceViewResolver.requiredViewClass()
: by defaultInternalResourceView
, orJstlView
if the JSTL API is present. - InternalResourceViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.InternalResourceViewResolver
- internalServerError() - Static method in class org.springframework.http.ResponseEntity
-
Create a builder with an INTERNAL_SERVER_ERROR status.
- InternetAddressEditor - Class in org.springframework.mail.javamail
-
Editor for
java.mail.internet.InternetAddress
, to directly populate an InternetAddress property. - InternetAddressEditor() - Constructor for class org.springframework.mail.javamail.InternetAddressEditor
- interpolate(String, MessageInterpolator.Context) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
- interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
- InterruptibleBatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
-
Extension of the
BatchPreparedStatementSetter
interface, adding a batch exhaustion check. - interruptTask() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.Subclasses can override this method to implement interruption of the future's computation.
- intersection(ClassFilter) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given ClassFilter.
- intersection(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that all of the given ClassFilters match.
- intersection(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
-
Match all classes that both of the given ClassFilters match.
- intersection(MethodMatcher) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given MethodMatcher.
- intersection(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
-
Match all methods that both of the given MethodMatchers match.
- intersection(Pointcut) - Method in class org.springframework.aop.support.ComposablePointcut
-
Apply an intersection with the given Pointcut.
- intersection(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
-
Match all methods that both the given pointcuts match.
- IntervalTask - Class in org.springframework.scheduling.config
-
Task
implementation defining aRunnable
to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context. - IntervalTask(Runnable, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Deprecated.as of 6.0, in favor on
IntervalTask(Runnable, Duration)
- IntervalTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Deprecated.as of 6.0, in favor on
IntervalTask(Runnable, Duration, Duration)
- IntervalTask(Runnable, Duration) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new
IntervalTask
with no initial delay. - IntervalTask(Runnable, Duration, Duration) - Constructor for class org.springframework.scheduling.config.IntervalTask
-
Create a new
IntervalTask
. - IntLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents an integer literal.
- IntLiteral(String, int, int, int) - Constructor for class org.springframework.expression.spel.ast.IntLiteral
- intResult(Collection<?>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique int result from the given Collection.
- IntroductionAdvisor - Interface in org.springframework.aop
-
Superinterface for advisors that perform one or more AOP introductions.
- IntroductionAwareMethodMatcher - Interface in org.springframework.aop
-
A specialized type of
MethodMatcher
that takes into account introductions when matching methods. - IntroductionInfo - Interface in org.springframework.aop
-
Interface supplying the information necessary to describe an introduction.
- IntroductionInfoSupport - Class in org.springframework.aop.support
-
Support for implementations of
IntroductionInfo
. - IntroductionInfoSupport() - Constructor for class org.springframework.aop.support.IntroductionInfoSupport
- IntroductionInterceptor - Interface in org.springframework.aop
-
Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
- introspect() - Method in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
-
Refine the current predicate to match for reflection introspection on the current type.
- introspect(Class<?>) - Static method in interface org.springframework.core.type.AnnotationMetadata
-
Factory method to create a new
AnnotationMetadata
instance for the given class using standard reflection. - INTROSPECT - Enum constant in enum class org.springframework.aot.hint.ExecutableMode
-
Only retrieving the
Executable
and its metadata is required. - INTROSPECT_DECLARED_CONSTRUCTORS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines all constructors can be introspected but not invoked.
- INTROSPECT_DECLARED_METHODS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines all methods, excluding inherited ones, can be introspected but not invoked.
- INTROSPECT_PUBLIC_CONSTRUCTORS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines public constructors can be introspected but not invoked.
- INTROSPECT_PUBLIC_METHODS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines public methods, including inherited ones, can be introspected but not invoked.
- INTROSPECT_TYPE_LEVEL_MAPPING - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
Name of the boolean
HttpServletRequest
attribute that indicates whether type-level mappings should be inspected. - IntrospectorCleanupListener - Class in org.springframework.web.util
-
Listener that flushes the JDK's
JavaBeans Introspector
cache on web app shutdown. - IntrospectorCleanupListener() - Constructor for class org.springframework.web.util.IntrospectorCleanupListener
- intValue(String) - Method in class org.springframework.cglib.util.StringSwitcher
-
Return the integer associated with the given key.
- INVALID_BEAN_REFERENCE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- INVALID_FIRST_OPERAND_FOR_MATCHES_OPERATOR - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- INVALID_PATTERN - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- INVALID_SECOND_OPERAND_FOR_MATCHES_OPERATOR - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- INVALID_TYPE_FOR_SELECTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- invalidate() - Method in interface org.springframework.cache.Cache
-
Invalidate the cache through removing all mappings, expecting all entries to be immediately invisible for subsequent lookups.
- invalidate() - Method in class org.springframework.cache.caffeine.CaffeineCache
- invalidate() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- invalidate() - Method in class org.springframework.cache.jcache.JCacheCache
- invalidate() - Method in class org.springframework.cache.support.NoOpCache
- invalidate() - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
- invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Invalidate this request, clearing its state.
- invalidate() - Method in class org.springframework.mock.web.MockHttpSession
-
Invalidates this session then unbinds any objects bound to it.
- invalidate() - Method in class org.springframework.mock.web.server.MockWebSession
- invalidate() - Method in interface org.springframework.web.server.WebSession
-
Invalidate the current session and clear session storage.
- InvalidClientIDException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidClientIDException.
- InvalidClientIDException(InvalidClientIDException) - Constructor for exception org.springframework.jms.InvalidClientIDException
- InvalidDataAccessApiUsageException - Exception in org.springframework.dao
-
Exception thrown on incorrect usage of the API, such as failing to "compile" a query object that needed compilation before execution.
- InvalidDataAccessApiUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
-
Constructor for InvalidDataAccessApiUsageException.
- InvalidDataAccessApiUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessApiUsageException
-
Constructor for InvalidDataAccessApiUsageException.
- InvalidDataAccessResourceUsageException - Exception in org.springframework.dao
-
Root for exceptions thrown when we use a data access resource incorrectly.
- InvalidDataAccessResourceUsageException(String) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
-
Constructor for InvalidDataAccessResourceUsageException.
- InvalidDataAccessResourceUsageException(String, Throwable) - Constructor for exception org.springframework.dao.InvalidDataAccessResourceUsageException
-
Constructor for InvalidDataAccessResourceUsageException.
- InvalidDestinationException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidDestinationException.
- InvalidDestinationException(InvalidDestinationException) - Constructor for exception org.springframework.jms.InvalidDestinationException
- InvalidInvocationException - Exception in org.springframework.jmx.access
-
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
- InvalidInvocationException(String) - Constructor for exception org.springframework.jmx.access.InvalidInvocationException
-
Create a new
InvalidInvocationException
with the supplied error message. - InvalidIsolationLevelException - Exception in org.springframework.transaction
-
Exception that gets thrown when an invalid isolation level is specified, i.e.
- InvalidIsolationLevelException(String) - Constructor for exception org.springframework.transaction.InvalidIsolationLevelException
-
Constructor for InvalidIsolationLevelException.
- InvalidMediaTypeException - Exception in org.springframework.http
-
Exception thrown from
MediaType.parseMediaType(String)
in case of encountering an invalid media type specification String. - InvalidMediaTypeException(String, String) - Constructor for exception org.springframework.http.InvalidMediaTypeException
-
Create a new InvalidMediaTypeException for the given media type.
- InvalidMetadataException - Exception in org.springframework.jmx.export.metadata
-
Thrown by the
JmxAttributeSource
when it encounters incorrect metadata on a managed resource or one of its methods. - InvalidMetadataException(String) - Constructor for exception org.springframework.jmx.export.metadata.InvalidMetadataException
-
Create a new
InvalidMetadataException
with the supplied error message. - InvalidMimeTypeException - Exception in org.springframework.util
-
Exception thrown from
MimeTypeUtils.parseMimeType(String)
in case of encountering an invalid content type specification String. - InvalidMimeTypeException(String, String) - Constructor for exception org.springframework.util.InvalidMimeTypeException
-
Create a new InvalidContentTypeException for the given content type.
- InvalidPropertyException - Exception in org.springframework.beans
-
Exception thrown when referring to an invalid bean property.
- InvalidPropertyException(Class<?>, String, String) - Constructor for exception org.springframework.beans.InvalidPropertyException
-
Create a new InvalidPropertyException.
- InvalidPropertyException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.beans.InvalidPropertyException
-
Create a new InvalidPropertyException.
- InvalidResultSetAccessException - Exception in org.springframework.jdbc
-
Exception thrown when a ResultSet has been accessed in an invalid fashion.
- InvalidResultSetAccessException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
-
Constructor for InvalidResultSetAccessException.
- InvalidResultSetAccessException(SQLException) - Constructor for exception org.springframework.jdbc.InvalidResultSetAccessException
-
Constructor for InvalidResultSetAccessException.
- InvalidSelectorException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS InvalidSelectorException.
- InvalidSelectorException(InvalidSelectorException) - Constructor for exception org.springframework.jms.InvalidSelectorException
- InvalidTimeoutException - Exception in org.springframework.transaction
-
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
- InvalidTimeoutException(String, int) - Constructor for exception org.springframework.transaction.InvalidTimeoutException
-
Constructor for InvalidTimeoutException.
- invocableClone() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
This implementation returns a shallow copy of this invocation object, including an independent copy of the original arguments array.
- invocableClone() - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Create a clone of this object.
- invocableClone(Object...) - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
This implementation returns a shallow copy of this invocation object, using the given arguments array for the clone.
- invocableClone(Object...) - Method in interface org.springframework.aop.ProxyMethodInvocation
-
Create a clone of this object.
- InvocableHandlerMethod - Class in org.springframework.messaging.handler.invocation
-
Extension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. - InvocableHandlerMethod - Class in org.springframework.messaging.handler.invocation.reactive
-
Extension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. - InvocableHandlerMethod - Class in org.springframework.web.method.support
-
Extension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. - InvocableHandlerMethod - Class in org.springframework.web.reactive.result.method
-
Extension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. - InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- InvocableHandlerMethod(Object, Method, MessageSource) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Variant of
InvocableHandlerMethod(Object, Method)
that also accepts aMessageSource
, for use in subclasses. - InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Construct a new handler method with the given bean instance, method name and parameters.
- InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Create an instance from a
HandlerMethod
. - InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Create an instance from a
HandlerMethod
. - InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.support.InvocableHandlerMethod
-
Create an instance from a
HandlerMethod
. - InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Create an instance from a
HandlerMethod
. - Invocation - Interface in org.aopalliance.intercept
-
This interface represents an invocation in the program.
- InvocationFailureException - Exception in org.springframework.jmx.access
-
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
- InvocationFailureException(String) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new
InvocationFailureException
with the supplied error message. - InvocationFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.InvocationFailureException
-
Create a new
InvocationFailureException
with the specified error message and root cause. - InvocationHandler - Interface in org.springframework.cglib.proxy
-
InvocationHandler
replacement (unavailable under JDK 1.2). - invoke() - Method in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
-
Refine the current predicate to match for reflection invocation on the current type.
- invoke() - Method in interface org.springframework.cache.interceptor.CacheOperationInvoker
-
Invoke the cache operation defined by this instance.
- invoke() - Method in class org.springframework.util.MethodInvoker
-
Invoke the specified method.
- invoke(int, Object, Object[]) - Method in class org.springframework.cglib.reflect.FastClass
-
Invoke the method with the specified index.
- invoke(Object, Object[]) - Method in class org.springframework.cglib.proxy.MethodProxy
-
Invoke the original method, on a different object of the same type.
- invoke(Object, Object[]) - Method in class org.springframework.cglib.reflect.FastMethod
- invoke(Object, Method, Object[]) - Method in interface org.springframework.cglib.proxy.InvocationHandler
- invoke(String, Class[], Object, Object[]) - Method in class org.springframework.cglib.reflect.FastClass
- invoke(String, Object[], String[]) - Method in class org.springframework.jmx.export.SpringModelMBean
-
Switches the
context ClassLoader
for the managed resourcesClassLoader
before allowing the invocation to occur. - invoke(MethodInvocation) - Method in interface org.aopalliance.intercept.MethodInterceptor
-
Implement this method to perform extra treatments before and after the invocation.
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
- invoke(MethodInvocation) - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determines whether logging is enabled for the particular
MethodInvocation
. - invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.AsyncExecutionInterceptor
-
Intercept the given method invocation, submit the actual calling of the method to the correct task executor and return immediately to the caller.
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.DebugInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.interceptor.ExposeInvocationInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
-
Subclasses may need to override this if they want to perform custom behaviour in around advice.
- invoke(MethodInvocation) - Method in class org.springframework.aop.support.DelegatingIntroductionInterceptor
-
Subclasses may need to override this if they want to perform custom behaviour in around advice.
- invoke(MethodInvocation) - Method in class org.springframework.cache.interceptor.CacheInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.cache.jcache.interceptor.JCacheInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.context.event.EventPublicationInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Route the invocation to the configured managed resource..
- invoke(MethodInvocation) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.transaction.interceptor.TransactionInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.validation.beanvalidation.MethodValidationInterceptor
- invoke(MethodInfo) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke(MethodInfo, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke(Message<?>, Object...) - Method in class org.springframework.messaging.handler.invocation.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given message.
- invoke(Message<?>, Object...) - Method in class org.springframework.messaging.handler.invocation.reactive.InvocableHandlerMethod
-
Invoke the method for the given exchange.
- invoke(ServerWebExchange, BindingContext, Object...) - Method in class org.springframework.web.reactive.result.method.InvocableHandlerMethod
-
Invoke the method for the given exchange.
- INVOKE - Enum constant in enum class org.springframework.aot.hint.ExecutableMode
-
Full reflection support is required, including the ability to invoke the
Executable
. - invoke_constructor(Type) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_constructor(Type, Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_constructor_this() - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_constructor_this(Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- INVOKE_DECLARED_CONSTRUCTORS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines all constructors can be invoked.
- INVOKE_DECLARED_METHODS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines all methods, excluding inherited ones, can be invoked.
- invoke_interface(Type, Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- INVOKE_PUBLIC_CONSTRUCTORS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines public constructors can be invoked.
- INVOKE_PUBLIC_METHODS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
A category that defines public methods, including inherited ones, can be invoked.
- invoke_static(Type, Signature) - Method in class org.springframework.cglib.core.CodeEmitter
-
Deprecated.
- invoke_static(Type, Signature, boolean) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_static_this(Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_virtual(Type, Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- invoke_virtual_this(Signature) - Method in class org.springframework.cglib.core.CodeEmitter
- invokeAdviceMethod(JoinPoint, JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- invokeAdviceMethod(JoinPointMatch, Object, Throwable) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
-
Invoke the advice method.
- invokeAdviceMethodWithGivenArgs(Object[]) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- invokeAfterCommit(List<TransactionSynchronization>) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Actually invoke the
afterCommit
methods of the given Spring TransactionSynchronization objects. - invokeAfterCompletion(List<TransactionSynchronization>, int) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Actually invoke the
afterCompletion
methods of the given Spring TransactionSynchronization objects. - invokeAfterCompletion(List<TransactionSynchronization>, int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
-
Actually invoke the
afterCompletion
methods of the given Spring TransactionSynchronization objects. - invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
-
Invoke the method and handle the return value through one of the configured
HandlerMethodReturnValueHandlers
. - invokeBeanDefiningClosure(Closure<?>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
When a method argument is only a closure it is a set of bean definitions.
- invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Instantiate and invoke all registered BeanFactoryPostProcessor beans, respecting explicit order if given.
- invokeCustomInitMethod(String, Object, RootBeanDefinition, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Invoke the specified custom init method on the given bean.
- invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Actually invoke the delegate Filter with the given request and response.
- INVOKEDYNAMIC - Static variable in interface org.springframework.asm.Opcodes
- invokeErrorHandler(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the registered
ErrorHandler
if any. - invokeExceptionListener(JMSException) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the registered JMS ExceptionListener, if any.
- invokeForHandlerResult(ServerWebExchange, BindingContext, Object...) - Method in class org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod
-
Invoke the method for the given exchange.
- invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Invoke the method after resolving its argument values in the context of the given request.
- invokeGetterMethod(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the getter method with the given
name
on the supplied target object with the suppliedvalue
. - invokeHandlerMethod(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
Invoke the
RequestMapping
handler method preparing aModelAndView
if view resolution is required. - invokeInitMethods(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Give a bean a chance to initialize itself after all its properties are set, and a chance to know about its owning bean factory (this object).
- INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
- invokeJoinpoint() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Invoke the joinpoint using reflection.
- invokeJoinpointUsingReflection(Object, Method, Object[]) - Static method in class org.springframework.aop.support.AopUtils
-
Invoke the given target via reflection, as part of an AOP method invocation.
- invokeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Invoke the specified listener: either as standard JMS MessageListener or (preferably) as Spring SessionAwareMessageListener.
- invokeListener(ApplicationListener<?>, ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
Invoke the given listener with the given event.
- invokeListenerMethod(String, Object[]) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Invoke the specified listener method.
- invokeMethod(Class<?>, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the static method with the given
name
on the supplied target class with the supplied arguments. - invokeMethod(Object, Class<?>, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the method with the given
name
on the providedtargetObject
/targetClass
with the supplied arguments. - invokeMethod(Object, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the method with the given
name
on the supplied target object with the supplied arguments. - invokeMethod(Method, Object) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified
Method
against the supplied target object with no arguments. - invokeMethod(Method, Object, Object...) - Static method in class org.springframework.util.ReflectionUtils
-
Invoke the specified
Method
against the supplied target object with the supplied arguments. - invokeMethod(String, Object) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
This method overrides method invocation to create beans for each method name that takes a class argument.
- invokeMethod(String, Object) - Method in class org.springframework.context.support.GenericGroovyApplicationContext
- invokeMethod(String, Object) - Method in class org.springframework.web.context.support.GroovyWebApplicationContext
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.
- invokeOperation(CacheOperationInvoker) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-
Execute the underlying operation (typically in case of cache miss) and return the result of the invocation.
- invokeSetterMethod(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given
name
on the supplied target object with the suppliedvalue
. - invokeSetterMethod(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given
name
on the supplied target object with the suppliedvalue
. - INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
- INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
- invokeSuper(Object, Object[]) - Method in class org.springframework.cglib.proxy.MethodProxy
-
Invoke the original (super) method on the specified object.
- invokeSuspendingFunction(Method, Object, Object...) - Static method in class org.springframework.core.CoroutinesUtils
-
Invoke a suspending function and convert it to
Mono
orFlux
. - invokeSuspendingFunction(Method, Object, Object[]) - Method in class org.springframework.web.method.support.InvocableHandlerMethod
-
Invoke the given Kotlin coroutine suspended function.
- invokeSuspendingFunction(CoroutineContext, Method, Object, Object...) - Static method in class org.springframework.core.CoroutinesUtils
-
Invoke a suspending function and convert it to
Mono
orFlux
. - invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Subclasses must override this method to perform any tracing around the supplied
MethodInvocation
. - invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Writes a log message before the invocation based on the value of
enterMessage
. - invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
- invokeUnderTrace(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.SimpleTraceInterceptor
- invokeValidator(Validator, Object, Errors) - Static method in class org.springframework.validation.ValidationUtils
- invokeValidator(Validator, Object, Errors, Object...) - Static method in class org.springframework.validation.ValidationUtils
- invokeVfsMethod(Method, Object, Object...) - Static method in class org.springframework.core.io.VfsUtils
- INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
- invokeWithinTransaction(Method, Class<?>, TransactionAspectSupport.InvocationCallback) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
- invokeWithTargetException() - Method in class org.springframework.beans.factory.config.MethodInvokingBean
-
Perform the invocation and convert InvocationTargetException into the underlying target exception.
- IOR - Static variable in interface org.springframework.asm.Opcodes
- IREM - Static variable in interface org.springframework.asm.Opcodes
- IRETURN - Static variable in interface org.springframework.asm.Opcodes
- is(int) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is equal to an integer value.
- is(Matcher<? super Integer>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code with the given Hamcrest
Matcher
. - is1xxInformational() - Method in enum class org.springframework.http.HttpStatus
- is1xxInformational() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Informational class (
1xx
). - is1xxInformational() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 1xx range.
- is1xxInformational() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 1xx range.
- is2xxSuccessful() - Method in enum class org.springframework.http.HttpStatus
- is2xxSuccessful() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Successful class (
2xx
). - is2xxSuccessful() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 2xx range.
- is2xxSuccessful() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 2xx range.
- is3xxRedirection() - Method in enum class org.springframework.http.HttpStatus
- is3xxRedirection() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Redirection class (
3xx
). - is3xxRedirection() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 3xx range.
- is3xxRedirection() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 3xx range.
- is4xxClientError() - Method in enum class org.springframework.http.HttpStatus
- is4xxClientError() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Client Error class (
4xx
). - is4xxClientError() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 4xx range.
- is4xxClientError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 4xx range.
- is5xxServerError() - Method in enum class org.springframework.http.HttpStatus
- is5xxServerError() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Server Error class (
5xx
). - is5xxServerError() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 5xx range.
- is5xxServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 5xx range.
- isAborted() - Method in class org.springframework.web.reactive.function.client.ClientRequestObservationContext
-
Whether the client aborted the current HTTP exchange before receiving any response.
- isAbstract() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is "abstract", that is, not meant to be instantiated.
- isAbstract() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is "abstract", i.e.
- isAbstract() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class is marked as abstract.
- isAbstract() - Method in interface org.springframework.core.type.MethodMetadata
-
Determine whether the underlying method is effectively abstract: i.e.
- isAbstract() - Method in class org.springframework.core.type.StandardClassMetadata
- isAbstract() - Method in class org.springframework.core.type.StandardMethodMetadata
- isAbstract(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isAccepted() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.ACCEPTED
(202). - isAccepted() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.ACCEPTED
(202). - isAcceptMessagesWhileStopping() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to accept received messages while the listener container in the process of stopping.
- isAccessCallParameterMetaData() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether call parameter meta-data should be accessed.
- isAccessibleFrom(ClassName) - Method in class org.springframework.aot.generate.AccessControl
-
Specify whether the member or type signature backed by this instance is accessible from the specified
ClassName
. - isAccessTableColumnMetaData() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Are we accessing table meta-data?
- isActive() - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Subclasses can call this to check whether any AOP proxies have been created yet.
- isActive() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Determine whether this application context is active, that is, whether it has been refreshed at least once and has not been closed yet.
- isActive() - Method in class org.springframework.context.support.AbstractApplicationContext
- isActive() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
- isActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return whether this request is still active (that is, not completed yet).
- isActive() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Determine whether a test-managed transaction is currently active.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
Polling and Streaming sessions periodically close the current HTTP request and wait for the next request to come through.
- isActive() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isActuallyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- isActualTransactionActive() - Method in class org.springframework.transaction.reactive.TransactionContext
- isActualTransactionActive() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Return whether there currently is an actual transaction active.
- isActualTransactionActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return whether there currently is an actual transaction active.
- isAdviceInstantiated() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
-
Return whether this advisor has already instantiated its advice.
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
- isAfterAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
- isAfterAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return whether this is an after advice.
- isAfterAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return
true
if the advisor is a form of after advice. - isAfterLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isAfterLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is after the last row of this row set.
- isAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
- isAlias(String) - Method in interface org.springframework.core.AliasRegistry
-
Determine whether the given name is defined as an alias (as opposed to the name of an actually registered component).
- isAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
- isAllocated() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- isAllocated() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
-
Return
true
if this buffer is allocated;false
if it has been deallocated. - isAllowBeanDefinitionOverriding() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether it should be allowed to override bean definitions by registering a different definition with the same name, automatically replacing the former.
- isAllowCircularReferences() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Return whether to allow circular references between beans.
- isAllowEagerClassLoading() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the factory is allowed to eagerly load bean classes even for bean definitions that are marked as "lazy-init".
- isAllowed(String) - Method in class org.springframework.validation.DataBinder
-
Determine if the given field is allowed for binding.
- isAllowNullValues() - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.jcache.JCacheCacheManager
-
Return whether this cache manager accepts and converts
null
values for all of its caches. - isAllowNullValues() - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
Return whether
null
values are allowed in this cache. - isAllowRawInjectionDespiteWrapping() - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Return whether to allow the raw injection of a bean instance.
- isAlreadyReported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.ALREADY_REPORTED
(208). - isAlwaysMustRevalidate() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isAlwaysUseMessageFormat() - Method in class org.springframework.context.support.MessageSourceSupport
-
Return whether to always apply the
MessageFormat
rules, parsing even messages without arguments. - isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Determine if an annotation of the specified
annotationType
is present on the suppliedAnnotatedElement
or within the annotation hierarchy above the specified element. - isAnnotated(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Determine if an annotation of the specified
annotationName
is present on the suppliedAnnotatedElement
or within the annotation hierarchy above the specified element. - isAnnotated(String) - Method in interface org.springframework.core.type.AnnotatedTypeMetadata
-
Determine whether the underlying element has an annotation or meta-annotation of the given type defined.
- isAnnotation() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents an annotation.
- isAnnotation() - Method in class org.springframework.core.type.StandardClassMetadata
- isAnnotationDeclaredLocally(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether an annotation of the specified
annotationType
is declared locally (i.e. - isAnnotationInherited(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Deprecated.as of 5.2 since it is superseded by the
MergedAnnotations
API - isAnnotationMetaPresent(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Deprecated.as of 5.2 since it is superseded by the
MergedAnnotations
API - isAopProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
- isApplicableToBeanType(Class<?>) - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
Whether this
MessagingAdviceBean
applies to the given bean type. - isApplicableToBeanType(Class<?>) - Method in class org.springframework.web.method.ControllerAdviceBean
-
Check whether the given bean type should be advised by this
ControllerAdviceBean
. - isApproximableCollectionType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
-
Determine whether the given collection type is an approximable type, i.e.
- isApproximableMapType(Class<?>) - Static method in class org.springframework.core.CollectionFactory
-
Determine whether the given map type is an approximable type, i.e.
- isArray() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type an array type?
- isArray() - Method in class org.springframework.core.ResolvableType
-
Return
true
if this type resolves to a Class that represents an array. - isArray() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is an array.
- isArray() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isArray() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is an array.
- isArray(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given object is an array: either an Object array or a primitive array.
- isArray(Type) - Static method in class org.springframework.cglib.core.TypeUtils
- isAscending() - Method in class org.springframework.beans.support.MutableSortDefinition
- isAscending() - Method in interface org.springframework.beans.support.SortDefinition
-
Return whether to sort ascending (true) or descending (false).
- isAspect(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
-
We consider something to be an AspectJ aspect suitable for use by the Spring AOP system if it has the @Aspect annotation, and was not compiled by ajc.
- isAspect(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Determine whether the given class is an aspect, as reported by AspectJ's
AjTypeSystem
. - isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
istrue
. - isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
- isAssignable(Class<?>, Class<?>, String) - Static method in class org.springframework.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
istrue
. - isAssignable(Class<?>, Class<?>, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that
superType.isAssignableFrom(subType)
istrue
. - isAssignable(Type, Type) - Static method in class org.springframework.util.TypeUtils
-
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
- isAssignableBound(Type, Type) - Static method in class org.springframework.util.TypeUtils
- isAssignableFrom(Class<?>) - Method in class org.springframework.core.ResolvableType
-
Determine whether this
ResolvableType
is assignable from the specified other type. - isAssignableFrom(ResolvableType) - Method in class org.springframework.core.ResolvableType
-
Determine whether this
ResolvableType
is assignable from the specified other type. - isAssignableTo(TypeDescriptor) - Method in class org.springframework.core.convert.TypeDescriptor
-
Returns true if an object of this type descriptor can be assigned to the location described by the given type descriptor.
- isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
-
Determine if the given type is assignable from the given value, assuming setting by reflection.
- isAsyncComplete() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Whether asynchronous processing has completed.
- isAsyncComplete() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
Whether async request processing has completed.
- isAsyncDispatch(HttpServletRequest) - 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. - isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
-
Whether the return value represents an asynchronous, Future-like type with success and error callbacks.
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
- isAsyncReturnValue(Object, MethodParameter) - Method in class org.springframework.messaging.handler.invocation.ReactiveReturnValueHandler
- isAsyncReturnValue(Object, MethodParameter) - Method in interface org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
-
Whether the given return value represents asynchronous computation.
- isAsyncStarted() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isAsyncStarted() - Method in interface org.springframework.web.context.request.async.AsyncWebRequest
-
Whether the request is in async mode following a call to
AsyncWebRequest.startAsync()
. - isAsyncStarted() - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
- isAsyncStarted(HttpServletRequest) - Method in class org.springframework.web.filter.OncePerRequestFilter
-
Whether request processing is in asynchronous mode meaning that the response will not be committed after the current thread is exited.
- isAsyncSupported() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isAsyncSupported() - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
A single place to control the
asyncSupported
flag for theDispatcherServlet
and all filters added viaAbstractDispatcherServletInitializer.getServletFilters()
. - isAttachment() - Method in class org.springframework.http.ContentDisposition
-
Return whether the
type
is "attachment". - isAutodetect() - Method in class org.springframework.web.servlet.resource.ResourceUrlProvider
-
Return
false
if resource mappings were manually configured,true
otherwise. - isAutoGrowCollections() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
Return
true
if collections should be automatically grown. - isAutoGrowNestedPaths() - Method in class org.springframework.beans.AbstractPropertyAccessor
- isAutoGrowNestedPaths() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoGrowNestedPaths() - Method in class org.springframework.validation.DataBinder
-
Return whether "auto-growing" of nested paths has been activated.
- isAutoGrowNestedPaths() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
- isAutoGrowNullReferences() - Method in class org.springframework.expression.spel.SpelParserConfiguration
-
Return
true
ifnull
references should be automatically grown. - isAutoReceiptEnabled() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
Whether receipt headers should be automatically added.
- isAutoStartup() - Method in interface org.springframework.context.SmartLifecycle
-
Returns
true
if thisLifecycle
component should get started automatically by the container at the time that the containingApplicationContext
gets refreshed. - isAutoStartup() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
- isAutoStartup() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- isAutoStartup() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
Return whether this scheduler is configured for auto-startup.
- isAutoStartup() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return the value for the 'autoStartup' property.
- isAutoStartup() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
-
Return the value for the 'autoStartup' property.
- isAutowirable(Parameter, int) - Static method in class org.springframework.beans.factory.annotation.ParameterResolutionDelegate
-
Determine if the supplied
Parameter
can potentially be autowired from anAutowireCapableBeanFactory
. - isAutowirableConstructor(Constructor<?>, Class<?>) - Static method in class org.springframework.test.context.support.TestConstructorUtils
-
Determine if the supplied constructor for the given test class is autowirable.
- isAutowirableConstructor(Constructor<?>, Class<?>, PropertyProvider) - Static method in class org.springframework.test.context.support.TestConstructorUtils
-
Determine if the supplied constructor for the given test class is autowirable.
- isAutowirableConstructor(Executable, Class<?>) - Static method in class org.springframework.test.context.support.TestConstructorUtils
-
Determine if the supplied executable for the given test class is an autowirable constructor.
- isAutowirableConstructor(Executable, Class<?>, PropertyProvider) - Static method in class org.springframework.test.context.support.TestConstructorUtils
-
Determine if the supplied executable for the given test class is an autowirable constructor.
- isAutowire() - Method in enum class org.springframework.beans.factory.annotation.Autowire
-
Return whether this represents an actual autowiring value.
- isAutowireCandidate() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is a candidate for getting autowired into some other bean.
- isAutowireCandidate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is a candidate for getting autowired into some other bean.
- isAutowireCandidate(String, DependencyDescriptor) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Determine whether the specified bean qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- isAutowireCandidate(String, DependencyDescriptor, AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(String, RootBeanDefinition, DependencyDescriptor, AutowireCandidateResolver) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the specified bean definition qualifies as an autowire candidate, to be injected into other beans which declare a dependency of matching type.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine whether the provided bean definition is an autowire candidate.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
-
Determine whether the given bean definition qualifies as an autowire candidate for the given dependency.
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.GenericTypeAwareAutowireCandidateResolver
- isAutowireCandidate(BeanDefinitionHolder, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
- isBadGateway() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.BAD_GATEWAY
(502). - isBadRequest() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.BAD_REQUEST
(400). - isBadRequest() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.BAD_REQUEST
(400). - isBandwidthLimitExceeded() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.BANDWIDTH_LIMIT_EXCEEDED
(509). - isBatchExhausted(int) - Method in interface org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
-
Return whether the batch is complete, that is, whether there were no additional values added during the last
setValues
call. - isBatchExhausted(int) - Method in class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
-
This implementation return this instance's current exhaustion flag.
- isBeanDefinitionLazyInit(ListableBeanFactory, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Return whether the specified bean definition should be considered as lazy-init.
- isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the specified bean is eligible for having its bean definition metadata cached.
- isBeanEligibleForMetadataCaching(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Considers all beans as eligible for metadata caching if the factory's configuration has been marked as frozen.
- isBeanExcludedFromAotProcessing() - Method in interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
-
Return if the bean instance associated with this processor should be excluded from AOT processing itself.
- isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the given bean name is already in use within this factory, i.e.
- isBeanNameInUse(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Determine whether the given bean name is already in use within this registry, i.e.
- isBeanNameInUse(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
- isBeanNameInUse(String) - Method in class org.springframework.context.support.GenericApplicationContext
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterAdvice
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterReturningAdvice
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJAroundAdvice
- isBeforeAdvice() - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
- isBeforeAdvice() - Method in interface org.springframework.aop.aspectj.AspectJPrecedenceInformation
-
Return whether this is a before advice.
- isBeforeAdvice(Advisor) - Static method in class org.springframework.aop.aspectj.AspectJAopUtils
-
Return
true
if the advisor is a form of before advice. - isBeforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isBeforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is before the first row of this row set.
- isBeforeInvocation() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
- isBestCandidate(MergedAnnotation<A>) - Method in interface org.springframework.core.annotation.MergedAnnotationSelector
-
Determine if the existing annotation is known to be the best candidate and any subsequent selections may be skipped.
- isBindEmptyMultipartFiles() - Method in class org.springframework.web.bind.WebDataBinder
-
Return whether to bind empty MultipartFile parameters.
- isBinderMethodApplicable(HandlerMethod, WebDataBinder) - Method in class org.springframework.web.method.annotation.InitBinderDataBinderFactory
-
Determine whether the given
@InitBinder
method should be used to initialize the givenWebDataBinder
instance. - isBindExceptionRequired(MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Whether to raise a fatal bind exception on validation errors.
- isBindExceptionRequired(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Whether to raise a fatal bind exception on validation errors.
- isBindingDisabled(String) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether binding is disabled for the given model attribute.
- isBindingFailure() - Method in class org.springframework.validation.FieldError
-
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
- isBlockWhenExhausted() - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Specify if the call should block when the pool is exhausted.
- isBodyAllowed() - Method in enum class org.springframework.messaging.simp.stomp.StompCommand
- isBodyRequired() - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
-
Return the setting for
ConsumesRequestCondition.setBodyRequired(boolean)
. - isBodyRequired() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Return the setting for
ConsumesRequestCondition.setBodyRequired(boolean)
. - isBoolean() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is a
Boolean
. - isBoolean() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isBoolean() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is a
Boolean
. - isBooleanCompatible(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine whether the descriptor is for a boolean primitive or boolean reference type.
- isBridge(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Whether the message broker is currently available and able to process messages.
- isBrokerAvailable() - Method in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
- isCache() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return if caching is enabled.
- isCacheBeanMetadata() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Return whether to cache bean metadata such as given bean definitions (in merged fashion) and resolved bean classes.
- isCacheBeanMetadata() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isCacheConsumers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Return whether to cache JMS MessageConsumers per JMS Session instance.
- isCacheProducers() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Return whether to cache JMS MessageProducers per JMS Session instance.
- isCacheQueries() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to cache all queries executed by this template.
- isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is cache-safe in the given context, i.e.
- isCacheUnresolved() - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Return if caching of unresolved views is enabled.
- isCacheWide() - Method in class org.springframework.cache.interceptor.CacheEvictOperation
- isCancelled() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
Deprecated.
- isCancelled() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
Deprecated.
- isCancelled() - Method in class org.springframework.util.concurrent.FutureAdapter
-
Deprecated.
- isCancelled() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.
- isCandidateClass(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
- isCandidateClass(Class<?>) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
-
Determine whether the given class is a candidate for cache operations in the annotation format of this
CacheAnnotationParser
. - isCandidateClass(Class<?>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
- isCandidateClass(Class<?>) - Method in interface org.springframework.cache.interceptor.CacheOperationSource
-
Determine whether the given class is a candidate for cache operations in the metadata format of this
CacheOperationSource
. - isCandidateClass(Class<?>) - Method in class org.springframework.cache.interceptor.CompositeCacheOperationSource
- isCandidateClass(Class<?>) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- isCandidateClass(Class<?>) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
- isCandidateClass(Class<?>) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- isCandidateClass(Class<?>) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- isCandidateClass(Class<?>) - Method in interface org.springframework.transaction.annotation.TransactionAnnotationParser
-
Determine whether the given class is a candidate for transaction attributes in the annotation format of this
TransactionAnnotationParser
. - isCandidateClass(Class<?>) - Method in class org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
- isCandidateClass(Class<?>) - Method in interface org.springframework.transaction.interceptor.TransactionAttributeSource
-
Determine whether the given class is a candidate for transaction attributes in the metadata format of this
TransactionAttributeSource
. - isCandidateClass(Class<?>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether the given class is a candidate for carrying the specified annotation (at type, method or field level).
- isCandidateClass(Class<?>, String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether the given class is a candidate for carrying the specified annotation (at type, method or field level).
- isCandidateClass(Class<?>, Collection<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine whether the given class is a candidate for carrying one of the specified annotations (at type, method or field level).
- isCandidateComponent(AnnotatedBeanDefinition) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given bean definition qualifies as candidate.
- isCandidateComponent(MetadataReader) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Determine whether the given class does not match any exclude filter and does match at least one include filter.
- isCandidateForInvocation(Method, Class<?>) - Method in class org.springframework.expression.spel.support.DataBindingMethodResolver
- isCandidateForInvocation(Method, Class<?>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
Determine whether the given
Method
is a candidate for method resolution on an instance of the given target class. - isCandidateForProperty(Method, Class<?>) - Method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
- isCandidateForProperty(Method, Class<?>) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Determine whether the given
Method
is a candidate for property access on an instance of the given target class. - isCaseSensitive() - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Whether case-sensitive pattern matching is enabled.
- isCaseSensitive(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- isCaseSensitive(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the case of the designated column is significant.
- isCglibProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a CGLIB proxy.
- isCglibProxy(Object) - Static method in class org.springframework.util.ClassUtils
-
Deprecated.as of 5.2, in favor of custom (possibly narrower) checks such as for a Spring AOP proxy
- isCglibProxyClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Deprecated.as of 5.2, in favor of custom (possibly narrower) checks or simply a check for containing
ClassUtils.CGLIB_CLASS_SEPARATOR
- isCglibProxyClassName(String) - Static method in class org.springframework.util.ClassUtils
-
Deprecated.as of 5.2, in favor of custom (possibly narrower) checks or simply a check for containing
ClassUtils.CGLIB_CLASS_SEPARATOR
- isCglibRenamedMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
- isCharset() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Determine whether the character encoding has been explicitly set through
HttpServletResponse
methods or through acharset
parameter on theContent-Type
. - isCheckedException(Throwable) - Static method in class org.springframework.util.ObjectUtils
-
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
- isCheckFullyPopulated() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Return whether we're strictly validating that all bean properties have been mapped from corresponding database columns.
- isCheckpoint() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.in favor of
StatusResultMatchers.isEarlyHints()
- isCheckWriteOperations() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to check that the Hibernate Session is not in read-only mode in case of write operations (save/update/delete).
- isClassReloadable(Class<?>) - Method in interface org.springframework.core.SmartClassLoader
-
Determine whether the given class is reloadable (in this ClassLoader).
- isClientAcknowledge(Session) - Method in class org.springframework.jms.support.JmsAccessor
-
Determine whether the given Session is in client acknowledge mode.
- isClosed() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- isCodeAttribute() - Method in class org.springframework.asm.Attribute
-
Returns true if this type of attribute is a Code attribute.
- isCollection() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a
Collection
type? - isCommitted() - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
- isCommitted() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
- isCommitted() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
-
Whether the HttpOutputMessage is committed.
- isCommitted() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
- isCommitted() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
- isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
- isCompatible(BeanDefinition, BeanDefinition) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Determine whether the given new bean definition is compatible with the given existing bean definition.
- isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
-
Indicate whether this
MediaType
is compatible with the given media type. - isCompatibleWith(MimeType) - Method in class org.springframework.util.MimeType
-
Indicate whether this MIME Type is compatible with the given MIME Type.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - Static method in class org.springframework.util.ObjectUtils
-
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
- isCompilable() - Method in class org.springframework.context.expression.MapAccessor
- isCompilable() - Method in class org.springframework.expression.spel.ast.BooleanLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.CompoundExpression
- isCompilable() - Method in class org.springframework.expression.spel.ast.ConstructorReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.Elvis
- isCompilable() - Method in class org.springframework.expression.spel.ast.FloatLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.FunctionReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.Indexer
- isCompilable() - Method in class org.springframework.expression.spel.ast.InlineList
- isCompilable() - Method in class org.springframework.expression.spel.ast.IntLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.LongLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.MethodReference
-
A method reference is compilable if it has been resolved to a reflectively accessible method and the child nodes (arguments to the method) are also compilable.
- isCompilable() - Method in class org.springframework.expression.spel.ast.NullLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpAnd
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpDivide
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpEQ
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorInstanceof
- isCompilable() - Method in class org.springframework.expression.spel.ast.OperatorNot
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpGT
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpLT
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMinus
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpModulus
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpMultiply
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpNE
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpOr
- isCompilable() - Method in class org.springframework.expression.spel.ast.OpPlus
- isCompilable() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.RealLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Check whether a node can be compiled to bytecode.
- isCompilable() - Method in class org.springframework.expression.spel.ast.StringLiteral
- isCompilable() - Method in class org.springframework.expression.spel.ast.Ternary
- isCompilable() - Method in class org.springframework.expression.spel.ast.TypeReference
- isCompilable() - Method in class org.springframework.expression.spel.ast.VariableReference
- isCompilable() - Method in interface org.springframework.expression.spel.CompilablePropertyAccessor
-
Return
true
if this property accessor is currently suitable for compilation. - isCompilable() - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
- isCompilableOperatorUsingNumerics() - Method in class org.springframework.expression.spel.ast.Operator
- isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Is this operation "compiled"?
- isCompiled() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Is this operation "compiled"?
- isCompiled() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Is this operation "compiled"? Compilation, as in JDO, means that the operation is fully configured, and ready to use.
- isComplete() - Method in interface org.springframework.web.bind.support.SessionStatus
-
Return whether the current handler's session processing has been marked as complete.
- isComplete() - Method in class org.springframework.web.bind.support.SimpleSessionStatus
- isCompleted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been completed.
- isCompleted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- isCompleted() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
- isCompleted() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
- isCompleted() - Method in interface org.springframework.transaction.TransactionExecution
-
Return whether this transaction is completed, that is, whether it has already been committed or rolled back.
- isConcrete() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents a concrete class, i.e.
- isConcrete() - Method in class org.springframework.util.MimeType
-
Indicates whether this MIME Type is concrete, i.e.
- isConcurrentHandlingStarted() - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Return whether the selected handler for the current request chose to handle the request asynchronously.
- isConditionPassing(Object) - Method in class org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationContext
- isConfigurationCallbackInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Determine whether the given interface is just a container callback and therefore not to be considered as a reasonable proxy interface.
- isConfigurationFrozen() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Return whether this factory's bean definitions are frozen, i.e.
- isConfigurationFrozen() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- isConflict() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.CONFLICT
(409). - isConnected() - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
- isConnected() - Method in interface org.springframework.messaging.simp.stomp.StompSession
-
Whether the session is connected.
- isConnected() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Whether the connection is open/
true
or closed/false
. - isConnected() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
- isConnected() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
- isConnected() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
- isConnectionAborted() - Method in class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
-
Whether the current connection was aborted by the client, resulting in a
cancel signal
on the reactive chain, or anAbortedException
when reading the request. - isConnectionTransactional(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Determine whether the given JDBC Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineList
-
Return whether this list is a constant value.
- isConstant() - Method in class org.springframework.expression.spel.ast.InlineMap
-
Return whether this list is a constant value.
- isConstructor(MethodInfo) - Static method in class org.springframework.cglib.core.TypeUtils
- isContextLoaded(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
- isContextLoaded(MergedContextConfiguration) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
-
Determine if the application context for the supplied
MergedContextConfiguration
has been loaded (i.e., is present in theContextCache
). - isContextRelative() - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Whether to interpret URLs as relative to the current context path.
- isContextRequired() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Determine whether this application object needs to run in an ApplicationContext.
- isContextRequired() - Method in class org.springframework.web.context.support.WebApplicationObjectSupport
-
Overrides the base class behavior to enforce running in an ApplicationContext.
- isContextRequired() - Method in class org.springframework.web.servlet.view.InternalResourceView
-
An ApplicationContext is not strictly required for InternalResourceView.
- isContextRequired() - Method in class org.springframework.web.servlet.view.RedirectView
-
An ApplicationContext is not strictly required for RedirectView.
- isContextRequired() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
- isContextSupported(Class<? extends WorkContext>) - Method in class org.springframework.jca.support.SimpleBootstrapContext
- isContinue() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.CONTINUE
(100). - isConverted() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Return whether this holder contains a converted value already (
true
), or whether the value still needs to be converted (false
). - isConverted() - Method in class org.springframework.beans.MutablePropertyValues
-
Return whether this holder contains converted values only (
true
), or whether the values still need to be converted (false
). - isConverted() - Method in class org.springframework.beans.PropertyValue
-
Return whether this holder contains a converted value already (
true
), or whether the value still needs to be converted (false
). - isCookieHttpOnly() - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
- isCookieSecure() - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Return whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
- isCopyAllAttributes() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy all HTTP session attributes.
- isCopyHttpSessionId() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether to copy the HTTP session id to the handshake attributes.
- isCorsRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns
true
if the request is a valid CORS one by checkingOrigin
header presence and ensuring that origins are different. - isCorsRequest(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.CorsUtils
-
Returns
true
if the request is a valid CORS one by checkingOrigin
header presence and ensuring that origins are different viaCorsUtils.isSameOrigin(org.springframework.http.server.reactive.ServerHttpRequest)
. - isCreated() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.CREATED
(201). - isCreated() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.CREATED
(201). - isCreateSession() - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
-
Whether the HTTP session is allowed to be created.
- isCurrency(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- isCurrency(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the designated column contains a currency value.
- isCurrentlyInCreation(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Determine whether the specified bean is currently in creation.
- isCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- isCurrentTransactionReadOnly() - Method in class org.springframework.transaction.reactive.TransactionContext
- isCurrentTransactionReadOnly() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Return whether the current transaction is marked as read-only.
- isCurrentTransactionReadOnly() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return whether the current transaction is marked as read-only.
- isDaemon() - Method in class org.springframework.util.CustomizableThreadCreator
-
Return whether this factory should create daemon threads.
- isDataEmpty(WebSocketMessage) - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketSendProcessor
- isDataEmpty(T) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Whether the given data item has any content to write.
- isDebug() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Return whether the progress of this transaction is debugged.
- isDebug() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return whether the progress of this transaction is debugged.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- isDebugEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is debug logging currently enabled?
- isDefaultBeanName() - Method in class org.springframework.beans.factory.wiring.BeanWiringInfo
-
Return whether the specific bean name is a suggested default bean name, not necessarily matching an actual bean definition in the factory.
- isDefaultHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Determine whether heartbeats are enabled.
- isDefaultHtmlEscape() - Method in class org.springframework.web.reactive.result.view.RequestContext
-
Is default HTML escaping active? Falls back to
false
in case of no explicit default given. - isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Is default HTML escaping active? Falls back to
false
in case of no explicit default given. - isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Overridden to default to
true
in case of no explicit default given. - isDefaultHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the applicable default HTML escape setting for this tag.
- isDefaultJndiEnvironmentAvailable() - Static method in class org.springframework.jndi.JndiLocatorDelegate
-
Check whether a default JNDI environment, as in a Jakarta EE environment, is available on this JVM.
- isDefaultLazyInit() - Method in class org.springframework.beans.factory.xml.ParserContext
- isDefaultName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- isDefaultNamespace(String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Determine whether the given URI indicates the default namespace.
- isDefaultNamespace(Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Determine whether the given node indicates the default namespace.
- isDefaultRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether to rollback transactions by default for the supplied test context.
- isDeferred() - Method in class org.springframework.core.ReactiveTypeDescriptor
-
Whether the underlying operation is deferred and needs to be started explicitly, e.g.
- isDeleteSpecificValues() - Method in class org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
-
Return whether to delete the entire range below the current maximum key value (
false
- the default), or the specifically generated values (true
). - isDeliveryTransacted(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory
-
This implementation returns
true
if a transaction manager has been specified;false
otherwise. - isDependent(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Determine whether the specified dependent bean has been registered as dependent on the given bean or on any of its transitive dependencies.
- isDestinationLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.DESTINATION_LOCKED
- isDirect() - Method in interface org.springframework.core.io.buffer.DataBufferFactory
-
Indicates whether this factory allocates direct buffers (i.e.
- isDirect() - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
- isDirect() - Method in class org.springframework.core.io.buffer.Netty5DataBufferFactory
- isDirect() - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- isDirectFieldAccess() - Method in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
-
Return whether to use direct field access instead of bean property access.
- isDirectlyPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Determine if the annotation is directly present on the source.
- isDirectlyPresent(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Determine if the specified annotation type is directly present.
- isDirectlyPresent(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Determine if the specified annotation type is directly present.
- isDisabled() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.ButtonTag
-
Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Get the value of the '
disabled
' attribute. - isDisabled() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Get the value of the '
disabled
' attribute. - isDisconnected() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- isDisposed() - Method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Shortcut method that delegates to the same on the underlying
RSocketRequester.rsocketClient()
. - isDone() - Method in class org.springframework.scheduling.annotation.AsyncResult
-
Deprecated.
- isDone() - Method in class org.springframework.util.concurrent.CompletableToListenableFutureAdapter
-
Deprecated.
- isDone() - Method in class org.springframework.util.concurrent.FutureAdapter
-
Deprecated.
- isDone() - Method in class org.springframework.util.concurrent.SettableListenableFuture
-
Deprecated.
- isDynamic() - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Return whether this value has been marked as dynamic.
- isEager() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether this dependency is 'eager' in the sense of eagerly resolving potential target beans for type matching.
- isEagerInit() - Method in interface org.springframework.beans.factory.SmartFactoryBean
-
Does this FactoryBean expect eager initialization, that is, eagerly initialize itself as well as expect eager initialization of its singleton object (if any)?
- isEarlyHints() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.EARLY_HINTS
(103). - isEligible(Class<?>) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Check whether the given class is eligible for advising with this post-processor's
Advisor
. - isEligible(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Check whether the given bean is eligible for advising with this post-processor's
Advisor
. - isEligible(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
- isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Return whether the Advisor bean with the given name is eligible for proxying in the first place.
- isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Consider
Advisor
beans with the specified prefix as eligible, if activated. - isEligibleAdvisorBean(String) - Method in class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
- isEligibleAspectBean(String) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
-
Check whether the given aspect bean is eligible for auto-proxying.
- isEligibleAttribute(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
- isEligibleAttribute(String) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
- isEligibleAttribute(Attr, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Determine whether the given attribute is eligible for being turned into a corresponding bean property value.
- isEligibleBean(String) - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
-
Return whether the aspect bean with the given name is eligible.
- isEligibleBean(String) - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
-
Determine whether the aspect bean with the given name is eligible.
- isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Whether an ETag should be calculated for the given request and response exchange.
- isEligibleForMarshalling(String, Object) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
-
Check whether the given value from the current view's model is eligible for marshalling through the configured
Marshaller
. - isEligibleForOverriding(String) - Method in class org.springframework.core.OverridingClassLoader
-
Determine whether the specified class is eligible for overriding by this class loader.
- isEligibleForPropertyPopulation(Object) - Method in class org.springframework.scheduling.quartz.SpringBeanJobFactory
-
Return whether the given job object is eligible for having its bean properties populated.
- isEligibleForShadowing(String) - Method in class org.springframework.instrument.classloading.ShadowingClassLoader
-
Determine whether the specified class is eligible for shadowing by this class loader.
- isEligibleProperty(String, Object) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determine whether the given model element should be exposed as a query property.
- isEligibleValue(Object) - Method in class org.springframework.web.servlet.view.RedirectView
-
Determine whether the given model element value is eligible for exposure.
- isEmpty() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
-
Return if this holder does not contain any argument values, neither indexed ones nor generic ones.
- isEmpty() - Method in class org.springframework.beans.factory.support.MethodOverrides
-
Return whether the set of method overrides is empty.
- isEmpty() - Method in class org.springframework.beans.MutablePropertyValues
- isEmpty() - Method in interface org.springframework.beans.PropertyValues
-
Does this holder not contain any PropertyValue objects at all?
- isEmpty() - Method in class org.springframework.cglib.beans.BeanMap
- isEmpty() - Method in class org.springframework.core.test.tools.ClassFiles
-
Returns
true
if this collection is empty. - isEmpty() - Method in class org.springframework.core.test.tools.ResourceFiles
-
Returns
true
if this collection is empty. - isEmpty() - Method in class org.springframework.core.test.tools.SourceFiles
-
Returns
true
if this collection is empty. - isEmpty() - Method in class org.springframework.http.HttpHeaders
- isEmpty() - Method in class org.springframework.messaging.MessageHeaders
- isEmpty() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
- isEmpty() - Method in class org.springframework.r2dbc.core.Parameter
-
Deprecated.Return whether this
Parameter
has an empty value. - isEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isEmpty() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Assert the response body is empty and return the exchange result.
- isEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.util.AutoPopulatingList
- isEmpty() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- isEmpty() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- isEmpty() - Method in class org.springframework.util.MultiValueMapAdapter
- isEmpty() - Method in interface org.springframework.web.multipart.MultipartFile
-
Return whether the uploaded file is empty, that is, either no file has been chosen in the multipart form or the chosen file has no content.
- isEmpty() - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
-
Indicates whether this condition is empty, i.e.
- isEmpty() - Method in class org.springframework.web.reactive.result.condition.CompositeRequestCondition
-
Whether this instance contains 0 conditions or not.
- isEmpty() - Method in class org.springframework.web.reactive.result.condition.ConsumesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.reactive.result.condition.ProducesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.servlet.ModelAndView
-
Return whether this ModelAndView object is empty, i.e.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
-
Indicates whether this condition is empty, i.e.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
-
Whether this instance contains 0 conditions or not.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Whether the condition has any media type expressions.
- isEmpty() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- isEmpty(Object) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(Object) - Static method in class org.springframework.util.StringUtils
-
Deprecated.as of 5.3, in favor of
StringUtils.hasLength(String)
andStringUtils.hasText(String)
(orObjectUtils.isEmpty(Object)
) - isEmpty(Object[]) - Static method in class org.springframework.util.ObjectUtils
-
Determine whether the given array is empty: i.e.
- isEmpty(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Return
true
if the supplied Collection isnull
or empty. - isEmpty(Map<?, ?>) - Static method in class org.springframework.util.CollectionUtils
-
Return
true
if the supplied Map isnull
or empty. - isEmptyMapping() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Whether the request mapping has an empty URL path mapping.
- isEmptyPathMapping() - Method in class org.springframework.web.reactive.result.condition.PatternsRequestCondition
-
Whether the condition is the "" (empty path) mapping.
- isEmptyPathMapping() - Method in class org.springframework.web.servlet.mvc.condition.PathPatternsRequestCondition
-
Whether the condition is the "" (empty path) mapping.
- isEmptyPathMapping() - Method in class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Whether the condition is the "" (empty path) mapping.
- isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
Check if the given
payload
is empty. - isEmptyPayload(Object) - Method in class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
-
Specify if the given
payload
is empty. - isEnableLoggingRequestDetails() - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecConfig
-
Whether to log form data at DEBUG level, and headers at TRACE level.
- isEnableLoggingRequestDetails() - Method in class org.springframework.http.codec.LoggingCodecSupport
-
Whether any logging of values being encoded or decoded is explicitly disabled regardless of log level.
- isEnableLoggingRequestDetails() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Whether logging of potentially sensitive, request details at DEBUG and TRACE level is allowed.
- isEnableTimestamp() - Method in class org.springframework.messaging.support.IdTimestampMessageHeaderInitializer
-
Return whether the timestamp header is enabled or not.
- isEncodeFilenames() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return whether to encode attachment filenames passed to this helper's
#addAttachment
methods. - isEnforceDestroyMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Indicate whether the configured destroy method is the default.
- isEnforceInitMethod() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Indicate whether the configured initializer method is the default.
- isEnforceReadOnly() - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Return whether to enforce the read-only nature of a transaction through an explicit statement on the transactional connection.
- isEnforceReadOnly() - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Return whether to enforce the read-only nature of a transaction through an explicit statement on the transactional connection.
- isEnhanced(Class) - Static method in class org.springframework.cglib.proxy.Enhancer
-
Determine if a class was generated using
Enhancer
. - isEqualsMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is an "equals" method.
- isEqualsMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is an "equals" method.
- isEqualTo(boolean) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- isEqualTo(int) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status as an integer.
- isEqualTo(B) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Assert the extracted body is equal to the given value.
- isEqualTo(Double) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- isEqualTo(Object) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isEqualTo(String) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- isEqualTo(HttpStatusCode) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status as an
HttpStatusCode
. - isError() - Method in enum class org.springframework.http.HttpStatus
- isError() - Method in interface org.springframework.http.HttpStatusCode
-
Whether this status code is in the Client or Server Error class
- isError() - Method in class org.springframework.web.reactive.result.view.BindStatus
-
Return if this status represents a field or object error.
- isError() - Method in class org.springframework.web.servlet.support.BindStatus
-
Return if this status represents a field or object error.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- isErrorEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is error logging currently enabled?
- isExcluded(String) - Method in class org.springframework.core.DecoratingClassLoader
-
Determine whether the specified class is excluded from decoration by this class loader.
- isExcludedFromAotProcessing(RegisteredBean) - Method in interface org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter
-
Return if the registered bean should be excluded from AOT processing and registration.
- isExcludedFromDependencyCheck(PropertyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Determine whether the given bean property is excluded from dependency checks.
- isExecuted() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
Get the
executed
flag. - isExistingTransaction(Object) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.jms.connection.JmsTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.orm.hibernate5.HibernateTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.orm.jpa.JpaTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.transaction.jta.JtaTransactionManager
- isExistingTransaction(Object) - Method in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
-
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
- isExistingTransaction(Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
- isExpectationFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.EXPECTATION_FAILED
(417). - isExpired() - Method in class org.springframework.mock.web.server.MockWebSession
- isExpired() - Method in interface org.springframework.web.server.WebSession
-
Return
true
if the session expired aftermaxIdleTime
elapsed. - isExpired() - Method in class org.springframework.web.servlet.FlashMap
-
Return whether this instance has expired depending on the amount of elapsed time since the call to
FlashMap.startExpirationPeriod(int)
. - isExplicitQosEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
If "true", then the values of deliveryMode, priority, and timeToLive will be used when sending a message.
- isExposeClassDescriptor() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether to expose the JMX descriptor field "class" for managed operations.
- isExposeListenerSession() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to expose the listener JMS
Session
to a registeredSessionAwareMessageListener
. - isExposeNativeSession() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Return whether to expose the native Hibernate Session to HibernateCallback code, or rather a Session proxy.
- isExposePathVariables() - Method in class org.springframework.web.servlet.view.AbstractView
-
Return whether to add path variables to the model or not.
- isExposeProxy() - Method in interface org.springframework.aop.framework.Advised
-
Return whether the factory should expose the proxy as a
ThreadLocal
. - isExposeProxy() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether the AOP proxy will expose the AOP proxy for each invocation.
- isExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Determine if the given method or field is an externally managed configuration member.
- isExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Determine if the given method name indicates an externally managed destruction method.
- isExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Determine if the given method name indicates an externally managed initialization method.
- isExtractOldValueForEditor() - Method in class org.springframework.beans.AbstractPropertyAccessor
- isExtractOldValueForEditor() - Method in interface org.springframework.beans.ConfigurablePropertyAccessor
-
Return whether to extract the old property value when applying a property editor to a new value for a property.
- isFactoryBean(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Determine whether the bean with the given name is a FactoryBean.
- isFactoryBean(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isFactoryBean(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Check whether the given bean is defined as a
FactoryBean
. - isFactoryDereference(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
-
Return whether the given name is a factory dereference (beginning with the factory dereference prefix).
- isFactoryMethod(Method) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Check whether the given candidate qualifies as a factory method.
- isFailEarlyOnGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to fail early in case of the transaction being globally marked as rollback-only.
- isFailedDependency() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.FAILED_DEPENDENCY
(424). - isFallbackToSystemLocale() - Method in class org.springframework.context.support.AbstractResourceBasedMessageSource
-
Deprecated.as of 5.2.2, in favor of
AbstractResourceBasedMessageSource.getDefaultLocale()
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isFatalEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is fatal logging currently enabled?
- isField - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- isFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
- isFile() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns
false
. - isFile() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation always indicates a file.
- isFile() - Method in class org.springframework.core.io.PathResource
-
This implementation always indicates a file.
- isFile() - Method in interface org.springframework.core.io.Resource
-
Determine whether this resource represents a file in a file system.
- isFile() - Method in class org.springframework.core.io.UrlResource
- isFile() - Method in class org.springframework.web.context.support.ServletContextResource
- isFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
Determine whether the given
URI
represents a file in a file system. - isFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in the file system, i.e.
- isFinal() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class is marked as 'final'.
- isFinal() - Method in interface org.springframework.core.type.MethodMetadata
-
Determine whether the underlying method is marked as 'final'.
- isFinal() - Method in class org.springframework.core.type.StandardClassMetadata
- isFinal() - Method in class org.springframework.core.type.StandardMethodMetadata
- isFinal(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isFinalizeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "finalize" method.
- isFinished() - Method in class org.springframework.mock.web.DelegatingServletInputStream
- isFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is on the first row of this row set.
- isFirstPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return if the current page is the first one.
- isFixedRate() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Return whether to schedule as fixed-rate execution.
- isFixedRate() - Method in class org.springframework.scheduling.support.PeriodicTrigger
-
Return whether this trigger uses fixed rate (
true
) or fixed delay (false
) behavior. - isFlaggedForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Determine whether the current test-managed transaction has been flagged for rollback or flagged for commit.
- isFlashMapForRequest(FlashMap, HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Whether the given FlashMap matches the current request.
- isFlushPending() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Whether flushing is pending.
- isForbidden() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.FORBIDDEN
(403). - isForbidden() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.FORBIDDEN
(403). - isForceRequestEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on requests.
- isForceResponseEncoding() - Method in class org.springframework.web.filter.CharacterEncodingFilter
-
Return whether the encoding should be forced on responses.
- isFormData() - Method in class org.springframework.http.ContentDisposition
-
Return whether the
type
is "form-data". - isFound() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.FOUND
(302). - isFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.FOUND
(302). - isFrozen() - Method in interface org.springframework.aop.framework.Advised
-
Return whether the Advised configuration is frozen, in which case no advice changes can be made.
- isFrozen() - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- isFrozen() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether the config is frozen, and no advice changes can be made.
- isFrozen() - Method in class org.springframework.jms.connection.JmsResourceHolder
-
Return whether this resource holder is frozen, i.e.
- isFunction() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether this call is a function call.
- isFunction() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Return whether this parameter is declared in a function.
- isFunction() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Is this call a function call?
- isFunction() - Method in class org.springframework.jdbc.object.SqlCall
-
Return whether this call is for a function.
- isGatewayTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.GATEWAY_TIMEOUT
(504). - isGeneratedBeanName() - Method in class org.springframework.beans.factory.support.RegisteredBean
-
Return if the bean name is generated.
- isGeneratedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
-
Return whether the given name is a bean name which has been generated by the default naming strategy (containing a "#..." part).
- isGenerateDdl() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return whether to generate DDL after the EntityManagerFactory has been initialized creating/updating all relevant tables.
- isGenerateDefaultLocations() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Determine whether default resource locations should be generated if the
locations
provided toAbstractContextLoader.processLocations(Class, String...)
arenull
or empty. - isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isGeneratedKeysColumnNameArraySupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support a column name String array for retrieving generated keys?
- isGeneratedKeysColumnNameArraySupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support a column name String array for retrieving generated keys:
Connection.createStruct(String, Object[])
? - isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
- isGetGeneratedKeysSimulated() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support a simple query to retrieve generated keys when the JDBC feature for retrieving generated keys is not supported?
- isGetGeneratedKeysSimulated() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support a simple query to retrieve the generated key when the JDBC 3.0 feature of retrieving generated keys is not supported?
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isGetGeneratedKeysSupported() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Does this database support the JDBC feature for retrieving generated keys?
- isGetGeneratedKeysSupported() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Does this database support the JDBC 3.0 feature of retrieving generated keys:
DatabaseMetaData.supportsGetGeneratedKeys()
? - isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Template method for determining the global rollback-only flag of the underlying transaction, if any.
- isGlobalRollbackOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Determine the rollback-only flag via checking the transaction object, provided that the latter implements the
SmartTransactionObject
interface. - isGlobalRollbackOnParticipationFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
- isGone() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.GONE
(410). - isHandler(Class<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Whether the given bean type should be introspected for messaging handling methods.
- isHandler(Class<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- isHandler(Class<?>) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Whether the given type is a handler with handler methods.
- isHandler(Class<?>) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Whether the given type is a handler with handler methods.
- isHandler(Class<?>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Whether the given type is a handler with handler methods.
- isHandler(Class<?>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Whether the given type is a handler with handler methods.
- isHandlerSessionAttribute(String, Class<?>) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Whether the attribute name or type match the names and types specified via
@SessionAttributes
on the underlying controller. - isHashCodeMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "hashCode" method.
- isHashCodeMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "hashCode" method.
- isHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
- isHeartbeatEnabled() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Whether heartbeats are enabled.
- ISHL - Static variable in interface org.springframework.asm.Opcodes
- ISHR - Static variable in interface org.springframework.asm.Opcodes
- isHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the HTML escaping setting for this tag, or the default setting if not overridden.
- isHttpOnly() - Method in class org.springframework.http.ResponseCookie
-
Return
true
if the cookie has the "HttpOnly" attribute. - isHttpOnly() - Method in class org.springframework.mock.web.MockSessionCookieConfig
- isHttpVersionNotSupported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.HTTP_VERSION_NOT_SUPPORTED
(505). - isIAmATeapot() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.I_AM_A_TEAPOT
(418). - isIgnoreCase() - Method in class org.springframework.beans.support.MutableSortDefinition
- isIgnoreCase() - Method in interface org.springframework.beans.support.SortDefinition
-
Return whether upper and lower case in String values should be ignored.
- isIgnoreInvalidFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore invalid fields when binding.
- isIgnoreInvalidLocale() - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Return whether to ignore an invalid value for the locale parameter.
- isIgnoreNestedPath() - Method in class org.springframework.web.servlet.tags.BindTag
-
Return whether to ignore a nested path, if any.
- isIgnoreUnknownExtensions() - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
- isIgnoreUnknownFields() - Method in class org.springframework.validation.DataBinder
-
Return whether to ignore unknown fields when binding.
- isIgnoreWarnings() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether we ignore SQLWarnings.
- isIgnoring(IMessage.Kind) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
- isImmutableSessionAttribute(String, Object) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Determine whether the given value is to be considered as an immutable session attribute, that is, doesn't have to be re-set via
session.setAttribute
since its value cannot meaningfully change internally. - isImUsed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.IM_USED
(226). - isIn(MergedAnnotation.Adapt...) - Method in enum class org.springframework.core.annotation.MergedAnnotation.Adapt
- isIncludeClientInfo() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the client address and session id should be included in the log message.
- isIncludeHeaders() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request headers should be included in the log message.
- isIncludePayload() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the request payload (body) should be included in the log message.
- isIncludeQueryString() - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
-
Return whether the query string should be included in the log message.
- isIncludeRequest(ServletRequest) - Static method in class org.springframework.web.util.WebUtils
-
Determine whether the given request is an include request, that is, not a top-level HTTP request coming in from the outside.
- isIndependent() - Method in interface org.springframework.core.type.ClassMetadata
-
Determine whether the underlying class is independent, i.e.
- isIndependent() - Method in class org.springframework.core.type.StandardClassMetadata
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- isInfoEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is info logging currently enabled?
- isInfrastructureClass(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- isInfrastructureClass(Class<?>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Return whether the given bean class represents an infrastructure class that should never be proxied.
- isInheritInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Get the
inheritInitializers
flag that was declared via@ContextConfiguration
. - isInheritLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Get the
inheritLocations
flag that was declared via@ContextConfiguration
. - isInitialized() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
-
Return whether the lazy target object of this TargetSource has already been fetched.
- isInJavaLangAnnotationPackage(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the supplied
Annotation
is defined in the core JDKjava.lang.annotation
package. - isInJavaLangAnnotationPackage(String) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the
Annotation
with the supplied name is defined in the core JDKjava.lang.annotation
package. - isInline() - Method in class org.springframework.http.ContentDisposition
-
Return whether the
type
is "inline". - isInnerBean() - Method in class org.springframework.beans.factory.support.RegisteredBean
-
Return if this instance is for an inner-bean.
- isInnerClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine if the supplied class is an inner class, i.e.
- isInOutParameter() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Determine whether the declared parameter qualifies as an 'in-out' parameter for our purposes: type
DatabaseMetaData.procedureColumnInOut
, or in case of a function,DatabaseMetaData.functionColumnInOut
. - isInputValueProvided() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
This implementation always returns
false
. - isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlInOutParameter
-
This implementation always returns
true
. - isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return whether this parameter holds input values that should be set before execution even if they are
null
. - isInputValueProvided() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
-
This implementation always returns
false
. - isInstance(Object) - Method in class org.springframework.core.ResolvableType
-
Determine whether the given object is an instance of this
ResolvableType
. - isInstanceOf(Class<?>, Object) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, String) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstrumentationAvailable() - Static method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Check whether an Instrumentation instance is available for the current VM.
- isInsufficientSpaceOnResource() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
- isInsufficientStorage() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.INSUFFICIENT_STORAGE
(507). - isIntegerForNumericOp(Number) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine whether the given number is to be considered as an integer for the purposes of a numeric operation at the bytecode level.
- isInterceptorEnabled(MethodInvocation, Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine whether the interceptor should kick in, that is, whether the
invokeUnderTrace
method should be called. - isInterface() - Method in class org.springframework.asm.Handle
-
Returns true if the owner of the field or method designated by this handle is an interface.
- isInterface() - Method in interface org.springframework.core.type.ClassMetadata
-
Return whether the underlying class represents an interface.
- isInterface() - Method in class org.springframework.core.type.StandardClassMetadata
- isInterface(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isInterfaceProxied(Class<?>) - Method in interface org.springframework.aop.framework.Advised
-
Determine whether the given interface is proxied.
- isInterfaceProxied(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
- isInternalLanguageInterface(Class<?>) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Determine whether the given interface is a well-known internal language interface and therefore not to be considered as a reasonable proxy interface.
- isInternalServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.INTERNAL_SERVER_ERROR
(500). - isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
- isInvalidPath(String) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Identifies invalid resource paths.
- isInvalidPath(String) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Identifies invalid resource paths.
- isJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
- isJarResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Return whether the given resource handle indicates a jar resource that the
PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(org.springframework.core.io.Resource, java.net.URL, java.lang.String)
method can handle. - isJarURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Determine whether the given URL points to a resource in a jar file.
- isJavaLanguageInterface(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given interface is a common Java language interface:
Serializable
,Externalizable
,Closeable
,AutoCloseable
,Cloneable
,Comparable
- all of which can be ignored when looking for 'primary' user-level interfaces. - isJdkDynamicProxy(Object) - Static method in class org.springframework.aop.support.AopUtils
-
Check whether the given object is a JDK dynamic proxy.
- isKotlinPresent() - Static method in class org.springframework.core.KotlinDetector
-
Determine whether Kotlin is present in general.
- isKotlinReflectPresent() - Static method in class org.springframework.core.KotlinDetector
-
Determine whether Kotlin reflection is present.
- isKotlinType(Class<?>) - Static method in class org.springframework.core.KotlinDetector
-
Determine whether the given
Class
is a Kotlin type (with Kotlin metadata present on it). - isLambdaClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine if the supplied
Class
is a JVM-generated implementation class for a lambda expression or method reference. - isLanguageTagCompliant() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
- isLast() - Method in interface org.springframework.http.codec.multipart.PartEvent
-
Indicates whether this is the last event of a particular part.
- isLast() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- isLast() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Retrieve whether the cursor is on the last row of this row set.
- isLast() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
-
Whether this is the last part of a message sent as a series of partial messages.
- isLast() - Method in interface org.springframework.web.socket.WebSocketMessage
-
When partial message support is available and requested via
WebSocketHandler.supportsPartialMessages()
, this method returnstrue
if the current message is the last part of the complete WebSocket message sent by the client. - isLastPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Return if the current page is the last one.
- isLazilyInstantiated() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect needs to be lazily instantiated.
- isLazy() - Method in interface org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor
-
Return whether this advisor is lazily initializing its underlying advice.
- isLazy(DependencyDescriptor) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
- isLazyInit() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean should be lazily initialized, i.e.
- isLazyInit() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean should be lazily initialized, i.e.
- isLazyInit() - Method in class org.springframework.beans.factory.support.BeanDefinitionDefaults
-
Return whether beans should be lazily initialized by default, i.e.
- isLazyInit() - Method in class org.springframework.jdbc.support.JdbcAccessor
-
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
- isLazyInit() - Method in class org.springframework.jdbc.support.JdbcTransactionManager
-
Return whether to lazily initialize the SQLExceptionTranslator for this transaction manager.
- isLengthRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.LENGTH_REQUIRED
(411). - isLenientConstructorResolution() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether to resolve constructors in lenient mode or in strict mode.
- isLessSpecific(MimeType) - Method in class org.springframework.http.MediaType
-
Indicates whether this
MediaType
more specific than the given type. - isLessSpecific(MimeType) - Method in class org.springframework.util.MimeType
-
Indicates whether this
MimeType
is more less than the given type. - isLoaded() - Static method in class org.springframework.aot.agent.RuntimeHintsAgent
-
Static accessor for detecting whether the agent is loaded in the current JVM.
- isLocalResource() - Method in interface org.springframework.transaction.support.ResourceTransactionDefinition
-
Determine whether the transactional resource is ready for local optimizations.
- isLocalRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Determine the rollback-only flag via checking this TransactionStatus.
- isLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.LOCKED
(423). - isLog() - Method in class org.springframework.jmx.export.metadata.ManagedResource
- isLogEnabled() - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
-
Determine whether the
DeprecatedBeanWarner.logger
field is enabled. - isLogEnabled(Log) - Method in class org.springframework.aop.interceptor.AbstractTraceInterceptor
-
Determine whether the given
Log
instance is enabled. - isLoggingSuppressed(Map<String, Object>) - Static method in class org.springframework.core.codec.Hints
-
Whether to suppress logging based on the hint
Hints.SUPPRESS_LOGGING_HINT
. - isLogStackTraces() - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
-
Get the
logStackTraces
flag for thisLoggingCacheErrorHandler
. - isLongLived() - Method in interface org.springframework.scheduling.SchedulingAwareRunnable
-
Return whether the Runnable's operation is long-lived (
true
) versus short-lived (false
). - isLoopDetected() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.LOOP_DETECTED
(508). - isMap() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a
Map
type? - isMap() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is a
Map
. - isMap() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isMap() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is a
Map
. - isMatch(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
- isMatch(String, String) - Method in class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
Determine if the given bean name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
-
Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
Return if the given method name matches the mapped name.
- isMatch(String, String) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
-
Determine if the given method name matches the mapped name.
- isMatchingFieldError(String, FieldError) - Method in class org.springframework.validation.AbstractErrors
-
Check whether the given FieldError matches the given field.
- isMatchOptionalTrailingSeparator() - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Deprecated.as of 6.0 together with
PathPatternParser.setMatchOptionalTrailingSeparator(boolean)
. - isMaterialized() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
- isMBean(Class<?>) - Method in class org.springframework.jmx.export.MBeanExporter
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMBean(Class<?>) - Static method in class org.springframework.jmx.support.JmxUtils
-
Determine whether the given bean class qualifies as an MBean as-is.
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedList
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedMap
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedProperties
- isMergeEnabled() - Method in class org.springframework.beans.factory.support.ManagedSet
- isMergeEnabled() - Method in interface org.springframework.beans.Mergeable
-
Is merging enabled for this particular instance?
- isMergeEnabled() - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Is merging enabled for this particular instance?
- isMessageIdEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether message IDs are enabled.
- isMessageTimestampEnabled() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether message timestamps are enabled.
- isMetaPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Determine if the annotation is meta-present on the source.
- isMethodBrowserSupported(String) - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Determine if the HTTP method is supported by browsers (i.e.
- isMethodFailure() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.METHOD_FAILURE
- isMethodNotAllowed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.METHOD_NOT_ALLOWED
(405). - isMethodOnIntroducedInterface(MethodInvocation) - Method in class org.springframework.aop.support.IntroductionInfoSupport
-
Is this method on an introduced interface?
- isMissingAfterConversion() - Method in exception org.springframework.web.bind.MissingRequestValueException
-
Whether the request value was present but converted to
null
, e.g. - isModified() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Check whether the underlying message headers have been marked as modified.
- isModified() - Method in interface org.springframework.scripting.ScriptSource
-
Indicate whether the underlying script data has been modified since the last time
ScriptSource.getScriptAsString()
was called. - isModified() - Method in class org.springframework.scripting.support.ResourceScriptSource
- isModified() - Method in class org.springframework.scripting.support.StaticScriptSource
- isMoreSpecific(MimeType) - Method in class org.springframework.http.MediaType
-
Indicates whether this
MediaType
more specific than the given type. - isMoreSpecific(MimeType) - Method in class org.springframework.util.MimeType
-
Indicates whether this
MimeType
is more specific than the given type. - isMovedPermanently() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.MOVED_PERMANENTLY
(301). - isMovedTemporarily() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.in favor of
StatusResultMatchers.isFound()
- isMultipart() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return whether this helper is in multipart mode, i.e.
- isMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Determine if the given request contains multipart content.
- isMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
- isMultipartArgument(MethodParameter) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- isMultipartRequest(HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- isMultipleChoices() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.MULTIPLE_CHOICES
(300). - isMultiStatus() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.MULTI_STATUS
(207). - isMultiValue() - Method in class org.springframework.core.ReactiveAdapter
-
Shortcut for
getDescriptor().isMultiValue()
. - isMultiValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
-
Return
true
if the reactive type can produce more than 1 value can be produced and is therefore a good fit to adapt toFlux
. - isMutable() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Whether the underlying headers can still be modified.
- isNamedBinding() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether parameters should be bound by name.
- isNamedBinding() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Should parameters be bound by name?
- isNamespaceAware() - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Return whether the XML parser should be XML namespace aware.
- isNegated() - Method in interface org.springframework.web.reactive.result.condition.MediaTypeExpression
- isNegated() - Method in interface org.springframework.web.reactive.result.condition.NameValueExpression
- isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.MediaTypeExpression
- isNegated() - Method in interface org.springframework.web.servlet.mvc.condition.NameValueExpression
- isNegative() - Method in class org.springframework.util.unit.DataSize
-
Checks if this size is negative, excluding zero.
- isNested() - Method in class org.springframework.beans.factory.xml.ParserContext
- isNestedOrIndexedProperty(String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Check whether the given property path indicates an indexed or nested property.
- isNestedTransactionAllowed() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether nested transactions are allowed.
- isNetworkAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NETWORK_AUTHENTICATION_REQUIRED
(511). - isNew() - Method in class org.springframework.mock.web.MockHttpSession
- isNew() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- isNewSynchronization() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Return if a new transaction synchronization has been opened for this transaction.
- isNewSynchronization() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return if a new transaction synchronization has been opened for this transaction.
- isNewTransaction() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
- isNewTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
- isNewTransaction() - Method in class org.springframework.transaction.support.SimpleTransactionStatus
- isNewTransaction() - Method in interface org.springframework.transaction.TransactionExecution
-
Return whether the present transaction is new; otherwise participating in an existing transaction, or potentially not running in an actual transaction in the first place.
- isNoContent() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.NO_CONTENT
(204). - isNoContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NO_CONTENT
(204). - isNonAuthoritativeInformation() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NON_AUTHORITATIVE_INFORMATION
(203). - isNonPublicAccessAllowed() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether to allow access to non-public constructors and methods.
- isNotAcceptable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NOT_ACCEPTABLE
(406). - isNotEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that a non-empty value exists at the given path.
- isNotEmpty() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isNotEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that a non-empty value exists at the given path.
- isNotExtended() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NOT_EXTENDED
(510). - isNotFound() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.NOT_FOUND
(404). - isNotFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NOT_FOUND
(404). - isNotIgnored(Method, String) - Method in class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
- isNotImplemented() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NOT_IMPLEMENTED
(501). - isNotModified() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.NOT_MODIFIED
(304). - isNotModified() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.NOT_MODIFIED
(304). - isNotModified() - Method in class org.springframework.web.context.request.ServletWebRequest
- isNotModified() - Method in class org.springframework.web.server.adapter.DefaultServerWebExchange
- isNotModified() - Method in interface org.springframework.web.server.ServerWebExchange
-
Returns
true
if the one of thecheckNotModified
methods in this contract were used and they returned true. - isNotModified() - Method in class org.springframework.web.server.ServerWebExchangeDecorator
- isNoValue() - Method in class org.springframework.core.ReactiveAdapter
-
Shortcut for
getDescriptor().isNoValue()
. - isNoValue() - Method in class org.springframework.core.ReactiveTypeDescriptor
-
Return
true
if the reactive type does not produce any values and only provides completion and error signals. - isNull() - Method in class org.springframework.r2dbc.core.binding.Bindings.Binding
-
Return whether the binding is empty.
- isNull(Object) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.isNull(Object, String)
; to be removed in 6.1 - isNull(Object, String) - Static method in class org.springframework.util.Assert
-
Assert that an object is
null
. - isNull(Object, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert that an object is
null
. - isNullable() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Return whether the parameter is nullable.
- isNullable() - Method in class org.springframework.jdbc.core.metadata.TableParameterMetaData
-
Get whether the parameter/column is nullable.
- isNullSafe() - Method in class org.springframework.expression.spel.ast.MethodReference
-
Does this node represent a null-safe method reference?
- isNullSafe() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
-
Does this node represent a null-safe property or field reference?
- isNumber() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is a
Number
. - isNumber() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- isNumber() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is a
Number
. - isNumeric(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Check whether the given SQL type is numeric.
- iso() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
-
The ISO pattern to use to format the field or method parameter.
- isObjectMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is originally declared by
Object
. - isOk() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.OK
(200). - isOk() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.OK
(200). - ISOLATED - Enum constant in enum class org.springframework.test.context.jdbc.SqlConfig.TransactionMode
-
Indicates that SQL scripts should always be executed in a new, isolated transaction that will be immediately committed.
- isolation() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
The transaction isolation level.
- Isolation - Enum Class in org.springframework.transaction.annotation
-
Enumeration that represents transaction isolation levels for use with the
@Transactional
annotation, corresponding to theTransactionDefinition
interface. - ISOLATION_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Use the default isolation level of the underlying datastore.
- ISOLATION_READ_COMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
- ISOLATION_READ_UNCOMMITTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads, non-repeatable reads, and phantom reads can occur.
- ISOLATION_REPEATABLE_READ - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
- ISOLATION_SERIALIZABLE - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Indicates that dirty reads, non-repeatable reads, and phantom reads are prevented.
- IsolationLevelDataSourceAdapter - Class in org.springframework.jdbc.datasource
-
An adapter for a target
DataSource
, applying the current Spring transaction's isolation level (and potentially specified user credentials) to everygetConnection
call. - IsolationLevelDataSourceAdapter() - Constructor for class org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
- IsolationLevelDataSourceRouter - Class in org.springframework.jdbc.datasource.lookup
-
DataSource that routes to one of various target DataSources based on the current transaction isolation level.
- IsolationLevelDataSourceRouter() - Constructor for class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
- isOneTimeTask() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorTask
-
Is this task only ever going to execute once?
- isOpaque() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether proxies created by this configuration should be prevented from being cast to
Advised
. - isOpen() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns
false
. - isOpen() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation always returns
true
. - isOpen() - Method in interface org.springframework.core.io.Resource
-
Indicate whether this resource represents a handle with an open stream.
- isOpen() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether there are still open references to this holder.
- isOpen() - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- isOpen() - Method in class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession
- isOpen() - Method in class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
- isOpen() - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- isOpen() - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- isOpen() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Whether the underlying connection is open.
- isOpen() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- isOpen() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
- isOpen() - Method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
- isOpen() - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- isOpen() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- isOpen() - Method in interface org.springframework.web.socket.WebSocketSession
-
Whether the underlying connection is open.
- isOptimize() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether proxies should perform aggressive optimizations.
- isOptimizeLocations() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Return 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.
- isOptimizeLocations() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return 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.
- isOptional() - Method in class org.springframework.beans.PropertyValue
-
Return whether this is an optional value, that is, to be ignored when no corresponding property exists on the target class.
- isOptional() - Method in class org.springframework.core.MethodParameter
-
Return whether this method indicates a parameter which is not required: either in the form of Java 8's
Optional
, any variant of a parameter-levelNullable
annotation (such as from JSR-305 or the FindBugs set of annotations), or a language-level nullable type declaration orContinuation
parameter in Kotlin. - isOutParameter() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Determine whether the declared parameter qualifies as an 'out' parameter for our purposes: type
DatabaseMetaData.procedureColumnOut
, or in case of a function,DatabaseMetaData.functionColumnOut
. - isOutputStreamAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return whether
MockHttpServletResponse.getOutputStream()
access is allowed. - isOverloaded() - Method in class org.springframework.beans.factory.support.MethodOverride
-
Return whether the overridden method is overloaded (i.e., whether argument type matching needs to occur to disambiguate methods of the same name).
- isOverridable() - Method in interface org.springframework.core.type.MethodMetadata
-
Determine whether the underlying method is overridable, i.e.
- isOverridable() - Method in class org.springframework.core.type.StandardMethodMetadata
- isOverrideIncludeSynonymsDefault() - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Are we overriding include synonyms default?
- isPartialContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PARTIAL_CONTENT
(206). - isPattern(String) - Method in class org.springframework.util.AntPathMatcher
- isPattern(String) - Method in interface org.springframework.util.PathMatcher
-
Does the given
path
represent a pattern that can be matched by an implementation of this interface? - isPattern(String) - Method in interface org.springframework.util.RouteMatcher
-
Whether the given
route
contains pattern syntax which requires theRouteMatcher.match(String, Route)
method, or if it is a regular String that could be compared directly to others. - isPattern(String) - Method in class org.springframework.util.SimpleRouteMatcher
- isPattern(String) - Method in class org.springframework.web.util.pattern.PathPatternRouteMatcher
- isPayloadTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PAYLOAD_TOO_LARGE
(413). - isPaymentRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PAYMENT_REQUIRED
(402). - isPerInstance() - Method in interface org.springframework.aop.Advisor
-
Return whether this advice is associated with a particular instance (for example, creating a mixin) or shared with all instances of the advised class obtained from the same Spring bean factory.
- isPermanentRedirect() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.PERMANENT_REDIRECT
(308). - isPermanentRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PERMANENT_REDIRECT
(308). - isPersistenceUnitOverrideAllowed() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Return whether an override of a same-named persistence unit is allowed.
- isPerThisOrPerTarget() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect is defined as "perthis" or "pertarget".
- isPerTypeWithin() - Method in class org.springframework.aop.aspectj.annotation.AspectMetadata
-
Return whether the aspect is defined as "pertypewithin".
- isPreconditionFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PRECONDITION_FAILED
(412). - isPreconditionRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PRECONDITION_REQUIRED
(428). - isPreferFileSystemAccess() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
Return whether to prefer file system access for template loading.
- isPreFiltered() - Method in interface org.springframework.aop.framework.Advised
-
Return whether this proxy configuration is pre-filtered so that it only contains applicable advisors (matching this proxy's target class).
- isPreFiltered() - Method in class org.springframework.aop.framework.AdvisedSupport
- isPreFlightRequest(HttpServletRequest) - Static method in class org.springframework.web.cors.CorsUtils
-
Returns
true
if the request is a valid CORS pre-flight one by checkingOPTIONS
method withOrigin
andAccess-Control-Request-Method
headers presence. - isPreFlightRequest(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.CorsUtils
-
Returns
true
if the request is a valid CORS pre-flight one by checkingOPTIONS
method withOrigin
andAccess-Control-Request-Method
headers presence. - isPrepared() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Return whether this client interceptor has already been prepared, i.e.
- isPrepared() - Method in class org.springframework.util.MethodInvoker
-
Return whether this invoker has been prepared already, i.e.
- isPresent() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Determine if the annotation is present on the source.
- isPresent(Class<A>) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Determine if the specified annotation type is either directly present or meta-present.
- isPresent(String) - Method in interface org.springframework.core.annotation.MergedAnnotations
-
Determine if the specified annotation type is either directly present or meta-present.
- isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the
Class
identified by the supplied name is present and can be loaded. - isPresentIn(Collection<? extends MimeType>) - Method in class org.springframework.util.MimeType
-
Unlike
Collection.contains(Object)
which relies onMimeType.equals(Object)
, this method only checks the type and the subtype, but otherwise ignores parameters. - isPreservePublishOrder() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Whether to ensure messages are received in the order of publication.
- isPrimary() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this bean is a primary autowire candidate.
- isPrimary() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean is a primary autowire candidate.
- isPrimary(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Return whether the bean definition for the given bean name has been marked as a primary bean.
- isPrimitive() - Method in class org.springframework.aot.generate.GeneratedTypeReference
- isPrimitive() - Method in class org.springframework.aot.hint.AbstractTypeReference
- isPrimitive() - Method in class org.springframework.core.convert.TypeDescriptor
-
Is this type a primitive type?
- isPrimitive(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine whether the descriptor is for a primitive type or
void
. - isPrimitive(Type) - Static method in class org.springframework.cglib.core.TypeUtils
- isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitives, i.e.
- isPrimitiveArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine whether the descriptor is for a primitive array (e.g.
- isPrimitiveOrUnboxableSupportedNumber(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine if the supplied descriptor is for a supported number.
- isPrimitiveOrUnboxableSupportedNumberOrBoolean(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Determine if the supplied descriptor is for a supported number type or boolean.
- isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive (i.e.
- isPrimitivesDefaultedForNullValue() - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Get the value of the
primitivesDefaultedForNullValue
flag. - isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents a primitive wrapper, i.e.
- isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Check if the given class represents an array of primitive wrappers, i.e.
- isPrivate(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isProcedureColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Are we using the meta-data for the procedure columns?
- isProcedureColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return whether XML external entities are allowed.
- isProcessExternalEntities() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Return whether XML external entities are allowed.
- isProcessing() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PROCESSING
(102). - isProfileActive(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
Return whether the given profile is active, or if active profiles are empty whether the profile should be active by default.
- isPropagateQuery() - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Whether the query string of the current URL is appended to the redirect URL.
- isPropagateQueryProperties() - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether to propagate the query params of the current URL.
- isProtected(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isPrototype() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this a Prototype, with an independent instance returned for each call.
- isPrototype() - Method in interface org.springframework.beans.factory.SmartFactoryBean
-
Is the object managed by this factory a prototype? That is, will
FactoryBean.getObject()
always return an independent instance? - isPrototype() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this a Prototype, with an independent instance returned for each call.
- isPrototype(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Is this bean a prototype? That is, will
BeanFactory.getBean(java.lang.String)
always return independent instances? - isPrototype(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isPrototype(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isPrototype(String) - Method in class org.springframework.context.support.AbstractApplicationContext
- isPrototype(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
Return whether this TargetSourceCreator is prototype-based.
- isPrototypeBased() - Method in class org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator
- isPrototypeCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Return whether the specified prototype bean is currently in creation (within the current thread).
- isProxyAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.PROXY_AUTHENTICATION_REQUIRED
(407). - isProxyClass(Class) - Static method in class org.springframework.cglib.proxy.Proxy
- isProxyTargetClass() - Method in interface org.springframework.aop.framework.Advised
-
Are we proxying the full target class instead of specified interfaces?
- isProxyTargetClass() - Method in class org.springframework.aop.framework.ProxyConfig
-
Return whether to proxy the target class directly as well as any interfaces.
- isPublic() - Method in class org.springframework.aot.generate.AccessControl
-
Return whether the member or type signature backed by ths instance is accessible from any package.
- isPublic(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isPublicStaticFinal(Field) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given field is a "public static final" constant.
- isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- isPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Return whether the Publish/Subscribe domain (
Topics
) is used. - isPubSubDomain() - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Return whether the Publish/Subscribe domain (
Topics
) is used. - isPubSubNoLocal() - Method in class org.springframework.jms.core.JmsTemplate
-
Return whether to inhibit the delivery of messages published by its own connection.
- isPubSubNoLocal() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to inhibit the delivery of messages published by its own connection.
- isQualifier(Class<? extends Annotation>) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Checks whether the given annotation type is a recognized qualifier type.
- isQualifierMatch(Predicate<String>, String, BeanFactory) - Static method in class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
-
Check whether the named bean declares a qualifier of the given name.
- isReadable() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
- isReadable() - Method in class org.springframework.core.io.AbstractResource
-
This implementation always returns
true
for a resource thatexists
(revised as of 5.1). - isReadable() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation checks for the resolution of a resource URL upfront, then proceeding with
AbstractFileResolvingResource
's length check. - isReadable() - Method in class org.springframework.core.io.DescriptiveResource
- isReadable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in class org.springframework.core.io.PathResource
-
This implementation checks whether the underlying file is marked as readable (and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in interface org.springframework.core.io.Resource
-
Indicate whether non-empty contents of this resource can be read via
InputStreamSource.getInputStream()
. - isReadable() - Method in class org.springframework.core.io.VfsResource
- isReadable() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation delegates to
ServletContext.getResourceAsStream
, which returnsnull
in case of a non-readable resource (e.g. - isReadableContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- isReadableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- isReadableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Determine whether the specified property is readable.
- isReadonly() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
Gets the value of the '
readonly
' attribute. - isReadOnly() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Return the read-only status of this transaction.
- isReadOnly() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Return if this transaction is defined as read-only transaction.
- isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
- isReadOnly() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return if this transaction is defined as read-only transaction.
- isReadOnly() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
- isReadOnly() - Method in interface org.springframework.transaction.TransactionDefinition
-
Return whether to optimize as a read-only transaction.
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.SpringBeanFacesELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
- isReadOnly(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- isReady() - Method in class org.springframework.mock.web.DelegatingServletInputStream
- isReady() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
- isReconnectOnException() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Return whether the single Connection should be renewed when a JMSException is reported by the underlying Connection.
- isRecovering() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return whether this listener container is currently in a recovery attempt.
- isRedirectContextRelative() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
- isRedirectHttp10Compatible() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return whether redirects should stay compatible with HTTP 1.0 clients.
- isRedirectView() - Method in class org.springframework.web.reactive.result.view.RedirectView
- isRedirectView() - Method in interface org.springframework.web.reactive.result.view.View
-
Whether this View does render by performing a redirect.
- isRedirectView() - Method in interface org.springframework.web.servlet.SmartView
-
Whether the view performs a redirect.
- isRedirectView() - Method in class org.springframework.web.servlet.view.RedirectView
-
Returns "true" indicating this view performs a redirect.
- isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
Whether the given view name is a redirect view reference.
- isRedirectViewName(String) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
-
Whether the given view name is a redirect view reference.
- isRefCursorSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does this database support returning ResultSets as ref cursors to be retrieved with
CallableStatement.getObject(int)
for the specified column? - isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
- isRefCursorSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
- isReference() - Method in class org.springframework.web.servlet.ModelAndView
-
Return whether we use a view reference, i.e.
- isReferenceTypeArray(String) - Static method in class org.springframework.expression.spel.CodeFlow
-
Return if the supplied array type has a core component reference type.
- isRegisteredWithDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Return whether at least one consumer has entered a fixed registration with the target destination.
- isRejectInvalidCookies() - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Return whether to reject cookies with invalid content (e.g.
- isRemoteHost(String) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Whether the given targetUrl has a host that is a "foreign" system in which case
HttpServletResponse.encodeRedirectURL(java.lang.String)
will not be applied. - isRemoteHost(String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Whether the given targetUrl has a host that is a "foreign" system in which case
HttpServletResponse.encodeRedirectURL(java.lang.String)
will not be applied. - isRemoveLeadingSlash() - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
-
Whether to remove the leading slash from target destinations.
- isRemoveOnCancelPolicy() - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
-
Deprecated.as of 5.3.9, in favor of direct
ThreadPoolTaskScheduler.getScheduledThreadPoolExecutor()
access - isRemoveOnly() - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
-
Whether the "remove only" mode is on.
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether the Publish/Subscribe domain (
Topics
) is used for replies. - isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isReplyPubSubDomain() - Method in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- isReplyPubSubDomain() - Method in interface org.springframework.jms.listener.MessageListenerContainer
-
Return whether the reply destination uses Publish/Subscribe domain (
Topics
). - isRequestActive() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Determine whether the original request is still active.
- isRequestedRangeNotSatisfiable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE
(416). - isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isRequestEntityTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.REQUEST_ENTITY_TOO_LARGE
- isRequestHandled() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the request has been handled fully within the handler.
- isRequestHeaderFieldsTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE
(431). - isRequestTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.REQUEST_TIMEOUT
(408). - isRequestUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.REQUEST_URI_TOO_LONG
- isRequired() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether this dependency is required.
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine whether the given dependency declares an autowired annotation, checking its required flag.
- isRequired(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
-
Determine whether the given descriptor is effectively required.
- isRequired(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
- isRequireSession() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Return whether a session is required to handle requests.
- isResetContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.RESET_CONTENT
(205). - isResolved() - Method in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
-
Determine whether the underlying multipart request has been resolved.
- isResourceRef() - Method in class org.springframework.jndi.JndiLocatorSupport
-
Return whether the lookup occurs in a Jakarta EE container.
- isResourceType(Object, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
-
Return whether the returned value or the declared return type extends
Resource
. - isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.support.RequestContext
-
Is HTML escaping using the response encoding by default? If enabled, only XML markup significant characters will be escaped with UTF-* encodings.
- isResponseEncodedHtmlEscape() - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
-
Return the applicable default for the use of response encoding with HTML escaping for this tag.
- isResultSetSupported() - Method in class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Does this parameter support a ResultSet, i.e.
- isResultsMapCaseInsensitive() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether execution of a CallableStatement will return the results in a Map that uses case-insensitive names for the parameters.
- isResultsParameter() - Method in class org.springframework.jdbc.core.SqlParameter
-
Return whether this parameter is an implicit return parameter used during the results processing of
CallableStatement.getMoreResults/getUpdateCount
. - isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnResultSet
-
This implementation always returns
true
. - isResultsParameter() - Method in class org.springframework.jdbc.core.SqlReturnUpdateCount
-
This implementation always returns
true
. - isReturnGeneratedKeys() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether statements should be capable of returning auto-generated keys.
- isReturnParameter() - Method in class org.springframework.jdbc.core.metadata.CallParameterMetaData
-
Determine whether the declared parameter qualifies as a 'return' parameter for our purposes: type
DatabaseMetaData.procedureColumnReturn
orDatabaseMetaData.procedureColumnResult
, or in case of a function,DatabaseMetaData.functionReturn
. - isReturnResultSetSupported() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does this database support returning ResultSets that should be retrieved with the JDBC call:
Statement.getResultSet()
? - isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
- isReturnResultSetSupported() - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
- isReturnTypeSupported() - Method in class org.springframework.jdbc.core.SqlOutParameter
-
Return whether this parameter holds a custom return type.
- isReturnValueRequired() - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Check whether a return value is required.
- isReturnValueRequired() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Does the call require a return value?
- isRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether to rollback transactions for the supplied test context by taking into consideration the default rollback flag and a possible method-level override via the
@Rollback
annotation. - isRollbackOnCommitFailure() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether
doRollback
should be performed on failure of thedoCommit
call. - isRollbackOnly() - Method in class org.springframework.transaction.jta.JtaTransactionObject
-
This implementation checks the UserTransaction's rollback-only flag.
- isRollbackOnly() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
-
Determine the rollback-only flag via checking this ReactiveTransactionStatus.
- isRollbackOnly() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.
- isRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether the resource transaction is marked as rollback-only.
- isRollbackOnly() - Method in interface org.springframework.transaction.support.SmartTransactionObject
-
Return whether the transaction is internally marked as rollback-only.
- isRollbackOnly() - Method in interface org.springframework.transaction.TransactionExecution
-
Return whether the transaction has been marked as rollback-only (either by the application or by the transaction infrastructure).
- isRunning() - Method in interface org.springframework.context.Lifecycle
-
Check whether this component is currently running.
- isRunning() - Method in class org.springframework.context.support.AbstractApplicationContext
- isRunning() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
- isRunning() - Method in class org.springframework.jca.endpoint.GenericMessageEndpointManager
-
Return whether the configured message endpoint is currently active.
- isRunning() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
- isRunning() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Determine whether this container is currently running, that is, whether it has been started and not stopped yet.
- isRunning() - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
- isRunning() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
-
Check whether this message handler is currently running.
- isRunning() - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
- isRunning() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- isRunning() - Method in class org.springframework.util.StopWatch
-
Determine whether this
StopWatch
is currently running. - isRunning() - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
-
Deprecated.
- isRunning() - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
- isRunning() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return whether this ConnectionManager has been started.
- isRunning() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
Deprecated.
- isRunning() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- isRunning() - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- isRunning() - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHandlerMapping
- isRunning() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- isRunning() - Method in class org.springframework.web.socket.sockjs.client.WebSocketTransport
- isRunning() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
- isRunning() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- isRuntime() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- isRuntime() - Method in interface org.springframework.aop.MethodMatcher
-
Is this
MethodMatcher
dynamic, that is, must a final check be made via theMethodMatcher.matches(Method, Class, Object[])
method at runtime even ifMethodMatcher.matches(Method, Class)
returnstrue
? - isRuntime() - Method in class org.springframework.aop.support.ControlFlowPointcut
- isRuntime() - Method in class org.springframework.aop.support.DynamicMethodMatcher
- isRuntime() - Method in class org.springframework.aop.support.StaticMethodMatcher
- isSameCodeAs(HttpStatusCode) - Method in interface org.springframework.http.HttpStatusCode
-
Whether this
HttpStatusCode
shares the same integervalue
as the other status code. - isSameOrigin(HttpRequest) - Static method in class org.springframework.web.util.WebUtils
-
Check if the request is a same-origin one, based on
Origin
,Host
,Forwarded
,X-Forwarded-Proto
,X-Forwarded-Host
andX-Forwarded-Port
headers. - isSameOrigin(ServerHttpRequest) - Static method in class org.springframework.web.cors.reactive.CorsUtils
-
Deprecated.as of 5.2, same-origin checks are performed directly by
CorsUtils.isCorsRequest(org.springframework.http.server.reactive.ServerHttpRequest)
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
- isSatisfied() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Whether the requirements for this request expectation have been met.
- isSavepointAllowed() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
Return whether savepoints are allowed within this transaction.
- isScopedTarget(String) - Static method in class org.springframework.aop.scope.ScopedProxyUtils
-
Determine if the
beanName
is the name of a bean that references the target bean within a scoped proxy. - isSecure() - Method in class org.springframework.http.ResponseCookie
-
Return
true
if the cookie has the "Secure" attribute. - isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
- isSecure() - Method in class org.springframework.mock.web.MockSessionCookieConfig
- isSecure() - Method in class org.springframework.web.context.request.FacesWebRequest
- isSecure() - Method in class org.springframework.web.context.request.ServletWebRequest
- isSecure() - Method in interface org.springframework.web.context.request.WebRequest
-
Return whether this request has been sent over a secure transport mechanism (such as SSL).
- isSeeOther() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.SEE_OTHER
(303). - isSeeOther() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.SEE_OTHER
(303). - isServiceUnavailable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.SERVICE_UNAVAILABLE
(503). - isSessionCompleted() - Method in class org.springframework.messaging.simp.SimpAttributes
-
Whether the
SimpAttributes.sessionCompleted()
was already invoked. - isSessionCookieNeeded() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return whether the JSESSIONID cookie is required for the application to function.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.core.JmsTemplate
-
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Check whether the given Session is locally transacted, that is, whether its transaction is managed by this listener container's Session handling and not by an external transaction coordinator.
- isSessionLocallyTransacted(Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
This implementation checks whether the Session is externally synchronized.
- isSessionTransacted() - Method in class org.springframework.jms.support.JmsAccessor
-
Return whether the JMS
sessions
used by this accessor are supposed to be transacted. - isSessionTransactional(Session, ConnectionFactory) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Determine whether the given JMS Session is transactional, that is, bound to the current thread by Spring's transaction facilities.
- isSetOrExpired() - Method in class org.springframework.web.context.request.async.DeferredResult
-
Return
true
if this DeferredResult is no longer usable either because it was previously set or because the underlying request expired. - isSharedEngine() - Method in interface org.springframework.web.reactive.result.view.script.ScriptTemplateConfig
-
Return whether to use a shared engine for all threads or whether to create thread-local engine instances for each thread.
- isSharedEngine() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer
- isSharedEngine() - Method in interface org.springframework.web.servlet.view.script.ScriptTemplateConfig
-
Return whether to use a shared engine for all threads or whether to create thread-local engine instances for each thread.
- isSharedEngine() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
- isShowPassword() - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Is the password value to be rendered?
- isShowSql() - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
-
Return whether to show SQL in the log (or in the console).
- isShutdown() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
- isSigned(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
- isSigned(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSetMetaData
-
Indicate whether the designated column contains a signed number.
- isSimpleProperty(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Check if the given type represents a "simple" property: a simple value type or an array of simple value types.
- isSimpleValueType(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Check if the given type represents a "simple" value type: a primitive or primitive wrapper, an enum, a String or other CharSequence, a Number, a Date, a Temporal, a URI, a URL, a Locale, or a Class.
- isSingleton() - Method in class org.springframework.aop.config.MethodLocatingFactoryBean
- isSingleton() - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
- isSingleton() - Method in class org.springframework.aop.framework.ProxyFactoryBean
- isSingleton() - Method in class org.springframework.aop.scope.ScopedProxyFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.AbstractFactoryBean
- isSingleton() - Method in interface org.springframework.beans.factory.config.BeanDefinition
-
Return whether this a Singleton, with a single, shared instance returned on all calls.
- isSingleton() - Method in class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.MethodInvokingFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.PropertiesFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.PropertyPathFactoryBean
-
While this FactoryBean will often be used for singleton targets, the invoked getters for the property path might return a new object for each call, so we have to assume that we're not returning the same object for each
PropertyPathFactoryBean.getObject()
call. - isSingleton() - Method in class org.springframework.beans.factory.config.ServiceLocatorFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.YamlMapFactoryBean
- isSingleton() - Method in class org.springframework.beans.factory.config.YamlPropertiesFactoryBean
- isSingleton() - Method in interface org.springframework.beans.factory.FactoryBean
-
Is the object managed by this factory a singleton? That is, will
FactoryBean.getObject()
always return the same object (a reference that can be cached)? - isSingleton() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this a Singleton, with a single shared instance returned from all calls.
- isSingleton() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheFactoryBean
- isSingleton() - Method in class org.springframework.cache.jcache.JCacheManagerFactoryBean
- isSingleton() - Method in class org.springframework.context.support.ConversionServiceFactoryBean
- isSingleton() - Method in class org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
- isSingleton() - Method in class org.springframework.format.support.FormattingConversionServiceFactoryBean
- isSingleton() - Method in class org.springframework.http.client.support.ProxyFactoryBean
- isSingleton() - Method in class org.springframework.http.converter.json.GsonFactoryBean
- isSingleton() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
- isSingleton() - Method in class org.springframework.jca.support.LocalConnectionFactoryBean
- isSingleton() - Method in class org.springframework.jca.support.ResourceAdapterFactoryBean
- isSingleton() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
- isSingleton() - Method in class org.springframework.jmx.access.MBeanProxyFactoryBean
- isSingleton() - Method in class org.springframework.jmx.support.ConnectorServerFactoryBean
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
- isSingleton() - Method in class org.springframework.jmx.support.MBeanServerFactoryBean
- isSingleton() - Method in class org.springframework.jndi.JndiObjectFactoryBean
- isSingleton() - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
- isSingleton() - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- isSingleton() - Method in class org.springframework.orm.jpa.support.SharedEntityManagerBean
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.config.TaskExecutorFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.quartz.CronTriggerFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.quartz.JobDetailFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- isSingleton() - Method in class org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
- isSingleton() - Method in class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-
Deprecated.
- isSingleton() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
- isSingleton() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextAttributeFactoryBean
- isSingleton() - Method in class org.springframework.web.context.support.ServletContextParameterFactoryBean
- isSingleton() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
- isSingleton() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
- isSingleton(String) - Method in interface org.springframework.beans.factory.BeanFactory
-
Is this bean a shared singleton? That is, will
BeanFactory.getBean(java.lang.String)
always return the same instance? - isSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isSingleton(String) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isSingleton(String) - Method in class org.springframework.context.support.AbstractApplicationContext
- isSingleton(String) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- isSingletonCurrentlyInCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Return whether the specified singleton bean is currently in creation (within the entire factory).
- isSkipResultsProcessing() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether results processing should be skipped.
- isSkipUndeclaredResults() - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Return whether undeclared results should be skipped.
- isSqlReadyForUse() - Method in class org.springframework.jdbc.object.SqlCall
-
Return whether the SQL can be used as is.
- isStarted() - Method in interface org.springframework.http.server.ServerHttpAsyncRequestControl
-
Return whether asynchronous request processing has been started.
- isStarted() - Method in class org.springframework.http.server.ServletServerHttpAsyncRequestControl
- isStarted() - Method in class org.springframework.mock.web.server.MockWebSession
- isStarted() - Method in interface org.springframework.web.server.WebSession
-
Whether a session with the client has been started explicitly via
WebSession.start()
or implicitly by adding session attributes. - isStatic() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- isStatic() - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- isStatic() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Not static.
- isStatic() - Method in class org.springframework.aop.target.EmptyTargetSource
-
Always returns
true
. - isStatic() - Method in class org.springframework.aop.target.HotSwappableTargetSource
- isStatic() - Method in class org.springframework.aop.target.SingletonTargetSource
- isStatic() - Method in interface org.springframework.aop.TargetSource
-
Will all calls to
TargetSource.getTarget()
return the same object? - isStatic() - Method in class org.springframework.aot.agent.RecordedInvocation
-
Return whether the current invocation is static.
- isStatic() - Method in interface org.springframework.core.type.MethodMetadata
-
Determine whether the underlying method is declared as 'static'.
- isStatic() - Method in class org.springframework.core.type.StandardMethodMetadata
- isStatic() - Method in class org.springframework.jndi.JndiObjectTargetSource
- isStatic(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isStaticClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Determine if the supplied class is a static class.
- isStaticHook() - Method in class org.springframework.cglib.core.CodeEmitter
- isStatusOnly() - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
-
Whether the request is fully handled within the controller.
- isStaxResult(Result) - Static method in class org.springframework.util.xml.StaxUtils
-
Indicate whether the given
Result
is a JAXP 1.4 StAX Result or custom StAX Result. - isStaxSource(Source) - Static method in class org.springframework.util.xml.StaxUtils
-
Indicate whether the given
Source
is a JAXP 1.4 StAX Source or custom StAX Source. - isStereotypeWithNameValue(String, Set<String>, Map<String, Object>) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
-
Check whether the given annotation is a stereotype that is allowed to suggest a component name through its annotation
value()
. - isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
-
Return whether this cache stores a copy of each entry (
true
) or a reference (false
, default). - isStoreByValue() - Method in class org.springframework.cache.concurrent.ConcurrentMapCacheManager
-
Return whether this cache manager stores a copy of each entry or a reference for all its caches.
- isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database use lower case for identifiers?
- isStoresLowerCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database use upper case for identifiers?
- isStoresUpperCaseIdentifiers() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isStrictContentTypeMatch() - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
Whether content type resolution must produce a value that matches one of the supported MIME types.
- isString() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is a
String
. - isString() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is a
String
. - isSubscriptionDurable() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to make the subscription durable.
- isSubscriptionDurable() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isSubscriptionShared() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Return whether to make the subscription shared.
- isSubscriptionShared() - Method in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- isSupportDtd() - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
-
Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
-
Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
Return whether DTD parsing is supported.
- isSupportDtd() - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Return whether DTD parsing is supported.
- isSupportedTestClass(Class<?>) - Method in class org.springframework.test.context.aot.AotTestContextInitializers
-
Determine if the specified test class has an AOT-optimized application context initializer.
- isSupportsCatalogsInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does the database support the use of catalog name in procedure calls?
- isSupportsCatalogsInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database support the use of catalog name in procedure calls?
- isSupportsSchemasInProcedureCalls() - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Does the database support the use of schema name in procedure calls?
- isSupportsSchemasInProcedureCalls() - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
Does the database support the use of schema name in procedure calls?
- isSuppressClose() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Return whether the returned Connection will be a close-suppressing proxy or the physical Connection.
- isSuppressClose() - Method in class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Return whether the returned
Connection
will be a close-suppressing proxy or the physicalConnection
. - isSuspendingFunction(Method) - Static method in class org.springframework.core.KotlinDetector
-
Return
true
if the method is a suspending function. - isSwitchingProtocols() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.SWITCHING_PROTOCOLS
(101). - isSync() - Method in class org.springframework.cache.interceptor.CacheableOperation
- isSynchedLocalTransactionAllowed() - Method in interface org.springframework.jms.connection.ConnectionFactoryUtils.ResourceFactory
-
Return 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.
- isSynchedLocalTransactionAllowed() - Method in class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
-
Return whether to allow for a local JMS transaction that is synchronized with a Spring-managed transaction.
- isSynchronizationActive() - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Return if transaction synchronization is active for the current context.
- isSynchronizationActive() - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Return if transaction synchronization is active for the current thread.
- isSynchronizedWithTransaction() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Return whether the resource is synchronized with a transaction.
- isSynchronizeOnSession() - Method in class org.springframework.web.servlet.mvc.AbstractController
-
Return whether controller execution should be synchronized on the session.
- isSynthesizedAnnotation(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Determine if the supplied
Annotation
has been synthesized by Spring (i.e. - isSynthetic() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Return whether this bean definition is 'synthetic', that is, not defined by the application itself.
- isSynthetic(int) - Static method in class org.springframework.cglib.core.TypeUtils
- isTableColumnMetaDataUsed() - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- isTableColumnMetaDataUsed() - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Are we using the meta-data for the table columns?
- isTargetFilterLifecycle() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return whether to invoke the
Filter.init
andFilter.destroy
lifecycle methods on the target bean. - isTemplate() - Method in class org.springframework.expression.common.TemplateParserContext
- isTemplate() - Method in interface org.springframework.expression.ParserContext
-
Whether the expression being parsed is a template.
- isTemporaryRedirect() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.TEMPORARY_REDIRECT
(307). - isTemporaryRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.TEMPORARY_REDIRECT
(307). - isTerminated() - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
- isTestEnabledInThisEnvironment(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testClass
is enabled in the current environment, as specified by the@IfProfileValue
annotation at the class level. - isTestEnabledInThisEnvironment(Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is enabled in the current environment, as specified by the@IfProfileValue
annotation, which may be declared on the test method itself or at the class level. - isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is enabled in the current environment, as specified by the@IfProfileValue
annotation, which may be declared on the test method itself or at the class level. - isTestMethodIgnored(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return
true
if@Ignore
is present for the supplied test method or if the test method is disabled via@IfProfileValue
. - isThrottleActive() - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Return whether the concurrency throttle is currently active.
- isThrottleActive() - Method in class org.springframework.util.ConcurrencyThrottleSupport
-
Return whether this throttle is currently active.
- isToggleAscendingOnProperty() - Method in class org.springframework.beans.support.MutableSortDefinition
-
Return whether to toggle the ascending flag if the same property gets set again (that is,
setProperty
gets called with already set property name again). - isTooEarly() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.TOO_EARLY
(425). - isTooManyRequests() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.TOO_MANY_REQUESTS
(429). - isToParent() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
-
Return whether this is an explicit reference to a bean in the parent factory.
- ISTORE - Static variable in interface org.springframework.asm.Opcodes
- isToStringMethod(Method) - Static method in class org.springframework.aop.support.AopUtils
-
Determine whether the given method is a "toString" method.
- isToStringMethod(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Determine whether the given method is a "toString" method.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- isTraceEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is trace logging currently enabled?
- isTransactionActive() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Return whether this holder represents an active, JDBC-managed transaction.
- isTransactionActive() - Method in class org.springframework.orm.jpa.EntityManagerHolder
- isTransactionActive() - Method in class org.springframework.r2dbc.connection.ConnectionHolder
-
Return whether this holder represents an active, R2DBC-managed transaction.
- isTransactionAware() - Method in class org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
-
Return whether this CacheManager has been configured to be transaction-aware.
- isTransactionSavepointManager() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Return whether the underlying transaction implements the
SavepointManager
interface and therefore supports savepoints. - isTrue(boolean) - Static method in class org.springframework.util.Assert
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.isTrue(boolean, String)
; to be removed in 6.1 - isTrue(boolean, String) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an
IllegalArgumentException
if the expression evaluates tofalse
. - isTrue(boolean, Supplier<String>) - Static method in class org.springframework.util.Assert
-
Assert a boolean expression, throwing an
IllegalArgumentException
if the expression evaluates tofalse
. - isTypeMatch(String, Class<?>) - Method in interface org.springframework.beans.factory.BeanFactory
-
Check whether the bean with the given name matches the specified type.
- isTypeMatch(String, Class<?>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isTypeMatch(String, Class<?>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isTypeMatch(String, Class<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
- isTypeMatch(String, Class<?>) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- isTypeMatch(String, ResolvableType) - Method in interface org.springframework.beans.factory.BeanFactory
-
Check whether the bean with the given name matches the specified type.
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
- isTypeMatch(String, ResolvableType) - Method in class org.springframework.jndi.support.SimpleJndiBeanFactory
- isTypeMatch(String, ResolvableType, boolean) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Internal extended variant of
AbstractBeanFactory.isTypeMatch(String, ResolvableType)
to check whether the bean with the given name matches the specified type. - ISUB - Static variable in interface org.springframework.asm.Opcodes
- isUnauthorized() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is
HttpStatus.UNAUTHORIZED
(401). - isUnauthorized() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.UNAUTHORIZED
(401). - isUnavailableForLegalReasons() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS
(451). - isUnknown() - Method in class org.springframework.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isUnprocessableEntity() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.UNPROCESSABLE_ENTITY
(422). - isUnsupportedMediaType() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.UNSUPPORTED_MEDIA_TYPE
(415). - isUpdatableResults() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Return whether statements will return updatable ResultSets.
- isUpgradeRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.UPGRADE_REQUIRED
(426). - isUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.REQUEST_URI_TOO_LONG
(414). - isUrl(String) - Static method in class org.springframework.core.io.support.ResourcePatternUtils
-
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.
- isUrl(String) - Static method in class org.springframework.util.ResourceUtils
-
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
- isUrlDecode() - Method in class org.springframework.web.util.UrlPathHelper
-
Whether to decode the request URI when determining the lookup path.
- isUrlRequired() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
-
Return whether the 'url' property is required.
- isUseCacheControlHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isUseCacheControlNoStore() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isUseCaseSensitiveMatch() - Method in class org.springframework.web.reactive.config.PathMatchConfigurer
- isUseCodeAsDefaultMessage() - Method in class org.springframework.context.support.AbstractMessageSource
-
Return whether to use the message code as default message instead of throwing a NoSuchMessageException.
- isUseDefaultResolution() - Method in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
-
Whether this resolver is configured to use default resolution, i.e.
- isUseExpiresHeader() - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Deprecated.as of 4.2, in favor of
WebContentGenerator.getCacheControl()
- isUseGlobalResources() - Method in class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
-
Whether this factory exposes the global
HttpResources
holder. - isUseGlobalResources() - Method in class org.springframework.http.client.reactive.ReactorResourceFactory
-
Whether this factory exposes the global
HttpResources
holder. - isUseLastModified() - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Return whether the
Resource.lastModified()
information is used to drive HTTP responses when serving static resources. - isUseLastModified() - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Return whether the
Resource.lastModified()
information is used to drive HTTP responses when serving static resources. - isUseNotAcceptableStatusCode() - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
Whether to return HTTP Status 406 if no suitable is found.
- isUsePrefix() - Method in class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
-
Return whether to only include advisors with a certain prefix in the bean name.
- isUseProxy() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Deprecated.matching the deprecation of
HttpStatus.USE_PROXY
- isUseRegisteredExtensionsOnly() - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
- isUseRegisteredSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.as of 5.2.4, see deprecation note on
PathMatchConfigurer.setUseRegisteredSuffixPatternMatch(Boolean)
. - isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- isUserInRole(String) - Method in class org.springframework.web.context.request.FacesWebRequest
- isUserInRole(String) - Method in class org.springframework.web.context.request.ServletWebRequest
- isUserInRole(String) - Method in interface org.springframework.web.context.request.WebRequest
-
Determine whether the user is in the given role for this request.
- isUserLevelMethod(Method) - Static method in class org.springframework.util.ClassUtils
-
Determine whether the given method is declared by the user or at least pointing to a user-declared method.
- isUseSqlStateForTranslation() - Method in class org.springframework.jdbc.support.SQLErrorCodes
- isUseStrictCasing() - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Return whether strict casing for attributes is enabled.
- isUseSuffixPatternMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.as of 5.2.4, see deprecation note on
PathMatchConfigurer.setUseSuffixPatternMatch(Boolean)
. - isUseTrailingSlashMatch() - Method in class org.springframework.web.reactive.config.PathMatchConfigurer
-
Deprecated.
- isUseTrailingSlashMatch() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated.
- isValidateAddresses() - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Return whether this helper will validate all addresses passed to it.
- isValidateExistingTransaction() - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Return whether existing transactions should be validated before participating in them.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Flags "type" as an illegal dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Whether the given name-value pair is a valid dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.HiddenInputTag
-
Flags "type" as an illegal dynamic attribute.
- isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.InputTag
-
Flags
type="checkbox"
andtype="radio"
as illegal dynamic attributes. - isValidDynamicAttribute(String, Object) - Method in class org.springframework.web.servlet.tags.form.PasswordInputTag
-
Flags "type" as an illegal dynamic attribute.
- isValidExpression(String) - Static method in class org.springframework.scheduling.support.CronExpression
-
Determine whether the given string represents a valid cron expression.
- isValidExpression(String) - Static method in class org.springframework.scheduling.support.CronSequenceGenerator
-
Deprecated.Determine whether the specified expression represents a valid cron pattern.
- isValidOrigin(HttpRequest, Collection<String>) - Static method in class org.springframework.web.util.WebUtils
-
Check the given request origin against a list of allowed origins.
- isValidOrigin(ServerHttpRequest) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Return whether the request
Origin
header value is valid or not. - isVariantAlsoNegotiates() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is
HttpStatus.VARIANT_ALSO_NEGOTIATES
(506). - isViewReference() - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Whether the view is a view reference specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
- isVisibilityBridgeMethodPair(Method, Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
Compare the signatures of the bridge method and the method which it bridges.
- isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isVoid() - Method in class org.springframework.messaging.handler.HandlerMethod
-
Return
true
if the method return type is void,false
otherwise. - isVoid() - Method in interface org.springframework.transaction.support.ResourceHolder
-
Determine whether this holder is considered as 'void', i.e.
- isVoid() - Method in class org.springframework.transaction.support.ResourceHolderSupport
- isVoid() - Method in class org.springframework.web.method.HandlerMethod
-
Return
true
if the method return type is void,false
otherwise. - isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
- isWarnEnabled() - Method in interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?
- isWarnEnabled() - Method in class org.springframework.core.log.LogAccessor
-
Is warn logging currently enabled?
- isWebSocketEnabled() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return whether WebSocket transport is enabled.
- isWebSocketVersionSupported(WebSocketHttpHeaders) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
- isWildcardSubtype() - Method in class org.springframework.util.MimeType
-
Indicates whether the subtype is the wildcard character
*
or the wildcard character followed by a suffix (e.g. - isWildcardType() - Method in class org.springframework.util.MimeType
-
Indicates whether the type is the wildcard character
*
or not. - isWorthTrying() - Method in class org.springframework.objenesis.SpringObjenesis
-
Return whether this Objenesis instance is worth trying for instance creation, i.e.
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.AbstractDataSource
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.DelegatingDataSource
- isWrapperFor(Class<?>) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
- isWritable() - Method in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- isWritable() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in class org.springframework.core.io.FileUrlResource
- isWritable() - Method in class org.springframework.core.io.PathResource
-
This implementation checks whether the underlying file is marked as writable (and corresponds to an actual file with content, not to a directory).
- isWritable() - Method in interface org.springframework.core.io.WritableResource
-
Indicate whether the contents of this resource can be written via
WritableResource.getOutputStream()
. - isWritable() - Method in interface org.springframework.expression.spel.ast.ValueRef
-
Indicates whether calling setValue(Object) is supported.
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.NullValueRef
- isWritable() - Method in class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
- isWritable(Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(Object) - Method in class org.springframework.expression.common.LiteralExpression
- isWritable(Object) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- isWritable(EvaluationContext) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(EvaluationContext) - Method in class org.springframework.expression.common.LiteralExpression
- isWritable(EvaluationContext) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(EvaluationContext) - Method in class org.springframework.expression.spel.standard.SpelExpression
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.CompositeStringExpression
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.common.LiteralExpression
- isWritable(EvaluationContext, Object) - Method in interface org.springframework.expression.Expression
-
Determine if an expression can be written to, i.e.
- isWritable(EvaluationContext, Object) - Method in class org.springframework.expression.spel.standard.SpelExpression
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.CompoundExpression
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.Indexer
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
- isWritable(ExpressionState) - Method in class org.springframework.expression.spel.ast.VariableReference
- isWritable(ExpressionState) - Method in interface org.springframework.expression.spel.SpelNode
-
Determine if this expression node will support a setValue() call.
- isWritableProperty(String) - Method in class org.springframework.beans.AbstractNestablePropertyAccessor
- isWritableProperty(String) - Method in interface org.springframework.beans.PropertyAccessor
-
Determine whether the specified property is writable.
- isWritableProperty(String, TypedValue, EvaluationContext) - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
- isWritePossible() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Whether writing/flushing is possible.
- isWritePossible() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Whether writing is possible.
- isWritePossible() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.WebSocketSendProcessor
- isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return whether
MockHttpServletResponse.getOutputStream()
access is allowed. - isWriteWeakETag() - Method in class org.springframework.web.filter.ShallowEtagHeaderFilter
-
Return whether the ETag value written to the response should be weak, as per RFC 7232.
- isXhrStreamingDisabled() - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
-
Whether XHR streaming is disabled or not.
- isXhrStreamingDisabled() - Method in interface org.springframework.web.socket.sockjs.client.XhrTransport
-
An
XhrTransport
supports both the "xhr_streaming" and "xhr" SockJS server transports. - isXopPackage() - Method in interface org.springframework.oxm.mime.MimeContainer
-
Indicate whether this container is a XOP package.
- iterate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - iterate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- iterator() - Method in class org.springframework.beans.factory.aot.AotServices
- iterator() - Method in interface org.springframework.beans.factory.ObjectProvider
-
Return an
Iterator
over all matching object instances, without specific ordering guarantees (but typically in registration order). - iterator() - Method in class org.springframework.beans.MutablePropertyValues
- iterator() - Method in interface org.springframework.beans.PropertyValues
-
Return an
Iterator
over the property values. - iterator() - Method in class org.springframework.cglib.beans.FixedKeySet
- iterator() - Method in class org.springframework.core.env.MutablePropertySources
- iterator() - Method in class org.springframework.core.test.tools.ClassFiles
- iterator() - Method in class org.springframework.core.test.tools.ResourceFiles
- iterator() - Method in class org.springframework.core.test.tools.SourceFiles
- iterator() - Method in class org.springframework.r2dbc.core.binding.Bindings
- iterator() - Method in class org.springframework.util.AutoPopulatingList
- IUSHR - Static variable in interface org.springframework.asm.Opcodes
- IXOR - Static variable in interface org.springframework.asm.Opcodes
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ContentNegotiationManagerFactoryBean.setIgnoreUnknownPathExtensions(boolean)
.