Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EARLY_HINTS - Enum constant in enum class org.springframework.http.HttpStatus
-
103 Early Hints
. - EclipseLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
-
JpaDialect
implementation for Eclipse Persistence Services (EclipseLink). - EclipseLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
- EclipseLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
-
JpaVendorAdapter
implementation for Eclipse Persistence Services (EclipseLink). - EclipseLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.EclipseLinkJpaVendorAdapter
- EditorAwareTag - Interface in org.springframework.web.servlet.tags
-
Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.
- Ejb3TransactionAnnotationParser - Class in org.springframework.transaction.annotation
-
Strategy implementation for parsing EJB3's
TransactionAttribute
annotation. - Ejb3TransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
- ElementInstantiationException(String) - Constructor for exception org.springframework.util.AutoPopulatingList.ElementInstantiationException
- ElementInstantiationException(String, Throwable) - Constructor for exception org.springframework.util.AutoPopulatingList.ElementInstantiationException
- elements() - Method in interface org.springframework.http.server.PathContainer
-
The contained path elements, either
PathContainer.Separator
orPathContainer.PathSegment
. - elementTypeDescriptor(Object) - Method in class org.springframework.core.convert.TypeDescriptor
-
If this type is a
Collection
or an array, creates an element TypeDescriptor from the provided collection or array element. - Elvis - Class in org.springframework.expression.spel.ast
-
Represents the Elvis operator
?:
. - Elvis(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Elvis
- EmbeddedDatabase - Interface in org.springframework.jdbc.datasource.embedded
-
EmbeddedDatabase
serves as a handle to an embedded database instance. - EmbeddedDatabaseBuilder - Class in org.springframework.jdbc.datasource.embedded
-
A builder that provides a convenient API for constructing an embedded database.
- EmbeddedDatabaseBuilder() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Create a new embedded database builder with a
DefaultResourceLoader
. - EmbeddedDatabaseBuilder(ResourceLoader) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
-
Create a new embedded database builder with the given
ResourceLoader
. - EmbeddedDatabaseConfigurer - Interface in org.springframework.jdbc.datasource.embedded
-
EmbeddedDatabaseConfigurer
encapsulates the configuration required to create, connect to, and shut down a specific type of embedded database such as HSQL, H2, or Derby. - EmbeddedDatabaseConfigurerDelegate - Class in org.springframework.jdbc.datasource.embedded
-
An
EmbeddedDatabaseConfigurer
delegate that can be used to customize the embedded database. - EmbeddedDatabaseConfigurerDelegate(EmbeddedDatabaseConfigurer) - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurerDelegate
- EmbeddedDatabaseConfigurers - Class in org.springframework.jdbc.datasource.embedded
-
Maps well-known embedded database types to
EmbeddedDatabaseConfigurer
strategies. - EmbeddedDatabaseConfigurers() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurers
- EmbeddedDatabaseFactory - Class in org.springframework.jdbc.datasource.embedded
-
Factory for creating an
EmbeddedDatabase
instance. - EmbeddedDatabaseFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
- EmbeddedDatabaseFactoryBean - Class in org.springframework.jdbc.datasource.embedded
-
A subclass of
EmbeddedDatabaseFactory
that implementsFactoryBean
for registration as a Spring bean. - EmbeddedDatabaseFactoryBean() - Constructor for class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
- EmbeddedDatabaseType - Enum Class in org.springframework.jdbc.datasource.embedded
-
A supported embedded database type.
- EmbeddedValueResolutionSupport - Class in org.springframework.context.support
-
Convenient base class for components with a need for embedded value resolution (i.e.
- EmbeddedValueResolutionSupport() - Constructor for class org.springframework.context.support.EmbeddedValueResolutionSupport
- embeddedValueResolver(StringValueResolver) - Method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory.Builder
-
Set the
StringValueResolver
to use for resolving placeholders and expressions embedded inRSocketExchange.value()
. - embeddedValueResolver(StringValueResolver) - Method in class org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
-
Set the
StringValueResolver
to use for resolving placeholders and expressions embedded inHttpExchange.url()
. - EmbeddedValueResolver - Class in org.springframework.beans.factory.config
-
StringValueResolver
adapter for resolving placeholders and expressions against aConfigurableBeanFactory
. - EmbeddedValueResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.beans.factory.config.EmbeddedValueResolver
- EmbeddedValueResolverAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified of a
StringValueResolver
for the resolution of embedded definition values. - EmitUtils - Class in org.springframework.cglib.core
- EmitUtils.ArrayDelimiters - Class in org.springframework.cglib.core
- empty() - Static method in class org.springframework.http.CacheControl
-
Return an empty directive.
- empty() - Static method in class org.springframework.http.ContentDisposition
-
Return an empty content disposition.
- empty() - Static method in class org.springframework.r2dbc.core.binding.Bindings
-
Return an empty
Bindings
object. - empty() - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter that does not write.
- empty() - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
-
Return a builder with empty configuration to start.
- empty() - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
Return a mutable, empty builder for a
HandlerStrategies
. - empty(Class<?>) - Static method in class org.springframework.r2dbc.core.Parameter
-
Deprecated.Create a new empty
Parameter
fortype
. - EMPTY - Static variable in class org.springframework.beans.factory.annotation.InjectionMetadata
-
An empty
InjectionMetadata
instance with no-op callbacks. - EMPTY - Static variable in class org.springframework.cache.interceptor.SimpleKey
-
An empty key.
- EMPTY - Static variable in class org.springframework.http.HttpEntity
-
The empty
HttpEntity
, with no body or headers. - EMPTY - Static variable in class org.springframework.http.HttpHeaders
-
An empty
HttpHeaders
instance (immutable). - EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
-
Empty attributes.
- EMPTY_ADVICE - Static variable in interface org.springframework.aop.Advisor
-
Common placeholder for an empty
Advice
to be returned fromAdvisor.getAdvice()
if no proper advice has been configured (yet). - EMPTY_CLASS_ARRAY - Static variable in interface org.springframework.cglib.core.Constants
- EMPTY_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Empty condition that does not match to any RSocket frames (e.g.
- EMPTY_FILTER - Static variable in interface org.springframework.r2dbc.core.StatementFilterFunction
-
An empty
StatementFilterFunction
that delegates toExecuteFunction
. - EMPTY_PAYLOAD - Static variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
-
An empty payload.
- EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
-
Canonical TargetSource when there's no target, and behavior is supplied by the advisors.
- emptyInput() - Static method in class org.springframework.util.StreamUtils
-
Deprecated.
- EmptyReaderEventListener - Class in org.springframework.beans.factory.parsing
-
Empty implementation of the
ReaderEventListener
interface, providing no-op implementations of all callback methods. - EmptyReaderEventListener() - Constructor for class org.springframework.beans.factory.parsing.EmptyReaderEventListener
- emptyResult() - Static method in interface org.springframework.validation.method.MethodValidationResult
-
Factory method to create a
MethodValidationResult
instance with 0 errors, suitable to use as a constant. - EmptyResultDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
- EmptyResultDataAccessException(int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
-
Constructor for EmptyResultDataAccessException.
- EmptyResultDataAccessException(String, int) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
-
Constructor for EmptyResultDataAccessException.
- EmptyResultDataAccessException(String, int, Throwable) - Constructor for exception org.springframework.dao.EmptyResultDataAccessException
-
Constructor for EmptyResultDataAccessException.
- EmptySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
-
A simple empty implementation of the
SqlParameterSource
interface. - EmptySqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
- EmptyTargetSource - Class in org.springframework.aop.target
-
Canonical
TargetSource
when there is no target (or just the target class known), and behavior is supplied by interfaces and advisors only. - emulateClassGetName(Type) - Static method in class org.springframework.cglib.core.TypeUtils
- enable() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
-
Enable forwarding to the "default" Servlet.
- enable(String) - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
-
Enable forwarding to the "default" Servlet identified by the given name.
- EnableAspectJAutoProxy - Annotation Interface in org.springframework.context.annotation
-
Enables support for handling components marked with AspectJ's
@Aspect
annotation, similar to functionality found in Spring's<aop:aspectj-autoproxy>
XML element. - enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
-
Enable AspectJ weaving with the given
LoadTimeWeaver
. - enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- EnableAsync - Annotation Interface in org.springframework.scheduling.annotation
-
Enables Spring's asynchronous method execution capability, similar to functionality found in Spring's
<task:*>
XML namespace. - enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- EnableCaching - Annotation Interface in org.springframework.cache.annotation
-
Enables Spring's annotation-driven cache management capability, similar to the support found in Spring's
<cache:*>
XML namespace. - enableContentNegotiation(boolean, View...) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Enable use of a
ContentNegotiatingViewResolver
to front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g. - enableContentNegotiation(View...) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Enable use of a
ContentNegotiatingViewResolver
to front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g. - ENABLED - Enum constant in enum class org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Switches on Spring-based AspectJ load-time weaving.
- EnabledIf - Annotation Interface in org.springframework.test.context.junit.jupiter
-
@EnabledIf
is used to signal that the annotated test class or test method is enabled and should be executed if the suppliedEnabledIf.expression()
evaluates totrue
. - EnabledIfCondition - Class in org.springframework.test.context.junit.jupiter
-
EnabledIfCondition
is anExecutionCondition
that supports the@EnabledIf
annotation when using the Spring TestContext Framework in conjunction with JUnit 5's Jupiter programming model. - EnabledIfCondition() - Constructor for class org.springframework.test.context.junit.jupiter.EnabledIfCondition
- EnabledIfRuntimeHintsAgent - Annotation Interface in org.springframework.aot.test.agent
-
@EnabledIfRuntimeHintsAgent
signals that the annotated test class or test method is only enabled if theRuntimeHintsAgent
is loaded on the current JVM. - enableFilter(String) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Return an enabled Hibernate
Filter
for the given filter name. - enableFilter(String) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- enableFilters(Session) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Enable the specified filters on the given Session.
- enableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
-
Enable indenting for the supplied
Transformer
. - enableIndenting(Transformer, int) - Static method in class org.springframework.util.xml.TransformerUtils
-
Enable indenting for the supplied
Transformer
. - EnableJms - Annotation Interface in org.springframework.jms.annotation
-
Enable JMS listener annotated endpoints that are created under the cover by a
JmsListenerContainerFactory
. - EnableLoadTimeWeaving - Annotation Interface in org.springframework.context.annotation
-
Activates a Spring
LoadTimeWeaver
for this application context, available as a bean with the name "loadTimeWeaver", similar to the<context:load-time-weaver>
element in Spring XML. - EnableLoadTimeWeaving.AspectJWeaving - Enum Class in org.springframework.context.annotation
-
AspectJ weaving enablement options.
- enableLoggingRequestDetails(boolean) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Whether to log form data at DEBUG level, and headers at TRACE level.
- EnableMBeanExport - Annotation Interface in org.springframework.context.annotation
-
Enables default exporting of all standard
MBean
s from the Spring context, as well as all@ManagedResource
annotated beans. - EnableScheduling - Annotation Interface in org.springframework.scheduling.annotation
-
Enables Spring's scheduled task execution capability, similar to functionality found in Spring's
<task:*>
XML namespace. - enableSimpleBroker(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker (e.g.
- EnableSpringConfigured - Annotation Interface in org.springframework.context.annotation.aspectj
-
Signals the current application context to apply dependency injection to non-managed classes that are instantiated outside the Spring bean factory (typically classes annotated with the
@Configurable
annotation). - enableStompBrokerRelay(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
Enable a STOMP broker relay and configure the destination prefixes supported by the message broker.
- EnableTransactionManagement - Annotation Interface in org.springframework.transaction.annotation
-
Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's
<tx:*>
XML namespace. - enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- EnableWebFlux - Annotation Interface in org.springframework.web.reactive.config
-
Adding this annotation to an
@Configuration
class imports the Spring WebFlux configuration fromWebFluxConfigurationSupport
that enables use of annotated controllers and functional endpoints. - EnableWebMvc - Annotation Interface in org.springframework.web.servlet.config.annotation
-
Adding this annotation to an
@Configuration
class imports the Spring MVC configuration fromWebMvcConfigurationSupport
, e.g.: - EnableWebSocket - Annotation Interface in org.springframework.web.socket.config.annotation
-
Add this annotation to an
@Configuration
class to configure processing WebSocket requests. - EnableWebSocketMessageBroker - Annotation Interface in org.springframework.web.socket.config.annotation
-
Add this annotation to an
@Configuration
class to enable broker-backed messaging over WebSocket using a higher-level messaging sub-protocol. - ENCLOSING_CONFIGURATION_PROPERTY_NAME - Static variable in annotation interface org.springframework.test.context.NestedTestConfiguration
-
JVM system property used to change the default enclosing configuration inheritance mode: "spring.test.enclosing.configuration".
- encode() - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
-
Use this method only if you need to apply strong encoding to expanded URI variables by quoting all characters with reserved meaning.
- encode() - Method in class org.springframework.web.util.UriComponents
-
Invoke this after expanding URI variables to encode the resulting URI component values.
- encode() - Method in class org.springframework.web.util.UriComponentsBuilder
-
Request to have the URI template pre-encoded at build time, and URI variables encoded separately when expanded.
- encode(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
- encode(String...) - Method in class org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
- encode(String...) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
-
Encode the given messages as a SockJS message frame.
- encode(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Variant of
UriUtils.encode(String, Charset)
with a String charset. - encode(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode all characters that are either illegal, or have any reserved meaning, anywhere within a URI, as defined in RFC 3986.
- encode(Charset) - Method in class org.springframework.web.util.UriComponents
-
A variant of
UriComponents.encode()
with a charset other than "UTF-8". - encode(Charset) - Method in class org.springframework.web.util.UriComponentsBuilder
-
A variant of
UriComponentsBuilder.encode()
with a charset other than "UTF-8". - encode(Map<String, Object>, byte[]) - Method in class org.springframework.messaging.simp.stomp.SplittingStompEncoder
-
Encode the given payload and headers to a STOMP frame, and split it into a list of parts based on the configured buffer size limit.
- encode(Map<String, Object>, byte[]) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
-
Encodes the given payload and headers into a
byte[]
. - encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.cbor.Jackson2CborEncoder
- encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
- encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.KotlinSerializationBinaryEncoder
- encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.KotlinSerializationStringEncoder
- encode(Publisher<? extends byte[]>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteArrayEncoder
- encode(Publisher<? extends Message>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
- encode(Publisher<? extends Message>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.protobuf.ProtobufJsonEncoder
- encode(Publisher<? extends ByteBuf>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.NettyByteBufEncoder
- encode(Publisher<? extends Buffer>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.Netty5BufferEncoder
- encode(Publisher<? extends CharSequence>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.CharSequenceEncoder
- encode(Publisher<? extends ByteBuffer>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteBufferEncoder
- encode(Publisher<? extends DataBuffer>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.DataBufferEncoder
- encode(Publisher<? extends ResourceRegion>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ResourceRegionEncoder
- encode(Publisher<? extends T>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.AbstractSingleValueEncoder
- encode(Publisher<? extends T>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in interface org.springframework.core.codec.Encoder
-
Encode a stream of Objects of type
T
into aDataBuffer
output stream. - encode(Resource, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ResourceEncoder
- encode(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
-
Encodes the given STOMP
message
into abyte[]
. - encode(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompTcpMessageCodec
- encode(Message<P>) - Method in interface org.springframework.messaging.tcp.reactor.TcpMessageCodec
-
Encode the given
Message
to the outputByteBuffer
. - encode(Message<P>, ByteBuf) - Method in class org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
- encode(Message<P>, ByteBuf) - Method in interface org.springframework.messaging.tcp.reactor.ReactorNettyCodec
-
Encode the given
Message
to the outputByteBuf
. - encode(T) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Encode an object to a message.
- encode(T, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.AbstractSingleValueEncoder
-
Encode
T
to an outputDataBuffer
stream. - encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI authority with the given encoding.
- encodeAuthority(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI authority with the given encoding.
- encodeBasicAuth(String, String, Charset) - Static method in class org.springframework.http.HttpHeaders
-
Encode the given username and password into Basic Authentication credentials.
- EncodedResource - Class in org.springframework.core.io.support
-
Holder that combines a
Resource
descriptor with a specific encoding orCharset
to be used for reading from the resource. - EncodedResource(Resource) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new
EncodedResource
for the givenResource
, not specifying an explicit encoding orCharset
. - EncodedResource(Resource, String) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new
EncodedResource
for the givenResource
, using the specifiedencoding
. - EncodedResource(Resource, Charset) - Constructor for class org.springframework.core.io.support.EncodedResource
-
Create a new
EncodedResource
for the givenResource
, using the specifiedCharset
. - EncodedResourceResolver - Class in org.springframework.web.reactive.resource
-
Resolver that delegates to the chain, and if a resource is found, it then attempts to find an encoded (e.g.
- EncodedResourceResolver - Class in org.springframework.web.servlet.resource
-
Resolver that delegates to the chain, and if a resource is found, it then attempts to find an encoded (e.g.
- EncodedResourceResolver() - Constructor for class org.springframework.web.reactive.resource.EncodedResourceResolver
- EncodedResourceResolver() - Constructor for class org.springframework.web.servlet.resource.EncodedResourceResolver
- encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI fragment with the given encoding.
- encodeFragment(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI fragment with the given encoding.
- encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI host with the given encoding.
- encodeHost(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI host with the given encoding.
- encodeInternal(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompReactorNettyCodec
- encodeInternal(Message<P>) - Method in class org.springframework.messaging.tcp.reactor.AbstractNioBufferReactorNettyCodec
- encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI path with the given encoding.
- encodePath(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI path with the given encoding.
- encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI path segment with the given encoding.
- encodePathSegment(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI path segment with the given encoding.
- encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI port with the given encoding.
- encodePort(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI port with the given encoding.
- encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI query with the given encoding.
- encodeQuery(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI query with the given encoding.
- encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI query parameter with the given encoding.
- encodeQueryParam(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI query parameter with the given encoding.
- encodeQueryParams(MultiValueMap<String, String>) - Static method in class org.springframework.web.util.UriUtils
-
Encode the query parameters from the given
MultiValueMap
with UTF-8. - encoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Deprecated.as of 5.1.13, use
CodecConfigurer.CustomCodecs.register(Object)
orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)
instead. - encoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.MultipartCodecs
-
Add a Part
Encoder
, internally wrapped withEncoderHttpMessageWriter
. - encoder(Encoder<?>...) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies.Builder
-
Append to the list of encoders to use for serializing Objects to the data or metadata of a
Payload
. - encoder(ResolvableType, MimeType) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
-
Find a compatible Encoder for the given element type.
- Encoder<T> - Interface in org.springframework.core.codec
-
Strategy to encode a stream of Objects of type
<T>
into an output stream of bytes. - encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
The default implementation delegates to
MockHttpServletResponse.encodeURL(java.lang.String)
, returning the given URL String as-is. - EncoderHttpMessageWriter<T> - Class in org.springframework.http.codec
-
HttpMessageWriter
that wraps and delegates to anEncoder
. - EncoderHttpMessageWriter(Encoder<T>) - Constructor for class org.springframework.http.codec.EncoderHttpMessageWriter
-
Create an instance wrapping the given
Encoder
. - encoders() - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
-
Return the configured
encoders
. - encoders(Consumer<List<Encoder<?>>>) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies.Builder
-
Apply the consumer to the list of configured encoders, immediately.
- encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI scheme with the given encoding.
- encodeScheme(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI scheme with the given encoding.
- encodeUriVariables(Object...) - Static method in class org.springframework.web.util.UriUtils
-
Convenience method to apply
UriUtils.encode(String, Charset)
to all given URI variable values. - encodeUriVariables(Map<String, ?>) - Static method in class org.springframework.web.util.UriUtils
-
Convenience method to apply
UriUtils.encode(String, Charset)
to all given URI variable values. - encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
The default implementation returns the given URL String as-is.
- encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI user info with the given encoding.
- encodeUserInfo(String, Charset) - Static method in class org.springframework.web.util.UriUtils
-
Encode the given URI user info with the given encoding.
- encodeValue(byte[], DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteArrayEncoder
- encodeValue(Message, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.protobuf.ProtobufEncoder
- encodeValue(Message, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.protobuf.ProtobufJsonEncoder
- encodeValue(ByteBuf, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.NettyByteBufEncoder
- encodeValue(Buffer, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.Netty5BufferEncoder
- encodeValue(CharSequence, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.CharSequenceEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.AbstractJackson2Encoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.KotlinSerializationBinaryEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.KotlinSerializationStringEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.xml.Jaxb2XmlEncoder
- encodeValue(ByteBuffer, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.ByteBufferEncoder
- encodeValue(DataBuffer, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.core.codec.DataBufferEncoder
- encodeValue(T, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in interface org.springframework.core.codec.Encoder
-
Encode an Object of type T to a data buffer.
- encoding() - Element in annotation interface org.springframework.context.annotation.PropertySource
-
A specific character encoding for the given resources, e.g.
- encoding() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
-
Returns the value of the
encoding
record component. - encoding() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
-
The encoding for the supplied SQL scripts, if different from the platform encoding.
- encoding() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Specify the character encoding for the given resources — for example, "UTF-8".
- encoding(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the character encoding in the ServletResponse.
- encoding(Charset) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the character encoding in the ServletResponse.
- EncodingException - Exception in org.springframework.core.codec
-
Indicates an issue with encoding the input Object stream with a focus on not being able to encode Objects.
- EncodingException(String) - Constructor for exception org.springframework.core.codec.EncodingException
-
Create a new EncodingException.
- EncodingException(String, Throwable) - Constructor for exception org.springframework.core.codec.EncodingException
-
Create a new EncodingException.
- end() - Method in class org.springframework.cglib.core.Block
- end() - Method in interface org.springframework.core.metrics.StartupStep
-
Record the state of the step and possibly other metrics like execution time.
- end() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Immediately force a commit or rollback of the current test-managed transaction, according to the rollback flag.
- end_class() - Method in class org.springframework.cglib.core.ClassEmitter
- end_class() - Method in class org.springframework.cglib.transform.impl.AddPropertyTransformer
- end_class() - Method in class org.springframework.cglib.transform.impl.FieldProviderTransformer
- end_method() - Method in class org.springframework.cglib.core.CodeEmitter
- endAnd() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive last notification of a logical AND predicate.
- endAnd() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive last notification of a logical AND predicate.
- endNegate() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive last notification of a negated predicate.
- endNegate() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive last notification of a negated predicate.
- endNested(RequestPredicate) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitor
-
Receive notification of the end of a nested router function.
- endNested(RequestPredicate) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Visitor
-
Receive notification of the end of a nested router function.
- endOr() - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive last notification of a logical OR predicate.
- endOr() - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive last notification of a logical OR predicate.
- EndpointConnectionManager - Class in org.springframework.web.socket.client.standard
-
WebSocket
connection manager
that connects to the server viaWebSocketContainer
and handles the session with anEndpoint
. - EndpointConnectionManager(Endpoint, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.EndpointConnectionManager
- EndpointConnectionManager(Class<? extends Endpoint>, String, Object...) - Constructor for class org.springframework.web.socket.client.standard.EndpointConnectionManager
- endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
-
Test if the given
String
ends with the specified suffix, ignoring upper/lower case. - endTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Close the current tag.
- endTag(boolean) - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Close the current tag, allowing to enforce a full closing tag.
- enforceUniqueMethods() - Element in annotation interface org.springframework.context.annotation.Configuration
-
Specify whether
@Bean
methods need to have unique method names, raising an exception otherwise in order to prevent accidental overloading. - enhanceConfigurationClasses(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Post-processes a BeanFactory in search of Configuration class BeanDefinitions; any candidates are then enhanced by a
ConfigurationClassEnhancer
. - Enhancer - Class in org.springframework.cglib.proxy
-
Generates dynamic subclasses to enable method interception.
- Enhancer() - Constructor for class org.springframework.cglib.proxy.Enhancer
-
Create a new
Enhancer
. - enlistResource(XAResource) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
- ensureCapacity(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Deprecated.since 6.0, in favor of
DataBuffer.ensureWritable(int)
- ensureCapacity(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-
Deprecated.
- ensureWritable(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Ensure that the current buffer has enough
DataBuffer.writableByteCount()
to write the amount of data given as an argument. - ensureWritable(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- ensureWritable(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- ensureWritable(int) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- ensureWritable(int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- ensureWritable(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- enterCompilationScope() - Method in class org.springframework.expression.spel.CodeFlow
-
Enter a new compilation scope, usually due to nested expression evaluation.
- enterScope() - Method in class org.springframework.expression.spel.ExpressionState
-
Enter a new scope with a new root context object and a new local variable scope.
- enterScope(String, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2 with no replacement; to be removed in 7.0
- enterScope(Map<String, Object>) - Method in class org.springframework.expression.spel.ExpressionState
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2 with no replacement; to be removed in 7.0
- entity() - Method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Return the entity that makes up this response.
- entity() - Method in interface org.springframework.web.servlet.function.EntityResponse
-
Return the entity that makes up this response.
- ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
Order value for TransactionSynchronization objects that clean up JPA EntityManagers.
- EntityExchangeResult<T> - Class in org.springframework.test.web.reactive.server
-
ExchangeResult
sub-class that exposes the response body fully extracted to a representation of type<T>
. - entityExchangeResultConsumer(Consumer<EntityExchangeResult<?>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Configure an
EntityExchangeResult
callback that is invoked every time after a response is fully decoded to a single entity, to a List of entities, or to a byte[]. - EntityManagerFactoryAccessor - Class in org.springframework.orm.jpa
-
Base class for any class that needs to access a JPA
EntityManagerFactory
, usually in order to obtain a JPAEntityManager
. - EntityManagerFactoryAccessor() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryAccessor
- EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
-
Metadata interface for a Spring-managed JPA
EntityManagerFactory
. - EntityManagerFactoryUtils - Class in org.springframework.orm.jpa
-
Helper class featuring methods for JPA EntityManager handling, allowing for reuse of EntityManager instances within transactions.
- EntityManagerFactoryUtils() - Constructor for class org.springframework.orm.jpa.EntityManagerFactoryUtils
- EntityManagerHolder - Class in org.springframework.orm.jpa
-
Resource holder wrapping a JPA
EntityManager
. - EntityManagerHolder(EntityManager) - Constructor for class org.springframework.orm.jpa.EntityManagerHolder
- EntityManagerProxy - Interface in org.springframework.orm.jpa
-
Subinterface of
EntityManager
to be implemented by EntityManager proxies. - EntityResponse<T> - Interface in org.springframework.web.reactive.function.server
-
Entity-specific subtype of
ServerResponse
that exposes entity data. - EntityResponse<T> - Interface in org.springframework.web.servlet.function
-
Entity-specific subtype of
ServerResponse
that exposes entity data. - EntityResponse.Builder<T> - Interface in org.springframework.web.reactive.function.server
-
Defines a builder for
EntityResponse
. - EntityResponse.Builder<T> - Interface in org.springframework.web.servlet.function
-
Defines a builder for
EntityResponse
. - Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
- Entry(AnnotationMetadata, String) - Constructor for class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- entrySet() - Method in class org.springframework.cglib.beans.BeanMap
- entrySet() - Method in class org.springframework.http.HttpHeaders
- entrySet() - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- entrySet() - Method in class org.springframework.http.support.JettyHeadersAdapter
- entrySet() - Method in class org.springframework.http.support.Netty4HeadersAdapter
- entrySet() - Method in class org.springframework.http.support.Netty5HeadersAdapter
- entrySet() - Method in class org.springframework.messaging.MessageHeaders
- entrySet() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- entrySet() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- entrySet() - Method in class org.springframework.util.MultiValueMapAdapter
- entrySet() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- EnumerablePropertySource<T> - Class in org.springframework.core.env
-
A
PropertySource
implementation capable of interrogating its underlying source object to enumerate all possible property name/value pairs. - EnumerablePropertySource(String) - Constructor for class org.springframework.core.env.EnumerablePropertySource
-
Create a new
EnumerablePropertySource
with the given name and with a newObject
instance as the underlying source. - EnumerablePropertySource(String, T) - Constructor for class org.springframework.core.env.EnumerablePropertySource
-
Create a new
EnumerablePropertySource
with the given name and source object. - Environment - Interface in org.springframework.core.env
-
Interface representing the environment in which the current application is running.
- ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
-
Name of the
Environment
bean in the factory. - ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
"environmentProperties" is the name given to the
PropertySource
that wraps the environment supplied to this configurer. - EnvironmentAccessor - Class in org.springframework.context.expression
-
Read-only EL property accessor that knows how to retrieve keys of a Spring
Environment
instance. - EnvironmentAccessor() - Constructor for class org.springframework.context.expression.EnvironmentAccessor
- EnvironmentAware - Interface in org.springframework.context
-
Interface to be implemented by any bean that wishes to be notified of the
Environment
that it runs in. - EnvironmentCapable - Interface in org.springframework.core.env
-
Interface indicating a component that contains and exposes an
Environment
reference. - EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
-
End of file (EOF) SQL statement separator:
"^^^ END OF SCRIPT ^^^"
. - EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.r2dbc.connection.init.ScriptUtils
-
End of file (EOF) SQL statement separator:
"^^^ END OF SCRIPT ^^^"
. - EQ - Static variable in class org.springframework.cglib.core.CodeEmitter
- eqMethod - Variable in class org.springframework.cglib.reflect.MethodDelegate
- equalityCheck(EvaluationContext, Object, Object) - Static method in class org.springframework.expression.spel.ast.Operator
-
Perform an equality check for the given operand values.
- equals(Object) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- equals(Object) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
- equals(Object) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
- equals(Object) - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
- equals(Object) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
- equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
- equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- equals(Object) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
- equals(Object) - Method in class org.springframework.aop.support.ComposablePointcut
- equals(Object) - Method in class org.springframework.aop.support.ControlFlowPointcut
- equals(Object) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
- equals(Object) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
- equals(Object) - Method in class org.springframework.aop.support.RootClassFilter
- equals(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- equals(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
- equals(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
-
Two HotSwappableTargetSources are equal if the current target objects are equal.
- equals(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
-
Two invoker interceptors are equal if they have the same target or if the targets or the targets are equal.
- equals(Object) - Method in class org.springframework.aot.agent.MethodReference
- equals(Object) - Method in class org.springframework.aot.hint.AbstractTypeReference
- equals(Object) - Method in record class org.springframework.aot.hint.annotation.RegisterReflectionReflectiveProcessor.ReflectionRegistration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.aot.hint.JavaSerializationHint
- equals(Object) - Method in class org.springframework.aot.hint.JdkProxyHint
- equals(Object) - Method in class org.springframework.aot.hint.ResourceBundleHint
- equals(Object) - Method in class org.springframework.aot.hint.ResourcePatternHint
- equals(Object) - Method in class org.springframework.asm.ConstantDynamic
- equals(Object) - Method in class org.springframework.asm.Handle
- equals(Object) - Method in class org.springframework.asm.Type
-
Tests if the given object is equal to this type.
- equals(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
- equals(Object) - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- equals(Object) - Method in class org.springframework.beans.factory.config.AutowiredPropertyMarker
- equals(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
- equals(Object) - Method in class org.springframework.beans.factory.config.BeanExpressionContext
- equals(Object) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
- equals(Object) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
- equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
- equals(Object) - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
- equals(Object) - Method in class org.springframework.beans.factory.config.TypedStringValue
- equals(Object) - Method in class org.springframework.beans.factory.InjectionPoint
- equals(Object) - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
-
This implementation expects the other object to be of type BeanComponentDefinition as well, in addition to the superclass's equality requirements.
- equals(Object) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
- equals(Object) - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
- equals(Object) - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
- equals(Object) - Method in class org.springframework.beans.factory.support.LookupOverride
- equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverride
- equals(Object) - Method in class org.springframework.beans.factory.support.MethodOverrides
- equals(Object) - Method in record class org.springframework.beans.factory.support.RegisteredBean.InstantiationDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.beans.factory.support.ReplaceOverride
- equals(Object) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
- equals(Object) - Method in class org.springframework.beans.MutablePropertyValues
- equals(Object) - Method in class org.springframework.beans.PropertyValue
- equals(Object) - Method in class org.springframework.beans.support.MutableSortDefinition
- equals(Object) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
- equals(Object) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
- equals(Object) - Method in class org.springframework.cache.interceptor.CacheOperation
-
This implementation compares the
toString()
results. - equals(Object) - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
- equals(Object) - Method in class org.springframework.cache.interceptor.SimpleKey
- equals(Object) - Method in class org.springframework.cache.support.NullValue
- equals(Object) - Method in class org.springframework.cache.support.SimpleValueWrapper
- equals(Object) - Method in class org.springframework.cglib.beans.BeanMap
- equals(Object) - Method in class org.springframework.cglib.core.ClassInfo
- equals(Object) - Method in class org.springframework.cglib.core.DefaultNamingPolicy
- equals(Object) - Method in interface org.springframework.cglib.core.GeneratorStrategy
-
The
GeneratorStrategy
in use does not currently, but may in the future, affect the caching of classes generated byAbstractClassGenerator
, so this is a reminder that you should correctly implementequals
andhashCode
to avoid generating too many classes. - equals(Object) - Method in class org.springframework.cglib.core.MethodInfo
- equals(Object) - Method in interface org.springframework.cglib.core.NamingPolicy
-
The
NamingPolicy
in use does not currently, but may in the future, affect the caching of classes generated byAbstractClassGenerator
, so this is a reminder that you should correctly implementequals
andhashCode
to avoid generating too many classes. - equals(Object) - Method in class org.springframework.cglib.core.Signature
- equals(Object) - Method in class org.springframework.cglib.core.WeakCacheKey
- equals(Object) - Method in interface org.springframework.cglib.proxy.CallbackFilter
-
The
CallbackFilter
in use affects which cached class theEnhancer
will use, so this is a reminder that you should correctly implementequals
andhashCode
for customCallbackFilter
implementations in order to improve performance. - equals(Object) - Method in class org.springframework.cglib.proxy.CallbackHelper
- equals(Object) - Method in class org.springframework.cglib.reflect.FastClass
- equals(Object) - Method in class org.springframework.cglib.reflect.FastMember
- equals(Object) - Method in class org.springframework.cglib.reflect.MethodDelegate
- equals(Object) - Method in class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- equals(Object) - Method in class org.springframework.context.expression.AnnotatedElementKey
- equals(Object) - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
- equals(Object) - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
- equals(Object) - Method in class org.springframework.core.annotation.AnnotatedMethod
- equals(Object) - Method in class org.springframework.core.annotation.RepeatableContainers
- equals(Object) - Method in class org.springframework.core.AttributeAccessorSupport
- equals(Object) - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
- equals(Object) - Method in class org.springframework.core.convert.Property
- equals(Object) - Method in class org.springframework.core.convert.TypeDescriptor
- equals(Object) - Method in class org.springframework.core.env.PropertySource
-
This
PropertySource
object is equal to the given object if: they are the same instance thename
properties for both objects are equal - equals(Object) - Method in class org.springframework.core.io.AbstractResource
-
This implementation compares description strings.
- equals(Object) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- equals(Object) - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- equals(Object) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- equals(Object) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- equals(Object) - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation compares the underlying byte array.
- equals(Object) - Method in class org.springframework.core.io.ClassPathResource
-
This implementation compares the underlying class path locations and associated class loaders.
- equals(Object) - Method in class org.springframework.core.io.DescriptiveResource
-
This implementation compares the underlying description String.
- equals(Object) - Method in class org.springframework.core.io.FileSystemResource
-
This implementation compares the underlying file paths.
- equals(Object) - Method in class org.springframework.core.io.InputStreamResource
-
This implementation compares the underlying InputStream.
- equals(Object) - Method in class org.springframework.core.io.ModuleResource
- equals(Object) - Method in class org.springframework.core.io.PathResource
-
This implementation compares the underlying
Path
references. - equals(Object) - Method in class org.springframework.core.io.support.EncodedResource
- equals(Object) - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.core.io.UrlResource
-
This implementation compares the underlying URL references.
- equals(Object) - Method in class org.springframework.core.io.VfsResource
- equals(Object) - Method in class org.springframework.core.MethodClassKey
- equals(Object) - Method in class org.springframework.core.MethodParameter
- equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
- equals(Object) - Method in class org.springframework.core.ReactiveTypeDescriptor
- equals(Object) - Method in class org.springframework.core.ResolvableType
-
Check for full equality of all type resolution artifacts: type as well as
TypeProvider
andVariableResolver
. - equals(Object) - Method in class org.springframework.core.test.tools.ClassFiles
- equals(Object) - Method in class org.springframework.core.test.tools.DynamicFile
- equals(Object) - Method in class org.springframework.core.test.tools.ResourceFiles
- equals(Object) - Method in class org.springframework.core.test.tools.SourceFiles
- equals(Object) - Method in class org.springframework.core.type.StandardClassMetadata
- equals(Object) - Method in class org.springframework.core.type.StandardMethodMetadata
- equals(Object) - Method in class org.springframework.expression.TypedValue
- equals(Object) - Method in class org.springframework.http.ContentDisposition
- equals(Object) - Method in record class org.springframework.http.ETag
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.http.HttpCookie
- equals(Object) - Method in class org.springframework.http.HttpEntity
- equals(Object) - Method in class org.springframework.http.HttpHeaders
- equals(Object) - Method in class org.springframework.http.HttpMethod
- equals(Object) - Method in class org.springframework.http.ProblemDetail
- equals(Object) - Method in class org.springframework.http.RequestEntity
- equals(Object) - Method in class org.springframework.http.RequestEntity.UriTemplateRequestEntity
- equals(Object) - Method in class org.springframework.http.ResponseCookie
- equals(Object) - Method in class org.springframework.http.ResponseEntity
- equals(Object) - Method in class org.springframework.jms.support.QosSettings
- equals(Object) - Method in class org.springframework.jmx.support.NotificationListenerHolder
- equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
- equals(Object) - Method in class org.springframework.messaging.handler.AbstractMessageCondition
- equals(Object) - Method in class org.springframework.messaging.handler.CompositeMessageCondition
- equals(Object) - Method in class org.springframework.messaging.handler.HandlerMethod
- equals(Object) - Method in class org.springframework.messaging.MessageHeaders
- equals(Object) - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
- equals(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- equals(Object) - Method in class org.springframework.messaging.support.GenericMessage
- equals(Object) - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
- equals(Object) - Method in class org.springframework.r2dbc.core.Parameter
-
Deprecated.
- equals(Object) - Method in record class org.springframework.scheduling.config.TaskExecutionOutcome
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.scheduling.support.CronExpression
- equals(Object) - Method in class org.springframework.scheduling.support.CronTrigger
- equals(Object) - Method in class org.springframework.scheduling.support.PeriodicTrigger
- equals(Object) - Method in class org.springframework.test.context.bean.override.OverrideMetadata
- equals(Object) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Determine if the supplied object is equal to this
ContextConfigurationAttributes
instance by comparing both object's declaring class, locations, annotated classes, inheritLocations flag, context initializer classes, inheritInitializers flag, and theContextLoader class
. - equals(Object) - Method in class org.springframework.test.context.MergedContextConfiguration
-
Determine if the supplied object is equal to this
MergedContextConfiguration
instance by comparing both objects' locations, annotated classes, context initializer classes, active profiles, property source descriptors, property source properties, context customizers, parents, and the fully qualified names of theirContextLoaders
. - equals(Object) - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
-
Determine if the supplied object is equal to this
WebMergedContextConfiguration
instance by comparing both objects' locations, annotated classes, context initializer classes, active profiles, resource base paths, property source descriptors, property source properties, context customizers, parents, and the fully qualified names of theirContextLoaders
. - equals(Object) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- equals(Object) - Method in class org.springframework.test.web.reactive.server.XpathAssertions
- equals(Object) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- equals(Object) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
- equals(Object) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- equals(Object) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- equals(Object) - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
- equals(Object) - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- equals(Object) - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- equals(Object) - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
- equals(Object) - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
-
This implementation compares the
toString()
results. - equals(Object) - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
- equals(Object) - Method in class org.springframework.transaction.support.TransactionTemplate
- equals(Object) - Method in class org.springframework.util.AutoPopulatingList
- equals(Object) - Method in class org.springframework.util.comparator.BooleanComparator
- equals(Object) - Method in class org.springframework.util.comparator.NullSafeComparator
-
Deprecated.
- equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
- equals(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- equals(Object) - Method in class org.springframework.util.MimeType
- equals(Object) - Method in class org.springframework.util.MultiValueMapAdapter
- equals(Object) - Method in class org.springframework.util.unit.DataSize
- equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
- equals(Object) - Method in exception org.springframework.validation.BindException
- equals(Object) - Method in class org.springframework.validation.FieldError
- equals(Object) - Method in class org.springframework.validation.method.ParameterValidationResult
- equals(Object) - Method in class org.springframework.validation.ObjectError
- equals(Object) - Method in class org.springframework.validation.SimpleErrors
- equals(Object) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- equals(Object) - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation compares the underlying ServletContext resource locations.
- equals(Object) - Method in class org.springframework.web.method.ControllerAdviceBean
- equals(Object) - Method in class org.springframework.web.method.HandlerMethod
- equals(Object) - Method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
-
Deprecated.
- equals(Object) - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
- equals(Object) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
- equals(Object) - Method in class org.springframework.web.reactive.socket.CloseStatus
- equals(Object) - Method in class org.springframework.web.reactive.socket.WebSocketMessage
- equals(Object) - Method in class org.springframework.web.servlet.FlashMap
- equals(Object) - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
- equals(Object) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- equals(Object) - Method in class org.springframework.web.socket.AbstractWebSocketMessage
- equals(Object) - Method in class org.springframework.web.socket.CloseStatus
- equals(Object) - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
- equals(Object) - Method in class org.springframework.web.socket.WebSocketExtension
- equals(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- equals(Object) - Method in class org.springframework.web.util.pattern.PathPattern
- equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Check equality of the advisors behind the given AdvisedSupport objects.
- equalsCode(CloseStatus) - Method in class org.springframework.web.reactive.socket.CloseStatus
-
Deprecated.as of 5.3 in favor of comparing codes directly
- equalsCode(CloseStatus) - Method in class org.springframework.web.socket.CloseStatus
- equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Check equality of the proxies behind the given AdvisedSupport objects.
- equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Check equality of the proxied interfaces behind the given AdvisedSupport objects.
- equalsType(ResolvableType) - Method in class org.springframework.core.ResolvableType
-
Check for type-level equality with another
ResolvableType
. - equalsTypeAndSubtype(MimeType) - Method in class org.springframework.util.MimeType
-
Similar to
MimeType.equals(Object)
but based on the type and subtype only, i.e. - error(CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with error log level.
- error(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
- error(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with error log level.
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
- error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with error log level.
- error(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a regular error.
- error(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a regular error.
- error(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a regular error.
- error(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a regular error.
- error(String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Report an error with the given message for the given source element.
- error(String, Element, Throwable) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Report an error with the given message for the given source element.
- error(String, Node) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Report an error with the given message for the given source element.
- error(Throwable) - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Completes the event stream with the given error.
- error(Throwable, CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with error log level.
- error(Throwable, Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with error log level.
- error(Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with error log level.
- error(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
- error(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
Throws a
BeanDefinitionParsingException
detailing the error that has occurred. - error(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
-
Called when an error is encountered during the parsing process.
- error(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
- ERROR - Enum constant in enum class org.springframework.expression.spel.SpelMessage.Kind
- ERROR - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- ERROR - Enum constant in enum class org.springframework.scheduling.config.TaskExecutionOutcome.Status
-
The task execution finished with an error.
- ERROR_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
-
The key for the message error channel.
- ERROR_CODE - Static variable in exception org.springframework.beans.MethodInvocationException
-
Error code that a method invocation error will be registered with.
- ERROR_CODE - Static variable in exception org.springframework.beans.TypeMismatchException
-
Error code that a type mismatch error will be registered with.
- ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page exception.
- ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page exception type.
- ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page message.
- ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page request URI.
- ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page servlet name.
- ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.3+ spec request attribute for error page status code.
- errorCount(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the total number of errors in the model.
- errorHandler - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- errorHandler - Variable in class org.springframework.cache.interceptor.AbstractCacheInvoker
- errorHandler() - Method in interface org.springframework.cache.annotation.CachingConfigurer
-
Return the
CacheErrorHandler
to use to handle cache-related errors. - errorHandler() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
-
Deprecated.
- ErrorHandler - Interface in org.springframework.util
-
A strategy for handling errors.
- ErrorMessage - Class in org.springframework.messaging.support
-
A
GenericMessage
with aThrowable
payload. - ErrorMessage(Throwable) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
Create a new message with the given payload.
- ErrorMessage(Throwable, Map<String, Object>) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
Create a new message with the given payload and headers.
- ErrorMessage(Throwable, Map<String, Object>, Message<?>) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
Create a new message with the given payload, headers and original message.
- ErrorMessage(Throwable, Message<?>) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
Create a new message with the given payload and original message.
- ErrorMessage(Throwable, MessageHeaders) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
A constructor with the
MessageHeaders
instance to use. - ErrorMessage(Throwable, MessageHeaders, Message<?>) - Constructor for class org.springframework.messaging.support.ErrorMessage
-
Create a new message with the payload,
MessageHeaders
and original message. - errorMode() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
-
The mode to use when an error is encountered while executing an SQL statement.
- ErrorResponse - Interface in org.springframework.web
-
Representation of a complete RFC 9457 error response including status, headers, and an RFC 9457 formatted
ProblemDetail
body. - ErrorResponse.Builder - Interface in org.springframework.web
-
Builder for an
ErrorResponse
. - ErrorResponse.Interceptor - Interface in org.springframework.web
-
Callback to perform an action before an RFC-7807
ProblemDetail
response is rendered. - ErrorResponseException - Exception in org.springframework.web
-
RuntimeException
that implementsErrorResponse
to expose an HTTP status, response headers, and a body formatted as an RFC 9457ProblemDetail
. - ErrorResponseException(HttpStatusCode) - Constructor for exception org.springframework.web.ErrorResponseException
-
Constructor with an
HttpStatusCode
. - ErrorResponseException(HttpStatusCode, Throwable) - Constructor for exception org.springframework.web.ErrorResponseException
-
Constructor with an
HttpStatusCode
and an optional cause. - ErrorResponseException(HttpStatusCode, ProblemDetail, Throwable) - Constructor for exception org.springframework.web.ErrorResponseException
-
Constructor with a given
ProblemDetail
instance, possibly a subclass ofProblemDetail
with extended fields. - ErrorResponseException(HttpStatusCode, ProblemDetail, Throwable, String, Object[]) - Constructor for exception org.springframework.web.ErrorResponseException
-
Constructor with a given
ProblemDetail
, and aMessageSource
code and arguments to resolve the detail message with. - Errors - Interface in org.springframework.validation
-
Stores and exposes information about data-binding and validation errors for a specific object.
- ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
-
Page context attribute containing
Errors
. - ErrorsMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Errors
method arguments. - ErrorsMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolve
Errors
orBindingResult
method arguments. - ErrorsMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
- ErrorsMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.ErrorsMethodArgumentResolver
- ErrorsTag - Class in org.springframework.web.servlet.tags.form
-
The
<errors>
tag renders field errors in an HTML 'span' tag. - ErrorsTag() - Constructor for class org.springframework.web.servlet.tags.form.ErrorsTag
- ESCAPE_CHARACTER - Static variable in class org.springframework.util.SystemPropertyUtils
-
Default escape character:
'\'
. - EscapeBodyTag - Class in org.springframework.web.servlet.tags
-
The
<escapeBody>
tag is used to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping. - EscapeBodyTag() - Constructor for class org.springframework.web.servlet.tags.EscapeBodyTag
- escapeCharacter - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- EscapedErrors - Class in org.springframework.web.bind
-
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
- EscapedErrors(Errors) - Constructor for class org.springframework.web.bind.EscapedErrors
-
Create a new EscapedErrors instance for the given source instance.
- escapeType(String) - Static method in class org.springframework.cglib.core.TypeUtils
- establishSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Establish a shared Connection for this container.
- establishSharedConnection() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Overridden to accept a failure in the initial setup - leaving it up to the asynchronous invokers to establish the shared Connection on first access.
- eTag(String) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Set the entity tag of the body, as specified by the
ETag
header. - eTag(String) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
-
Set the entity tag of the body, as specified by the
ETag
header. - eTag(String) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
-
Set the entity tag of the body, as specified by the
ETag
header. - eTag(String) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
-
Set the entity tag of the body, as specified by the
ETag
header. - eTag(String) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
-
Set the entity tag of the body, as specified by the
ETag
header. - ETag - Record Class in org.springframework.http
-
Represents an ETag for HTTP conditional requests.
- ETag(String, boolean) - Constructor for record class org.springframework.http.ETag
-
Creates an instance of a
ETag
record class. - ETAG - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
ETag
header field name. - EvalTag - Class in org.springframework.web.servlet.tags
-
The
<eval>
tag evaluates a Spring expression (SpEL) and either prints the result or assigns it to a variable. - EvalTag() - Constructor for class org.springframework.web.servlet.tags.EvalTag
- evaluate() - Method in class org.springframework.test.context.junit4.statements.ProfileValueChecker
-
Determine if the test specified by arguments to the constructor is enabled in the current environment, as configured via the
@IfProfileValue
annotation. - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
-
Evaluate the next
Statement
in the execution chain (typically an instance ofRunAfters
), catching any exceptions thrown, and then invokeTestContextManager.afterTestClass()
. - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
-
Evaluate the next
Statement
in the execution chain (typically an instance ofRunBeforeTestExecutionCallbacks
), catching any exceptions thrown, and then invokeTestContextManager.afterTestExecution(java.lang.Object, java.lang.reflect.Method, java.lang.Throwable)
supplying the first caught exception (if any). - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
-
Evaluate the next
Statement
in the execution chain (typically an instance ofRunAfters
), catching any exceptions thrown, and then invokeTestContextManager.afterTestMethod(Object, Method, Throwable)
supplying the first caught exception (if any). - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
-
Invoke
TestContextManager.beforeTestClass()
and then evaluate the nextStatement
in the execution chain (typically an instance ofRunBefores
). - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
-
Invoke
TestContextManager.beforeTestExecution(Object, Method)
and then evaluate the nextStatement
in the execution chain (typically an instance ofInvokeMethod
). - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
-
Invoke
TestContextManager.beforeTestMethod(Object, Method)
and then evaluate the nextStatement
in the execution chain (typically an instance ofRunBefores
). - evaluate() - Method in class org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
-
Invoke
TestContextManager.prepareTestInstance(Object)
and then evaluate the nextStatement
in the execution chain (typically an instance ofRunAfterTestMethodCallbacks
). - evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Evaluate the next
statement
in the execution chain (typically an instance ofSpringRepeat
) and throw aTimeoutException
if the nextstatement
executes longer than the specifiedtimeout
. - evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
-
Evaluate the next
statement
in the execution chain repeatedly, using the specified repeat count. - evaluate(Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Evaluate the given value as an expression, if necessary.
- evaluate(Object) - Method in class org.springframework.cglib.core.DuplicatesPredicate
- evaluate(Object) - Method in interface org.springframework.cglib.core.Predicate
- evaluate(Object) - Method in class org.springframework.cglib.core.RejectModifierPredicate
- evaluate(Object) - Method in class org.springframework.cglib.core.VisibilityPredicate
- evaluate(String, Object) - Method in class org.springframework.web.servlet.tags.form.AbstractFormTag
-
Evaluate the supplied value for the supplied attribute name.
- evaluate(String, BeanExpressionContext) - Method in interface org.springframework.beans.factory.config.BeanExpressionResolver
-
Evaluate the given value as an expression, if applicable; return the value as-is otherwise.
- evaluate(String, BeanExpressionContext) - Method in class org.springframework.context.expression.StandardBeanExpressionResolver
- evaluate(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Evaluate the given value as an expression, if necessary.
- evaluate(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
- evaluate(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource) - Method in interface org.springframework.scripting.ScriptEvaluator
-
Evaluate the given script.
- evaluate(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.bsh.BshScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource, Map<String, Object>) - Method in interface org.springframework.scripting.ScriptEvaluator
-
Evaluate the given script with the given arguments.
- evaluate(ScriptSource, Map<String, Object>) - Method in class org.springframework.scripting.support.StandardScriptEvaluator
- evaluateAnnotation(Class<A>, Function<A, String>, Function<A, String>, Function<A, Boolean>, boolean, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.EnabledIfCondition
-
Evaluate the expression configured via the supplied annotation type on the
AnnotatedElement
for the suppliedExtensionContext
. - evaluateBeanDefinitionString(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Evaluate the given String as contained in a bean definition, potentially resolving it as an expression.
- evaluateExecutionCondition(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.DisabledIfCondition
-
Containers and tests are disabled if
@DisabledIf
is present on the corresponding test class or test method and the configured expression evaluates totrue
. - evaluateExecutionCondition(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.EnabledIfCondition
-
Containers and tests are enabled if
@EnabledIf
is present on the corresponding test class or test method and the configured expression evaluates totrue
. - evaluateJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path and return the resulting value.
- evaluateJsonPath(String, Class<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Variant of
JsonPathExpectationsHelper.evaluateJsonPath(String)
with a target type. - evaluateJsonPath(String, ParameterizedTypeReference<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Variant of
JsonPathExpectationsHelper.evaluateJsonPath(String)
with a target type that has generics. - evaluateProxyInterfaces(Class<?>, ProxyFactory) - Method in class org.springframework.aop.framework.ProxyProcessorSupport
-
Check the interfaces on the given bean class and apply them to the
ProxyFactory
, if appropriate. - evaluateScript(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
- evaluateXpath(byte[], String, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Evaluate the XPath and return the resulting value.
- evaluateXpath(Document, QName, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression to given document.
- EvaluationContext - Interface in org.springframework.expression
-
Expressions are executed in an evaluation context.
- EvaluationException - Exception in org.springframework.expression
-
Represent an exception that occurs during expression evaluation.
- EvaluationException(int, String) - Constructor for exception org.springframework.expression.EvaluationException
-
Create a new expression evaluation exception.
- EvaluationException(int, String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
-
Create a new expression evaluation exception.
- EvaluationException(String) - Constructor for exception org.springframework.expression.EvaluationException
-
Create a new expression evaluation exception.
- EvaluationException(String, String) - Constructor for exception org.springframework.expression.EvaluationException
-
Create a new expression evaluation exception.
- EvaluationException(String, Throwable) - Constructor for exception org.springframework.expression.EvaluationException
-
Create a new expression evaluation exception.
- event() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the
event
field of this event, if available. - event() - Static method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
- event(String) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set the value of the
event
field. - event(String) - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Add an SSE "event" line.
- EVENT_LISTENER_FACTORY_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed EventListenerFactory.
- EVENT_LISTENER_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed @EventListener annotation processor.
- EVENT_SOURCE - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
- EventListener - Annotation Interface in org.springframework.context.event
-
Annotation that marks a method as a listener for application events.
- EventListenerFactory - Interface in org.springframework.context.event
-
Strategy interface for creating
ApplicationListener
for methods annotated withEventListener
. - EventListenerMethodProcessor - Class in org.springframework.context.event
-
Registers
EventListener
methods as individualApplicationListener
instances. - EventListenerMethodProcessor() - Constructor for class org.springframework.context.event.EventListenerMethodProcessor
- EventPublicationInterceptor - Class in org.springframework.context.event
-
Interceptor
that publishes anApplicationEvent
to allApplicationListeners
registered with anApplicationEventPublisher
after each successful method invocation. - EventPublicationInterceptor() - Constructor for class org.springframework.context.event.EventPublicationInterceptor
- EventPublishingTestExecutionListener - Class in org.springframework.test.context.event
-
TestExecutionListener
that publishes test execution events to theApplicationContext
for the currently executing test. - EventPublishingTestExecutionListener() - Constructor for class org.springframework.test.context.event.EventPublishingTestExecutionListener
- EventSourceTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
A TransportHandler for sending messages via Server-Sent Events: https://dev.w3.org/html5/eventsource/.
- EventSourceTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
- evict() - Element in annotation interface org.springframework.cache.annotation.Caching
- evict(Object) - Method in interface org.springframework.cache.Cache
-
Evict the mapping for this key from this cache if it is present.
- evict(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
- evict(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- evict(Object) - Method in class org.springframework.cache.jcache.JCacheCache
- evict(Object) - Method in class org.springframework.cache.support.NoOpCache
- evict(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
- evict(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Remove the given object from the
Session
cache. - evict(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- evictIfPresent(Object) - Method in interface org.springframework.cache.Cache
-
Evict the mapping for this key from this cache if it is present, expecting the key to be immediately invisible for subsequent lookups.
- evictIfPresent(Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
- evictIfPresent(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- evictIfPresent(Object) - Method in class org.springframework.cache.jcache.JCacheCache
- evictIfPresent(Object) - Method in class org.springframework.cache.support.NoOpCache
- evictIfPresent(Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
- exception() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
-
Exceptions handled by the annotated method.
- exception(ClientRequestObservationContext) - Method in class org.springframework.http.client.observation.DefaultClientRequestObservationConvention
- exception(ServerRequestObservationContext) - Method in class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
- exception(ServerRequestObservationContext) - Method in class org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention
- exception(ScheduledTaskObservationContext) - Method in class org.springframework.scheduling.support.DefaultScheduledTaskObservationConvention
- exception(ClientRequestObservationContext) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention
- EXCEPTION - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Name of the exception thrown during the exchange, or "none" if no exception happened.
- EXCEPTION - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Name of the exception thrown during the exchange, or "none"} if no exception happened.
- EXCEPTION - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Name of the exception thrown during the exchange, or "none" if no exception happened.
- EXCEPTION - Enum constant in enum class org.springframework.scheduling.support.ScheduledTaskObservationDocumentation.LowCardinalityKeyNames
-
Name of the exception thrown during task execution, or "none" if no exception was thrown.
- EXCEPTION - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Name of the exception thrown during the exchange, or "none" if no exception happened.
- EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Name of request attribute that exposes an Exception resolved with a
HandlerExceptionResolver
but where no view was rendered (e.g. - EXCEPTION_COMPILING_EXPRESSION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_BEAN_RESOLUTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_FUNCTION_CALL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_INDEX_READ - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_INDEX_WRITE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_METHOD_INVOCATION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_PROPERTY_READ - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_PROPERTY_WRITE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_PARAMETER - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of the exception of a 'catch' clause in a method.
- EXCEPTION_RUNNING_COMPILED_EXPRESSION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- exceptionCacheResolver - Variable in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
- exceptionCacheResolver() - Method in interface org.springframework.cache.jcache.config.JCacheConfigurer
-
Return the
CacheResolver
bean to use to resolve exception caches for annotation-driven cache management. - exceptionCacheResolver() - Method in class org.springframework.cache.jcache.config.JCacheConfigurerSupport
-
Deprecated.
- ExceptionCollector - Class in org.springframework.test.util
-
ExceptionCollector
is a test utility for executing code blocks, collecting exceptions, and generating a singleAssertionError
containing any exceptions encountered as suppressed exceptions. - ExceptionCollector() - Constructor for class org.springframework.test.util.ExceptionCollector
- ExceptionCollector.Executable - Interface in org.springframework.test.util
-
Executable
is a functional interface that can be used to implement any generic block of code that potentially throws aThrowable
. - ExceptionDepthComparator - Class in org.springframework.core
-
Comparator capable of sorting exceptions based on their depth from the thrown exception type.
- ExceptionDepthComparator(Class<? extends Throwable>) - Constructor for class org.springframework.core.ExceptionDepthComparator
-
Create a new ExceptionDepthComparator for the given exception type.
- ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
-
Create a new ExceptionDepthComparator for the given exception.
- exceptionHandler - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- exceptionHandler(WebExceptionHandler) - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
-
Add the given exception handler to this builder.
- exceptionHandler(WebExceptionHandler...) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Add the given exception handler(s).
- ExceptionHandler - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation for handling exceptions in specific handler classes and/or handler methods.
- ExceptionHandlerExceptionResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
An
AbstractHandlerMethodExceptionResolver
that resolves exceptions through@ExceptionHandler
methods. - ExceptionHandlerExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
- ExceptionHandlerMappingInfo - Class in org.springframework.web.method.annotation
-
@ExceptionHandler
mapping information. - ExceptionHandlerMethodResolver - Class in org.springframework.web.method.annotation
-
Discovers @ExceptionHandler methods in a given class, including all of its superclasses, and helps to resolve a given
Exception
andMediaType
requested by clients to combinations supported by a givenMethod
. - ExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
A constructor that finds
ExceptionHandler
methods in the given type. - exceptionHandlers() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
Return the
WebExceptionHandlers
to be used for handling exceptions. - exceptionHandlers(Consumer<List<WebExceptionHandler>>) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Manipulate the "live" list of currently configured exception handlers.
- ExceptionHandlingWebHandler - Class in org.springframework.web.server.handler
-
WebHandler decorator that invokes one or more
WebExceptionHandlers
after the delegateWebHandler
. - ExceptionHandlingWebHandler(WebHandler, List<WebExceptionHandler>) - Constructor for class org.springframework.web.server.handler.ExceptionHandlingWebHandler
-
Create an
ExceptionHandlingWebHandler
for the given delegate. - ExceptionTypeFilter - Class in org.springframework.util
-
An
InstanceFilter
implementation that handles exception types. - ExceptionTypeFilter(Collection<? extends Class<? extends Throwable>>, Collection<? extends Class<? extends Throwable>>, boolean) - Constructor for class org.springframework.util.ExceptionTypeFilter
- ExceptionWebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
-
An exception handling
WebSocketHandlerDecorator
. - ExceptionWebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
- exchange() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- exchange() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Perform the exchange without a request body.
- exchange() - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester.MockMultipartMvcRequestBuilder
-
Execute the request.
- exchange() - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester.MockMvcRequestBuilder
-
Execute the request.
- exchange() - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
Deprecated.since 5.3 due to the possibility to leak memory and/or connections; please, use
WebClient.RequestHeadersSpec.exchangeToMono(Function)
,WebClient.RequestHeadersSpec.exchangeToFlux(Function)
; consider also usingWebClient.RequestHeadersSpec.retrieve()
which provides access to the response status and headers viaResponseEntity
along with error status handling. - exchange() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the web exchange that this request is based on.
- exchange() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
- exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
- exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
- exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
- exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, writing the given request entity to the request, and return the response as
ResponseEntity
. - exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
- exchange(Duration) - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester.MockMultipartMvcRequestBuilder
-
Execute the request and wait at most the given
timeToWait
duration for the asynchronous request to complete. - exchange(Duration) - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester.MockMvcRequestBuilder
-
Execute the request and wait at most the given
timeToWait
duration for the asynchronous request to complete. - exchange(HttpRequest, RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec.ExchangeFunction
-
Exchange the given response into a type
T
. - exchange(RequestEntity<?>, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the request specified in the given
RequestEntity
and return the response asResponseEntity
. - exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
- exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the request specified in the given
RequestEntity
and return the response asResponseEntity
. - exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.RestTemplate
- exchange(RestClient.RequestHeadersSpec.ExchangeFunction<T>) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec
-
Exchange the
ClientHttpResponse
for a typeT
. - exchange(RestClient.RequestHeadersSpec.ExchangeFunction<T>, boolean) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec
-
Exchange the
ClientHttpResponse
for a typeT
. - exchange(ClientRequest) - Method in interface org.springframework.web.reactive.function.client.ExchangeFunction
-
Exchange the given request for a
ClientResponse
promise. - exchange(ServerWebExchange) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- exchange(HttpRequestValues) - Method in class org.springframework.web.client.support.RestClientAdapter
- exchange(HttpRequestValues) - Method in class org.springframework.web.client.support.RestTemplateAdapter
- exchange(HttpRequestValues) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
- exchange(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Perform the given request, and release the response content, if any.
- EXCHANGE_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
-
Attribute name under which the exchange is saved in the context.
- exchangeAdapter(HttpExchangeAdapter) - Method in class org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
-
Provide the HTTP client to perform requests through.
- ExchangeFilterFunction - Interface in org.springframework.web.reactive.function.client
-
Represents a function that filters an exchange function.
- ExchangeFilterFunctions - Class in org.springframework.web.reactive.function.client
-
Static factory methods providing access to built-in implementations of
ExchangeFilterFunction
for basic authentication, error handling, etc. - ExchangeFilterFunctions() - Constructor for class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
- ExchangeFilterFunctions.Credentials - Class in org.springframework.web.reactive.function.client
-
Deprecated.as of Spring 5.1 in favor of using
HttpHeaders.setBasicAuth(String, String)
while building the request. - exchangeForBodilessEntity(HttpRequestValues) - Method in class org.springframework.web.client.support.RestClientAdapter
- exchangeForBodilessEntity(HttpRequestValues) - Method in class org.springframework.web.client.support.RestTemplateAdapter
- exchangeForBodilessEntity(HttpRequestValues) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
- exchangeForBodilessEntity(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Variant of
HttpExchangeAdapter.exchange(HttpRequestValues)
with additional access to the response status and headers. - exchangeForBodilessEntityMono(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForBodilessEntityMono(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Variant of
ReactorHttpExchangeAdapter.exchangeForMono(HttpRequestValues)
with additional access to the response status and headers. - exchangeForBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.support.RestClientAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.support.RestTemplateAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Perform the given request and decode the response content to the given type.
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Perform the given request and decode the response content to a stream with elements of the given type.
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Perform the given request and decode the response content to the given type.
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.support.RestClientAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.client.support.RestTemplateAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Variant of
HttpExchangeAdapter.exchangeForBody(HttpRequestValues, ParameterizedTypeReference)
with additional access to the response status and headers. - exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Variant of
ReactorHttpExchangeAdapter.exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference)
with additional access to the response status and headers. - exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Variant of
ReactorHttpExchangeAdapter.exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference)
with additional access to the response status and headers. - exchangeForHeaders(HttpRequestValues) - Method in class org.springframework.web.client.support.RestClientAdapter
- exchangeForHeaders(HttpRequestValues) - Method in class org.springframework.web.client.support.RestTemplateAdapter
- exchangeForHeaders(HttpRequestValues) - Method in class org.springframework.web.service.invoker.AbstractReactorHttpExchangeAdapter
- exchangeForHeaders(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpExchangeAdapter
-
Perform the given request, release the response content, and return the response headers.
- exchangeForHeadersMono(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForHeadersMono(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Perform the given request, release the response content, and return the response headers.
- exchangeForMono(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- exchangeForMono(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.ReactorHttpExchangeAdapter
-
Perform the given request, and release the response content, if any.
- exchangeFunction(ExchangeFunction) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
- ExchangeFunction - Interface in org.springframework.web.reactive.function.client
-
Represents a function that exchanges a request for a (delayed) ClientResponse.
- ExchangeFunctions - Class in org.springframework.web.reactive.function.client
-
Static factory methods to create an
ExchangeFunction
. - ExchangeFunctions() - Constructor for class org.springframework.web.reactive.function.client.ExchangeFunctions
- ExchangeResult - Class in org.springframework.test.web.reactive.server
-
Container for request and response details for exchanges performed through
WebTestClient
. - exchangeStrategies(Consumer<ExchangeStrategies.Builder>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Deprecated.as of 5.1.13 in favor of
WebTestClient.Builder.codecs(Consumer)
- exchangeStrategies(Consumer<ExchangeStrategies.Builder>) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
-
Deprecated.as of 5.1.13 in favor of
WebClient.Builder.codecs(Consumer)
- exchangeStrategies(ExchangeStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Configure the
ExchangeStrategies
to use. - exchangeStrategies(ExchangeStrategies) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
-
Configure the
ExchangeStrategies
to use. - ExchangeStrategies - Interface in org.springframework.web.reactive.function.client
-
Provides strategies for use in an
ExchangeFunction
. - ExchangeStrategies.Builder - Interface in org.springframework.web.reactive.function.client
-
A mutable builder for an
ExchangeStrategies
. - exchangeToFlux(Function<ClientResponse, ? extends Flux<V>>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
An alternative to
WebClient.RequestHeadersSpec.retrieve()
that provides more control via access to theClientResponse
. - exchangeToMono(Function<ClientResponse, ? extends Mono<V>>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
An alternative to
WebClient.RequestHeadersSpec.retrieve()
that provides more control via access to theClientResponse
. - excludeClass(String) - Method in class org.springframework.core.DecoratingClassLoader
-
Add a class name to exclude from decoration (e.g.
- excludeFilters() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Specifies which types are not eligible for component scanning.
- excludePackage(String) - Method in class org.springframework.core.DecoratingClassLoader
-
Add a package name to exclude from decoration (e.g.
- excludePathPatterns(String...) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
Add patterns for URLs the interceptor should be excluded from.
- excludePathPatterns(List<String>) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
List-based variant of
InterceptorRegistration.excludePathPatterns(String...)
. - excludes(String...) - Method in class org.springframework.aot.hint.ResourcePatternHints.Builder
-
Exclude resources matching the specified patterns.
- excludes(TypeReference, String...) - Method in class org.springframework.aot.hint.ResourcePatternHints.Builder
-
Exclude resources matching the specified patterns.
- excludeUnlistedClasses() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- executable - Variable in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
- executable() - Method in record class org.springframework.beans.factory.support.RegisteredBean.InstantiationDescriptor
-
Returns the value of the
executable
record component. - ExecutableHint - Class in org.springframework.aot.hint
-
A hint that describes the need for reflection on a
Method
orConstructor
. - ExecutableHint.Builder - Class in org.springframework.aot.hint
-
Builder for
ExecutableHint
. - executableMode - Variable in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
- ExecutableMode - Enum Class in org.springframework.aot.hint
-
Represent the need of reflection for a given
Executable
. - execute() - Method in class org.springframework.http.client.AbstractClientHttpRequest
- execute() - Method in interface org.springframework.http.client.ClientHttpRequest
-
Execute this request, resulting in a
ClientHttpResponse
that can be read. - execute() - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without parameters nor context.
- execute() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
- execute() - Method in interface org.springframework.test.util.ExceptionCollector.Executable
- execute(int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single int parameter.
- execute(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with two int parameters.
- execute(int, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with two int parameters and context.
- execute(int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single int parameter and context.
- execute(long) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single long parameter.
- execute(long, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single long parameter and context.
- execute(Statement) - Method in interface org.springframework.r2dbc.core.ExecuteFunction
- execute(Destination, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
-
Send messages to a JMS destination.
- execute(Destination, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
- execute(Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- execute(Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
- execute(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without context.
- execute(Object...) - Method in class org.springframework.jdbc.object.StoredProcedure
-
Execute the stored procedure with the provided parameter values.
- execute(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Central execution method.
- execute(Runnable) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Executes the given task, within a concurrency throttle if configured (through the superclass's settings).
- execute(Runnable) - Method in class org.springframework.core.task.support.ExecutorServiceAdapter
- execute(Runnable) - Method in class org.springframework.core.task.support.TaskExecutorAdapter
-
Delegates to the specified JDK concurrent executor.
- execute(Runnable) - Method in class org.springframework.core.task.SyncTaskExecutor
-
Executes the given
task
synchronously, through direct invocation of it'srun()
method. - execute(Runnable) - Method in interface org.springframework.core.task.TaskExecutor
-
Execute the given
task
. - execute(Runnable) - Method in class org.springframework.core.task.VirtualThreadTaskExecutor
- execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
- execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
- execute(Runnable) - Method in class org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
- execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- execute(Runnable) - Method in class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- execute(Runnable) - Method in class org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
- execute(Runnable, long) - Method in interface org.springframework.core.task.AsyncTaskExecutor
-
Deprecated.as of 5.3.16 since the common executors do not support start timeouts
- execute(Runnable, long) - Method in class org.springframework.core.task.SimpleAsyncTaskExecutor
-
Deprecated.
- execute(Runnable, long) - Method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
-
Deprecated.
- execute(String) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Issue a single SQL execute, typically a DDL statement.
- execute(String) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(String) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single String parameter.
- execute(String, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute with a single String parameter and context.
- execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
- execute(String, Map<String, ?>, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
-
Execute the HTTP method to the given URI template, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URI template, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
Execute the HTTP method to the given URI template, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(String, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
- execute(String, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
- execute(String, SqlParameterSource, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
- execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
- execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
- execute(String, ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
-
Send messages to a JMS destination.
- execute(String, ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
- execute(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.ReactorNetty2WebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - Method in interface org.springframework.web.reactive.socket.client.WebSocketClient
-
A variant of
WebSocketClient.execute(URI, WebSocketHandler)
with custom headers. - execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in interface org.springframework.web.client.RestOperations
-
Execute the HTTP method to the given URL, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
-
Execute the HTTP method to the given URL, preparing the request with the
RequestCallback
, and reading the response with aResponseExtractor
. - execute(URI, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- execute(URI, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.ReactorNetty2WebSocketClient
- execute(URI, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
- execute(URI, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
- execute(URI, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.client.UndertowWebSocketClient
- execute(URI, WebSocketHandler) - Method in interface org.springframework.web.reactive.socket.client.WebSocketClient
-
Execute a handshake request to the given url and handle the resulting WebSocket session with the given handler.
- execute(Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without parameters.
- execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
- execute(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- execute(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in.
- execute(Map<String, ?>) - Method in class org.springframework.jdbc.object.StoredProcedure
-
Execute the stored procedure.
- execute(DataSource) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Execute this
ResourceDatabasePopulator
against the givenDataSource
. - execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.DelegatingJob
-
Delegates execution to the underlying Runnable.
- execute(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
-
This implementation applies the passed-in job data map as bean property values, and delegates to
executeInternal
afterwards. - execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
- execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
- execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
-
Execute a constructor in the specified context using the specified arguments.
- execute(EvaluationContext, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
- execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
-
Execute a method in the specified context using the specified arguments.
- execute(EvaluationContext, Object, Object...) - Method in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
- execute(HttpRequest, byte[]) - Method in interface org.springframework.http.client.ClientHttpRequestExecution
-
Execute the request with the given request attributes and body, and return the response.
- execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
- execute(CallableStatementCreator, CallableStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(ConnectionCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.
- execute(ConnectionCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
- execute(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- execute(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in.
- execute(ParameterMapper) - Method in class org.springframework.jdbc.object.StoredProcedure
-
Execute the stored procedure.
- execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
- execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(StatementCallback<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
-
Execute a JDBC data access operation, implemented as callback action working on a JDBC Statement.
- execute(StatementCallback<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
- execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
-
Execute the given
DatabasePopulator
against the givenDataSource
. - execute(ProducerCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
-
Send messages to the default JMS destination (or one specified for each send operation).
- execute(ProducerCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
- execute(SessionCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
-
Execute the action specified by the given action object within a JMS Session.
- execute(SessionCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
- execute(SessionCallback<T>, boolean) - Method in class org.springframework.jms.core.JmsTemplate
-
Execute the action specified by the given action object within a JMS Session.
- execute(JndiCallback<T>) - Method in class org.springframework.jndi.JndiTemplate
-
Execute the given JNDI context callback implementation.
- execute(HibernateCallback<T>) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute the action specified by the given action object within a
Session
. - execute(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- execute(ExceptionCollector.Executable) - Method in class org.springframework.test.util.ExceptionCollector
-
Execute the supplied
ExceptionCollector.Executable
and track any exception thrown. - execute(TransactionCallback<T>) - Method in interface org.springframework.transaction.reactive.TransactionalOperator
-
Execute the action specified by the given callback object within a transaction.
- execute(TransactionCallback<T>) - Method in interface org.springframework.transaction.support.TransactionOperations
-
Execute the action specified by the given callback object within a transaction.
- execute(TransactionCallback<T>) - Method in class org.springframework.transaction.support.TransactionTemplate
- execute(TransactionDefinition, TransactionCallback<T>) - Method in interface org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
-
Execute the action specified by the given callback object within a transaction.
- execute(WebSocketHandler, String, Object...) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
- execute(WebSocketHandler, String, Object...) - Method in interface org.springframework.web.socket.client.WebSocketClient
-
Execute a handshake request to the given url and handle the resulting WebSocket session with the given handler.
- execute(WebSocketHandler, String, Object...) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in interface org.springframework.web.socket.client.WebSocketClient
-
Execute a handshake request to the given url and handle the resulting WebSocket session with the given handler.
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
- executeAndReturnKey(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeAndReturnKey(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated key.
- executeAndReturnKey(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeAndReturnKey(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated key.
- executeAndReturnKeyHolder(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeAndReturnKeyHolder(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated keys.
- executeAndReturnKeyHolder(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeAndReturnKeyHolder(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute the insert using the values passed in and return the generated keys.
- executeBatch(Map<String, ?>...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeBatch(Map<String, ?>...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute a batch insert using the batch of values passed in.
- executeBatch(SqlParameterSource...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcInsert
- executeBatch(SqlParameterSource...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
-
Execute a batch insert using the batch of values passed in.
- executeByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without context.
- executeByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Central execution method.
- executeFunction(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeFunction(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored function and return the results obtained as an Object of the specified return type.
- executeFunction(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeFunction(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored function and return the results obtained as an Object of the specified return type.
- executeFunction(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeFunction(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored function and return the results obtained as an Object of the specified return type.
- executeFunction(ExecuteFunction) - Method in interface org.springframework.r2dbc.core.DatabaseClient.Builder
-
Configure an
ExecuteFunction
to executeStatement
objects. - ExecuteFunction - Interface in org.springframework.r2dbc.core
- executeInfoRequest(URI, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- executeInfoRequest(URI, HttpHeaders) - Method in interface org.springframework.web.socket.sockjs.client.InfoReceiver
-
Perform an HTTP request to the SockJS "Info" URL.
- executeInfoRequestInternal(URI, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
- executeInternal() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
The default implementation returns the configured
response
. - executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
-
Invoke the method via the MethodInvoker.
- executeInternal(JobExecutionContext) - Method in class org.springframework.scheduling.quartz.QuartzJobBean
-
Execute the actual job.
- executeInternal(HttpHeaders) - Method in class org.springframework.http.client.AbstractClientHttpRequest
-
Abstract template method that writes the given headers and content to the HTTP request.
- executeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>) - Method in class org.springframework.web.socket.client.AbstractWebSocketClient
-
Perform the actual handshake to establish a connection to the server.
- executeInternal(WebSocketHandler, HttpHeaders, URI, List<String>, List<WebSocketExtension>, Map<String, Object>) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
- executeListener(Session, Message) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Execute the specified listener, committing or rolling back the transaction afterwards (if necessary).
- executeObject(Class<T>, Object...) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeObject(Class<T>, Object...) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
- executeObject(Class<T>, Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeObject(Class<T>, Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
- executeObject(Class<T>, SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- executeObject(Class<T>, SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
- executeRequest(URI, HttpString, HttpHeaders, String) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
- executeRequest(URI, HttpMethod, HttpHeaders, String) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- executeScript(ScriptSource, Class<?>) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Instantiate the given Groovy script class and run it if necessary.
- executeSendRequest(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- executeSendRequest(URI, HttpHeaders, TextMessage) - Method in interface org.springframework.web.socket.sockjs.client.XhrTransport
-
Execute a request to send the message to the server.
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - Method in class org.springframework.web.socket.sockjs.client.UndertowXhrTransport
- executeSqlScript(Connection, Resource) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
-
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
-
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource, DataBufferFactory, boolean, boolean, String[], String, String, String) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
-
Execute the given SQL script.
- executeSqlScript(Connection, EncodedResource, DataBufferFactory, boolean, boolean, String, String, String, String) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
-
Execute the given SQL script.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Execute the given SQL script.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Execute the given SQL script.
- executeSqlScript(Connection, Resource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource, boolean, boolean, String[], String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Execute the given SQL script.
- executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Execute the given SQL script.
- executeWithNativeSession(HibernateCallback<T>) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Execute the action specified by the given action object within a native
Session
. - executeWithoutResult(Consumer<TransactionStatus>) - Method in interface org.springframework.transaction.support.TransactionOperations
-
Execute the action specified by the given
Runnable
within a transaction. - ExecutingResponseCreator - Class in org.springframework.test.web.client.response
-
ResponseCreator
that obtains the response by executing the request through aClientHttpRequestFactory
. - ExecutingResponseCreator(ClientHttpRequestFactory) - Constructor for class org.springframework.test.web.client.response.ExecutingResponseCreator
-
Create an instance with the given
ClientHttpRequestFactory
. - executionPhase() - Element in annotation interface org.springframework.test.context.jdbc.Sql
-
When the SQL scripts and statements should be executed.
- executionTime() - Method in record class org.springframework.scheduling.config.TaskExecutionOutcome
-
Returns the value of the
executionTime
record component. - executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- executor(Executor) - Method in class org.springframework.messaging.simp.config.ChannelRegistration
-
Configure the given
Executor
for this message channel, taking precedence over a task executor registration if any. - ExecutorBeanDefinitionParser - Class in org.springframework.scheduling.config
-
Parser for the 'executor' element of the 'task' namespace.
- ExecutorBeanDefinitionParser() - Constructor for class org.springframework.scheduling.config.ExecutorBeanDefinitionParser
- ExecutorChannelInterceptor - Interface in org.springframework.messaging.support
-
An extension of
ChannelInterceptor
with callbacks to intercept the asynchronous sending of aMessage
to a specific subscriber through anExecutor
. - ExecutorConfigurationSupport - Class in org.springframework.scheduling.concurrent
-
Base class for setting up a
ExecutorService
(typically aThreadPoolExecutor
orScheduledThreadPoolExecutor
). - ExecutorConfigurationSupport() - Constructor for class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
- ExecutorServiceAdapter - Class in org.springframework.core.task.support
-
Adapter that takes a Spring
TaskExecutor
and exposes a fulljava.util.concurrent.ExecutorService
for it. - ExecutorServiceAdapter(TaskExecutor) - Constructor for class org.springframework.core.task.support.ExecutorServiceAdapter
-
Create a new ExecutorServiceAdapter, using the given target executor.
- ExecutorSubscribableChannel - Class in org.springframework.messaging.support
-
A
SubscribableChannel
that sends messages to each of its subscribers. - ExecutorSubscribableChannel() - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
-
Create a new
ExecutorSubscribableChannel
instance where messages will be sent in the callers thread. - ExecutorSubscribableChannel(Executor) - Constructor for class org.springframework.messaging.support.ExecutorSubscribableChannel
-
Create a new
ExecutorSubscribableChannel
instance where messages will be sent via the specified executor. - EXHAUSTIVE - Enum constant in enum class org.springframework.test.annotation.DirtiesContext.HierarchyMode
-
The context cache will be cleared using an exhaustive algorithm that includes not only the current level but also all other context hierarchies that share an ancestor context common to the current test.
- exists() - Method in class org.springframework.aot.generate.GeneratedFiles.FileHandler
-
Specify whether the file already exists.
- exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
- exists() - Method in class org.springframework.core.io.AbstractResource
-
This implementation checks whether a File can be opened, falling back to whether an InputStream can be opened.
- exists() - Method in class org.springframework.core.io.ByteArrayResource
-
This implementation always returns
true
. - exists() - Method in class org.springframework.core.io.ClassPathResource
-
This implementation checks for the resolution of a resource URL.
- exists() - Method in class org.springframework.core.io.DescriptiveResource
- exists() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation returns whether the underlying file exists.
- exists() - Method in class org.springframework.core.io.InputStreamResource
-
This implementation always returns
true
. - exists() - Method in class org.springframework.core.io.PathResource
-
This implementation returns whether the underlying file exists.
- exists() - Method in interface org.springframework.core.io.Resource
-
Determine whether this resource actually exists in physical form.
- exists() - Method in class org.springframework.core.io.VfsResource
- exists() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that a non-null value exists at the given path.
- exists() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Assert that content exists at the given XPath.
- exists() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- exists() - Method in class org.springframework.test.web.reactive.server.XpathAssertions
-
Delegates to
XpathExpectationsHelper.exists(byte[], String)
. - exists() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that a non-null value, possibly an empty array or map, exists at the given path.
- exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert that content exists.
- exists() - Method in class org.springframework.web.context.support.ServletContextResource
-
This implementation checks
ServletContext.getResource
. - exists(byte[], String) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content exists.
- exists(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied
content
and assert that a non-null value, possibly an empty array or map, exists at the given path. - exists(String) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Expect that the cookie with the given name is present.
- exists(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect that the header with the given name is present.
- exists(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie exists.
- exists(String) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert that the named response header exists.
- EXIT_PROPERTY_NAME - Static variable in class org.springframework.context.support.DefaultLifecycleProcessor
-
Property name for terminating the JVM when the context reaches a specific phase: "spring.context.exit".
- exitCompilationScope() - Method in class org.springframework.expression.spel.CodeFlow
-
Exit a compilation scope, usually after a nested expression has been evaluated.
- exitScope() - Method in class org.springframework.expression.spel.ExpressionState
- exitTypeDescriptor - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
-
Indicates the type descriptor for the result of this expression node.
- expand(Object...) - Method in class org.springframework.web.util.UriComponents
-
Replace all URI template variables with the values from a given array.
- expand(Object...) - Method in class org.springframework.web.util.UriTemplate
-
Given the array of variables, expand this template into a full URI.
- expand(String, Object...) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
- expand(String, Object...) - Method in interface org.springframework.web.util.UriTemplateHandler
-
Expand the given URI template with an array of URI variables.
- expand(String, Map<String, ?>) - Method in class org.springframework.web.util.DefaultUriBuilderFactory
- expand(String, Map<String, ?>) - Method in interface org.springframework.web.util.UriTemplateHandler
-
Expand the given URI template with a map of URI variables.
- expand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponents
-
Replace all URI template variables with the values from a given map.
- expand(Map<String, ?>) - Method in class org.springframework.web.util.UriTemplate
-
Given the Map of variables, expand this template into a URI.
- expand(UriComponents.UriTemplateVariables) - Method in class org.springframework.web.util.UriComponents
-
Replace all URI template variables with the values from the given
UriComponents.UriTemplateVariables
. - EXPAND_FRAMES - Static variable in class org.springframework.asm.ClassReader
-
A flag to expand the stack map frames.
- expandTargetUrlTemplate(String, Map<String, Object>, Map<String, String>) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Expand URI template variables in the target URL with either model attribute values or as a fallback with URI variable values from the current request.
- expect(ExpectedCount, RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
An alternative to
MockRestServiceServer.expect(RequestMatcher)
that also indicates how many times the request is expected to be executed. - expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Set up an expectation for a single HTTP request.
- EXPECT - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Expect
header field name. - expectAll(WebTestClient.ResponseSpec.ResponseSpecConsumer...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Apply multiple assertions to a response with the given consumers, with the guarantee that all assertions will be applied even if one or more assertions fails with an exception.
- EXPECTATION_FAILED - Enum constant in enum class org.springframework.http.HttpStatus
-
417 Expectation Failed
. - expectBody() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to
byte[]
and then apply assertions on the raw content (e.g. - expectBody(Class<B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to a single object of type
<B>
and then apply assertions. - expectBody(ParameterizedTypeReference<B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Alternative to
WebTestClient.ResponseSpec.expectBody(Class)
that accepts information about a target type with generics. - expectBodyList(Class<E>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to
List<E>
and then apply List-specific assertions. - expectBodyList(ParameterizedTypeReference<E>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Alternative to
WebTestClient.ResponseSpec.expectBodyList(Class)
that accepts information about a target type with generics. - expectCookie() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Assertions on the cookies of the response.
- ExpectedCount - Class in org.springframework.test.web.client
-
A simple type representing a range for an expected count.
- expectHeader() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Assertions on the headers of the response.
- expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
- expectRequest(ExpectedCount, RequestMatcher) - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Set up a new request expectation.
- expectStatus() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Assertions on the response status.
- EXPIRATION - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Message expiration date and time.
- expires(long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect an "Expires" header with the given value.
- EXPIRES - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Expires
header field name. - expireSession(ServerWebExchange) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
- expireSession(ServerWebExchange) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
- expireSession(ServerWebExchange) - Method in interface org.springframework.web.server.session.WebSessionIdResolver
-
Instruct the client to end the current session.
- ExponentialBackOff - Class in org.springframework.util.backoff
-
Implementation of
BackOff
that increases the back off period for each retry attempt. - ExponentialBackOff() - Constructor for class org.springframework.util.backoff.ExponentialBackOff
-
Create an instance with the default settings.
- ExponentialBackOff(long, double) - Constructor for class org.springframework.util.backoff.ExponentialBackOff
-
Create an instance with the supplied settings.
- exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Called during
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter)
allowing subclasses to add any attributes to thePageContext
as needed. - exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Exposes any bind status error messages under
this key
in thePageContext.PAGE_SCOPE
. - exposeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
- ExposeBeanNameAdvisors - Class in org.springframework.aop.interceptor
-
Convenient methods for creating advisors that may be used when autoproxying beans created with the Spring IoC container, binding the bean name to the current invocation.
- ExposeBeanNameAdvisors() - Constructor for class org.springframework.aop.interceptor.ExposeBeanNameAdvisors
- exposedHeaders() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
-
The List of response headers that the user-agent will allow the client to access on an actual response, possibly
"*"
to expose all headers. - exposedHeaders(String...) - Method in class org.springframework.web.reactive.config.CorsRegistration
-
Set the list of response headers that an actual response might have and can be exposed.
- exposedHeaders(String...) - Method in class org.springframework.web.servlet.config.annotation.CorsRegistration
-
Set the list of response headers that an actual response might have and can be exposed.
- exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
-
Expose the Servlet spec's error attributes as
HttpServletRequest
attributes under the keys defined in the Servlet 2.3 specification, for error pages that are rendered directly rather than through the Servlet container's error page resolution:jakarta.servlet.error.status_code
,jakarta.servlet.error.exception_type
,jakarta.servlet.error.message
,jakarta.servlet.error.exception
,jakarta.servlet.error.request_uri
,jakarta.servlet.error.servlet_name
. - exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Expose helpers unique to each rendering operation.
- exposeHelpers(HttpServletRequest) - Method in class org.springframework.web.servlet.view.JstlView
-
Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
- exposeHelpers(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Expose helpers unique to each rendering operation.
- ExposeInvocationInterceptor - Class in org.springframework.aop.interceptor
-
Interceptor that exposes the current
MethodInvocation
as a thread-local object. - exposeLocalizationContext(HttpServletRequest, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
-
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
- exposeLocalizationContext(RequestContext) - Static method in class org.springframework.web.servlet.support.JstlUtils
-
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
- exposeModelAsRequestAttributes(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.AbstractView
-
Expose the model objects in the given map as request attributes.
- exposePathWithinMapping(String, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Expose the path within the current mapping as request attribute.
- exposeProxy() - Element in annotation interface org.springframework.context.annotation.EnableAspectJAutoProxy
-
Indicate that the proxy should be exposed by the AOP framework as a
ThreadLocal
for retrieval via theAopContext
class. - exposeUriTemplateVariables(Map<String, String>, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Expose the URI templates variables as request attribute.
- expression() - Element in annotation interface org.springframework.messaging.handler.annotation.Payload
-
A SpEL expression to be evaluated against the payload object as the root context.
- expression() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
-
The expression that will be evaluated to determine if the annotated test class or test method is disabled.
- expression() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
-
The expression that will be evaluated to determine if the annotated test class or test method is enabled.
- Expression - Interface in org.springframework.expression
-
An expression capable of evaluating itself against context objects.
- ExpressionException - Exception in org.springframework.expression
-
Superclass for exceptions that can occur whilst processing expressions.
- ExpressionException(int, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionException(String) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionException(String, int, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionException(String, String) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionException
-
Construct a new expression exception.
- ExpressionInvocationTargetException - Exception in org.springframework.expression
-
This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes.
- ExpressionInvocationTargetException(int, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String, String) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String, Throwable) - Constructor for exception org.springframework.expression.ExpressionInvocationTargetException
- ExpressionKey(AnnotatedElementKey, String) - Constructor for class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
- ExpressionParser - Interface in org.springframework.expression
-
Parses expression strings into compiled expressions that can be evaluated.
- ExpressionPointcut - Interface in org.springframework.aop.support
-
Interface to be implemented by pointcuts that use String expressions.
- ExpressionState - Class in org.springframework.expression.spel
-
ExpressionState is for maintaining per-expression-evaluation state: any changes to it are not seen by other expressions, but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.
- ExpressionState(EvaluationContext) - Constructor for class org.springframework.expression.spel.ExpressionState
- ExpressionState(EvaluationContext, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
- ExpressionState(EvaluationContext, TypedValue) - Constructor for class org.springframework.expression.spel.ExpressionState
- ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - Constructor for class org.springframework.expression.spel.ExpressionState
- expressionString - Variable in exception org.springframework.expression.ExpressionException
- ExpressionUtils - Class in org.springframework.expression.common
-
Common utility functions that may be used by any Expression Language provider.
- ExpressionUtils() - Constructor for class org.springframework.expression.common.ExpressionUtils
- ExpressionValueMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with
@Value
. - ExpressionValueMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with
@Value
. - ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
-
Create a new
ExpressionValueMethodArgumentResolver
instance. - ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
-
Create a new
ExpressionValueMethodArgumentResolver
instance. - extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
-
Add an
ExposeInvocationInterceptor
to the beginning of the advice chain. - extendAdvisors(List<Advisor>) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Extension hook that subclasses can override to register additional Advisors, given the sorted Advisors obtained to date.
- ExtendedBeanInfoFactory - Class in org.springframework.beans
-
Extension of
StandardBeanInfoFactory
that supports "non-standard" JavaBeans setter methods through introspection by Spring's (package-visible)ExtendedBeanInfo
implementation. - ExtendedBeanInfoFactory() - Constructor for class org.springframework.beans.ExtendedBeanInfoFactory
- ExtendedEntityManagerCreator - Class in org.springframework.orm.jpa
-
Delegate for creating a variety of
EntityManager
proxies that follow the JPA spec's semantics for "extended" EntityManagers. - ExtendedEntityManagerCreator() - Constructor for class org.springframework.orm.jpa.ExtendedEntityManagerCreator
- ExtendedModelMap - Class in org.springframework.ui
- ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
- ExtendedServletRequestDataBinder - Class in org.springframework.web.servlet.mvc.method.annotation
-
Subclass of
ServletRequestDataBinder
that adds URI template variables to the values used for data binding. - ExtendedServletRequestDataBinder(Object) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
-
Create a new instance, with default object name.
- ExtendedServletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
-
Create a new instance.
- extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
- extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to extend or modify the list of
HandlerExceptionResolvers
after it has been configured. - extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Extending or modify the list of exception resolvers configured by default.
- extendInterceptors(List<Object>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
-
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see
AbstractHandlerMapping.setInterceptors(java.lang.Object...)
). - extendMapping(CompositeMessageCondition, HandlerMethod) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
- extendMapping(T, HandlerMethod) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
This method is invoked just before mappings are added.
- extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
- extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Override this method to extend or modify the list of converters after it has been configured.
- extendMessageConverters(List<HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
Extend or modify the list of converters after it has been, either
configured
or initialized with a default list. - extendMvcSingletons(ServletContext) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
This method could be used from a subclass to register additional Spring MVC infrastructure such as additional
HandlerMapping
,HandlerAdapter
, and others. - extendResponse(ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Invoked after the response is updated with the status code and headers, if the ResponseBodyEmitter is wrapped in a ResponseEntity, but before the response is committed, i.e.
- extendResponse(ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
- extendTcpClient(TcpClient, TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
-
Provides an opportunity to initialize the
TcpClient
for the givenTcpConnectionHandler
which may implement sub-interfaces such asStompTcpConnectionHandler
that expose further information. - extendTcpClient(TcpClient, TcpConnectionHandler<P>) - Method in class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
-
Provides an opportunity to initialize the
TcpClient
for the givenTcpConnectionHandler
which may implement sub-interfaces such asStompTcpConnectionHandler
that expose further information. - extract(Payload, MimeType) - Method in class org.springframework.messaging.rsocket.DefaultMetadataExtractor
- extract(Payload, MimeType) - Method in interface org.springframework.messaging.rsocket.MetadataExtractor
-
Extract a map of values from the given
Payload
metadata. - extract(M, BodyExtractor.Context) - Method in interface org.springframework.web.reactive.function.BodyExtractor
-
Extract from the given input message.
- extractArchiveURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Extract the URL for the outermost archive from the given jar/war URL (which may point to a resource in a jar file or to a jar file itself).
- extractByteArrayFromMessage(BytesMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
Extract a byte array from the given
BytesMessage
. - extractCaseInsensitiveParameterNames(SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
-
Create a Map of case-insensitive parameter names together with the original name.
- extractData(ResultSet) - Method in interface org.springframework.jdbc.core.ResultSetExtractor
-
Implementations must implement this method to process the entire ResultSet.
- extractData(ResultSet) - Method in class org.springframework.jdbc.core.RowMapperResultSetExtractor
- extractData(ResultSet) - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
- extractData(ResultSet) - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
-
Deprecated.Delegates to handleNoRowFound, handleMultipleRowsFound and streamData, according to the ResultSet state.
- extractData(ClientHttpResponse) - Method in class org.springframework.web.client.HttpMessageConverterExtractor
- extractData(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseExtractor
-
Extract data from the given
ClientHttpResponse
and return it. - extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Deprecated.as of 5.2.9, in favor of
JdbcUtils.extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback)
with a lambda expression or method reference and a generically typed result - extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback<T>) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Extract database meta-data via the given DatabaseMetaDataCallback.
- extractFileExtension(String) - Static method in class org.springframework.web.util.UriUtils
-
Extract the file extension from the given URI path.
- extractHeaders(Message) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
- extractingBindingResult(String) - Method in class org.springframework.test.web.servlet.assertj.ModelAssert
-
Return a new assertion object that uses the
BindingResult
with the givenname
as the object to test. - extractingPath(String) - Method in class org.springframework.test.json.AbstractJsonContentAssert
-
Verify that the given JSON
path
is present, and extract the JSON value for further assertions. - ExtractingResponseErrorHandler - Class in org.springframework.web.client
-
Implementation of
ResponseErrorHandler
that usesHttpMessageConverters
to convert HTTP error responses toRestClientExceptions
. - ExtractingResponseErrorHandler() - Constructor for class org.springframework.web.client.ExtractingResponseErrorHandler
-
Create a new, empty
ExtractingResponseErrorHandler
. - ExtractingResponseErrorHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.ExtractingResponseErrorHandler
-
Create a new
ExtractingResponseErrorHandler
with the givenHttpMessageConverter
instances. - extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
-
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
- extractLink(int, char, String, Set<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
- extractLink(int, String, String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
- extractLink(int, String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
-
Invoked after a keyword match, after whitespace has been removed, and when the next char is neither a single nor double quote.
- extractMapFromMessage(MapMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
Extract a Map from the given
MapMessage
. - extractMessage(Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Extract the message body from the given JMS message.
- extractOperableUrl(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Extract a URL path from the given request, suitable for view name extraction.
- extractOutputParameters(CallableStatement, List<SqlParameter>) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Extract output parameters from the completed stored procedure.
- extractPathWithinPattern(String, String) - Method in class org.springframework.util.AntPathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- extractPathWithinPattern(String, String) - Method in interface org.springframework.util.PathMatcher
-
Given a pattern and a full path, determine the pattern-mapped part.
- extractPathWithinPattern(PathContainer) - Method in class org.springframework.web.util.pattern.PathPattern
-
Determine the pattern-mapped part for the given path.
- extractPayload(Message) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
-
Extract the payload of the specified
Message
. - extractPropertyName(String) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Extract a JavaBean property name from the supplied attribute name.
- extractReturnedResults(CallableStatement, List<SqlParameter>, List<SqlParameter>, int) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Extract returned ResultSets from the completed stored procedure.
- extractSerializableFromMessage(ObjectMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
Extract a Serializable object from the given
ObjectMessage
. - extractSource(Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Call the source extractor for the given source object.
- extractSource(Object) - Method in class org.springframework.beans.factory.xml.ParserContext
- extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.NullSourceExtractor
-
This implementation simply returns
null
for any input. - extractSource(Object, Resource) - Method in class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
-
Simply returns the supplied
sourceCandidate
as-is. - extractSource(Object, Resource) - Method in interface org.springframework.beans.factory.parsing.SourceExtractor
-
Extract the source metadata from the candidate object supplied by the configuration parser.
- extractSource(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Invoke the
SourceExtractor
to pull the source metadata from the suppliedElement
. - extractSource(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Invoke the
SourceExtractor
to pull the source metadata from the suppliedElement
. - extractStringFromMessage(TextMessage) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
Extract a String from the given TextMessage.
- extractUnquotedLink(int, String, Set<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
-
Invoked after a keyword match, after whitespace has been removed, and when the next char is neither a single nor double quote.
- extractUriTemplateVariables() - Method in class org.springframework.web.servlet.handler.RequestMatchResult
-
Extract URI template variables from the matching pattern as defined in
PathMatcher.extractUriTemplateVariables(java.lang.String, java.lang.String)
. - extractUriTemplateVariables(String, String) - Method in class org.springframework.util.AntPathMatcher
- extractUriTemplateVariables(String, String) - Method in interface org.springframework.util.PathMatcher
-
Given a pattern and a full path, extract the URI template variables.
- extractValue(AnnotationAttributes) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Extract the value attribute from the given annotation.
- extractValuesToBind(ServerWebExchange) - Static method in class org.springframework.web.bind.support.WebExchangeDataBinder
-
Combine query params and form data for multipart form data from the body of the request into a
Map<String, Object>
of values to use for data binding purposes. - extractVersion(String) - Method in class org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy
- extractVersion(String) - Method in class org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy
- extractVersion(String) - Method in interface org.springframework.web.reactive.resource.VersionStrategy
-
Extract the resource version from the request path.
- extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
- extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
- extractVersion(String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
- extractVersion(String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
-
Extract the resource version from the request path.
- extractViewNameFromUrlPath(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Extract the URL filename from the given request URI.
- extraInterfaces() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBean
-
Extra interfaces that should also be declared on the mock.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
InputStream.nullInputStream()