Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- R2dbcTransactionManager - Class in org.springframework.r2dbc.connection
-
ReactiveTransactionManager
implementation for a single R2DBCConnectionFactory
. - R2dbcTransactionManager() - Constructor for class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Create a new
R2dbcTransactionManager
instance. - R2dbcTransactionManager(ConnectionFactory) - Constructor for class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Create a new
R2dbcTransactionManager
instance. - RadioButtonsTag - Class in org.springframework.web.servlet.tags.form
-
The
<radiobuttons>
tag renders multiple HTML 'input' tags with type 'radio'. - RadioButtonsTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonsTag
- RadioButtonTag - Class in org.springframework.web.servlet.tags.form
-
The
<radiobutton>
tag renders an HTML 'input' tag with type 'radio'. - RadioButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.RadioButtonTag
- range() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
-
Get the value of the
Range
header. - range() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
- range() - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
-
Get the value of the
Range
header. - range(HttpRange...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the (new) value of the Range header.
- RANGE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Range
header field name. - rawPathInstance - Static variable in class org.springframework.web.util.UrlPathHelper
-
Shared, read-only instance for the full, encoded path.
- rawStatusCode() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
-
Deprecated, for removal: This API element is subject to removal in a future version.
- rawStatusCode() - Method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Deprecated.as of 6.0, in favor of
ServerResponse.statusCode()
- rawStatusCode() - Method in interface org.springframework.web.servlet.function.ServerResponse
-
Deprecated.as of 6.0, in favor of
ServerResponse.statusCode()
- rawStatusCode(int) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
-
Set the raw status code of the response.
- RawTargetAccess - Interface in org.springframework.aop
-
Marker for AOP proxy interfaces (in particular: introduction interfaces) that explicitly intend to return the raw target object (which would normally get replaced with the proxy object when returned from a method invocation).
- RdbmsOperation - Class in org.springframework.jdbc.object
-
An "RDBMS operation" is a multithreaded, reusable object representing a query, update, or stored procedure call.
- RdbmsOperation() - Constructor for class org.springframework.jdbc.object.RdbmsOperation
- ReactiveAdapter - Class in org.springframework.core
-
Adapter for a Reactive Streams
Publisher
to and from an async/reactive type such asCompletableFuture
, RxJavaObservable
, and others. - ReactiveAdapter(ReactiveTypeDescriptor, Function<Object, Publisher<?>>, Function<Publisher<?>, Object>) - Constructor for class org.springframework.core.ReactiveAdapter
-
Constructor for an adapter with functions to convert the target reactive or async type to and from a Reactive Streams Publisher.
- reactiveAdapterRegistry() - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
-
Return the configured
reactiveAdapterRegistry
. - reactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory.Builder
-
Set the
ReactiveAdapterRegistry
to use to support different asynchronous types for HTTP service method return values. - reactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
-
Set the
ReactiveAdapterRegistry
to use to support different asynchronous types for HTTP service method return values. - ReactiveAdapterRegistry - Class in org.springframework.core
-
A registry of adapters to adapt Reactive Streams
Publisher
to/from various async/reactive types such asCompletableFuture
, RxJavaFlowable
, etc. - ReactiveAdapterRegistry() - Constructor for class org.springframework.core.ReactiveAdapterRegistry
-
Create a registry and auto-register default adapters.
- ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration - Class in org.springframework.core
-
BlockHoundIntegration
for spring-core classes. - reactiveAdapterStrategy(ReactiveAdapterRegistry) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies.Builder
-
Configure the registry for reactive type support.
- ReactiveHttpInputMessage - Interface in org.springframework.http
-
A "reactive" HTTP input message that exposes the input as
Publisher
. - ReactiveHttpOutputMessage - Interface in org.springframework.http
-
A "reactive" HTTP output message that accepts output as a
Publisher
. - ReactiveMessageHandler - Interface in org.springframework.messaging
-
Reactive contract for handling a
Message
. - ReactiveResourceSynchronization<O,
K> - Class in org.springframework.transaction.reactive -
TransactionSynchronization
implementation that manages a resource object bound throughTransactionSynchronizationManager
. - ReactiveResourceSynchronization(O, K, TransactionSynchronizationManager) - Constructor for class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
Create a new ReactiveResourceSynchronization for the given holder.
- ReactiveReturnValueHandler - Class in org.springframework.messaging.handler.invocation
-
Support for single-value reactive types (like
Mono
orSingle
) as a return value type. - ReactiveReturnValueHandler() - Constructor for class org.springframework.messaging.handler.invocation.ReactiveReturnValueHandler
- ReactiveReturnValueHandler(ReactiveAdapterRegistry) - Constructor for class org.springframework.messaging.handler.invocation.ReactiveReturnValueHandler
- ReactiveTransaction - Interface in org.springframework.transaction
-
Representation of an ongoing
ReactiveTransactionManager
transaction. - ReactiveTransactionManager - Interface in org.springframework.transaction
-
This is the central interface in Spring's reactive transaction infrastructure.
- ReactiveTypeDescriptor - Class in org.springframework.core
-
Describes the semantics of a reactive type including boolean checks for
ReactiveTypeDescriptor.isMultiValue()
,ReactiveTypeDescriptor.isNoValue()
, andReactiveTypeDescriptor.supportsEmpty()
. - ReactorClientHttpConnector - Class in org.springframework.http.client.reactive
-
Reactor-Netty implementation of
ClientHttpConnector
. - ReactorClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Default constructor.
- ReactorClientHttpConnector(ReactorResourceFactory, Function<HttpClient, HttpClient>) - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Constructor with externally managed Reactor Netty resources, including
LoopResources
for event loop threads, andConnectionProvider
for the connection pool. - ReactorClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.ReactorClientHttpConnector
-
Constructor with a pre-configured
HttpClient
instance. - ReactorHttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
Adapt
HttpHandler
to the Reactor Netty channel handling function. - ReactorHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
- ReactorNetty2ClientHttpConnector - Class in org.springframework.http.client.reactive
-
Reactor Netty 2 (Netty 5) implementation of
ClientHttpConnector
. - ReactorNetty2ClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.ReactorNetty2ClientHttpConnector
-
Default constructor.
- ReactorNetty2ClientHttpConnector(ReactorNetty2ResourceFactory, Function<HttpClient, HttpClient>) - Constructor for class org.springframework.http.client.reactive.ReactorNetty2ClientHttpConnector
-
Constructor with externally managed Reactor Netty resources, including
LoopResources
for event loop threads, andConnectionProvider
for the connection pool. - ReactorNetty2ClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.ReactorNetty2ClientHttpConnector
-
Constructor with a pre-configured
HttpClient
instance. - ReactorNetty2HttpHandlerAdapter - Class in org.springframework.http.server.reactive
-
Adapt
HttpHandler
to the Reactor Netty 5 channel handling function. - ReactorNetty2HttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.ReactorNetty2HttpHandlerAdapter
- ReactorNetty2RequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
-
A WebSocket
RequestUpgradeStrategy
for Reactor Netty for Netty 5. - ReactorNetty2RequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.ReactorNetty2RequestUpgradeStrategy
-
Create an instances with a default
WebsocketServerSpec.Builder
. - ReactorNetty2RequestUpgradeStrategy(Supplier<WebsocketServerSpec.Builder>) - Constructor for class org.springframework.web.reactive.socket.server.upgrade.ReactorNetty2RequestUpgradeStrategy
-
Create an instance with a pre-configured
WebsocketServerSpec.Builder
to use for WebSocket upgrades. - ReactorNetty2ResourceFactory - Class in org.springframework.http.client.reactive
-
Factory to manage Reactor Netty resources, i.e.
- ReactorNetty2ResourceFactory() - Constructor for class org.springframework.http.client.reactive.ReactorNetty2ResourceFactory
- ReactorNetty2TcpClient<P> - Class in org.springframework.messaging.tcp.reactor
-
Reactor Netty based implementation of
TcpOperations
. - ReactorNetty2TcpClient(String, int, TcpMessageCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
-
Simple constructor with the host and port to use to connect to.
- ReactorNetty2TcpClient(Function<TcpClient, TcpClient>, TcpMessageCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
-
A variant of
ReactorNetty2TcpClient(String, int, TcpMessageCodec)
that still manages the lifecycle of theTcpClient
and underlying resources, but allows for direct configuration of other properties of the client through aFunction<TcpClient, TcpClient>
. - ReactorNetty2TcpClient(TcpClient, TcpMessageCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient
-
Constructor with an externally created
TcpClient
instance whose lifecycle is expected to be managed externally. - ReactorNetty2TcpConnection<P> - Class in org.springframework.messaging.tcp.reactor
-
Reactor Netty based implementation of
TcpConnection
. - ReactorNetty2TcpConnection(NettyInbound, NettyOutbound, TcpMessageCodec<P>, Sinks.Empty<Void>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNetty2TcpConnection
- ReactorNetty2WebSocketClient - Class in org.springframework.web.reactive.socket.client
-
WebSocketClient
implementation for use with Reactor Netty for Netty 5. - ReactorNetty2WebSocketClient() - Constructor for class org.springframework.web.reactive.socket.client.ReactorNetty2WebSocketClient
-
Default constructor.
- ReactorNetty2WebSocketClient(HttpClient) - Constructor for class org.springframework.web.reactive.socket.client.ReactorNetty2WebSocketClient
-
Constructor that accepts an existing
HttpClient
builder with a defaultWebsocketClientSpec.Builder
. - ReactorNetty2WebSocketClient(HttpClient, Supplier<WebsocketClientSpec.Builder>) - Constructor for class org.springframework.web.reactive.socket.client.ReactorNetty2WebSocketClient
-
Constructor that accepts an existing
HttpClient
builder and a pre-configuredWebsocketClientSpec.Builder
. - ReactorNetty2WebSocketSession - Class in org.springframework.web.reactive.socket.adapter
-
WebSocketSession
implementation for use with the Reactor Netty's (Netty 5)NettyInbound
andNettyOutbound
. - ReactorNetty2WebSocketSession(WebsocketInbound, WebsocketOutbound, HandshakeInfo, Netty5DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession
-
Constructor for the session, using the
Netty5WebSocketSessionSupport.DEFAULT_FRAME_MAX_SIZE
value. - ReactorNetty2WebSocketSession(WebsocketInbound, WebsocketOutbound, HandshakeInfo, Netty5DataBufferFactory, int) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession
-
Constructor with an additional maxFramePayloadLength argument.
- ReactorNetty2WebSocketSession.WebSocketConnection - Class in org.springframework.web.reactive.socket.adapter
-
Simple container for
NettyInbound
andNettyOutbound
. - ReactorNettyCodec<P> - Interface in org.springframework.messaging.tcp.reactor
-
Simple holder for a decoding
Function
and an encodingBiConsumer
to use with Reactor Netty. - ReactorNettyRequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
-
A WebSocket
RequestUpgradeStrategy
for Reactor Netty. - ReactorNettyRequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
-
Create an instances with a default
WebsocketServerSpec.Builder
. - ReactorNettyRequestUpgradeStrategy(Supplier<WebsocketServerSpec.Builder>) - Constructor for class org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
-
Create an instance with a pre-configured
WebsocketServerSpec.Builder
to use for WebSocket upgrades. - ReactorNettyTcpClient<P> - Class in org.springframework.messaging.tcp.reactor
-
Reactor Netty based implementation of
TcpOperations
. - ReactorNettyTcpClient(String, int, ReactorNettyCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
-
Simple constructor with the host and port to use to connect to.
- ReactorNettyTcpClient(Function<TcpClient, TcpClient>, ReactorNettyCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
-
A variant of
ReactorNettyTcpClient(String, int, ReactorNettyCodec)
that still manages the lifecycle of theTcpClient
and underlying resources, but allows for direct configuration of other properties of the client through aFunction<TcpClient, TcpClient>
. - ReactorNettyTcpClient(TcpClient, ReactorNettyCodec<P>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
-
Constructor with an externally created
TcpClient
instance whose lifecycle is expected to be managed externally. - ReactorNettyTcpConnection<P> - Class in org.springframework.messaging.tcp.reactor
-
Reactor Netty based implementation of
TcpConnection
. - ReactorNettyTcpConnection(NettyInbound, NettyOutbound, ReactorNettyCodec<P>, Sinks.Empty<Void>) - Constructor for class org.springframework.messaging.tcp.reactor.ReactorNettyTcpConnection
- ReactorNettyTcpStompClient - Class in org.springframework.messaging.simp.stomp
-
A STOMP over TCP client, configurable with either
ReactorNettyTcpClient
orReactorNetty2TcpClient
. - ReactorNettyTcpStompClient() - Constructor for class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
-
Create an instance with host "127.0.0.1" and port 61613.
- ReactorNettyTcpStompClient(String, int) - Constructor for class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
-
Create an instance with the given host and port.
- ReactorNettyTcpStompClient(TcpOperations<byte[]>) - Constructor for class org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
-
Create an instance with a pre-configured TCP client.
- ReactorNettyWebSocketClient - Class in org.springframework.web.reactive.socket.client
-
WebSocketClient
implementation for use with Reactor Netty. - ReactorNettyWebSocketClient() - Constructor for class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
-
Default constructor.
- ReactorNettyWebSocketClient(HttpClient) - Constructor for class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
-
Constructor that accepts an existing
HttpClient
builder with a defaultWebsocketClientSpec.Builder
. - ReactorNettyWebSocketClient(HttpClient, Supplier<WebsocketClientSpec.Builder>) - Constructor for class org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient
-
Constructor that accepts an existing
HttpClient
builder and a pre-configuredWebsocketClientSpec.Builder
. - ReactorNettyWebSocketSession - Class in org.springframework.web.reactive.socket.adapter
- ReactorNettyWebSocketSession(WebsocketInbound, WebsocketOutbound, HandshakeInfo, NettyDataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
-
Constructor for the session, using the
NettyWebSocketSessionSupport.DEFAULT_FRAME_MAX_SIZE
value. - ReactorNettyWebSocketSession(WebsocketInbound, WebsocketOutbound, HandshakeInfo, NettyDataBufferFactory, int) - Constructor for class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
-
Constructor with an additional maxFramePayloadLength argument.
- ReactorNettyWebSocketSession.WebSocketConnection - Class in org.springframework.web.reactive.socket.adapter
-
Simple container for
NettyInbound
andNettyOutbound
. - ReactorResourceFactory - Class in org.springframework.http.client.reactive
-
Factory to manage Reactor Netty resources, i.e.
- ReactorResourceFactory() - Constructor for class org.springframework.http.client.reactive.ReactorResourceFactory
- read() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Read a single byte from the current reading position from this data buffer.
- read() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- read() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- read() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- read() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- read() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Read once from the input, if possible.
- read() - Method in class org.springframework.mock.web.DelegatingServletInputStream
- read(byte[]) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Read this buffer's data into the specified destination, starting at the current reading position of this buffer.
- read(byte[]) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- read(byte[]) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- read(byte[]) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- read(byte[]) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- read(byte[], int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Read at most
length
bytes of this buffer into the specified destination, starting at the current reading position of this buffer. - read(byte[], int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- read(byte[], int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- read(Class<? extends BufferedImage>, HttpInputMessage) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
- read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
- read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
This implementation simple delegates to
AbstractHttpMessageConverter.readInternal(Class, HttpInputMessage)
. - read(Class<? extends T>, HttpInputMessage) - Method in interface org.springframework.http.converter.HttpMessageConverter
-
Read an object of the given type from the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
- read(Type, Class<?>, HttpInputMessage) - Method in interface org.springframework.http.converter.GenericHttpMessageConverter
-
Read an object of the given type form the given input message, and returns it.
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- read(Type, Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- read(Path, DataBufferFactory, int, OpenOption...) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Read bytes from the given file
Path
into aFlux
ofDataBuffer
s. - read(ClassReader, int, int, char[], int, Label[]) - Method in class org.springframework.asm.Attribute
-
Reads a
Attribute.type
attribute. - read(Resource, long, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Read the given
Resource
into aFlux
ofDataBuffer
s starting at the given position. - read(Resource, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Read the given
Resource
into aFlux
ofDataBuffer
s. - read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
- read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Server-side only alternative to
HttpMessageReader.read(ResolvableType, ReactiveHttpInputMessage, Map)
with additional context available. - read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.FormHttpMessageReader
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Read from the input message and decode to a stream of objects.
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
- read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanExpressionContextAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.BeanFactoryAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.EnvironmentAccessor
-
Access the given target object by resolving the given property name against the given target environment.
- read(EvaluationContext, Object, String) - Method in class org.springframework.context.expression.MapAccessor
- read(EvaluationContext, Object, String) - Method in interface org.springframework.expression.PropertyAccessor
-
Called to read a property from a specified target object.
- read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
- READ_COMMITTED - Enum constant in enum class org.springframework.transaction.annotation.Isolation
-
A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
- READ_ONLY_MARKER - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Marker for read-only transactions in description strings.
- READ_UNCOMMITTED - Enum constant in enum class org.springframework.transaction.annotation.Isolation
-
A constant indicating that dirty reads, non-repeatable reads, and phantom reads can occur.
- readableByteBuffers() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Returns a closeable iterator over each
ByteBuffer
in this data buffer that can be read. - readableByteBuffers() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- readableByteBuffers() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- readableByteBuffers() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- readableByteBuffers() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- readableByteCount() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the number of bytes that can be read from this data buffer.
- readableByteCount() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- readableByteCount() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- readableByteCount() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- readableByteCount() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- readableChannel() - Method in class org.springframework.core.io.AbstractFileResolvingResource
-
This implementation returns a FileChannel for the given URI-identified resource, provided that it refers to a file in the file system.
- readableChannel() - Method in class org.springframework.core.io.AbstractResource
-
This implementation returns
Channels.newChannel(InputStream)
with the result ofInputStreamSource.getInputStream()
. - readableChannel() - Method in class org.springframework.core.io.FileSystemResource
-
This implementation opens a FileChannel for the underlying file.
- readableChannel() - Method in class org.springframework.core.io.PathResource
-
This implementation opens a
ReadableByteChannel
for the underlying file. - readableChannel() - Method in interface org.springframework.core.io.Resource
-
Return a
ReadableByteChannel
. - readAsynchronousFileChannel(Callable<AsynchronousFileChannel>, long, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Obtain an
AsynchronousFileChannel
from the given supplier, and read it into aFlux
ofDataBuffer
s, starting at the given position. - readAsynchronousFileChannel(Callable<AsynchronousFileChannel>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Obtain a
AsynchronousFileChannel
from the given supplier, and read it into aFlux
ofDataBuffer
s. - readBody(MethodParameter, boolean, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
-
Read the body from a method argument with
HttpMessageReader
. - readBody(MethodParameter, MethodParameter, boolean, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver
-
Read the body from a method argument with
HttpMessageReader
. - readBodyContent() - Method in class org.springframework.web.servlet.tags.EscapeBodyTag
-
Read the unescaped body content from the page.
- readBoolean(Object, String, boolean) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readBoolean(Object, String, boolean) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readByte(int) - Method in class org.springframework.asm.ClassReader
-
Reads a byte value in this
ClassReader
. - readByte(Object, String, byte) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readByte(Object, String, byte) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readByteChannel(Callable<ReadableByteChannel>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- readChar(Object, String, char) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readChar(Object, String, char) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readClass(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a CONSTANT_Class constant pool entry in this
ClassReader
. - readConst(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a numeric or string constant pool entry in this
ClassReader
. - readDate(ZonedDateTime) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Deprecated.since 5.2.3 as per RFC 6266, Appendix B, to be removed in a future release.
- readDocumentFromString(String) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
Read an XML document from the given String.
- readDouble(Object, String, double) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readDouble(Object, String, double) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- reader() - Element in annotation interface org.springframework.context.annotation.ImportResource
-
BeanDefinitionReader
implementation to use when processing resources specified via theImportResource.value()
attribute. - reader(HttpMessageReader<?>) - 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. - ReaderContext - Class in org.springframework.beans.factory.parsing
-
Context that gets passed along a bean definition reading process, encapsulating all relevant configuration as well as state.
- ReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor) - Constructor for class org.springframework.beans.factory.parsing.ReaderContext
-
Construct a new
ReaderContext
. - ReaderEditor - Class in org.springframework.beans.propertyeditors
-
One-way PropertyEditor which can convert from a text String to a
java.io.Reader
, interpreting the given String as a Spring resource location (e.g. - ReaderEditor() - Constructor for class org.springframework.beans.propertyeditors.ReaderEditor
-
Create a new ReaderEditor, using the default ResourceEditor underneath.
- ReaderEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.ReaderEditor
-
Create a new ReaderEditor, using the given ResourceEditor underneath.
- ReaderEventListener - Interface in org.springframework.beans.factory.parsing
-
Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.
- readFloat(Object, String, float) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readFloat(Object, String, float) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- readFromSource(Class<?>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
- readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
-
Abstract template method called from
AbstractHttpMessageConverter.read(Class, HttpInputMessage)
. - readFromSource(Class<? extends T>, HttpHeaders, Source) - Method in class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- readingPaused() - Method in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Invoked when reading is paused due to a lack of demand.
- readInputStream(Callable<InputStream>, DataBufferFactory, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- readInt(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed int value in this
ClassReader
. - readInt(Object, String, int) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readInt(Object, String, int) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ObjectToStringHttpMessageConverter
- readInternal(Class<?>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- readInternal(Class<? extends byte[]>, HttpInputMessage) - Method in class org.springframework.http.converter.ByteArrayHttpMessageConverter
- readInternal(Class<? extends Message>, HttpInputMessage) - Method in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- readInternal(Class<? extends String>, HttpInputMessage) - Method in class org.springframework.http.converter.StringHttpMessageConverter
- readInternal(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractHttpMessageConverter
-
Abstract template method that reads the actual object.
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
- readInternal(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.http.converter.xml.SourceHttpMessageConverter
- readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
-
Template method that reads the JSON-bound object from the given
Reader
. - readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.GsonHttpMessageConverter
- readInternal(Type, Reader) - Method in class org.springframework.http.converter.json.JsonbHttpMessageConverter
- readInternal(KSerializer<Object>, T, HttpInputMessage) - Method in class org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
-
Reads the given input message with the given serializer and format.
- readInternal(KSerializer<Object>, T, HttpInputMessage) - Method in class org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
- readInternal(KSerializer<Object>, T, HttpInputMessage) - Method in class org.springframework.http.converter.KotlinSerializationStringHttpMessageConverter
- readLabel(int, Label[]) - Method in class org.springframework.asm.ClassReader
-
Returns the label corresponding to the given bytecode offset.
- readLong(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed long value in this
ClassReader
. - readLong(Object, String, long) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readLong(Object, String, long) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readMessages(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
- readMessages(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
- readModule(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader
. - readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
- readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Server-side only alternative to
HttpMessageReader.readMono(ResolvableType, ReactiveHttpInputMessage, Map)
with additional, context available. - readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.DecoderHttpMessageReader
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.FormHttpMessageReader
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in interface org.springframework.http.codec.HttpMessageReader
-
Read from the input message and decode to a single object.
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.DefaultPartHttpMessageReader
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.MultipartHttpMessageReader
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.multipart.PartEventHttpMessageReader
- readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class org.springframework.http.codec.ServerSentEventHttpMessageReader
- readObject(Object, String, Object) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readObject(Object, String, Object) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readOnly() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
A boolean flag that can be set to
true
if the transaction is effectively read-only, allowing for corresponding optimizations at runtime. - READONLY_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the '
readonly
' attribute. - readOnlyHttpHeaders(HttpHeaders) - Static method in class org.springframework.http.HttpHeaders
-
Apply a read-only
HttpHeaders
wrapper around the given headers, if necessary. - readOnlyHttpHeaders(MultiValueMap<String, String>) - Static method in class org.springframework.http.HttpHeaders
-
Apply a read-only
HttpHeaders
wrapper around the given headers, if necessary. - readOnlyStompHeaders(Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaders
-
Return a
StompHeaders
object that can only be read, not written to. - readPackage(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader
. - readPdfResource() - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
Read the raw PDF resource into an iText PdfReader.
- readPosition() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the position from which this buffer will read.
- readPosition() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- readPosition() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- readPosition() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- readPosition() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- readPosition(int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Set the position from which this buffer will read.
- readPosition(int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- readPosition(int) - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- readPosition(int) - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- readPosition(int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- readScript(LineNumberReader, String[], String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Deprecated.as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
- readScript(LineNumberReader, String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Deprecated.as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
- readShort(int) - Method in class org.springframework.asm.ClassReader
-
Reads a signed short value in this
ClassReader
. - readShort(Object, String, short) - Method in class org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- readShort(Object, String, short) - Method in interface org.springframework.cglib.transform.impl.InterceptFieldCallback
- readUnsignedShort(int) - Method in class org.springframework.asm.ClassReader
-
Reads an unsigned short value in this
ClassReader
. - readUTF8(int, char[]) - Method in class org.springframework.asm.ClassReader
-
Reads a CONSTANT_Utf8 constant pool entry in this
ClassReader
. - readWithMessageConverters(HttpInputMessage, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by reading from the given HttpInputMessage.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Create the method argument value of the expected parameter type by reading from the given request.
- readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
- REAL_CANNOT_BE_LONG - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- RealLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a real literal.
- RealLiteral(String, int, int, double) - Constructor for class org.springframework.expression.spel.ast.RealLiteral
- reason() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
-
The reason this test is disabled.
- reason() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
-
The reason this test is enabled.
- reason() - Element in annotation interface org.springframework.web.bind.annotation.ResponseStatus
-
The reason to be used for the response.
- reason(String) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the Servlet response error message.
- reason(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the Servlet response error message with the given Hamcrest
Matcher
. - reasonEquals(String) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response error message.
- rebind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
-
Rebind the given object to the current JNDI context, using the given name.
- RECEIPT - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- RECEIPT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- RECEIPT_ID - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- receive() - Method in class org.springframework.jms.core.JmsMessagingTemplate
- receive() - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
- receive() - Method in class org.springframework.jms.core.JmsTemplate
- receive() - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
- receive() - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from a default destination.
- receive() - Method in interface org.springframework.messaging.PollableChannel
-
Receive a message from this channel, blocking indefinitely if necessary.
- receive() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
- receive() - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- receive() - Method in class org.springframework.web.reactive.socket.adapter.ReactorNetty2WebSocketSession
- receive() - Method in class org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession
- receive() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Provides access to the stream of inbound messages.
- receive(long) - Method in interface org.springframework.messaging.PollableChannel
-
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
- receive(D) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
- receive(D) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from the given destination.
- receive(Destination) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receive(Destination) - Method in class org.springframework.jms.core.JmsTemplate
- receive(String) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Receive a message from the given destination.
- receive(String) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- receive(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receive(String) - Method in class org.springframework.jms.core.JmsTemplate
- receive(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
- receive(String) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
-
Resolve the given destination name and receive a message from it.
- RECEIVE_TIMEOUT_INDEFINITE_WAIT - Static variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Timeout value indicating a blocking receive without timeout.
- RECEIVE_TIMEOUT_NO_WAIT - Static variable in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Timeout value indicating that a receive operation should check if a message is immediately available without blocking.
- receiveAndConvert() - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
- receiveAndConvert() - Method in class org.springframework.jms.core.JmsTemplate
- receiveAndConvert(D, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
- receiveAndConvert(D, Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from the given destination and convert its payload to the specified target class.
- receiveAndConvert(Destination) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveAndConvert(Destination) - Method in class org.springframework.jms.core.JmsTemplate
- receiveAndConvert(Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- receiveAndConvert(Class<T>) - Method in class org.springframework.messaging.core.AbstractMessageReceivingTemplate
- receiveAndConvert(Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
-
Receive a message from a default destination and convert its payload to the specified target class.
- receiveAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveAndConvert(String, Class<T>) - Method in interface org.springframework.jms.core.JmsMessageOperations
-
Receive a message from the given destination and convert its payload to the specified target class.
- receiveAndConvert(String, Class<T>) - Method in class org.springframework.jms.core.JmsMessagingTemplate
- receiveAndConvert(String, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
- receiveAndConvert(String, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
-
Resolve the given destination name, receive a message from it, convert the payload to the specified target type.
- receiveAndExecute(Object, Session, MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Execute the listener for a message received from the given consumer, wrapping the entire operation in an external transaction if demanded.
- receiveFromConsumer(MessageConsumer, long) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Actually receive a message from the given consumer.
- receiveMessage(MessageConsumer) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Receive a message from the given consumer.
- receiveSelected(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveSelected(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveSelected(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
- receiveSelected(String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveSelected(String, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveSelected(String, String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveSelectedAndConvert(Destination, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveSelectedAndConvert(Destination, String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveSelectedAndConvert(String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the default destination, but only wait up to a specified time for delivery.
- receiveSelectedAndConvert(String) - Method in class org.springframework.jms.core.JmsTemplate
- receiveSelectedAndConvert(String, String) - Method in interface org.springframework.jms.core.JmsOperations
-
Receive a message synchronously from the specified destination, but only wait up to a specified time for delivery.
- receiveSelectedAndConvert(String, String) - Method in class org.springframework.jms.core.JmsTemplate
- reconcileColumnsToUse(List<String>, String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Compare columns created from meta-data with declared columns and return a reconciled list.
- reconcileParameters(List<SqlParameter>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Reconcile the provided parameters with available meta-data and add new ones where appropriate.
- ReconnectStrategy - Interface in org.springframework.messaging.tcp
-
A contract to determine the frequency of reconnect attempts after connection failure.
- reconnectTime(long) - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
-
Add an SSE "retry" line.
- record(Runnable) - Static method in class org.springframework.aot.test.agent.RuntimeHintsRecorder
-
Record all method invocations relevant to
RuntimeHints
that happened during the execution of the given action. - RecordApplicationEvents - Annotation Interface in org.springframework.test.context.event
-
@RecordApplicationEvents
is a class-level annotation that is used to instruct the Spring TestContext Framework to record all application events that are published in theApplicationContext
during the execution of a single test. - RecordComponentVisitor - Class in org.springframework.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class org.springframework.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
. - RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class org.springframework.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor
. - RecordedInvocation - Class in org.springframework.aot.agent
-
Record of an invocation of a method relevant to
RuntimeHints
. - RecordedInvocation.Builder - Class in org.springframework.aot.agent
-
Builder for
RecordedInvocation
. - RecordedInvocationsListener - Interface in org.springframework.aot.agent
-
Listener for
invocations recorded
by theRuntimeHintsAgent
. - RecordedInvocationsPublisher - Class in org.springframework.aot.agent
-
Publishes invocations on method relevant to
RuntimeHints
, as they are recorded by theRuntimeHintsAgent
. - recordFieldValue(String, Class<?>, Object) - Method in class org.springframework.validation.AbstractBindingResult
- recordFieldValue(String, Class<?>, Object) - Method in exception org.springframework.validation.BindException
- recordFieldValue(String, Class<?>, Object) - Method in interface org.springframework.validation.BindingResult
-
Record the given value for the specified field.
- recordFieldValue(String, Class<?>, Object) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- recordSuppressedField(String) - Method in class org.springframework.validation.AbstractBindingResult
-
Mark the specified disallowed field as suppressed.
- recordSuppressedField(String) - Method in exception org.springframework.validation.BindException
- recordSuppressedField(String) - Method in interface org.springframework.validation.BindingResult
-
Mark the specified disallowed field as suppressed.
- recordSuppressedField(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- RecoverableDataAccessException - Exception in org.springframework.dao
-
Data access exception thrown when a previously failed operation might be able to succeed if the application performs some recovery steps and retries the entire transaction or in the case of a distributed transaction, the transaction branch.
- RecoverableDataAccessException(String) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
-
Constructor for RecoverableDataAccessException.
- RecoverableDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.RecoverableDataAccessException
-
Constructor for RecoverableDataAccessException.
- recoverAfterListenerSetupFailure() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Recover this listener container after a listener failed to set itself up, for example re-establishing the underlying Connection.
- REDELIVERED - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Specify if the message was resent.
- REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
- REDIRECT_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
- RedirectAttributes - Interface in org.springframework.web.servlet.mvc.support
-
A specialization of the
Model
interface that controllers can use to select attributes for a redirect scenario. - RedirectAttributesMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments of type
RedirectAttributes
. - RedirectAttributesMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
- RedirectAttributesModelMap - Class in org.springframework.web.servlet.mvc.support
- RedirectAttributesModelMap() - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Default constructor without a DataBinder.
- RedirectAttributesModelMap(DataBinder) - Constructor for class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Constructor with a DataBinder.
- redirectedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectedUrlPattern(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectedUrlTemplate(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL template.
- REDIRECTION - Enum constant in enum class org.springframework.http.HttpStatus.Series
- redirectTo(String) - Static method in interface org.springframework.web.reactive.result.view.Rendering
-
Create a new builder for a redirect through a
RedirectView
. - RedirectView - Class in org.springframework.web.reactive.result.view
-
View that redirects to an absolute or context relative URL.
- RedirectView - Class in org.springframework.web.servlet.view
-
View that redirects to an absolute, context relative, or current request relative URL.
- RedirectView() - Constructor for class org.springframework.web.reactive.result.view.RedirectView
-
Constructor for use as a bean.
- RedirectView() - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Constructor for use as a bean.
- RedirectView(String) - Constructor for class org.springframework.web.reactive.result.view.RedirectView
-
Create a new
RedirectView
with the given redirect URL. - RedirectView(String) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, boolean, boolean, boolean) - Constructor for class org.springframework.web.servlet.view.RedirectView
-
Create a new RedirectView with the given URL.
- RedirectView(String, HttpStatusCode) - Constructor for class org.springframework.web.reactive.result.view.RedirectView
-
Create a new
RedirectView
with the given URL and an alternate redirect status code such asHttpStatus.TEMPORARY_REDIRECT
orHttpStatus.PERMANENT_REDIRECT
. - RedirectViewControllerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assist with the registration of a single redirect view controller.
- RedirectViewControllerRegistration(String, String) - Constructor for class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
- REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- REF_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- REF_PREFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Prefix before values referencing other beans.
- REF_SUFFIX - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Property suffix for references to other beans in the current BeanFactory: e.g.
- REFERENCE_REQUEST - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the request object: "request".
- REFERENCE_SESSION - Static variable in interface org.springframework.web.context.request.RequestAttributes
-
Name of the standard reference to the session object: "session".
- ReferenceManager() - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
- REFERER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Referer
header field name. - reflection() - Static method in class org.springframework.aot.hint.predicate.RuntimeHintsPredicates
-
Return a predicate generator for
reflection hints
. - reflection() - Method in class org.springframework.aot.hint.RuntimeHints
-
Provide access to reflection-based hints.
- REFLECTION - Enum constant in enum class org.springframework.aot.agent.HintType
-
Reflection hint, as described by
ReflectionHints
. - ReflectionHelper - Class in org.springframework.expression.spel.support
-
Utility methods used by the reflection resolver code to discover the appropriate methods/constructors and fields that should be used in expressions.
- ReflectionHelper() - Constructor for class org.springframework.expression.spel.support.ReflectionHelper
- ReflectionHints - Class in org.springframework.aot.hint
-
Gather the need for reflection at runtime.
- ReflectionHints() - Constructor for class org.springframework.aot.hint.ReflectionHints
- ReflectionHintsPredicates - Class in org.springframework.aot.hint.predicate
-
Generator of
ReflectionHints
predicates, testing whether the given hints match the expected behavior for reflection. - ReflectionHintsPredicates.ConstructorHintPredicate - Class in org.springframework.aot.hint.predicate
- ReflectionHintsPredicates.ExecutableHintPredicate<T extends Executable> - Class in org.springframework.aot.hint.predicate
- ReflectionHintsPredicates.FieldHintPredicate - Class in org.springframework.aot.hint.predicate
- ReflectionHintsPredicates.MethodHintPredicate - Class in org.springframework.aot.hint.predicate
- ReflectionHintsPredicates.TypeHintPredicate - Class in org.springframework.aot.hint.predicate
- ReflectionTestUtils - Class in org.springframework.test.util
-
ReflectionTestUtils
is a collection of reflection-based utility methods for use in unit and integration testing scenarios. - ReflectionTestUtils() - Constructor for class org.springframework.test.util.ReflectionTestUtils
- ReflectionUtils - Class in org.springframework.util
-
Simple utility class for working with the reflection API and handling reflection exceptions.
- ReflectionUtils() - Constructor for class org.springframework.util.ReflectionUtils
- ReflectionUtils.FieldCallback - Interface in org.springframework.util
-
Callback interface invoked on each field in the hierarchy.
- ReflectionUtils.FieldFilter - Interface in org.springframework.util
-
Callback optionally used to filter fields to be operated on by a field callback.
- ReflectionUtils.MethodCallback - Interface in org.springframework.util
-
Action to take on each method.
- ReflectionUtils.MethodFilter - Interface in org.springframework.util
-
Callback optionally used to filter methods to be operated on by a method callback.
- Reflective - Annotation Interface in org.springframework.aot.hint.annotation
-
Indicate that the annotated element requires reflection.
- ReflectiveAspectJAdvisorFactory - Class in org.springframework.aop.aspectj.annotation
-
Factory that can create Spring AOP Advisors given AspectJ classes from classes honoring AspectJ's annotation syntax, using reflection to invoke the corresponding advice methods.
- ReflectiveAspectJAdvisorFactory() - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
Create a new
ReflectiveAspectJAdvisorFactory
. - ReflectiveAspectJAdvisorFactory(BeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
-
Create a new
ReflectiveAspectJAdvisorFactory
, propagating the givenBeanFactory
to the createdAspectJExpressionPointcut
instances, for bean pointcut handling as well as consistentClassLoader
resolution. - ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor - Class in org.springframework.aop.aspectj.annotation
-
Synthetic advisor that instantiates the aspect.
- ReflectiveConstructorExecutor - Class in org.springframework.expression.spel.support
-
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.
- ReflectiveConstructorExecutor(Constructor<?>) - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorExecutor
- ReflectiveConstructorResolver - Class in org.springframework.expression.spel.support
-
A constructor resolver that uses reflection to locate the constructor that should be invoked.
- ReflectiveConstructorResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveConstructorResolver
- ReflectiveLoadTimeWeaver - Class in org.springframework.instrument.classloading
-
LoadTimeWeaver
which uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks. - ReflectiveLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
Create a new ReflectiveLoadTimeWeaver for the current context class loader, which needs to support the required weaving methods.
- ReflectiveLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
-
Create a new SimpleLoadTimeWeaver for the given class loader.
- ReflectiveMethodExecutor - Class in org.springframework.expression.spel.support
-
MethodExecutor
that works via reflection. - ReflectiveMethodExecutor(Method) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodExecutor
-
Create a new executor for the given method.
- ReflectiveMethodExecutor(Method, Class<?>) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodExecutor
-
Create a new executor for the given method.
- ReflectiveMethodInvocation - Class in org.springframework.aop.framework
-
Spring's implementation of the AOP Alliance
MethodInvocation
interface, implementing the extendedProxyMethodInvocation
interface. - ReflectiveMethodInvocation(Object, Object, Method, Object[], Class<?>, List<Object>) - Constructor for class org.springframework.aop.framework.ReflectiveMethodInvocation
-
Construct a new ReflectiveMethodInvocation with the given arguments.
- ReflectiveMethodResolver - Class in org.springframework.expression.spel.support
-
Reflection-based
MethodResolver
used by default inStandardEvaluationContext
unless explicit method resolvers have been specified. - ReflectiveMethodResolver() - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
- ReflectiveMethodResolver(boolean) - Constructor for class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
This constructor allows the ReflectiveMethodResolver to be configured such that it will use a distance computation to check which is the better of two close matches (when there are multiple matches).
- ReflectiveProcessor - Interface in org.springframework.aot.hint.annotation
-
Process an
AnnotatedElement
and register the necessary reflection hints for it. - ReflectivePropertyAccessor - Class in org.springframework.expression.spel.support
-
A powerful
PropertyAccessor
that uses reflection to access properties for reading and possibly also for writing on a target instance. - ReflectivePropertyAccessor() - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Create a new property accessor for reading as well writing.
- ReflectivePropertyAccessor(boolean) - Constructor for class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Create a new property accessor for reading and possibly also writing.
- ReflectivePropertyAccessor.OptimalPropertyAccessor - Class in org.springframework.expression.spel.support
-
An optimized form of a PropertyAccessor that will use reflection but only knows how to access a particular property on a particular class.
- ReflectiveRuntimeHintsRegistrar - Class in org.springframework.aot.hint.annotation
-
Process
@Reflective
annotated elements. - ReflectiveRuntimeHintsRegistrar() - Constructor for class org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar
- ReflectUtils - Class in org.springframework.cglib.core
- refresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- refresh() - Method in interface org.springframework.aop.target.dynamic.Refreshable
-
Refresh the underlying target object.
- refresh() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Load or refresh the persistent representation of the configuration, which might be from Java-based configuration, an XML file, a properties file, a relational database schema, or some other format.
- refresh() - Method in class org.springframework.context.support.AbstractApplicationContext
- refresh() - Method in class org.springframework.web.servlet.FrameworkServlet
-
Refresh this servlet's application context, as well as the dependent state of the servlet.
- refresh(Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- refresh(Object, LockMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Re-read the state of the given persistent instance.
- refresh(Object, LockMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- REFRESH_CHECK_DELAY_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The
refreshCheckDelay
attribute. - Refreshable - Interface in org.springframework.aop.target.dynamic
-
Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
- RefreshableScriptTargetSource - Class in org.springframework.scripting.support
-
Subclass of
BeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
. - RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - Constructor for class org.springframework.scripting.support.RefreshableScriptTargetSource
-
Create a new RefreshableScriptTargetSource.
- refreshApplicationContext(ApplicationContext) - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Refresh the given application context, if necessary.
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Subclasses must implement this method to perform the actual configuration load.
- refreshBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
-
This implementation performs an actual refresh of this context's underlying bean factory, shutting down the previous bean factory (if any) and initializing a fresh bean factory for the next phase of the context's lifecycle.
- refreshBeanFactory() - Method in class org.springframework.context.support.GenericApplicationContext
-
Do nothing: We hold a single internal BeanFactory and rely on callers to register beans through our public methods (or the BeanFactory's).
- refreshConnectionUntilSuccessful() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Refresh the underlying Connection, not returning before an attempt has been successful.
- refreshDestination() - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Refresh the JMS destination that this listener container operates on.
- refreshForAotProcessing(RuntimeHints) - Method in class org.springframework.context.support.GenericApplicationContext
-
Load or refresh the persistent representation of the configuration up to a point where the underlying bean factory is ready to create bean instances.
- refreshProperties(String, ReloadableResourceBundleMessageSource.PropertiesHolder) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Refresh the PropertiesHolder for the given bundle filename.
- refreshSharedConnection() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Refresh the shared Connection that this container holds.
- REGEX - Enum constant in enum class org.springframework.context.annotation.FilterType
-
Filter candidates matching a given regex pattern.
- REGEX_PATTERN_SYNTAX_EXCEPTION - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- RegexPatternTypeFilter - Class in org.springframework.core.type.filter
-
A simple filter for matching a fully-qualified class name with a regex
Pattern
. - RegexPatternTypeFilter(Pattern) - Constructor for class org.springframework.core.type.filter.RegexPatternTypeFilter
- RegexpMethodPointcutAdvisor - Class in org.springframework.aop.support
-
Convenient class for regexp method pointcuts that hold an Advice, making them an
Advisor
. - RegexpMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create an empty RegexpMethodPointcutAdvisor.
- RegexpMethodPointcutAdvisor(String[], Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- RegexpMethodPointcutAdvisor(String, Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- RegexpMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.RegexpMethodPointcutAdvisor
-
Create a RegexpMethodPointcutAdvisor for the given advice.
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register one or more component classes to be processed.
- register(Class<?>...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
-
Register one or more component classes to be processed.
- register(Class<?>...) - Method in interface org.springframework.context.annotation.AnnotationConfigRegistry
-
Register one or more component classes to be processed.
- register(Class<?>...) - Method in class org.springframework.web.context.support.AnnotationConfigWebApplicationContext
-
Register one or more component classes to be processed.
- register(Object) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Register a custom codec.
- REGISTER_BEAN - Enum constant in enum class org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
The
Condition
should be evaluated when adding a regular (non@Configuration
) bean. - registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
-
Register the given
AdvisorAdapter
. - registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.jta.JtaTransactionManager
- registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Register the given list of transaction synchronizations with the existing transaction.
- registerAfterCompletionWithExistingTransaction(TransactionSynchronizationManager, Object, List<TransactionSynchronization>) - Method in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
-
Register the given list of transaction synchronizations with the existing transaction.
- registerAlias(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Given a bean name, create an alias.
- registerAlias(String, String) - Method in class org.springframework.context.support.GenericApplicationContext
- registerAlias(String, String) - Method in interface org.springframework.core.AliasRegistry
-
Given a name, register an alias for it.
- registerAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
- registerAllEndpoints() - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
- registerAnnotationConfigProcessors(BeanDefinitionRegistry) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerAnnotationConfigProcessors(BeanDefinitionRegistry, Object) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
-
Register all relevant annotation post processors in the given registry.
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAspectJAnnotationAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
- registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAspectJAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAspectJAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
- registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAutoProxyCreatorIfNecessary(BeanDefinitionRegistry, Object) - Static method in class org.springframework.aop.config.AopConfigUtils
- registerAutoProxyCreatorIfNecessary(ParserContext, Element) - Static method in class org.springframework.aop.config.AopNamespaceUtils
- registerBean(Class<?>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, String) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<?>, String, Class<? extends Annotation>...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<T>, Object...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.
- registerBean(Class<T>, String, Supplier<T>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations, using the given supplier for obtaining a new instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<T>, String, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations.
- registerBean(Class<T>, Supplier<T>) - Method in class org.springframework.context.annotation.AnnotatedBeanDefinitionReader
-
Register a bean from the given bean class, deriving its metadata from class-declared annotations, using the given supplier for obtaining a new instance (possibly declared as a lambda expression or method reference).
- registerBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for obtaining a new instance (typically declared as a lambda expression or method reference), optionally customizing its bean definition metadata (again typically declared as a lambda expression).
- registerBean(Class<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its bean definition metadata (typically declared as a lambda expression).
- registerBean(String, Class<T>, Object...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally providing explicit constructor arguments for consideration in the autowiring process.
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.annotation.AnnotationConfigApplicationContext
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, using the given supplier for obtaining a new instance (typically declared as a lambda expression or method reference), optionally customizing its bean definition metadata (again typically declared as a lambda expression).
- registerBean(String, Class<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.context.support.GenericApplicationContext
-
Register a bean from the given bean class, optionally customizing its bean definition metadata (typically declared as a lambda expression).
- registerBeanComponent(BeanComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
- registerBeanDefinition(String, Map<?, ?>, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Get all property values, given a prefix (which will be stripped) and add the bean they define to the factory with the given name.
- registerBeanDefinition(String, BeanDefinition) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Register a new bean definition with this registry.
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
- registerBeanDefinition(String, BeanDefinition) - Method in class org.springframework.context.support.GenericApplicationContext
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Register the given bean definition with the given bean factory.
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Register the specified bean with the given registry.
- registerBeanDefinitionDecorator(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
Subclasses can call this to register the supplied
BeanDefinitionDecorator
to handle the specified element. - registerBeanDefinitionDecoratorForAttribute(String, BeanDefinitionDecorator) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
Subclasses can call this to register the supplied
BeanDefinitionDecorator
to handle the specified attribute. - registerBeanDefinitionParser(String, BeanDefinitionParser) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
Subclasses can call this to register the supplied
BeanDefinitionParser
to handle the specified element. - registerBeanDefinitions(Map<?, ?>) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Register bean definitions contained in a Map, using all property keys (i.e.
- registerBeanDefinitions(Map<?, ?>, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Register bean definitions contained in a Map.
- registerBeanDefinitions(Map<?, ?>, String, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Register bean definitions contained in a Map.
- registerBeanDefinitions(ResourceBundle) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Register bean definitions contained in a resource bundle, using all property keys (i.e.
- registerBeanDefinitions(ResourceBundle, String) - Method in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Register bean definitions contained in a ResourceBundle.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AutoProxyRegistrar
-
Register, escalate, and configure the standard auto proxy creator (APC) against the given registry.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
Register bean definitions as necessary based on the given annotation metadata of the importing
@Configuration
class. - registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
Register bean definitions as necessary based on the given annotation metadata of the importing
@Configuration
class. - registerBeanDefinitions(Document, XmlReaderContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionDocumentReader
-
Read bean definitions from the given DOM document and register them with the registry in the given reader context.
- registerBeanDefinitions(Document, XmlReaderContext) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
This implementation parses bean definitions according to the "spring-beans" XSD (or DTD, historically).
- registerBeanDefinitions(Document, Resource) - Method in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Register the bean definitions contained in the given DOM document.
- registerBeanNameOrInstance(Object, String) - Method in class org.springframework.jmx.export.MBeanExporter
-
Register an individual bean with the
MBeanServer
. - registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Instantiate and register all BeanPostProcessor beans, respecting explicit order if given.
- registerBeans() - Method in class org.springframework.jmx.export.MBeanExporter
-
Register the defined beans with the
MBeanServer
. - registerCallableInterceptor(Object, CallableProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Register a
CallableProcessingInterceptor
under the given key. - registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Register a
CallableProcessingInterceptor
without a key. - registerCallableInterceptors(CallableProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a
Callable
. - registerCallbacks(Class, Callback[]) - Static method in class org.springframework.cglib.proxy.Enhancer
-
Call this method to register the
Callback
array to use before creating a new instance of the generated class via reflection. - registerCloseListener(ServletContext, ApplicationContext) - Method in class org.springframework.web.server.adapter.AbstractReactiveWebInitializer
-
Register a
ServletContextListener
that closes the given application context when the servlet context is destroyed. - registerComponent(ComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
- registerComponents(XmlReaderContext, Set<BeanDefinitionHolder>, Element) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
- registerConstructor(Constructor<?>, ExecutableMode) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register the need for reflection on the specified
Constructor
, using the specifiedExecutableMode
. - registerConstructorHint(ReflectionHints, Constructor<?>) - Method in class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
-
Register
ReflectionHints
against the specifiedConstructor
. - registerContainedBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Register a containment relationship between two beans, e.g.
- registerContext(String, ServletContext) - Method in class org.springframework.mock.web.MockServletContext
- registerContextLoaderListener(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
Register a
ContextLoaderListener
against the given servlet context. - registerConverters(Set<?>, ConverterRegistry) - Static method in class org.springframework.core.convert.support.ConversionServiceFactory
-
Register the given Converter objects with the given target ConverterRegistry.
- registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
-
Register a
CorsConfiguration
for the specified path pattern. - registerCorsConfiguration(String, CorsConfiguration) - Method in class org.springframework.web.cors.UrlBasedCorsConfigurationSource
-
Variant of
UrlBasedCorsConfigurationSource.setCorsConfigurations(Map)
to register one mapping at a time. - registerCorsConfigurations(Map<String, CorsConfiguration>, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Registers a
Map<String, CorsConfiguration>
(mappedCorsConfiguration
s) under a well-known name unless already registered. - registerCustomCache(String, Cache<Object, Object>) - Method in class org.springframework.cache.caffeine.CaffeineCacheManager
-
Register the given native Caffeine Cache instance with this cache manager, adapting it to Spring's cache API for exposure through
CaffeineCacheManager.getCache(java.lang.String)
. - registerCustomEditor(Class<?>, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
-
Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class<?>, PropertyEditor) - Method in class org.springframework.validation.DataBinder
- registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register the given custom property editor for all properties of the given type.
- registerCustomEditor(Class<?>, Class<? extends PropertyEditor>) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in interface org.springframework.beans.PropertyEditorRegistry
-
Register the given custom property editor for the given type and property, or for all properties of the given type.
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
- registerCustomEditor(Class<?>, String, PropertyEditor) - Method in class org.springframework.validation.DataBinder
- registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory.
- registerCustomEditors(PropertyEditorRegistry) - Method in interface org.springframework.beans.PropertyEditorRegistrar
-
Register custom
PropertyEditors
with the givenPropertyEditorRegistry
. - registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.beans.support.ResourceEditorRegistrar
-
Populate the given
registry
with the following resource editors: ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor, URIEditor, ClassEditor, ClassArrayEditor. - registerDatabase(DataSource, String) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Associate the specified database name with the given
DataSource
. - registerDefaultComponents(ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
- registerDefaultEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Activate the default editors for this registry instance, allowing for lazily registering default editors when needed.
- registerDefaultFilters() - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Register the default filter for
@Component
. - registerDefaults(boolean) - Method in interface org.springframework.http.codec.CodecConfigurer
-
Provides a way to completely turn off registration of default HTTP message readers and writers, and instead rely only on the ones provided via
CodecConfigurer.customCodecs()
. - registerDefaults(boolean) - Method in class org.springframework.http.codec.support.DefaultClientCodecConfigurer
- registerDefaultValues(AnnotationAttributes) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Register the annotation-declared default values for the given attributes, if available.
- registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Register a
DeferredResultProcessingInterceptor
under the given key. - registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.context.request.async.WebAsyncManager
-
Register one or more
DeferredResultProcessingInterceptors
without a specified key. - registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - Method in class org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
-
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a
DeferredResult
. - registerDependentBean(String, String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register a dependent bean for the given bean, to be destroyed before the given bean is destroyed.
- registerDependentBean(String, String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Register a dependent bean for the given bean, to be destroyed before the given bean is destroyed.
- registerDependentBeans(ConfigurableBeanFactory, String, Set<String>) - Method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
- registerDestructionCallback(String, Runnable) - Method in interface org.springframework.beans.factory.config.Scope
-
Register a callback to be executed on destruction of the specified object in the scope (or at destruction of the entire scope, if the scope does not destroy individual objects but rather only terminates in its entirety).
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.context.support.SimpleThreadScope
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Register a callback to execute on destruction of the specified attribute.
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.messaging.simp.SimpSessionScope
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.transaction.support.SimpleTransactionScope
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.support.ServletContextScope
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
- registerDestructionCallback(String, Runnable, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Register a callback to be executed on destruction of the specified attribute in the given scope.
- registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
- registerDispatcherServlet(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Register a
DispatcherServlet
against the given servlet context. - registerDisposableBean(String, DisposableBean) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Add the given bean to the list of disposable beans in this registry.
- registerDisposableBeanIfNecessary(String, Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Add the given bean to the list of disposable beans in this factory, registering its DisposableBean interface and/or the given destroy method to be called on factory shutdown (if applicable).
- RegisteredBean - Class in org.springframework.beans.factory.support
-
A
RegisteredBean
represents a bean that has been registered with aBeanFactory
, but has not necessarily been instantiated. - registerEndpoint(JmsListenerEndpoint) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Register a new
JmsListenerEndpoint
using the defaultJmsListenerContainerFactory
to create the underlying container. - registerEndpoint(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistrar
-
Register a new
JmsListenerEndpoint
alongside theJmsListenerContainerFactory
to use to create the underlying container. - registerEndpoints() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Actually register the endpoints.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
- registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
- registerExceptionHandlerAdvice(MessagingAdviceBean, AbstractExceptionHandlerMethodResolver) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Subclasses can invoke this method to populate the MessagingAdviceBean cache (e.g.
- registerExceptionHandlerAdvice(MessagingAdviceBean, AbstractExceptionHandlerMethodResolver) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Subclasses can invoke this method to populate the MessagingAdviceBean cache (e.g.
- registerExtension(String, String) - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
-
Java config friendly alternative to
EncodedResourceResolver.setExtensions(Map)
. - registerExtension(String, String) - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
-
Java config friendly alternative to
EncodedResourceResolver.setExtensions(Map)
. - registerExternallyManagedConfigMember(Member) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Register an externally managed configuration method or field.
- registerExternallyManagedDestroyMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Register an externally managed configuration destruction method — for example, a method annotated with JSR-250's
PreDestroy
annotation. - registerExternallyManagedInitMethod(String) - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Register an externally managed configuration initialization method — for example, a method annotated with JSR-250's
javax.annotation.PostConstruct
or Jakarta'sPostConstruct
annotation. - registerField(Field) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register the need for reflection on the specified
Field
. - registerFieldHint(ReflectionHints, Field) - Method in class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
-
Register
ReflectionHints
against the specifiedField
. - registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.DateFormatterRegistrar
- registerFormatters(FormatterRegistry) - Method in class org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
- registerFormatters(FormatterRegistry) - Method in interface org.springframework.format.FormatterRegistrar
-
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
- registerFunction(String, Method) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- registerHandler(String[], String) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL paths.
- registerHandler(String[], String) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL paths.
- registerHandler(String, Object) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL path.
- registerHandler(String, Object) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Register the specified handler for the given URL path.
- registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
- registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Register a handler method and its unique mapping.
- registerHandlerMethod(Object, Method, T) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Register a handler method and its unique mapping.
- registerHandlers(Map<String, Object>) - Method in class org.springframework.web.reactive.handler.SimpleUrlHandlerMapping
-
Register all handlers specified in the URL map for the corresponding paths.
- registerHandlers(Map<String, Object>) - Method in class org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
-
Register all handlers specified in the URL map for the corresponding paths.
- registerHandlers(Map<String, ResourceWebHandler>) - Method in class org.springframework.web.reactive.resource.ResourceUrlProvider
-
Manually configure resource handler mappings.
- registerHints(ResourceHints, ClassLoader) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar.Builder
-
Register resource hints for the current state of this builder.
- registerHints(ResourceHints, ClassLoader) - Method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
-
Deprecated, for removal: This API element is subject to removal in a future version.
- registerHints(RuntimeHints, Class<?>, ClassLoader) - Method in interface org.springframework.test.context.aot.TestRuntimeHintsRegistrar
-
Contribute hints to the given
RuntimeHints
instance. - registerHints(RuntimeHints, ClassLoader) - Method in interface org.springframework.aot.hint.RuntimeHintsRegistrar
-
Contribute hints to the given
RuntimeHints
instance. - registerImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Register a new import prefix that will be used when searching for unqualified types.
- registerJdkProxy(Class<?>...) - Method in class org.springframework.aot.hint.ProxyHints
-
Register that a JDK proxy implementing the specified interfaces is required.
- registerJdkProxy(Consumer<JdkProxyHint.Builder>) - Method in class org.springframework.aot.hint.ProxyHints
-
Register a
JdkProxyHint
. - registerJdkProxy(TypeReference...) - Method in class org.springframework.aot.hint.ProxyHints
-
Register that a JDK proxy implementing the interfaces defined by the specified type references is required.
- registerJobsAndTriggers() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register jobs and triggers (within a transaction, if possible).
- registerListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
Create a message listener container for the given
JmsListenerEndpoint
. - registerListenerContainer(JmsListenerEndpoint, JmsListenerContainerFactory<?>, boolean) - Method in class org.springframework.jms.config.JmsListenerEndpointRegistry
-
Create a message listener container for the given
JmsListenerEndpoint
. - registerListeners() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Add beans that implement ApplicationListener as listeners.
- registerListeners() - Method in class org.springframework.scheduling.quartz.SchedulerAccessor
-
Register all specified listeners with the Scheduler.
- registerManagedResource(Object) - Method in class org.springframework.jmx.export.MBeanExporter
- registerManagedResource(Object) - Method in interface org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerManagedResource(Object, ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
- registerManagedResource(Object, ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
-
Register the supplied resource with JMX.
- registerMapping(RequestMappingInfo, Object, Method) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
- registerMapping(RequestMappingInfo, Object, Method) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- registerMapping(T, Object, Method) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
-
Register the given mapping.
- registerMapping(T, Object, Method) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Register the given mapping.
- registerMessageExceptionHandlerHints(ReflectionHints, MessageExceptionHandler) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerMessagingAdvice(MessagingAdviceBean) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Use this method to register a
MessagingAdviceBean
that may contain globally applicable@MessageExceptionHandler
methods. - registerMethod(Method, ExecutableMode) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register the need for reflection on the specified
Method
, using the specifiedExecutableMode
. - registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
Register a filter for methods on the given type.
- registerMethodFilter(Class<?>, MethodFilter) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
-
Register a
MethodFilter
which will be called during method resolution for the specified type. - registerMethodHint(ReflectionHints, Method) - Method in class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
-
Register
ReflectionHints
against the specifiedMethod
. - registerMethodHints(ReflectionHints, Method) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerNamedDispatcher(String, RequestDispatcher) - Method in class org.springframework.mock.web.MockServletContext
-
Register a
RequestDispatcher
(typically aMockRequestDispatcher
) that acts as a wrapper for the named Servlet. - registerNewClinit(CodeFlow.ClinitAdder) - Method in class org.springframework.expression.spel.CodeFlow
-
Register a ClinitAdder which will add code to the static initializer in the generated class to support the code produced by an AST node's primary generateCode() method.
- registerNewField(CodeFlow.FieldAdder) - Method in class org.springframework.expression.spel.CodeFlow
-
Register a FieldAdder which will add a new field to the generated class to support the code produced by an AST node's primary generateCode() method.
- registerObjectMappersForType(Class<?>, Consumer<Map<MediaType, ObjectMapper>>) - Method in class org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
-
Configure the
ObjectMapper
instances to use for the givenClass
. - registerObjectMappersForType(Class<?>, Consumer<Map<MimeType, ObjectMapper>>) - Method in class org.springframework.http.codec.json.Jackson2CodecSupport
-
Configure the
ObjectMapper
instances to use for the givenClass
. - registerParameterHints(ReflectionHints, Method) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerPathMatcher(RuntimeBeanReference, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Adds an alias to an existing well-known name or registers a new instance of a
PathMatcher
under that well-known name, unless already registered. - registerPattern(String) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the resources matching the specified pattern should be made available at runtime.
- registerPattern(Consumer<ResourcePatternHints.Builder>) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the resources matching the specified pattern should be made available at runtime.
- registerPatternIfPresent(ClassLoader, String, Consumer<ResourcePatternHints.Builder>) - Method in class org.springframework.aot.hint.ResourceHints
-
Register a pattern if the given
location
is available on the classpath. - registerProcessedProperty(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Register the specified property as "processed" in the sense of some processor calling the corresponding setter method outside the PropertyValue(s) mechanism.
- registerPrototype(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerPrototype(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a prototype bean with the underlying bean factory.
- registerProxyIfNecessary(Class<?>, RuntimeHints) - Static method in class org.springframework.aot.hint.support.ClassHintUtils
-
Register a proxy hint for a JDK proxy or corresponding reflection hints for a CGLIB-generated subclass, if necessary.
- registerReactiveType(ReactiveTypeDescriptor, Function<Object, Publisher<?>>, Function<Publisher<?>, Object>) - Method in class org.springframework.core.ReactiveAdapterRegistry
-
Register a reactive type along with functions to adapt to and from a Reactive Streams
Publisher
. - registerReactiveTypeOverride(ReactiveTypeDescriptor, Function<Object, Publisher<?>>, Function<Publisher<?>, Object>) - Method in class org.springframework.core.ReactiveAdapterRegistry
-
Register a reactive type along with functions to adapt to and from a Reactive Streams
Publisher
. - RegisterReflectionForBinding - Annotation Interface in org.springframework.aot.hint.annotation
-
Indicates that the classes specified in the annotation attributes require some reflection hints for binding or reflection-based serialization purposes.
- RegisterReflectionForBindingProcessor - Class in org.springframework.aot.hint.annotation
-
A
ReflectiveProcessor
implementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components, including types transitively used on properties and record components). - RegisterReflectionForBindingProcessor() - Constructor for class org.springframework.aot.hint.annotation.RegisterReflectionForBindingProcessor
- registerReflectionHints(ReflectionHints, AnnotatedElement) - Method in interface org.springframework.aot.hint.annotation.ReflectiveProcessor
-
Register
ReflectionHints
against the specifiedAnnotatedElement
. - registerReflectionHints(ReflectionHints, AnnotatedElement) - Method in class org.springframework.aot.hint.annotation.RegisterReflectionForBindingProcessor
- registerReflectionHints(ReflectionHints, AnnotatedElement) - Method in class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
- registerReflectionHints(ReflectionHints, AnnotatedElement) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerReflectionHints(ReflectionHints, Type...) - Method in class org.springframework.aot.hint.BindingReflectionHintsRegistrar
-
Register the necessary reflection hints to bind the specified types.
- registerRequestDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Register the given callback as to be executed after request completion.
- registerResolvableDependency(Class<?>, Object) - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Register a special dependency type with corresponding autowired value.
- registerResolvableDependency(Class<?>, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- registerResource(Resource) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the supplied resource should be made available at runtime.
- registerResourceBundle(String) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the resource bundle with the specified base name should be made available at runtime.
- registerResourceBundle(String, Consumer<ResourceBundleHint.Builder>) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the resource bundle with the specified base name should be made available at runtime.
- registerReturnValueHints(ReflectionHints, Method) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerRuntimeHints(RuntimeHints, Class<?>...) - Method in class org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar
-
Register the relevant runtime hints for elements that are annotated with
Reflective
. - registerScope(Class<?>, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a specific Spring scope by name.
- registerScope(String, String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Register an extended JSR-330 scope annotation, mapping it onto a specific Spring scope by name.
- registerScope(String, Scope) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Register the given scope, backed by the given Scope implementation.
- registerScope(String, Scope) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - Static method in class org.springframework.scripting.config.LangNamespaceUtils
-
Register a
ScriptFactoryPostProcessor
bean definition in the suppliedBeanDefinitionRegistry
if theScriptFactoryPostProcessor
hasn't already been registered. - registerServletFilter(ServletContext, Filter) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
Add the given filter to the ServletContext and map it to the
DispatcherServlet
as follows: a default filter name is chosen based on its concrete type theasyncSupported
flag is set depending on the return value ofasyncSupported
a filter mapping is created with dispatcher typesREQUEST
,FORWARD
,INCLUDE
, and conditionallyASYNC
depending on the return value ofasyncSupported
- registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.context.request.ServletRequestAttributes
-
Register the given callback as to be executed after session termination.
- registerShutdownHook() - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.
- registerShutdownHook() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Register a shutdown hook named
SpringContextShutdownHook
with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time. - registerSingleton(String, Class<?>) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Class<?>, MutablePropertyValues) - Method in class org.springframework.context.support.StaticApplicationContext
-
Register a singleton bean with the underlying bean factory.
- registerSingleton(String, Object) - Method in interface org.springframework.beans.factory.config.SingletonBeanRegistry
-
Register the given existing object as singleton in the bean registry, under the given bean name.
- registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- registerSingleton(String, Object) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
- registerSqlType(String, int) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Register an SQL type for the given parameter.
- registerStaticCallbacks(Class, Callback[]) - Static method in class org.springframework.cglib.proxy.Enhancer
-
Similar to
Enhancer.registerCallbacks(java.lang.Class, org.springframework.cglib.proxy.Callback[])
, but suitable for use when multiple threads will be creating instances of the generated class. - registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
- registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
- registerStompEndpoints(StompEndpointRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
Register STOMP endpoints mapping each to a specific URL and (optionally) enabling and configuring SockJS fallback options.
- registerSubscription(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
- registerSubscription(Message<?>) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
-
Register a subscription represented by the given message.
- registerSynchronization(Synchronization) - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
- registerSynchronization(TransactionSynchronization) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Register a new transaction synchronization for the current context.
- registerSynchronization(TransactionSynchronization) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
-
Register a new transaction synchronization for the current thread.
- registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - Method in class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
-
Register the specified
ScheduledExecutorTasks
on the givenScheduledExecutorService
. - registerTestExecutionListeners(List<TestExecutionListener>) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied list of
TestExecutionListeners
by appending them to the list of listeners used by thisTestContextManager
. - registerTestExecutionListeners(TestExecutionListener...) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied array of
TestExecutionListeners
by appending them to the list of listeners used by thisTestContextManager
. - registerTranslator(String, SQLExceptionTranslator) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
-
Register a new custom translator for the specified database name.
- registerType(Class<?>) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the bytecode of the specified type should be made available at runtime.
- registerType(Class<?>, Consumer<TypeHint.Builder>) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the specified type.
- registerType(Class<?>, MemberCategory...) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the specified type using the specified
MemberCategories
. - registerType(Class<? extends Serializable>) - Method in class org.springframework.aot.hint.SerializationHints
-
Register that the specified type need to be serialized using java serialization.
- registerType(Class<? extends Serializable>, Consumer<JavaSerializationHint.Builder>) - Method in class org.springframework.aot.hint.SerializationHints
-
Register that the specified type need to be serialized using java serialization.
- registerType(TypeReference) - Method in class org.springframework.aot.hint.ResourceHints
-
Register that the bytecode of the type defined by the specified
TypeReference
should be made available at runtime. - registerType(TypeReference) - Method in class org.springframework.aot.hint.SerializationHints
-
Register that the type defined by the specified
TypeReference
need to be serialized using java serialization. - registerType(TypeReference, Consumer<JavaSerializationHint.Builder>) - Method in class org.springframework.aot.hint.SerializationHints
-
Register that the type defined by the specified
TypeReference
need to be serialized using java serialization. - registerType(TypeReference, Consumer<TypeHint.Builder>) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the type defined by the specified
TypeReference
. - registerType(TypeReference, MemberCategory...) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the specified type using the specified
MemberCategories
. - registerTypeHint(ReflectionHints, Class<?>) - Method in class org.springframework.aot.hint.annotation.SimpleReflectiveProcessor
-
Register
ReflectionHints
against the specifiedClass
. - registerTypeHints(ReflectionHints, Class<?>) - Method in class org.springframework.messaging.handler.annotation.MessageMappingReflectiveProcessor
- registerTypeIfPresent(ClassLoader, String, Consumer<TypeHint.Builder>) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the specified type if it is available using the specified
ClassLoader
. - registerTypeIfPresent(ClassLoader, String, MemberCategory...) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the specified type if it is available using the specified
ClassLoader
. - registerTypeName(String, String) - Method in class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
-
Register an SQL type for the given parameter.
- registerTypes(Iterable<TypeReference>, Consumer<TypeHint.Builder>) - Method in class org.springframework.aot.hint.ReflectionHints
-
Register or customize reflection hints for the types defined by the specified list of
type references
. - registerUrlPathHelper(RuntimeBeanReference, ParserContext, Object) - Static method in class org.springframework.web.servlet.config.MvcNamespaceUtils
-
Adds an alias to an existing well-known name or registers a new instance of a
UrlPathHelper
under that well-known name, unless already registered. - registerWebApplicationScopes(ConfigurableListableBeanFactory) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession") with the given BeanFactory, as used by the WebApplicationContext.
- registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Register web-specific scopes ("request", "session", "globalSession", "application") with the given BeanFactory, as used by the WebApplicationContext.
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in interface org.springframework.web.socket.config.annotation.WebSocketConfigurer
-
Register
WebSocketHandlers
including SockJS fallback options if desired. - registerWithDefaultConfig(Object) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Variant of
CodecConfigurer.CustomCodecs.register(Object)
that also applies the below properties, if configured, viaCodecConfigurer.defaultCodecs()
:maxInMemorySize
enableLoggingRequestDetails
- registerWithDefaultConfig(Object, Consumer<CodecConfigurer.DefaultCodecConfig>) - Method in interface org.springframework.http.codec.CodecConfigurer.CustomCodecs
-
Variant of
CodecConfigurer.CustomCodecs.register(Object)
that also allows the caller to apply the properties fromCodecConfigurer.DefaultCodecConfig
to the given codec. - registerWithGeneratedName(BeanDefinition) - Method in class org.springframework.beans.factory.xml.XmlReaderContext
-
Call the bean name generator for the given bean definition and register the bean definition under the generated name.
- registerWithGeneratedName(AbstractBeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
-
Register the given bean definition with a generated name, unique within the given bean factory.
- registration() - Element in annotation interface org.springframework.context.annotation.EnableMBeanExport
-
The policy to use when attempting to register an MBean under an
ObjectName
that already exists. - RegistrationPolicy - Enum Class in org.springframework.jmx.support
-
Indicates registration behavior when attempting to register an MBean that already exists.
- reimplement(Object, Method, Object[]) - Method in interface org.springframework.beans.factory.support.MethodReplacer
-
Reimplement the given method.
- REINJECT_DEPENDENCIES_ATTRIBUTE - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates whether the dependencies of a test instance should be reinjected inbeforeTestMethod()
. - reject(String) - Method in class org.springframework.validation.AbstractErrors
- reject(String) - Method in exception org.springframework.validation.BindException
- reject(String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- reject(String) - Method in class org.springframework.web.bind.EscapedErrors
- reject(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- reject(String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
- reject(String, Object[], String) - Method in exception org.springframework.validation.BindException
- reject(String, Object[], String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- reject(String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
- reject(String, Object[], String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- reject(String, String) - Method in class org.springframework.validation.AbstractErrors
- reject(String, String) - Method in exception org.springframework.validation.BindException
- reject(String, String) - Method in interface org.springframework.validation.Errors
-
Register a global error for the entire target object, using the given error description.
- reject(String, String) - Method in class org.springframework.web.bind.EscapedErrors
- reject(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- rejectIfEmpty(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments if the value is empty.
- rejectIfEmpty(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments and default message if the value is empty.
- rejectIfEmpty(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and default message if the value is empty.
- rejectIfEmptyOrWhitespace(Errors, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and error arguments if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code, error arguments and default message if the value is empty or just contains whitespace.
- rejectIfEmptyOrWhitespace(Errors, String, String, String) - Static method in class org.springframework.validation.ValidationUtils
-
Reject the given field with the given error code and default message if the value is empty or just contains whitespace.
- RejectModifierPredicate - Class in org.springframework.cglib.core
- RejectModifierPredicate(int) - Constructor for class org.springframework.cglib.core.RejectModifierPredicate
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- rejectRequest(ServerHttpResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
-
Invoked when one of the CORS checks failed.
- rejectValue(String, String) - Method in class org.springframework.validation.AbstractErrors
- rejectValue(String, String) - Method in exception org.springframework.validation.BindException
- rejectValue(String, String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- rejectValue(String, String) - Method in class org.springframework.web.bind.EscapedErrors
- rejectValue(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- rejectValue(String, String, Object[], String) - Method in class org.springframework.validation.AbstractBindingResult
- rejectValue(String, String, Object[], String) - Method in exception org.springframework.validation.BindException
- rejectValue(String, String, Object[], String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- rejectValue(String, String, Object[], String) - Method in class org.springframework.web.bind.EscapedErrors
- rejectValue(String, String, Object[], String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- rejectValue(String, String, String) - Method in class org.springframework.validation.AbstractErrors
- rejectValue(String, String, String) - Method in exception org.springframework.validation.BindException
- rejectValue(String, String, String) - Method in interface org.springframework.validation.Errors
-
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
- rejectValue(String, String, String) - Method in class org.springframework.web.bind.EscapedErrors
- rejectValue(String, String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- relative(int) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- relative(int) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Move the cursor a relative number of rows, either positive or negative.
- RelativeRedirectFilter - Class in org.springframework.web.filter
-
Overrides
HttpServletResponse.sendRedirect(String)
and handles it by setting the HTTP status and "Location" headers, which keeps the Servlet container from re-writing relative redirect URLs into absolute ones. - RelativeRedirectFilter() - Constructor for class org.springframework.web.filter.RelativeRedirectFilter
- relativeTo(UriComponentsBuilder) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create an instance of this class with a base URL.
- release() - Method in class org.apache.commons.logging.LogFactory
-
Deprecated.
- release() - Method in class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- release() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- release() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
-
Decrease the reference count for this buffer by one, and deallocate it once the count reaches zero.
- release() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
- release() - Method in class org.springframework.mock.web.MockPageContext
- release() - Method in interface org.springframework.util.ConcurrentReferenceHashMap.Reference
-
Release this entry and ensure that it will be returned from
ReferenceManager#pollForPurge()
. - release() - Method in class org.springframework.web.reactive.socket.WebSocketMessage
-
Release the payload
DataBuffer
which is useful on runtimes (e.g. - release() - Method in class org.springframework.web.servlet.tags.ArgumentTag
- release() - Method in class org.springframework.web.servlet.tags.MessageTag
- release() - Method in class org.springframework.web.servlet.tags.ParamTag
- release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Deprecated.
- release(DataBuffer) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Release the given data buffer.
- releaseAll() - Static method in class org.apache.commons.logging.LogFactory
-
Deprecated.
- releaseAndClear() - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
-
Shortcut to
release
all data buffers and thenLimitedDataBufferList.clear()
. - releaseBody() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
-
Release the body of this response.
- releaseBody() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.r2dbc.connection.ConnectionFactoryUtils
-
Close the given
Connection
, obtained from the givenConnectionFactory
, if it is not managed externally (that is, not bound to the subscription). - releaseConnection(Connection, ConnectionFactory, boolean) - Static method in class org.springframework.jms.connection.ConnectionFactoryUtils
-
Release the given Connection, stopping it (if necessary) and eventually closing it.
- releaseConnection(Connection) - Method in class org.springframework.jdbc.core.support.JdbcDaoSupport
-
Close the given JDBC Connection, created via this DAO's DataSource, if it isn't bound to the thread.
- releaseConnection(Connection) - Method in interface org.springframework.jdbc.datasource.ConnectionHandle
-
Release the JDBC Connection that this handle refers to.
- releaseConnection(Connection, DataSource) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Close the given Connection, obtained from the given DataSource, if it is not managed externally (that is, not bound to the thread).
- releaseConsumer() - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Return a consumer that calls
DataBufferUtils.release(DataBuffer)
on all passed data buffers. - releaseContext(Context) - Method in class org.springframework.jndi.JndiTemplate
-
Release a JNDI context as obtained from
JndiTemplate.getContext()
. - released() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
-
Releases the current Connection held by this ConnectionHolder.
- released() - Method in class org.springframework.r2dbc.connection.ConnectionHolder
-
Releases the current
Connection
. - released() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Decrease the reference count by one because the holder has been released (i.e.
- releaseHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Release the savepoint that is held for the transaction.
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
- releaseInstance(ConstraintValidator<?, ?>) - Method in class org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
- releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
-
This implementation does nothing, assuming that the Connection will implicitly be closed with the EntityManager.
- releaseJdbcConnection(ConnectionHandle, EntityManager) - Method in interface org.springframework.orm.jpa.JpaDialect
-
Release the given JDBC Connection, which has originally been retrieved via
getJdbcConnection
. - releaseResource(H, K) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Release the given resource (after it has been unbound from the thread).
- releaseResource(O, K) - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
Release the given resource (after it has been unbound from the thread).
- releaseSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
This implementation releases the given JDBC 3.0 Savepoint.
- releaseSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
-
Explicitly release the given savepoint.
- releaseSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractLazyCreationTargetSource
- releaseTarget(Object) - Method in class org.springframework.aop.target.AbstractPoolingTargetSource
-
Return the given object to the pool.
- releaseTarget(Object) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
-
Returns the specified object to the underlying
ObjectPool
. - releaseTarget(Object) - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
No need to release target.
- releaseTarget(Object) - Method in class org.springframework.aop.target.EmptyTargetSource
-
Nothing to release.
- releaseTarget(Object) - Method in class org.springframework.aop.target.HotSwappableTargetSource
- releaseTarget(Object) - Method in class org.springframework.aop.target.PrototypeTargetSource
-
Destroy the given independent instance.
- releaseTarget(Object) - Method in class org.springframework.aop.target.SingletonTargetSource
- releaseTarget(Object) - Method in interface org.springframework.aop.TargetSource
-
Release the given target object obtained from the
TargetSource.getTarget()
method, if any. - releaseTarget(Object) - Method in class org.springframework.jndi.JndiObjectTargetSource
- ReloadableResourceBundleMessageSource - Class in org.springframework.context.support
-
Spring-specific
MessageSource
implementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext
's resource loading. - ReloadableResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource
- ReloadableResourceBundleMessageSource.PropertiesHolder - Class in org.springframework.context.support
-
PropertiesHolder for caching.
- REM - Static variable in class org.springframework.cglib.core.CodeEmitter
- remoteAddress() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- remoteAddress() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the remote address to which this request is connected, if available.
- remoteAddress() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- remoteAddress() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the remote address to which this request is connected, if available.
- remoteAddress(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the remote address of the request.
- remoteAddress(InetSocketAddress) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the address of the remote client.
- remoteAddress(InetSocketAddress) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the remote address to return.
- remoteAddress(InetSocketAddress) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- remoteAddress(InetSocketAddress) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
-
Set the remote address of the request.
- remove() - Method in class org.springframework.util.CompositeIterator
- remove(int) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- remove(int) - Method in class org.springframework.util.AutoPopulatingList
- remove(Object) - Method in class org.springframework.cglib.beans.BeanMap
- remove(Object) - Method in class org.springframework.cglib.reflect.MulticastDelegate
- remove(Object) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- remove(Object) - Method in class org.springframework.http.HttpHeaders
- remove(Object) - Method in class org.springframework.messaging.MessageHeaders
-
Since MessageHeaders are immutable, the call to this method will result in
UnsupportedOperationException
. - remove(Object) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- remove(Object) - Method in class org.springframework.util.AutoPopulatingList
- remove(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- remove(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- remove(Object) - Method in class org.springframework.util.MultiValueMapAdapter
- remove(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- remove(Object, Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- remove(String) - Method in interface org.springframework.beans.factory.config.Scope
-
Remove the object with the given
name
from the underlying scope. - remove(String) - Method in class org.springframework.context.support.SimpleThreadScope
- remove(String) - Method in class org.springframework.core.env.MutablePropertySources
-
Remove and return the property source with the given name,
null
if not found. - remove(String) - Method in class org.springframework.messaging.simp.SimpSessionScope
- remove(String) - Method in class org.springframework.transaction.support.SimpleTransactionScope
- remove(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
- remove(String) - Method in class org.springframework.web.context.request.SessionScope
- remove(String) - Method in class org.springframework.web.context.support.ServletContextScope
- remove(K) - Method in class org.springframework.util.ConcurrentLruCache
-
Immediately remove the given key and any associated value.
- remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.cache.ContextCache
-
Remove the context with the given key from the cache and explicitly close it if it is an instance of
ConfigurableApplicationContext
. - remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Remove the context with the given key from the cache and explicitly close it if it is an instance of
ConfigurableApplicationContext
. - removeAdvice(Advice) - Method in interface org.springframework.aop.framework.Advised
-
Remove the Advisor containing the given advice.
- removeAdvice(Advice) - Method in class org.springframework.aop.framework.AdvisedSupport
- removeAdvisor(int) - Method in interface org.springframework.aop.framework.Advised
-
Remove the advisor at the given index.
- removeAdvisor(int) - Method in class org.springframework.aop.framework.AdvisedSupport
- removeAdvisor(Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Remove the given advisor.
- removeAdvisor(Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
- removeAlias(String) - Method in class org.springframework.context.support.GenericApplicationContext
- removeAlias(String) - Method in interface org.springframework.core.AliasRegistry
-
Remove the specified alias from this registry.
- removeAlias(String) - Method in class org.springframework.core.SimpleAliasRegistry
- removeAll(Collection<?>) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- removeAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
- removeAllListeners() - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- removeAllListeners() - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove all listeners registered with this multicaster.
- removeAllParameters() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Remove all existing parameters.
- removeApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.ConfigurableApplicationContext
-
Remove the given ApplicationListener from this context's set of listeners, assuming it got registered via
ConfigurableApplicationContext.addApplicationListener(org.springframework.context.ApplicationListener<?>)
before. - removeApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- removeApplicationListener(ApplicationListener<?>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener from the notification list.
- removeApplicationListener(ApplicationListener<?>) - Method in class org.springframework.context.support.AbstractApplicationContext
- removeApplicationListenerBean(String) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- removeApplicationListenerBean(String) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove a listener bean from the notification list.
- removeApplicationListenerBeans(Predicate<String>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- removeApplicationListenerBeans(Predicate<String>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove all matching listener beans from the set of registered listener bean names (referring to bean classes which in turn implement the
ApplicationListener
interface directly). - removeApplicationListeners(Predicate<ApplicationListener<?>>) - Method in class org.springframework.context.event.AbstractApplicationEventMulticaster
- removeApplicationListeners(Predicate<ApplicationListener<?>>) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Remove all matching listeners from the set of registered
ApplicationListener
instances (which includes adapter classes such asApplicationListenerMethodAdapter
, e.g. - removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Deprecated.
- removeAttribute(String) - Method in class org.apache.commons.logging.LogFactoryService
-
Deprecated.
- removeAttribute(String) - Method in class org.springframework.beans.BeanMetadataAttributeAccessor
- removeAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
-
Remove the attribute identified by
name
and return its value. - removeAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
- removeAttribute(String) - Method in class org.springframework.messaging.simp.SimpAttributes
-
Remove the attribute of the given name, if it exists.
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
- removeAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
- removeAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
- removeAttribute(String) - Method in interface org.springframework.test.context.aot.AotTestAttributes
-
Remove the attribute stored under the provided name.
- removeAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
- removeAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.FacesRequestAttributes
- removeAttribute(String, int) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Remove the scoped attribute of the given name, if it exists.
- removeAttribute(String, int) - Method in class org.springframework.web.context.request.ServletRequestAttributes
- removeAttributes() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Called by
AbstractHtmlElementBodyTag.doFinally()
allowing subclasses to remove any attributes from thePageContext
as needed. - removeAttributes() - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
-
Removes any bind status error messages that were previously stored under
this key
in thePageContext.PAGE_SCOPE
. - removeAttributes() - Method in class org.springframework.web.servlet.tags.form.OptionTag
- removeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Remove the given attributes from the model.
- removeBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistry
-
Remove the BeanDefinition for the given name.
- removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- removeBeanDefinition(String) - Method in class org.springframework.beans.factory.support.SimpleBeanDefinitionRegistry
- removeBeanDefinition(String) - Method in class org.springframework.context.support.GenericApplicationContext
- removeBinding(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
-
Remove the given prefix from this context.
- removeConstructorResolver(ConstructorResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- removeConvertible(Class<?>, Class<?>) - Method in interface org.springframework.core.convert.converter.ConverterRegistry
-
Remove any converters from
sourceType
totargetType
. - removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.core.convert.support.GenericConversionService
- removeCookie(HttpServletResponse) - Method in class org.springframework.web.util.CookieGenerator
-
Deprecated.Remove the cookie that this generator describes from the response.
- removeCredentialsFromCurrentThread() - Method in class org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
-
Remove any user credentials for this proxy from the current thread.
- removeCredentialsFromCurrentThread() - Method in class org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
-
Remove any user credentials for this proxy from the current thread.
- removeDuplicateStrings(String[]) - Static method in class org.springframework.util.StringUtils
-
Remove duplicate strings from the given array.
- removeEldestEntry(Map.Entry<String, V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
-
Determine whether this map should remove the given eldest entry.
- removeExpiredSessions() - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
-
Check for expired sessions and remove them.
- removeFromCache(String) - Method in interface org.springframework.jms.support.destination.CachingDestinationResolver
-
Remove the destination with the given name from the cache (if cached by this resolver in the first place).
- removeFromCache(String) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- removeFromCache(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
-
Provides functionality to clear the cache for a certain view.
- removeFromScope() - Method in class org.springframework.aop.scope.DefaultScopedObject
- removeFromScope() - Method in interface org.springframework.aop.scope.ScopedObject
-
Remove this object from its target scope, for example from the backing session.
- removeHeader(String) - Method in class org.springframework.messaging.support.MessageBuilder
-
Remove the value for the given header name.
- removeHeader(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Remove the value for the given header name.
- removeHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Remove already registered entries for the specified HTTP header, if any.
- removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageBuilder
-
Removes all headers provided via array of 'headerPatterns'.
- removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Removes all headers provided via array of 'headerPatterns'.
- removeIf(Predicate<? super DataBuffer>) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- removeIfPresent(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
-
Remove the given property source if it is present.
- removeImport(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Remove the specified prefix from this locator's list of imports.
- removeInterceptor(int) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- removeInterceptor(int) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Remove the interceptor at the given index.
- removeInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.AbstractMessageChannel
- removeInterceptor(ChannelInterceptor) - Method in interface org.springframework.messaging.support.InterceptableChannel
-
Remove the given interceptor.
- removeInterface(Class<?>) - Method in class org.springframework.aop.framework.AdvisedSupport
-
Remove a proxied interface.
- removeListener(AdvisedSupportListener) - Method in class org.springframework.aop.framework.ProxyCreatorSupport
-
Remove the given AdvisedSupportListener from this proxy configuration.
- removeListener(RecordedInvocationsListener) - Static method in class org.springframework.aot.agent.RecordedInvocationsPublisher
-
Deregister the given invocations listener.
- removeMethodResolver(MethodResolver) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- removeNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
-
Remove the specified native header value replacing existing values.
- removeParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Remove already registered values for the specified HTTP parameter, if any.
- removePathExtension() - Method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Remove any path extension from the
requestURI
. - removePropertyAccessor(PropertyAccessor) - Method in class org.springframework.expression.spel.support.StandardEvaluationContext
- removePropertyValue(String) - Method in class org.springframework.beans.MutablePropertyValues
-
Overloaded version of
removePropertyValue
that takes a property name. - removePropertyValue(PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
-
Remove the given PropertyValue, if contained.
- removeQualityValue() - Method in class org.springframework.http.MediaType
-
Return a replica of this instance with its quality value removed.
- removeRange(int, int) - Method in class org.springframework.core.io.buffer.LimitedDataBufferList
- removeRequestDestructionCallback(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Remove the request destruction callback for the specified attribute, if any.
- removeSemicolonContent(String) - Method in class org.springframework.web.util.UrlPathHelper
-
Remove ";" (semicolon) content from the given request URI if the removeSemicolonContent property is set to "true".
- removeSession(String) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
- removeSession(String) - Method in interface org.springframework.web.server.session.WebSessionStore
-
Remove the WebSession for the specified id.
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Overridden to clear FactoryBean instance cache as well.
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Remove the bean with the given name from the singleton cache of this factory, to be able to clean up eager registration of a singleton if creation failed.
- removeSingleton(String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Overridden to clear the FactoryBean object cache as well.
- removeSingletonIfCreatedForTypeCheckOnly(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Remove the singleton instance (if any) for the given bean name, but only if it hasn't been used for other purposes than type checking.
- removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
- removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
- removeTransformers() - Method in class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
-
Remove all registered transformers, in inverse order of registration.
- removeVersion(String, String) - Method in class org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy
- removeVersion(String, String) - Method in class org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy
- removeVersion(String, String) - Method in interface org.springframework.web.reactive.resource.VersionStrategy
-
Remove the version from the request path.
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
- removeVersion(String, String) - Method in class org.springframework.web.servlet.resource.AbstractVersionStrategy
- removeVersion(String, String) - Method in interface org.springframework.web.servlet.resource.VersionPathStrategy
-
Remove the version from the request path.
- removeWebAppRootSystemProperty(ServletContext) - Static method in class org.springframework.web.util.WebUtils
-
Remove the system property that points to the web app root directory.
- render(String, Object...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
-
Render the template with the given
name
using the givenmodelAttributes
. - render(String, Object...) - Method in interface org.springframework.web.servlet.function.ServerResponse.BodyBuilder
-
Render the template with the given
name
using the givenmodelAttributes
. - render(String, Map<String, ?>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
-
Render the template with the given
name
using the givenmodel
. - render(String, Map<String, ?>) - Method in interface org.springframework.web.servlet.function.ServerResponse.BodyBuilder
-
Render the template with the given
name
using the givenmodel
. - render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Prepares the view given the specified model, merging it with static attributes and a RequestContext attribute, if necessary.
- render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.View
-
Render the view given the specified model.
- render(Map<String, ?>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Prepare the model to render.
- render(Map<String, ?>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.HttpMessageWriterView
- render(Map<String, ?>, MediaType, ServerWebExchange) - Method in interface org.springframework.web.reactive.result.view.View
-
Render the view based on the given
HandlerResult
. - render(ModelAndView, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Render the given ModelAndView.
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.ErrorsTag
- renderDefaultContent(TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
- renderDefaultMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Render the given default message String.
- renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
Render the tag contents based on the supplied
BodyContent
. - renderFromBodyContent(BodyContent, TagWriter) - Method in class org.springframework.web.servlet.tags.form.OptionTag
- renderFromBoolean(Boolean, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the '
input(checkbox)
' with the supplied value, marking the 'input
' element as 'checked' if the supplied Boolean istrue
. - renderFromValue(Object, Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the '
input(checkbox)
' with the supplied value, marking the 'input
' element as 'checked' if the supplied value matches the bound value. - renderFromValue(Object, TagWriter) - Method in class org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
-
Render the '
input(checkbox)
' with the supplied value, marking the 'input
' element as 'checked' if the supplied value matches the bound value. - Rendering - Interface in org.springframework.web.reactive.result.view
-
Public API for HTML rendering.
- Rendering.Builder<B extends Rendering.Builder<B>> - Interface in org.springframework.web.reactive.result.view
-
Defines a builder for
Rendering
. - Rendering.RedirectBuilder - Interface in org.springframework.web.reactive.result.view
-
Extends
Rendering.Builder
with extra options for redirect scenarios. - RenderingContext - Class in org.springframework.web.reactive.result.view.script
-
Context passed to
ScriptTemplateView
render function in order to make the application context, the locale, the template loader and the url available on scripting side. - RenderingContext - Class in org.springframework.web.servlet.view.script
-
Context passed to
ScriptTemplateView
render function in order to make the application context, the locale, the template loader and the url available on scripting side. - RenderingContext(ApplicationContext, Locale, Function<String, String>, String) - Constructor for class org.springframework.web.reactive.result.view.script.RenderingContext
-
Create a new
RenderingContext
. - RenderingContext(ApplicationContext, Locale, Function<String, String>, String) - Constructor for class org.springframework.web.servlet.view.script.RenderingContext
-
Create a new
RenderingContext
. - RenderingResponse - Interface in org.springframework.web.reactive.function.server
-
Rendering-specific subtype of
ServerResponse
that exposes model and template data. - RenderingResponse - Interface in org.springframework.web.servlet.function
-
Rendering-specific subtype of
ServerResponse
that exposes model and template data. - RenderingResponse.Builder - Interface in org.springframework.web.reactive.function.server
-
Defines a builder for
RenderingResponse
. - RenderingResponse.Builder - Interface in org.springframework.web.servlet.function
-
Defines a builder for
RenderingResponse
. - renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Subclasses must implement this method to actually render the view.
- renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
- renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.RedirectView
-
Convert model to request parameters and redirect to the given URL.
- renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Subclasses must implement this method to actually render the view.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
Renders the Excel view, given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Render the internal resource given the specified model.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.RedirectView
-
Convert model to request parameters and redirect to the given URL.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xml.MarshallingView
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.xslt.XsltView
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractTemplateView
-
Subclasses must implement this method to actually render the view.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Process the model map by merging it with the FreeMarker template.
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupView
- renderWorkbook(Workbook, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
-
The actual render step: taking the POI
Workbook
and rendering it to the given response. - renderWorkbook(Workbook, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
-
This implementation disposes of the
SXSSFWorkbook
when done with rendering. - Repeat - Annotation Interface in org.springframework.test.annotation
-
Test annotation for use with JUnit 4 to indicate that a test method should be invoked repeatedly.
- REPEATABLE_READ - Enum constant in enum class org.springframework.transaction.annotation.Isolation
-
A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
- RepeatableContainers - Class in org.springframework.core.annotation
-
Strategy used to determine annotations that act as containers for other annotations.
- replace(String, String, String) - Static method in class org.springframework.util.StringUtils
-
Replace all occurrences of a substring within a string with another string.
- replace(String, PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
-
Replace the property source with the given name with the given property source object.
- replace(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- replace(K, V, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- REPLACE_DEFAULTS - Enum constant in enum class org.springframework.test.context.TestExecutionListeners.MergeMode
-
Indicates that locally declared listeners should replace the default listeners.
- REPLACE_EXISTING - Enum constant in enum class org.springframework.jmx.support.RegistrationPolicy
-
Registration should replace the affected MBean when attempting to register an MBean under a name that already exists.
- replaceAdvisor(Advisor, Advisor) - Method in interface org.springframework.aop.framework.Advised
-
Replace the given advisor.
- replaceAdvisor(Advisor, Advisor) - Method in class org.springframework.aop.framework.AdvisedSupport
- REPLACED_METHOD_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- replaceMediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Similar to
ContentNegotiationConfigurer.mediaType(java.lang.String, org.springframework.http.MediaType)
but for replacing existing mappings. - ReplaceOverride - Class in org.springframework.beans.factory.support
-
Extension of
MethodOverride
that represents an arbitrary override of a method by the IoC container. - ReplaceOverride(String, String) - Constructor for class org.springframework.beans.factory.support.ReplaceOverride
-
Construct a new ReplaceOverride.
- replacePath(String) - Method in interface org.springframework.web.util.UriBuilder
-
Override the current path.
- replacePath(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- replacePlaceholders(String, Properties) - Method in class org.springframework.util.PropertyPlaceholderHelper
-
Replaces all placeholders of format
${name}
with the corresponding property from the suppliedProperties
. - replacePlaceholders(String, MethodInvocation, Object, Throwable, long) - Method in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
Replace the placeholders in the given message with the supplied values, or values derived from those supplied.
- replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
-
Replaces all placeholders of format
${name}
with the value returned from the suppliedPropertyPlaceholderHelper.PlaceholderResolver
. - replaceQuery(String) - Method in interface org.springframework.web.util.UriBuilder
-
Clear existing query parameters and then delegate to
UriBuilder.query(String)
. - replaceQuery(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- replaceQueryParam(String, Object...) - Method in interface org.springframework.web.util.UriBuilder
-
Set the query parameter values replacing existing values, or if no values are given, the query parameter is removed.
- replaceQueryParam(String, Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
- replaceQueryParam(String, Collection<?>) - Method in interface org.springframework.web.util.UriBuilder
-
Variant of
UriBuilder.replaceQueryParam(String, Object...)
with a Collection. - replaceQueryParam(String, Collection<?>) - Method in class org.springframework.web.util.UriComponentsBuilder
- replaceQueryParams(MultiValueMap<String, String>) - Method in interface org.springframework.web.util.UriBuilder
-
Set the query parameter values after removing all existing ones.
- replaceQueryParams(MultiValueMap<String, String>) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the query parameter values after removing all existing ones.
- REPLACER_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- replaceUriTemplateParams(String, List<Param>, Set<String>) - Method in class org.springframework.web.servlet.tags.UrlTag
-
Replace template markers in the URL matching available parameters.
- replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) - Method in class org.springframework.web.servlet.view.RedirectView
-
Replace URI template variables in the target URL with encoded model attributes or URI variables from the current request.
- replaceValidators(Validator...) - Method in class org.springframework.validation.DataBinder
-
Replace the Validators to apply after each binding step.
- replicate(Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
- replicate(Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- replicate(String, Object, ReplicationMode) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Persist the state of the given detached instance according to the given replication mode, reusing the current identifier value.
- replicate(String, Object, ReplicationMode) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- REPLY_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
-
The key for the message reply channel.
- REPLY_TO - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Name of the destination (topic or queue) the message replies should be sent to.
- ReplyFailureException - Exception in org.springframework.jms.listener.adapter
-
Exception to be thrown when the reply of a message failed to be sent.
- ReplyFailureException(String, Throwable) - Constructor for exception org.springframework.jms.listener.adapter.ReplyFailureException
- Repository - Annotation Interface in org.springframework.stereotype
-
Indicates that an annotated class is a "Repository", originally defined by Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects".
- request() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to request-related assertions.
- request() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
-
Return the wrapped request.
- request(String, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Alternative factory method that allows for custom HTTP verbs (e.g.
- request(Consumer<ServerHttpRequest.Builder>) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Configure a consumer to modify the current request using a builder.
- request(HttpMethod, String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a request with the given HTTP method. - request(HttpMethod, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a request with the given HTTP method. - request(HttpRequest) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
-
Set the request associated with the response.
- request(ServerHttpRequest) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Set the request to use especially when there is a need to override
ServerHttpRequest
methods. - REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.reactive.function.server.RouterFunctions
-
Name of the
ServerWebExchange
attribute that contains theServerRequest
. - REQUEST_ATTRIBUTE - Static variable in class org.springframework.web.servlet.function.RouterFunctions
-
Name of the request attribute that contains the
ServerRequest
. - REQUEST_CHANNEL_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Match RSocket frame "REQUEST_CHANNEL".
- REQUEST_CONTEXT_PAGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.RequestContextAwareTag
-
PageContext
attribute for the page-levelRequestContext
instance. - REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.web.reactive.result.view.AbstractView
-
Well-known name for the RequestDataValueProcessor in the bean factory.
- REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.support.RequestContextUtils
-
The name of the bean to use to determine if an implementation of
RequestDataValueProcessor
has been configured. - REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class org.springframework.http.HttpStatus
-
Deprecated.in favor of
HttpStatus.PAYLOAD_TOO_LARGE
which will be returned fromHttpStatus.valueOf(413)
- REQUEST_FNF_OR_RESPONSE_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Match RSocket frames "REQUEST_FNF" or "REQUEST_RESPONSE".
- REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class org.springframework.http.HttpStatus
-
431 Request Header Fields Too Large
. - REQUEST_RESPONSE_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Match RSocket frame "REQUEST_RESPONSE".
- REQUEST_STREAM_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
Match RSocket frame "REQUEST_STREAM".
- REQUEST_TIMEOUT - Enum constant in enum class org.springframework.http.HttpStatus
-
408 Request Timeout
. - REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
- REQUEST_URI_TOO_LONG - Enum constant in enum class org.springframework.http.HttpStatus
-
Deprecated.in favor of
HttpStatus.URI_TOO_LONG
which will be returned fromHttpStatus.valueOf(414)
- requestAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a request attribute.
- RequestAttribute - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation to bind a method parameter to a request attribute.
- RequestAttributeArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@RequestAttribute
annotated arguments. - RequestAttributeArgumentResolver() - Constructor for class org.springframework.web.service.invoker.RequestAttributeArgumentResolver
- RequestAttributeMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with an @
RequestAttribute
. - RequestAttributeMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with an @
RequestAttribute
. - RequestAttributeMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
- RequestAttributeMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
-
Create a new
RequestAttributeMethodArgumentResolver
instance. - RequestAttributes - Interface in org.springframework.web.context.request
-
Abstraction for accessing attribute objects associated with a request.
- RequestBody - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation indicating a method parameter should be bound to the body of the web request.
- RequestBodyAdvice - Interface in org.springframework.web.servlet.mvc.method.annotation
-
Allows customizing the request before its body is read and converted into an Object and also allows for processing of the resulting Object before it is passed into a controller method as an
@RequestBody
or anHttpEntity
method argument. - RequestBodyAdviceAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A convenient starting point for implementing
RequestBodyAdvice
with default method implementations. - RequestBodyAdviceAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
- RequestBodyArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@RequestBody
annotated arguments. - RequestBodyArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.service.invoker.RequestBodyArgumentResolver
- RequestBodyMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with
@RequestBody
by reading the body of the request through a compatibleHttpMessageReader
. - RequestBodyMethodArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestBodyMethodArgumentResolver
- RequestBuilder - Interface in org.springframework.test.web.servlet
-
Builds a
MockHttpServletRequest
. - RequestCallback - Interface in org.springframework.web.client
-
Callback interface for code that operates on a
ClientHttpRequest
. - requestCompleted() - Method in class org.springframework.web.context.request.AbstractRequestAttributes
-
Signal that the request has been completed.
- RequestCondition<T> - Interface in org.springframework.web.reactive.result.condition
-
Contract for request mapping conditions.
- RequestCondition<T> - Interface in org.springframework.web.servlet.mvc.condition
-
Contract for request mapping conditions.
- RequestConditionHolder - Class in org.springframework.web.reactive.result.condition
-
A holder for a
RequestCondition
useful when the type of the request condition is not known ahead of time, e.g. - RequestConditionHolder - Class in org.springframework.web.servlet.mvc.condition
-
A holder for a
RequestCondition
useful when the type of the request condition is not known ahead of time, e.g. - RequestConditionHolder(RequestCondition<?>) - Constructor for class org.springframework.web.reactive.result.condition.RequestConditionHolder
-
Create a new holder to wrap the given request condition.
- RequestConditionHolder(RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestConditionHolder
-
Create a new holder to wrap the given request condition.
- RequestContext - Class in org.springframework.web.reactive.result.view
-
Context holder for request-specific state, like the
MessageSource
to use, current locale, binding errors, etc. - RequestContext - Class in org.springframework.web.servlet.support
-
Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
- RequestContext(HttpServletRequest) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext(HttpServletRequest, ServletContext) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
- RequestContext(HttpServletRequest, Map<String, Object>) - Constructor for class org.springframework.web.servlet.support.RequestContext
-
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
- RequestContext(ServerWebExchange, Map<String, Object>, MessageSource) - Constructor for class org.springframework.web.reactive.result.view.RequestContext
- RequestContext(ServerWebExchange, Map<String, Object>, MessageSource, RequestDataValueProcessor) - Constructor for class org.springframework.web.reactive.result.view.RequestContext
- RequestContextAwareTag - Class in org.springframework.web.servlet.tags
-
Superclass for all tags that require a
RequestContext
. - RequestContextAwareTag() - Constructor for class org.springframework.web.servlet.tags.RequestContextAwareTag
- RequestContextFilter - Class in org.springframework.web.filter
-
Servlet Filter that exposes the request to the current thread, through both
LocaleContextHolder
andRequestContextHolder
. - RequestContextFilter() - Constructor for class org.springframework.web.filter.RequestContextFilter
- RequestContextHolder - Class in org.springframework.web.context.request
-
Holder class to expose the web request in the form of a thread-bound
RequestAttributes
object. - RequestContextHolder() - Constructor for class org.springframework.web.context.request.RequestContextHolder
- RequestContextListener - Class in org.springframework.web.context.request
-
Servlet listener that exposes the request to the current thread, through both
LocaleContextHolder
andRequestContextHolder
. - RequestContextListener() - Constructor for class org.springframework.web.context.request.RequestContextListener
- RequestContextUtils - Class in org.springframework.web.servlet.support
-
Utility class for easy access to request-specific state which has been set by the
DispatcherServlet
. - RequestContextUtils() - Constructor for class org.springframework.web.servlet.support.RequestContextUtils
- RequestCount(ExpectedCount) - Constructor for class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
- RequestDataValueProcessor - Interface in org.springframework.web.reactive.result.view
-
A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.
- RequestDataValueProcessor - Interface in org.springframework.web.servlet.support
-
A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.
- requestDestroyed(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
- requestDestructionCallbacks - Variable in class org.springframework.web.context.request.AbstractRequestAttributes
-
Map from attribute name String to destruction callback Runnable.
- requested() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Increase the reference count by one because the holder has been requested (i.e.
- REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class org.springframework.http.HttpStatus
-
416 Requested Range Not Satisfiable
. - RequestedContentTypeResolver - Interface in org.springframework.web.reactive.accept
-
Strategy to resolve the requested media types for a
ServerWebExchange
. - RequestedContentTypeResolverBuilder - Class in org.springframework.web.reactive.accept
-
Builder for a composite
RequestedContentTypeResolver
that delegates to other resolvers each implementing a different strategy to determine the requested content type -- e.g. - RequestedContentTypeResolverBuilder() - Constructor for class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
- RequestedContentTypeResolverBuilder.ParameterResolverConfigurer - Class in org.springframework.web.reactive.accept
-
Helper to create and configure
ParameterContentTypeResolver
. - RequestEntity<T> - Class in org.springframework.http
-
Extension of
HttpEntity
that also exposes the HTTP method and the target URL. - RequestEntity(HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method and URL but without body nor headers.
- RequestEntity(MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and headers but without body.
- RequestEntity(T, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL and body but without headers.
- RequestEntity(T, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, body and type but without headers.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers and body.
- RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) - Constructor for class org.springframework.http.RequestEntity
-
Constructor with method, URL, headers, body and type.
- RequestEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the request entity.
- RequestEntity.UriTemplateRequestEntity<T> - Class in org.springframework.http
-
RequestEntity initialized with a URI template and variables instead of a
URI
. - RequestExpectation - Interface in org.springframework.test.web.client
-
An extension of
ResponseActions
that also implementsRequestMatcher
andResponseCreator
- RequestExpectationGroup() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
- RequestExpectationManager - Interface in org.springframework.test.web.client
-
Encapsulates the behavior required to implement
MockRestServiceServer
including its public API (create expectations + verify/reset) along with an extra method for verifying actual requests. - RequestHandledEvent - Class in org.springframework.web.context.support
-
Event raised when a request is handled within an ApplicationContext.
- RequestHandledEvent(Object, String, String, long) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHandledEvent(Object, String, String, long, Throwable) - Constructor for class org.springframework.web.context.support.RequestHandledEvent
-
Create a new RequestHandledEvent with session information.
- RequestHeader - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web request header.
- RequestHeaderArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@RequestHeader
annotated arguments. - RequestHeaderArgumentResolver(ConversionService) - Constructor for class org.springframework.web.service.invoker.RequestHeaderArgumentResolver
- RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments annotated with@RequestHeader
. - RequestHeaderMapMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves
Map
method arguments annotated with@RequestHeader
. - RequestHeaderMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
- RequestHeaderMapMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestHeaderMapMethodArgumentResolver
- RequestHeaderMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with
@RequestHeader
except forMap
arguments. - RequestHeaderMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with
@RequestHeader
except forMap
arguments. - RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
-
Create a new
RequestHeaderMethodArgumentResolver
instance. - RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
-
Create a new
RequestHeaderMethodArgumentResolver
instance. - requestInitialized(ServletRequestEvent) - Method in class org.springframework.web.context.request.RequestContextListener
- RequestMapping - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.
- requestMappingHandlerAdapter(ReactiveAdapterRegistry, ServerCodecConfigurer, FormattingConversionService, Validator) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Returns a
RequestMappingHandlerAdapter
for processing requests through annotated controller methods. - RequestMappingHandlerAdapter - Class in org.springframework.web.reactive.result.method.annotation
-
Supports the invocation of
@RequestMapping
handler methods. - RequestMappingHandlerAdapter - Class in org.springframework.web.servlet.mvc.method.annotation
- RequestMappingHandlerAdapter() - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
- RequestMappingHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
- requestMappingHandlerMapping(ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a
RequestMappingHandlerMapping
ordered at 0 for mapping requests to annotated controllers. - requestMappingHandlerMapping(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- RequestMappingHandlerMapping - Class in org.springframework.web.reactive.result.method.annotation
-
An extension of
RequestMappingInfoHandlerMapping
that createsRequestMappingInfo
instances from class-level and method-level@RequestMapping
annotations. - RequestMappingHandlerMapping - Class in org.springframework.web.servlet.mvc.method.annotation
-
Creates
RequestMappingInfo
instances from type and method-level@RequestMapping
annotations in@Controller
classes. - RequestMappingHandlerMapping() - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
- RequestMappingHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
- RequestMappingInfo - Class in org.springframework.web.reactive.result.method
-
Request mapping information.
- RequestMappingInfo - Class in org.springframework.web.servlet.mvc.method
-
Request mapping information.
- RequestMappingInfo(String, PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo
-
Deprecated.as of 5.3.4 in favor using
RequestMappingInfo.Builder
viaRequestMappingInfo.paths(String...)
. - RequestMappingInfo(String, PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Deprecated.as of 5.3 in favor using
RequestMappingInfo.Builder
viaRequestMappingInfo.paths(String...)
. - RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo
-
Deprecated.as of 5.3.4 in favor using
RequestMappingInfo.Builder
viaRequestMappingInfo.paths(String...)
. - RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo
-
Deprecated.since 5.3.4 in favor of using a
RequestMappingInfo.Builder
viaRequestMappingInfo.mutate()
. - RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Deprecated.as of 5.3 in favor using
RequestMappingInfo.Builder
viaRequestMappingInfo.paths(String...)
. - RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Deprecated.since 5.3 in favor of using
RequestMappingInfo.addCustomCondition(RequestCondition)
. - RequestMappingInfo.Builder - Interface in org.springframework.web.reactive.result.method
-
Defines a builder for creating a RequestMappingInfo.
- RequestMappingInfo.Builder - Interface in org.springframework.web.servlet.mvc.method
-
Defines a builder for creating a RequestMappingInfo.
- RequestMappingInfo.BuilderConfiguration - Class in org.springframework.web.reactive.result.method
-
Container for configuration options used for request mapping purposes.
- RequestMappingInfo.BuilderConfiguration - Class in org.springframework.web.servlet.mvc.method
-
Container for configuration options used for request mapping purposes.
- RequestMappingInfoHandlerMapping - Class in org.springframework.web.reactive.result.method
-
Abstract base class for classes for which
RequestMappingInfo
defines the mapping between a request and a handler method. - RequestMappingInfoHandlerMapping - Class in org.springframework.web.servlet.mvc.method
-
Abstract base class for classes for which
RequestMappingInfo
defines the mapping between a request and a handler method. - RequestMappingInfoHandlerMapping() - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
- RequestMappingInfoHandlerMapping() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
- RequestMappingInfoHandlerMethodMappingNamingStrategy - Class in org.springframework.web.servlet.mvc.method
-
A
HandlerMethodMappingNamingStrategy
forRequestMappingInfo
-based handler method mappings. - RequestMappingInfoHandlerMethodMappingNamingStrategy() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
- RequestMatcher - Interface in org.springframework.test.web.client
-
A contract for matching requests to expectations.
- RequestMatchResult - Class in org.springframework.web.servlet.handler
-
Container for the result from request pattern matching via
MatchableHandlerMapping
with a method to further extract URI template variables from the pattern. - RequestMatchResult(String, String, PathMatcher) - Constructor for class org.springframework.web.servlet.handler.RequestMatchResult
-
Create an instance with the matched String pattern.
- RequestMatchResult(PathPattern, PathContainer) - Constructor for class org.springframework.web.servlet.handler.RequestMatchResult
-
Create an instance with the matched
PathPattern
. - RequestMethod - Enum Class in org.springframework.web.bind.annotation
-
Enumeration of HTTP request methods.
- RequestMethodsRequestCondition - Class in org.springframework.web.reactive.result.condition
-
A logical disjunction (' || ') request condition that matches a request against a set of
RequestMethods
. - RequestMethodsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition that matches a request against a set of
RequestMethods
. - RequestMethodsRequestCondition(RequestMethod...) - Constructor for class org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition
-
Create a new instance with the given request methods.
- RequestMethodsRequestCondition(RequestMethod...) - Constructor for class org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
-
Create a new instance with the given request methods.
- RequestParam - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a web request parameter.
- RequestParamArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@RequestParam
annotated arguments. - RequestParamArgumentResolver(ConversionService) - Constructor for class org.springframework.web.service.invoker.RequestParamArgumentResolver
- RequestParamMapMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments annotated with an @RequestParam
where the annotation does not specify a request parameter name. - RequestParamMapMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolver for
Map
method arguments annotated with@RequestParam
where the annotation does not specify a request parameter name. - RequestParamMapMethodArgumentResolver() - Constructor for class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
- RequestParamMapMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestParamMapMethodArgumentResolver
- RequestParamMethodArgumentResolver - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @
RequestParam
, arguments of typeMultipartFile
in conjunction with Spring'sMultipartResolver
abstraction, and arguments of typejakarta.servlet.http.Part
in conjunction with Servlet multipart requests. - RequestParamMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolver for method arguments annotated with @
RequestParam
from URI query string parameters. - RequestParamMethodArgumentResolver(boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
Create a new
RequestParamMethodArgumentResolver
instance. - RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - Constructor for class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
-
Create a new
RequestParamMethodArgumentResolver
instance. - RequestParamMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry, boolean) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
-
Class constructor with a default resolution mode flag.
- RequestPart - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
- RequestPartArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@RequestPart
annotated arguments. - RequestPartArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.service.invoker.RequestPartArgumentResolver
- RequestPartMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolver for
@RequestPart
arguments where the named part is decoded much like an@RequestBody
argument but based on the content of an individual part instead. - RequestPartMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves the following method arguments: Annotated with @
RequestPart
Of typeMultipartFile
in conjunction with Spring'sMultipartResolver
abstraction Of typejakarta.servlet.http.Part
in conjunction with Servlet multipart requests - RequestPartMethodArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.RequestPartMethodArgumentResolver
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Basic constructor with converters only.
- RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
-
Constructor with converters and
RequestBodyAdvice
andResponseBodyAdvice
. - RequestPartServletServerHttpRequest - Class in org.springframework.web.multipart.support
-
ServerHttpRequest
implementation that accesses one part of a multipart request. - RequestPartServletServerHttpRequest(HttpServletRequest, String) - Constructor for class org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
-
Create a new
RequestPartServletServerHttpRequest
instance. - requestPath() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- requestPath() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the request path as a
PathContainer
. - requestPath() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- requestPath() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the request path as a
PathContainer
. - RequestPath - Interface in org.springframework.http.server
-
Specialization of
PathContainer
that subdivides the path into aRequestPath.contextPath()
and the remainingRequestPath.pathWithinApplication()
. - RequestPostProcessor - Interface in org.springframework.test.web.servlet.request
-
Extension point for applications or 3rd party libraries that wish to further initialize a
MockHttpServletRequest
instance after it has been built byMockHttpServletRequestBuilder
or its subclassMockMultipartHttpServletRequestBuilder
. - RequestPredicate - Interface in org.springframework.web.reactive.function.server
-
Represents a function that evaluates on a given
ServerRequest
. - RequestPredicate - Interface in org.springframework.web.servlet.function
-
Represents a function that evaluates on a given
ServerRequest
. - RequestPredicates - Class in org.springframework.web.reactive.function.server
-
Implementations of
RequestPredicate
that implement various useful request matching operations, such as matching based on path, HTTP method, etc. - RequestPredicates - Class in org.springframework.web.servlet.function
-
Implementations of
RequestPredicate
that implement various useful request matching operations, such as matching based on path, HTTP method, etc. - RequestPredicates() - Constructor for class org.springframework.web.reactive.function.server.RequestPredicates
- RequestPredicates() - Constructor for class org.springframework.web.servlet.function.RequestPredicates
- RequestPredicates.Visitor - Interface in org.springframework.web.reactive.function.server
-
Receives notifications from the logical structure of request predicates.
- RequestPredicates.Visitor - Interface in org.springframework.web.servlet.function
-
Receives notifications from the logical structure of request predicates.
- RequestResponseBodyMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with
@RequestBody
and handles return values from methods annotated with@ResponseBody
by reading and writing to the body of the request or response with anHttpMessageConverter
. - RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Basic constructor with converters only.
- RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Complete constructor for resolving
@RequestBody
method arguments. - RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Basic constructor with converters and
ContentNegotiationManager
. - RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Complete constructor for resolving
@RequestBody
and handling@ResponseBody
. - RequestResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the request.
- RequestResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Protected constructor.
- RequestScope - Class in org.springframework.web.context.request
-
Request-backed
Scope
implementation. - RequestScope - Annotation Interface in org.springframework.web.context.annotation
-
@RequestScope
is a specialization of@Scope
for a component whose lifecycle is bound to the current web request. - RequestScope() - Constructor for class org.springframework.web.context.request.RequestScope
- requestTo(String) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the request URI matches the given string.
- requestTo(URI) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Expect a request to the given URI.
- requestTo(Matcher<? super String>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the request URI string with the given Hamcrest matcher.
- requestToBodilessEntity(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToBodilessEntity(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Variant of
HttpClientAdapter.requestToVoid(HttpRequestValues)
with additional access to the response status and headers. - requestToBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToBody(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Perform the given request and decode the response content to the given type.
- requestToBodyFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToBodyFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Perform the given request and decode the response content to a stream with elements of the given type.
- requestToEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToEntity(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Variant of
HttpClientAdapter.requestToBody(HttpRequestValues, ParameterizedTypeReference)
with additional access to the response status and headers. - requestToEntityFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToEntityFlux(HttpRequestValues, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Variant of
HttpClientAdapter.requestToBodyFlux(HttpRequestValues, ParameterizedTypeReference)
with additional access to the response status and headers. - requestToHeaders(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToHeaders(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Perform the given request, release the response content, and return the response headers.
- requestToUriTemplate(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Variant of
MockRestRequestMatchers.requestTo(URI)
that prepares the URI from a URI template plus optional variables viaUriComponentsBuilder
including encoding. - RequestToViewNameTranslator - Interface in org.springframework.web.servlet
-
Strategy interface for translating an incoming
HttpServletRequest
into a logical view name when no view name is explicitly supplied. - requestToVoid(HttpRequestValues) - Method in class org.springframework.web.reactive.function.client.support.WebClientAdapter
- requestToVoid(HttpRequestValues) - Method in interface org.springframework.web.service.invoker.HttpClientAdapter
-
Perform the given request, and release the response content, if any.
- RequestUpgradeStrategy - Interface in org.springframework.web.reactive.socket.server
-
A strategy for upgrading an HTTP request to a WebSocket session depending on the underlying network runtime.
- RequestUpgradeStrategy - Interface in org.springframework.web.socket.server
-
A server-specific strategy for performing the actual upgrade to a WebSocket exchange.
- requestUri(ClientRequestObservationContext) - Method in class org.springframework.http.client.observation.DefaultClientRequestObservationConvention
- REQUIRE_GETTER - Static variable in class org.springframework.cglib.beans.BeanMap
-
Limit the properties reflected in the key set of the map to readable properties.
- REQUIRE_SETTER - Static variable in class org.springframework.cglib.beans.BeanMap
-
Limit the properties reflected in the key set of the map to writable properties.
- required() - Element in annotation interface org.springframework.beans.factory.annotation.Autowired
-
Declares whether the annotated dependency is required.
- required() - Element in annotation interface org.springframework.messaging.handler.annotation.Header
-
Whether the header is required.
- required() - Element in annotation interface org.springframework.messaging.handler.annotation.Payload
-
Whether payload content is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.CookieValue
-
Whether the cookie is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
-
Whether the matrix variable is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.PathVariable
-
Whether the path variable is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.RequestAttribute
-
Whether the request attribute is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.RequestBody
-
Whether body content is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.RequestHeader
-
Whether the header is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.RequestParam
-
Whether the parameter is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.RequestPart
-
Whether the part is required.
- required() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttribute
-
Whether the session attribute is required.
- REQUIRED - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Support a current transaction, create a new one if none exists.
- REQUIRED_EXTENSION - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
- REQUIRED_EXTENSION - Static variable in class org.springframework.web.socket.CloseStatus
-
"1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
- requiredContextClass() - Method in class org.springframework.context.support.ApplicationObjectSupport
-
Determine the context class that any context passed to
setApplicationContext
must be an instance of. - requiredSingleResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a single result object from the given Collection.
- requiredUniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique result object from the given Collection.
- requiredViewClass() - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver
-
Requires
FreeMarkerView
. - requiredViewClass() - Method in class org.springframework.web.reactive.result.view.script.ScriptTemplateViewResolver
- requiredViewClass() - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
-
Return the required type of view for this resolver.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
- requiredViewClass() - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
Requires
FreeMarkerView
. - requiredViewClass() - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
- requiredViewClass() - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
- requiredViewClass() - Method in class org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
- requiredViewClass() - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Return the required type of view for this resolver.
- requiredViewClass() - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
- REQUIRES_NEW - Enum constant in enum class org.springframework.transaction.annotation.Propagation
-
Create a new transaction, and suspend the current transaction if one exists.
- requiresConfigInterface() - Method in class org.springframework.scripting.bsh.BshScriptFactory
-
BeanShell scripts do require a config interface.
- requiresConfigInterface() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
-
Groovy scripts do not need a config interface, since they expose their setters as public methods.
- requiresConfigInterface() - Method in interface org.springframework.scripting.ScriptFactory
-
Return whether the script requires a config interface to be generated for it.
- requiresConfigInterface() - Method in class org.springframework.scripting.support.StandardScriptFactory
- requiresContentLength() - Method in enum class org.springframework.messaging.simp.stomp.StompCommand
- requiresDestination() - Method in enum class org.springframework.messaging.simp.stomp.StompCommand
- requiresDestruction(Object) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- requiresDestruction(Object) - Method in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
-
Determine whether the given bean instance requires destruction by this post-processor.
- requiresDestruction(Object) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- requiresDestruction(Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- requiresDestruction(Object) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- requiresDestruction(Object, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine whether the given bean requires destruction on shutdown.
- requiresMessageFormat(ConstraintViolation<?>) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Indicate whether this violation's interpolated message has remaining placeholders and therefore requires
MessageFormat
to be applied to it. - requiresReader() - Method in class org.springframework.core.io.support.EncodedResource
-
Determine whether a
Reader
is required as opposed to anInputStream
, i.e. - requiresRefresh() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Determine whether a refresh is required.
- requiresRefresh() - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
Determine whether a refresh is required through calling ScriptFactory's
requiresScriptedObjectRefresh
method. - requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.bsh.BshScriptFactory
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- requiresScriptedObjectRefresh(ScriptSource) - Method in interface org.springframework.scripting.ScriptFactory
-
Determine whether a refresh is required (e.g.
- requiresScriptedObjectRefresh(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
- requiresSubscriptionId() - Method in enum class org.springframework.messaging.simp.stomp.StompCommand
- requiresTaskScheduler() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Whether there are any endpoint SockJS registrations without a TaskScheduler.
- rescheduleTaskIfNecessary(Object) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Take the given task object and reschedule it, either immediately if this container is currently running, or later once this container has been restarted.
- RESERVED_DEFAULT_PROFILE_NAME - Static variable in class org.springframework.core.env.AbstractEnvironment
-
Name of reserved default profile name: "default".
- reserveMethodNames(String...) - Method in class org.springframework.aot.generate.GeneratedClass
-
Update this instance with a set of reserved method names that should not be used for generated methods.
- reserveName(String) - Method in class org.springframework.cglib.core.AbstractClassGenerator.ClassLoaderData
- reset() - Method in interface org.springframework.core.io.buffer.DataBufferUtils.Matcher
-
Reset the state of this matcher.
- reset() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Reset the statement parameter queue, the rows affected cache, and the execution count.
- reset() - Method in class org.springframework.mock.web.MockFilterChain
-
Reset this
MockFilterChain
allowing it to be invoked again. - reset() - Method in class org.springframework.mock.web.MockHttpServletResponse
- reset() - Method in interface org.springframework.test.context.cache.ContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
Reset all expectations for this group.
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
- reset() - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
- reset() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
- reset() - Method in interface org.springframework.transaction.support.ResourceHolder
-
Reset the transactional state of this holder.
- reset() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Reset this resource holder - transactional state as well as reference count.
- reset() - Method in class org.springframework.util.FastByteArrayOutputStream
-
Reset the contents of this
FastByteArrayOutputStream
. - reset() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- RESET_CONTENT - Enum constant in enum class org.springframework.http.HttpStatus
-
205 Reset Content
. - RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates whether theServletTestExecutionListener
should reset Spring Web'sRequestContextHolder
inServletTestExecutionListener.afterTestMethod(TestContext)
. - resetAttributes() - Static method in class org.springframework.messaging.simp.SimpAttributesContextHolder
-
Reset the SimpAttributes for the current thread.
- resetBeanDefinition(String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- resetBeanDefinition(String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Reset all bean definition caches for the given bean, including the caches of beans that are derived from it.
- resetBeanDefinition(String) - Method in interface org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
-
A notification that the bean definition for the specified name has been reset, and that this post-processor should clear any metadata for the affected bean.
- resetBeanDefinition(String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- resetBeanDefinition(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- resetBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
- resetBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
- resetCache(ServletRequest, HandlerMappingIntrospector.CachedResult) - Method in class org.springframework.web.servlet.handler.HandlerMappingIntrospector
-
Restore a previous
HandlerMappingIntrospector.CachedResult
. - resetCommonCaches() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Reset Spring's common reflection metadata caches, in particular the
ReflectionUtils
,AnnotationUtils
,ResolvableType
andCachedIntrospectionResults
caches. - resetConnection() - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() - Method in class org.springframework.jms.connection.CachingConnectionFactory
-
Resets the Session cache as well.
- resetConnection() - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnection() - Method in class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resetConnectionAfterTransaction(Connection, Integer) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Deprecated.as of 5.1.11, in favor of
DataSourceUtils.resetConnectionAfterTransaction(Connection, Integer, boolean)
- resetConnectionAfterTransaction(Connection, Integer, boolean) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Reset the given Connection after a transaction, regarding read-only flag and isolation level.
- resetCount() - Method in class org.springframework.aop.interceptor.DebugInterceptor
-
Reset the invocation count to zero.
- resetDateTimeContext() - Static method in class org.springframework.format.datetime.standard.DateTimeContextHolder
-
Reset the DateTimeContext for the current thread.
- resetFilters(boolean) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Reset the configured type filters.
- resetLocaleContext() - Static method in class org.springframework.context.i18n.LocaleContextHolder
-
Reset the LocaleContext for the current thread.
- resetRequest() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
- resetRequestAttributes() - Static method in class org.springframework.web.context.request.RequestContextHolder
-
Reset the RequestAttributes for the current thread.
- resetRollbackOnly() - Method in class org.springframework.transaction.support.ResourceHolderSupport
-
Reset the rollback-only status for this resource transaction.
- ResizableByteArrayOutputStream - Class in org.springframework.util
-
An extension of
ByteArrayOutputStream
that: has publicResizableByteArrayOutputStream.grow(int)
andResizableByteArrayOutputStream.resize(int)
methods to get more control over the size of the internal buffer has a higher initial capacity (256) by default - ResizableByteArrayOutputStream() - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
-
Create a new
ResizableByteArrayOutputStream
with the default initial capacity of 256 bytes. - ResizableByteArrayOutputStream(int) - Constructor for class org.springframework.util.ResizableByteArrayOutputStream
-
Create a new
ResizableByteArrayOutputStream
with the specified initial capacity. - resize(int) - Method in class org.springframework.util.FastByteArrayOutputStream
-
Resize the internal buffer size to a specified capacity.
- resize(int) - Method in class org.springframework.util.ResizableByteArrayOutputStream
-
Resize the internal buffer size to a specified capacity.
- resolvableToString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
-
Build a default String representation for this MessageSourceResolvable: including codes, arguments, and default message.
- ResolvableType - Class in org.springframework.core
-
Encapsulates a Java
Type
, providing access tosupertypes
,interfaces
, andgeneric parameters
along with the ability to ultimatelyresolve
to aClass
. - ResolvableTypeProvider - Interface in org.springframework.core
-
Any object can implement this interface to provide its actual
ResolvableType
. - resolve() - Method in class org.springframework.core.ResolvableType
-
Resolve this type to a
Class
, returningnull
if the type cannot be resolved. - resolve(int) - Static method in enum class org.springframework.http.HttpStatus
-
Resolve the given status code to an
HttpStatus
, if possible. - resolve(int) - Static method in enum class org.springframework.http.HttpStatus.Series
-
Resolve the given status code to an
HttpStatus.Series
, if possible. - resolve(ConnectionFactory) - Static method in class org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver
-
Retrieve a
BindMarkersFactory
by inspectingConnectionFactory
and its metadata. - resolve(Class<?>) - Method in class org.springframework.core.ResolvableType
-
Resolve this type to a
Class
, returning the specifiedfallback
if the type cannot be resolved. - resolve(Class<?>) - Method in interface org.springframework.test.context.ActiveProfilesResolver
-
Resolve the bean definition profiles to use when loading an
ApplicationContext
for the given test class. - resolve(Class<?>) - Method in class org.springframework.test.context.support.DefaultActiveProfilesResolver
-
Resolve the bean definition profiles for the given test class based on profiles configured declaratively via
ActiveProfiles.profiles()
orActiveProfiles.value()
. - resolve(Class<T>) - Method in interface org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver
-
Resolve the given argument if possible.
- resolve(Object, MethodParameter, RSocketRequestValues.Builder) - Method in class org.springframework.messaging.rsocket.service.DestinationVariableArgumentResolver
- resolve(Object, MethodParameter, RSocketRequestValues.Builder) - Method in class org.springframework.messaging.rsocket.service.MetadataArgumentResolver
- resolve(Object, MethodParameter, RSocketRequestValues.Builder) - Method in class org.springframework.messaging.rsocket.service.PayloadArgumentResolver
- resolve(Object, MethodParameter, RSocketRequestValues.Builder) - Method in interface org.springframework.messaging.rsocket.service.RSocketServiceArgumentResolver
-
Resolve the argument value.
- resolve(Object, MethodParameter, HttpRequestValues.Builder) - Method in class org.springframework.web.service.invoker.AbstractNamedValueArgumentResolver
- resolve(Object, MethodParameter, HttpRequestValues.Builder) - Method in class org.springframework.web.service.invoker.HttpMethodArgumentResolver
- resolve(Object, MethodParameter, HttpRequestValues.Builder) - Method in interface org.springframework.web.service.invoker.HttpServiceArgumentResolver
-
Resolve the argument value.
- resolve(Object, MethodParameter, HttpRequestValues.Builder) - Method in class org.springframework.web.service.invoker.RequestBodyArgumentResolver
- resolve(Object, MethodParameter, HttpRequestValues.Builder) - Method in class org.springframework.web.service.invoker.UrlArgumentResolver
- resolve(String) - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
-
Locate the
NamespaceHandler
for the supplied namespace URI from the configured mappings. - resolve(String) - Method in interface org.springframework.beans.factory.xml.NamespaceHandlerResolver
-
Resolve the namespace URI and return the located
NamespaceHandler
implementation. - resolve(String) - Static method in class org.springframework.http.HttpMethod
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
HttpMethod.valueOf(String)
- resolve(String) - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
-
Resolve the given method value to an
RequestMethod
enum value. - resolve(String, ResourceLoader) - Method in interface org.springframework.core.io.ProtocolResolver
-
Resolve the given location against the given resource loader if this implementation's protocol matches.
- resolve(Supplier<T>) - Static method in class org.springframework.util.function.SupplierUtils
-
Resolve the given
Supplier
, getting its result or immediately returningnull
if the supplier itself wasnull
. - resolve(RegisteredBean) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Resolve the field value for the specified registered bean.
- resolve(RegisteredBean) - Method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Resolve the method arguments for the specified registered bean.
- resolve(RegisteredBean, Class<T>) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Resolve the field value for the specified registered bean.
- resolve(RegisteredBean, ThrowingConsumer<AutowiredArguments>) - Method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Resolve the method arguments for the specified registered bean and provide it to the given action.
- resolve(RegisteredBean, ThrowingConsumer<T>) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Resolve the field for the specified registered bean and provide it to the given action.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.MethodResolver
-
Within the supplied context determine a suitable method on the supplied object that can handle the specified arguments.
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.DataBindingMethodResolver
- resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveMethodResolver
-
Locate a method on a type.
- resolve(EvaluationContext, String) - Method in class org.springframework.context.expression.BeanFactoryResolver
- resolve(EvaluationContext, String) - Method in interface org.springframework.expression.BeanResolver
-
Look up a bean by the given name and return a corresponding instance for it.
- resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in interface org.springframework.expression.ConstructorResolver
-
Within the supplied context determine a suitable constructor on the supplied type that can handle the specified arguments.
- resolve(EvaluationContext, String, List<TypeDescriptor>) - Method in class org.springframework.expression.spel.support.ReflectiveConstructorResolver
-
Locate a constructor on the type.
- resolve(HttpMethod) - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
-
Resolve the given
HttpMethod
to aRequestMethod
enum value. - resolve(MessageHeaders) - Method in interface org.springframework.messaging.converter.ContentTypeResolver
-
Determine the
MimeType
of a message from the given MessageHeaders. - resolve(MessageHeaders) - Method in class org.springframework.messaging.converter.DefaultContentTypeResolver
- resolveAction() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolve the value of the '
action
' attribute. - resolveAliases(StringValueResolver) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Resolve all alias target names and aliases registered in this factory, applying the given StringValueResolver to them.
- resolveAliases(StringValueResolver) - Method in class org.springframework.core.SimpleAliasRegistry
-
Resolve all alias target names and aliases registered in this registry, applying the given
StringValueResolver
to them. - resolveAndCacheLookupPath(HttpServletRequest) - Method in class org.springframework.web.util.UrlPathHelper
-
Resolve
the lookupPath and cache it in a request attribute with the keyUrlPathHelper.PATH_ATTRIBUTE
for subsequent access viaUrlPathHelper.getResolvedLookupPath(ServletRequest)
. - resolveAndInvoke(RegisteredBean, Object) - Method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Resolve the method arguments for the specified registered bean and invoke the method using reflection.
- resolveAndSet(RegisteredBean, Object) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Resolve the field value for the specified registered bean and set it using reflection.
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.ContinuationHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
-
Decode the content of the given message payload through a compatible
Decoder
. - resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given message.
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
-
Iterate over registered
HandlerMethodArgumentResolvers
and invoke the one that supports it. - resolveArgument(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given message.
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
-
Iterate over registered
HandlerMethodArgumentResolvers
and invoke the one that supports it. - resolveArgument(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.reactive.SyncHandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given message.
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketRequesterMethodArgumentResolver
- resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
- resolveArgument(MethodParameter, NativeWebRequest) - Method in interface org.springframework.web.bind.support.WebArgumentResolver
-
Resolve an argument for the given handler method parameter within the given web request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
-
Delegate to the
WebArgumentResolver
instance. - resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Resolve the argument from the model or if not found instantiate it with its default if it is available.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in interface org.springframework.web.method.support.HandlerMethodArgumentResolver
-
Resolves a method parameter into an argument value from a given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
-
Iterate over registered
HandlerMethodArgumentResolvers
and invoke the one that supports it. - resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ContinuationHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
-
Return a Map with all URI template variables or an empty map.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.PrincipalMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
-
Throws MethodArgumentNotValidException if validation fails.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
-
Set
ModelAndViewContainer.setRequestHandled(boolean)
tofalse
to indicate that the method signature provides access to the response. - resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ContinuationHandlerMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ErrorsMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.HttpEntityMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PrincipalMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestBodyMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestPartMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.WebSessionMethodArgumentResolver
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in interface org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver
-
Resolve the value for the method parameter.
- resolveArgument(MethodParameter, BindingContext, ServerWebExchange) - Method in interface org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentResolver
-
Resolve the value for the method parameter.
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver
-
Resolves the given parameter type and value name into an argument value.
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.reactive.DestinationVariableMethodArgumentResolver
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
-
Resolves the given parameter type and value name into an argument value.
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
- resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
- resolveArguments(Object) - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the given arguments Object into an arguments array.
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Searches through the given array of objects, finds any MessageSourceResolvable objects and resolves them.
- resolveArguments(Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Template method for resolving argument objects.
- resolveArguments(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Resolve the method arguments to use for the specified
ApplicationEvent
. - resolveArgumentValue(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver
- resolveArgumentValue(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.HeadersMethodArgumentResolver
- resolveArgumentValue(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.reactive.SyncHandlerMethodArgumentResolver
-
Resolve the value for the method parameter synchronously.
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMapMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ModelMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMapMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMapMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMapMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ServerWebExchangeMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.SessionStatusMethodArgumentResolver
- resolveArgumentValue(MethodParameter, BindingContext, ServerWebExchange) - Method in interface org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentResolver
-
Resolve the value for the method parameter synchronously.
- resolveAsyncAttributes(Map<String, Object>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.view.AbstractView
-
Use the configured
ReactiveAdapterRegistry
to adapt asynchronous attributes toMono<T>
orMono<List<T>>
and then wait to resolve them into actual values. - resolveAttributeStrings(StringValueResolver) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
Resolve attribute values that are defined as resolvable Strings:
DefaultTransactionAttribute.setTimeoutString(java.lang.String)
,DefaultTransactionAttribute.setQualifier(java.lang.String)
,DefaultTransactionAttribute.setLabels(java.util.Collection<java.lang.String>)
. - resolveAutowiredArgument(DependencyDescriptor, TypeConverter, Set<String>) - Method in class org.springframework.beans.factory.support.RegisteredBean
-
Resolve an autowired argument.
- resolveBasePackage(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Resolve the specified base package into a pattern specification for the package search path.
- resolveBean() - Method in interface org.springframework.messaging.handler.MessagingAdviceBean
-
Return the advice bean instance, if necessary resolving a bean specified by name through the BeanFactory.
- resolveBean() - Method in class org.springframework.web.method.ControllerAdviceBean
-
Get the bean instance for this
ControllerAdviceBean
, if necessary resolving the bean name through theBeanFactory
. - resolveBeanByName(String, DependencyDescriptor) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve a bean instance for the given bean name, providing a dependency descriptor for exposure to target factory methods.
- resolveBeanByName(String, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- resolveBeanClass(ClassLoader) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Determine the class of the wrapped bean, resolving it from a specified class name if necessary.
- resolveBeanClass(RootBeanDefinition, String, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Resolve the bean class for the specified bean definition, resolving a bean class name into a Class reference (if necessary) and storing the resolved Class in the bean definition for further use.
- resolveBeforeInstantiation(String, RootBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Apply before-instantiation post-processors, resolving whether there is a before-instantiation shortcut for the specified bean.
- resolveCaches(CacheOperationInvocationContext<?>) - Method in class org.springframework.cache.interceptor.AbstractCacheResolver
- resolveCaches(CacheOperationInvocationContext<?>) - Method in interface org.springframework.cache.interceptor.CacheResolver
-
Return the cache(s) to use for the specified invocation.
- resolveCandidate(String, Class<?>, BeanFactory) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Resolve the specified bean name, as a candidate result of the matching algorithm for this dependency, to a bean instance from the given factory.
- resolveClass(ObjectStreamClass) - Method in class org.springframework.core.ConfigurableObjectInputStream
- resolveClassName(String) - Method in class org.springframework.beans.factory.config.MethodInvokingBean
- resolveClassName(String) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
- resolveClassName(String) - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
- resolveClassName(String) - Method in class org.springframework.util.MethodInvoker
-
Resolve the given class name into a Class.
- resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class name into a Class instance.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Subclasses must implement this method to resolve a message.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles, using a cached MessageFormat instance per message code.
- resolveCode(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.AbstractMessageSource
-
Subclasses can override this method to resolve a message without arguments in an optimized fashion, i.e.
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
-
Resolves the given message code as key in the retrieved bundle files, returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.ResourceBundleMessageSource
-
Resolves the given message code as key in the registered resource bundles, returning the value found in the bundle as-is (without MessageFormat parsing).
- resolveCodeWithoutArguments(String, Locale) - Method in class org.springframework.context.support.StaticMessageSource
- resolveConstructorArgument(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
- resolveConstructorArgument(String, Class<?>, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
- resolveConstructorArguments(Object[], int, int) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- resolveConstructorOrFactoryMethod() - Method in class org.springframework.beans.factory.support.RegisteredBean
-
Resolve the constructor or factory method to use for this bean.
- resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
Resolve the
ContextLoader
class to use for the supplied list ofContextConfigurationAttributes
and then instantiate and return thatContextLoader
. - resolveContextualObject(String) - Method in interface org.springframework.beans.factory.config.Scope
-
Resolve the contextual object for the given key, if any.
- resolveContextualObject(String) - Method in class org.springframework.context.support.SimpleThreadScope
- resolveContextualObject(String) - Method in class org.springframework.messaging.simp.SimpSessionScope
- resolveContextualObject(String) - Method in class org.springframework.transaction.support.SimpleTransactionScope
- resolveContextualObject(String) - Method in class org.springframework.web.context.request.AbstractRequestAttributesScope
- resolveContextualObject(String) - Method in class org.springframework.web.context.support.ServletContextScope
- resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
Gets the appropriate CSS class to use based on the state of the current
BindStatus
object. - resolveCssClass() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Override resolve CSS class since error class is not supported.
- RESOLVED_RESOURCE_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.reactive.resource.CachingResourceResolver
-
The prefix used for resolved resource cache keys.
- RESOLVED_RESOURCE_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.servlet.resource.CachingResourceResolver
-
The prefix used for resolved resource cache keys.
- RESOLVED_URL_PATH_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.reactive.resource.CachingResourceResolver
-
The prefix used for resolved URL path cache keys.
- RESOLVED_URL_PATH_CACHE_KEY_PREFIX - Static variable in class org.springframework.web.servlet.resource.CachingResourceResolver
-
The prefix used for resolved URL path cache keys.
- resolveDefaultResponseDestination(Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Resolve the default response destination into a JMS
Destination
, using this accessor'sDestinationResolver
in case of a destination name. - resolveDependency(Parameter, int, Class<?>, AutowireCapableBeanFactory) - Static method in class org.springframework.beans.factory.annotation.ParameterResolutionDelegate
-
Resolve the dependency for the supplied
Parameter
from the suppliedAutowireCapableBeanFactory
. - resolveDependency(DependencyDescriptor, String) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the specified dependency against the beans defined in this factory.
- resolveDependency(DependencyDescriptor, String, Set<String>, TypeConverter) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- resolveDestination(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
- resolveDestination(String) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
- resolveDestination(String) - Method in class org.springframework.messaging.core.CachingDestinationResolverProxy
-
Resolves and caches destinations if successfully resolved by the target DestinationResolver implementation.
- resolveDestination(String) - Method in interface org.springframework.messaging.core.DestinationResolver
-
Resolve the given destination name.
- resolveDestination(DestinationResolver, Session) - Method in class org.springframework.jms.listener.adapter.JmsResponse
-
Resolve the
Destination
to use for this instance. - resolveDestination(Message<?>) - Method in class org.springframework.messaging.simp.user.DefaultUserDestinationResolver
- resolveDestination(Message<?>) - Method in interface org.springframework.messaging.simp.user.UserDestinationResolver
-
Resolve the given message with a user destination to one or more messages with actual destinations, one for each active user session.
- resolveDestinationName(Session, String) - Method in class org.springframework.jms.support.destination.JmsDestinationAccessor
-
Resolve the given destination name into a JMS
Destination
, via this accessor'sDestinationResolver
. - resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
- resolveDestinationName(Session, String, boolean) - Method in interface org.springframework.jms.support.destination.DestinationResolver
-
Resolve the given destination name, either as located resource or as dynamic destination.
- resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the specified destination name as a dynamic destination.
- resolveDestinationName(Session, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
- resolveDestroyMethodIfNecessary() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
-
Resolve the inferred destroy method if necessary.
- resolveEmbeddedValue(String) - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
-
Resolve the given embedded value, e.g.
- resolveEmbeddedValue(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
- resolveEmbeddedValue(String) - Method in class org.springframework.context.support.EmbeddedValueResolutionSupport
-
Resolve the given embedded value through this instance's
StringValueResolver
. - resolveEmbeddedValuesInDestinations(String[]) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
-
Resolve placeholder values in the given array of destinations.
- resolveEmbeddedValuesInPatterns(String[]) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
Resolve placeholder values in the given array of patterns.
- resolveEmbeddedValuesInPatterns(String[]) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
-
Resolve placeholder values in the given array of patterns.
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
- resolveEntity(String, String) - Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
- resolveErrorCodes(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
-
Return
SQLErrorCodes
for the givenDataSource
, evaluating "databaseProductName" from theDatabaseMetaData
, ornull
if case of a JDBC meta-data access problem. - resolveErrorMessages(MessageSource, Locale) - Method in exception org.springframework.web.bind.MethodArgumentNotValidException
-
Resolve global and field errors to messages with the given
MessageSource
andLocale
. - resolveErrorMessages(MessageSource, Locale) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
-
Resolve global and field errors to messages with the given
MessageSource
andLocale
. - resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Check whether this resolver is supposed to apply (i.e.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
-
Resolve the exception by iterating over the list of configured exception resolvers.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.springframework.web.servlet.HandlerExceptionResolver
-
Try to resolve the given exception that got thrown during handler execution, returning a
ModelAndView
that represents a specific error page if appropriate. - resolveExplicitContextLoaderClass(List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
- resolveFallbackIfPossible(String, ClassNotFoundException) - Method in class org.springframework.core.ConfigurableObjectInputStream
-
Resolve the given class name against a fallback class loader.
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.ContentNegotiationManager
- resolveFileExtensions(MediaType) - Method in class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
- resolveFileExtensions(MediaType) - Method in interface org.springframework.web.accept.MediaTypeFileExtensionResolver
-
Resolve the given media type to a list of file extensions.
- resolveFor() - Method in class org.springframework.web.servlet.tags.form.LabelTag
-
Determine the '
for
' attribute value for this tag, autogenerating one if none specified. - resolveGeneric(int...) - Method in class org.springframework.core.ResolvableType
- resolveGenerics() - Method in class org.springframework.core.ResolvableType
- resolveGenerics(Class<?>) - Method in class org.springframework.core.ResolvableType
- resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Determine the '
id
' attribute value for this tag, autogenerating one if none specified. - resolveId() - Method in class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
-
Appends a counter to a specified id as well, since we're dealing with multiple HTML elements.
- resolveId() - Method in class org.springframework.web.servlet.tags.form.OptionsTag
-
Appends a counter to a specified id, since we're dealing with multiple HTML elements.
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Resolve the ID for the supplied
BeanDefinition
. - resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
- resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
- resolveInnerBean(String, BeanDefinition, BiFunction<String, RootBeanDefinition, T>) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Resolve an inner bean definition and invoke the specified
resolver
on its merged bean definition. - resolveIsolationLevel(int) - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Resolve the isolation level constant to a R2DBC
IsolationLevel
. - resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
- resolveLocale(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
- resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Default implementation of
LocaleResolver.resolveLocale(HttpServletRequest)
that delegates toLocaleContextResolver.resolveLocaleContext(HttpServletRequest)
, falling back toServletRequest.getLocale()
if necessary. - resolveLocale(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleResolver
-
Resolve the current locale via the given request.
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.FixedLocaleResolver
- resolveLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.i18n.SessionLocaleResolver
- resolveLocaleContext(HttpServletRequest) - Method in interface org.springframework.web.servlet.LocaleContextResolver
-
Resolve the current locale context via the given request.
- resolveLocaleContext(ServerWebExchange) - Method in class org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
- resolveLocaleContext(ServerWebExchange) - Method in class org.springframework.web.server.i18n.FixedLocaleContextResolver
- resolveLocaleContext(ServerWebExchange) - Method in interface org.springframework.web.server.i18n.LocaleContextResolver
-
Resolve the current locale context via the given exchange.
- resolveMediaTypeKey(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
-
An alternative to
AbstractMappingContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest)
that accepts an already extracted key. - resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.ContentNegotiationManager
- resolveMediaTypes(NativeWebRequest) - Method in interface org.springframework.web.accept.ContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.FixedContentNegotiationStrategy
- resolveMediaTypes(NativeWebRequest) - Method in class org.springframework.web.accept.HeaderContentNegotiationStrategy
-
Resolve the given request to a list of media types.
- resolveMediaTypes(ServerWebExchange) - Method in class org.springframework.web.reactive.accept.FixedContentTypeResolver
- resolveMediaTypes(ServerWebExchange) - Method in class org.springframework.web.reactive.accept.HeaderContentTypeResolver
- resolveMediaTypes(ServerWebExchange) - Method in class org.springframework.web.reactive.accept.ParameterContentTypeResolver
- resolveMediaTypes(ServerWebExchange) - Method in interface org.springframework.web.reactive.accept.RequestedContentTypeResolver
-
Resolve the given request to a list of requested media types.
- resolveMessage() - Method in class org.springframework.web.servlet.tags.MessageTag
-
Resolve the specified message into a concrete message String.
- resolveMessageCodes(String) - Method in class org.springframework.validation.AbstractBindingResult
- resolveMessageCodes(String) - Method in exception org.springframework.validation.BindException
- resolveMessageCodes(String) - Method in interface org.springframework.validation.BindingResult
-
Resolve the given error code into message codes.
- resolveMessageCodes(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.AbstractBindingResult
- resolveMessageCodes(String, String) - Method in exception org.springframework.validation.BindException
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.BindingResult
-
Resolve the given error code into message codes for the given field.
- resolveMessageCodes(String, String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
- resolveMessageCodes(String, String) - Method in interface org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and object name.
- resolveMessageCodes(String, String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- resolveMessageCodes(String, String, String, Class<?>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
- resolveMessageCodes(String, String, String, Class<?>) - Method in interface org.springframework.validation.MessageCodesResolver
-
Build message codes for the given error code and field specification.
- resolveMethod(Exception) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception. - resolveMethod(Throwable) - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception. - resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception type. - resolveMethodByExceptionType(Class<? extends Throwable>) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given exception type. - resolveMethodByThrowable(Throwable) - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
-
Find a
Method
to handle the given Throwable. - resolveModelAndView(Method, Class<?>, Object, ExtendedModelMap, NativeWebRequest) - Method in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
- resolveModelAttribute() - Method in class org.springframework.web.servlet.tags.form.FormTag
-
Resolves
and returns the name of the form object. - resolveMultipart(HttpServletRequest) - Method in interface org.springframework.web.multipart.MultipartResolver
-
Parse the given HTTP request into multipart files and parameters, and wrap the request inside a
MultipartHttpServletRequest
object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods. - resolveMultipart(HttpServletRequest) - Method in class org.springframework.web.multipart.support.StandardServletMultipartResolver
- resolveMultipartArgument(String, MethodParameter, HttpServletRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- resolveMultipartRequest(NativeWebRequest) - Static method in class org.springframework.web.multipart.support.MultipartResolutionDelegate
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
-
Resolve the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
- resolveName(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
- resolveName(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
-
Resolve the given parameter type and value name into an argument value.
- resolveName(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
- resolveName(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
- resolveNamedBean(Class<T>) - Method in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
-
Resolve the bean instance that uniquely matches the given object type, if any, including its bean name.
- resolveNamedBean(Class<T>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver
-
Actually resolve the value synchronously.
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
- resolveNamedValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
- resolveNestedPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
-
Resolve placeholders within the given string, deferring to the value of
AbstractPropertyResolver.setIgnoreUnresolvableNestedPlaceholders(boolean)
to determine whether any unresolvable placeholders should raise an exception or be ignored. - resolveNotUnique(ResolvableType, Map<String, Object>) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Resolve the specified not-unique scenario: by default, throwing a
NoUniqueBeanDefinitionException
. - resolveObject(RegisteredBean) - Method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Resolve the field value for the specified registered bean.
- resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
Resolve a value for the
Parameter
in the suppliedParameterContext
by retrieving the corresponding dependency from the test'sApplicationContext
. - resolveParameterType(MethodParameter, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Deprecated.since 5.2 in favor of
methodParameter.withContainingClass(implementationClass).getParameterType()
- resolvePath(String) - Method in class org.springframework.context.support.AbstractRefreshableConfigApplicationContext
-
Resolve the given path, replacing placeholders with corresponding environment property values if necessary.
- resolvePath(String) - Method in class org.springframework.core.io.ResourceEditor
-
Resolve the given path, replacing placeholders with corresponding property values from the
environment
if necessary. - resolvePath(String) - Method in class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Resolve the given path, replacing placeholders with corresponding system property values if necessary.
- resolvePlaceholder(String) - Method in interface org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
-
Resolve the supplied placeholder name to the replacement value.
- resolvePlaceholder(String, String, Preferences) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Deprecated.Resolve the given path and key against the given Preferences.
- resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Deprecated.This implementation tries to resolve placeholders as keys first in the user preferences, then in the system preferences, then in the passed-in properties.
- resolvePlaceholder(String, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Resolve the given placeholder using the given properties.
- resolvePlaceholder(String, Properties, int) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Resolve the given placeholder using the given properties, performing a system properties check according to the given mode.
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
- resolvePlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- resolvePlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
-
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by
PropertyResolver.getProperty(java.lang.String)
. - resolvePlaceholders(String) - Static method in class org.springframework.util.SystemPropertyUtils
-
Resolve
${...}
placeholders in the given text, replacing them with corresponding system property values. - resolvePlaceholders(String, boolean) - Static method in class org.springframework.util.SystemPropertyUtils
-
Resolve
${...}
placeholders in the given text, replacing them with corresponding system property values. - resolvePlaceholders(String, ServletContext) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
- resolvePlaceholders(String, ServletContext, boolean) - Static method in class org.springframework.web.util.ServletContextPropertyUtils
-
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
- resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
- resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
-
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
- resolvePropertyName(String) - Method in class org.springframework.core.env.SystemEnvironmentPropertySource
-
Check to see if this property source contains a property with the given name, or any underscore / uppercase variation thereof.
- resolveProxyClass(String[]) - Method in class org.springframework.core.ConfigurableObjectInputStream
- resolveProxyTargetClass(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- resolveQueue(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the given destination name to a
Queue
. - resolver() - Element in annotation interface org.springframework.test.context.ActiveProfiles
-
The type of
ActiveProfilesResolver
to use for resolving the active bean definition profiles programmatically. - resolver(RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
-
Add a custom resolver.
- resolveReference(String) - Method in class org.springframework.web.context.request.FacesRequestAttributes
- resolveReference(String) - Method in interface org.springframework.web.context.request.RequestAttributes
-
Resolve the contextual reference for the given key, if any.
- resolveReference(String) - Method in class org.springframework.web.context.request.ServletRequestAttributes
- resolveRefreshCheckDelay(BeanDefinition) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Get the refresh check delay for the given
ScriptFactory
BeanDefinition
. - resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractEnvironment
- resolveRequiredPlaceholders(String) - Method in class org.springframework.core.env.AbstractPropertyResolver
- resolveRequiredPlaceholders(String) - Method in interface org.springframework.core.env.PropertyResolver
-
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by
PropertyResolver.getProperty(java.lang.String)
. - resolveResource(HttpServletRequest, String, List<? extends Resource>) - Method in interface org.springframework.web.servlet.resource.ResourceResolverChain
-
Resolve the supplied request and request path to a
Resource
that exists under one of the given resource locations. - resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
- resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.servlet.resource.ResourceResolver
-
Resolve the supplied request and request path to a
Resource
that exists under one of the given resource locations. - resolveResource(ServerWebExchange, String, List<? extends Resource>) - Method in interface org.springframework.web.reactive.resource.ResourceResolverChain
-
Resolve the supplied request and request path to a
Resource
that exists under one of the given resource locations. - resolveResource(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.AbstractResourceResolver
- resolveResource(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.reactive.resource.ResourceResolver
-
Resolve the supplied request and request path to a
Resource
that exists under one of the given resource locations. - resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
- resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.AbstractResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.PathResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
- resolveResourceInternal(ServerWebExchange, String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.WebJarsResourceResolver
- resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
Template method that handles the
@ResponseStatus
annotation. - resolveResponseStatusException(ResponseStatusException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
-
Template method that handles an
ResponseStatusException
. - resolveReturnType(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Determine the target type for the generic return type of the given method, where formal type variables are declared on the given class.
- resolveReturnTypeArgument(Method, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the single type argument of the given generic interface against the given target method which is assumed to return the given interface or an implementation of it.
- resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- resolveRootDirResource(Resource) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the supplied root directory resource for path matching.
- resolveSchemaEntity(String, String) - Method in class org.springframework.beans.factory.xml.ResourceEntityResolver
-
A fallback method for
ResourceEntityResolver.resolveEntity(String, String)
that is used when a "schema" entity (DTD or XSD) cannot be resolved as a local resource. - resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationScopeMetadataResolver
- resolveScopeMetadata(BeanDefinition) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- resolveScopeMetadata(BeanDefinition) - Method in interface org.springframework.context.annotation.ScopeMetadataResolver
-
Resolve the
ScopeMetadata
appropriate to the supplied beandefinition
. - resolveScopeName(String) - Method in class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-
Resolve the given annotation type into a named Spring scope.
- resolveSessionId(Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
- resolveSessionId(Message<?>) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
-
Resolve the session id from the given message or return
null
. - resolveSessionIds(ServerWebExchange) - Method in class org.springframework.web.server.session.CookieWebSessionIdResolver
- resolveSessionIds(ServerWebExchange) - Method in class org.springframework.web.server.session.HeaderWebSessionIdResolver
- resolveSessionIds(ServerWebExchange) - Method in interface org.springframework.web.server.session.WebSessionIdResolver
-
Resolve the session IDs associated with the request.
- resolveShortcut(BeanFactory) - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Resolve a shortcut for this dependency against the given factory, for example taking some pre-resolved information into account.
- resolveSignature(String, Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Parse a method signature in the form
methodName[([arg_list])]
, wherearg_list
is an optional, comma-separated list of fully-qualified type names, and attempts to resolve that signature against the suppliedClass
. - resolveSpecifiedConnectionFactory(Object) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Resolve the specified connection factory object into a
ConnectionFactory
instance. - resolveSpecifiedDataSource(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Resolve the specified data source object into a DataSource instance.
- resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
-
Resolve the given lookup key object, as specified in the
targetDataSources
map, into the actual lookup key to be used for matching with thecurrent lookup key
. - resolveSpecifiedLookupKey(Object) - Method in class org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
-
Supports Integer values for the isolation level constants as well as isolation level names as defined on the
TransactionDefinition interface
. - resolveSpecifiedLookupKey(Object) - Method in class org.springframework.r2dbc.connection.lookup.AbstractRoutingConnectionFactory
-
Resolve the given lookup key object, as specified in the
targetConnectionFactories
map, into the actual lookup key to be used for matching with thecurrent lookup key
. - resolveSql() - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Resolve the configured SQL for actual use.
- resolveStringValue(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
Resolve the given String value, for example parsing placeholders.
- resolveStringValue(String) - Method in class org.springframework.beans.factory.config.EmbeddedValueResolver
- resolveStringValue(String) - Method in interface org.springframework.util.StringValueResolver
-
Resolve the given String value, for example parsing placeholders.
- resolveSystemProperty(String) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Resolve the given key as JVM system property, and optionally also as system environment variable if no matching system property has been found.
- resolveTargetClass(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
-
Resolve the target class to convert the payload to.
- resolveTargetType(ClassLoader) - Method in class org.springframework.beans.factory.config.TypedStringValue
-
Determine the type to convert to, resolving it from a specified class name if necessary.
- resolveTargetType(TypedStringValue) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Resolve the target type in the given TypedStringValue.
- resolveTemplate(ClassLoader, String) - Method in class org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
-
Resolve a template from the given template path.
- resolveTestContextBootstrapper(Class<?>) - Static method in class org.springframework.test.context.BootstrapUtils
-
Resolve the
TestContextBootstrapper
type for the supplied test class using the defaultBootstrapContext
, instantiate the bootstrapper, and provide it a reference to theBootstrapContext
. - resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.CookieThemeResolver
-
Deprecated.
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.FixedThemeResolver
-
Deprecated.
- resolveThemeName(HttpServletRequest) - Method in class org.springframework.web.servlet.theme.SessionThemeResolver
-
Deprecated.
- resolveThemeName(HttpServletRequest) - Method in interface org.springframework.web.servlet.ThemeResolver
-
Deprecated.Resolve the current theme name via the given request.
- resolveTopic(Session, String) - Method in class org.springframework.jms.support.destination.DynamicDestinationResolver
-
Resolve the given destination name to a
Topic
. - resolveType(Type, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the given generic type against the given context class, substituting type variables as far as possible.
- resolveType(Type, Map<TypeVariable, Type>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the specified generic type against the given TypeVariable map.
- resolveTypeArgument(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the single type argument of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare a concrete type for its type variable.
- resolveTypeArguments(Class<?>, Class<?>) - Static method in class org.springframework.core.GenericTypeResolver
-
Resolve the type arguments of the given generic interface against the given target class which is assumed to implement the generic interface and possibly declare concrete types for its type variables.
- resolveTypeName(int) - Static method in class org.springframework.jdbc.support.JdbcUtils
-
Resolve the standard type name for the given SQL type, if possible.
- resolveURL() - Method in class org.springframework.core.io.ClassPathResource
-
Resolves a
URL
for the underlying class path resource. - resolveUrlPath(String, HttpServletRequest, Resource, ResourceTransformerChain) - Method in class org.springframework.web.servlet.resource.ResourceTransformerSupport
-
A transformer can use this method when a resource being transformed contains links to other resources.
- resolveUrlPath(String, List<? extends Resource>) - Method in interface org.springframework.web.reactive.resource.ResourceResolverChain
-
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
- resolveUrlPath(String, List<? extends Resource>) - Method in interface org.springframework.web.servlet.resource.ResourceResolverChain
-
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.AbstractResourceResolver
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.reactive.resource.ResourceResolver
-
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
- resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - Method in interface org.springframework.web.servlet.resource.ResourceResolver
-
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
- resolveUrlPath(String, ServerWebExchange, Resource, ResourceTransformerChain) - Method in class org.springframework.web.reactive.resource.ResourceTransformerSupport
-
A transformer can use this method when a resource being transformed contains links to other resources.
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.AbstractResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.CachingResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.EncodedResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.PathResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.VersionResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.reactive.resource.WebJarsResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.AbstractResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.CachingResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.EncodedResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.PathResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.VersionResourceResolver
- resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
- resolveValue(Object) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- resolveValueIfNecessary(Object, Object) - Method in class org.springframework.beans.factory.support.BeanDefinitionValueResolver
-
Given a PropertyValue, return a value, resolving any references to other beans in the factory if necessary.
- resolveViewName(String, Locale) - Method in class org.springframework.web.reactive.result.view.UrlBasedViewResolver
- resolveViewName(String, Locale) - Method in interface org.springframework.web.reactive.result.view.ViewResolver
-
Resolve the view name to a View instance.
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.AbstractCachingViewResolver
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.BeanNameViewResolver
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
- resolveViewName(String, Locale) - Method in class org.springframework.web.servlet.view.ViewResolverComposite
- resolveViewName(String, Locale) - Method in interface org.springframework.web.servlet.ViewResolver
-
Resolve the given view by name.
- resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Resolve the given view name into a View object (to be rendered).
- resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
- resolveWiringInfo(Object) - Method in interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver
-
Resolve the BeanWiringInfo for the given bean instance.
- resolveWiringInfo(Object) - Method in class org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
- resort() - Method in class org.springframework.beans.support.PagedListHolder
-
Resort the list if necessary, i.e.
- resource() - Static method in class org.springframework.aot.hint.predicate.RuntimeHintsPredicates
-
Return a predicate generator for
resource hints
. - Resource - Interface in org.springframework.core.io
-
Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.
- RESOURCE - Enum constant in enum class org.springframework.aot.generate.GeneratedFiles.Kind
-
A resource file that should be directly added to the final application.
- RESOURCE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- RESOURCE_BUNDLE - Enum constant in enum class org.springframework.aot.agent.HintType
-
Resource bundle hint, as described by
ResourceHints.resourceBundleHints()
. - RESOURCE_PATTERN - Enum constant in enum class org.springframework.aot.agent.HintType
-
Resource pattern hint, as described by
ResourceHints.resourcePatternHints()
. - RESOURCE_URL_PROVIDER_ATTR - Static variable in class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
-
Name of the request attribute that holds the
ResourceUrlProvider
. - RESOURCE_VARIABLE - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- ResourceAccessException - Exception in org.springframework.web.client
-
Exception thrown when an I/O error occurs.
- ResourceAccessException(String) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new
ResourceAccessException
with the given message. - ResourceAccessException(String, IOException) - Constructor for exception org.springframework.web.client.ResourceAccessException
-
Construct a new
ResourceAccessException
with the given message andIOException
. - ResourceAdapterFactoryBean - Class in org.springframework.jca.support
-
FactoryBean
that bootstraps the specified JCA 1.7ResourceAdapter
, starting it with a localBootstrapContext
and exposing it for bean references. - ResourceAdapterFactoryBean() - Constructor for class org.springframework.jca.support.ResourceAdapterFactoryBean
- ResourceAllocationException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS ResourceAllocationException.
- ResourceAllocationException(ResourceAllocationException) - Constructor for exception org.springframework.jms.ResourceAllocationException
- ResourceArrayPropertyEditor - Class in org.springframework.core.io.support
-
Editor for
Resource
arrays, to automatically convertString
location patterns (e.g. - ResourceArrayPropertyEditor() - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Create a new ResourceArrayPropertyEditor with a default
PathMatchingResourcePatternResolver
andStandardEnvironment
. - ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Create a new ResourceArrayPropertyEditor with the given
ResourcePatternResolver
andPropertyResolver
(typically anEnvironment
). - ResourceArrayPropertyEditor(ResourcePatternResolver, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.support.ResourceArrayPropertyEditor
-
Create a new ResourceArrayPropertyEditor with the given
ResourcePatternResolver
andPropertyResolver
(typically anEnvironment
). - ResourceBundleEditor - Class in org.springframework.beans.propertyeditors
-
PropertyEditor
implementation for standard JDKResourceBundles
. - ResourceBundleEditor() - Constructor for class org.springframework.beans.propertyeditors.ResourceBundleEditor
- resourcebundlegetBundle(String) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Module) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Locale) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Locale, ClassLoader) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Locale, Module) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, Locale, ResourceBundle.Control) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- resourcebundlegetBundle(String, ResourceBundle.Control) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- ResourceBundleHint - Class in org.springframework.aot.hint
-
A hint that describes the need to access a
ResourceBundle
. - ResourceBundleHint.Builder - Class in org.springframework.aot.hint
-
Builder for
ResourceBundleHint
. - resourceBundleHints() - Method in class org.springframework.aot.hint.ResourceHints
-
Return the resource bundles that should be made available at runtime.
- ResourceBundleMessageSource - Class in org.springframework.context.support
-
MessageSource
implementation that accesses resource bundles using specified basenames. - ResourceBundleMessageSource() - Constructor for class org.springframework.context.support.ResourceBundleMessageSource
- ResourceBundleThemeSource - Class in org.springframework.ui.context.support
-
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
- ResourceBundleThemeSource() - Constructor for class org.springframework.ui.context.support.ResourceBundleThemeSource
-
Deprecated.
- ResourceBundleViewResolver - Class in org.springframework.web.servlet.view
-
Deprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementations
- ResourceBundleViewResolver() - Constructor for class org.springframework.web.servlet.view.ResourceBundleViewResolver
-
Deprecated.
- resourceChain(boolean) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- resourceChain(boolean) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- resourceChain(boolean, Cache) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- resourceChain(boolean, Cache) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Configure a chain of resource resolvers and transformers to use.
- ResourceChainRegistration - Class in org.springframework.web.reactive.config
-
Assists with the registration of resource resolvers and transformers.
- ResourceChainRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assists with the registration of resource resolvers and transformers.
- ResourceChainRegistration(boolean) - Constructor for class org.springframework.web.reactive.config.ResourceChainRegistration
- ResourceChainRegistration(boolean) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
- ResourceChainRegistration(boolean, Cache) - Constructor for class org.springframework.web.reactive.config.ResourceChainRegistration
- ResourceChainRegistration(boolean, Cache) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceChainRegistration
- ResourceDatabasePopulator - Class in org.springframework.jdbc.datasource.init
-
Populates, initializes, or cleans up a database using SQL scripts defined in external resources.
- ResourceDatabasePopulator - Class in org.springframework.r2dbc.connection.init
-
Populates, initializes, or cleans up a database using SQL scripts defined in external resources.
- ResourceDatabasePopulator() - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new
ResourceDatabasePopulator
with default settings. - ResourceDatabasePopulator() - Constructor for class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Create a new
ResourceDatabasePopulator
with default settings. - ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new
ResourceDatabasePopulator
with the supplied values. - ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Construct a new
ResourceDatabasePopulator
with the supplied values. - ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Construct a new
ResourceDatabasePopulator
with default settings for the supplied scripts. - ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
-
Create a new
ResourceDatabasePopulator
with default settings for the supplied scripts. - ResourceDecoder - Class in org.springframework.core.codec
-
Decoder for
Resources
. - ResourceDecoder() - Constructor for class org.springframework.core.codec.ResourceDecoder
- ResourceEditor - Class in org.springframework.core.io
- ResourceEditor() - Constructor for class org.springframework.core.io.ResourceEditor
-
Create a new instance of the
ResourceEditor
class using aDefaultResourceLoader
andStandardEnvironment
. - ResourceEditor(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.core.io.ResourceEditor
-
Create a new instance of the
ResourceEditor
class using the givenResourceLoader
andPropertyResolver
. - ResourceEditor(ResourceLoader, PropertyResolver, boolean) - Constructor for class org.springframework.core.io.ResourceEditor
-
Create a new instance of the
ResourceEditor
class using the givenResourceLoader
. - ResourceEditorRegistrar - Class in org.springframework.beans.support
-
PropertyEditorRegistrar implementation that populates a given
PropertyEditorRegistry
(typically aBeanWrapper
used for bean creation within anApplicationContext
) with resource editors. - ResourceEditorRegistrar(ResourceLoader, PropertyResolver) - Constructor for class org.springframework.beans.support.ResourceEditorRegistrar
-
Create a new ResourceEditorRegistrar for the given
ResourceLoader
andPropertyResolver
. - ResourceEncoder - Class in org.springframework.core.codec
-
Encoder for
Resources
. - ResourceEncoder() - Constructor for class org.springframework.core.codec.ResourceEncoder
- ResourceEncoder(int) - Constructor for class org.springframework.core.codec.ResourceEncoder
- ResourceEntityResolver - Class in org.springframework.beans.factory.xml
-
EntityResolver
implementation that tries to resolve entity references through aResourceLoader
(usually, relative to the resource base of anApplicationContext
), if applicable. - ResourceEntityResolver(ResourceLoader) - Constructor for class org.springframework.beans.factory.xml.ResourceEntityResolver
-
Create a ResourceEntityResolver for the specified ResourceLoader (usually, an ApplicationContext).
- ResourceFile - Class in org.springframework.core.test.tools
-
DynamicFile
that holds resource file content and providesResourceFileAssert
support. - ResourceFileAssert - Class in org.springframework.core.test.tools
-
Assertion methods for
ResourceFile
instances. - ResourceFiles - Class in org.springframework.core.test.tools
-
An immutable collection of
ResourceFile
instances. - resourceHandlerMapping(ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
- resourceHandlerMapping(ResourceUrlProvider) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
-
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
- ResourceHandlerRegistration - Class in org.springframework.web.reactive.config
-
Assist with creating and configuring a static resources handler.
- ResourceHandlerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Encapsulates information required to create a resource handler.
- ResourceHandlerRegistration(String...) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
-
Create a
ResourceHandlerRegistration
instance. - ResourceHandlerRegistration(ResourceLoader, String...) - Constructor for class org.springframework.web.reactive.config.ResourceHandlerRegistration
-
Create a
ResourceHandlerRegistration
instance. - ResourceHandlerRegistry - Class in org.springframework.web.reactive.config
-
Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring WebFlux including setting cache headers optimized for efficient loading in a web browser.
- ResourceHandlerRegistry - Class in org.springframework.web.servlet.config.annotation
-
Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
- ResourceHandlerRegistry(ApplicationContext, ServletContext) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Create a new resource handler registry for the given application context.
- ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
Create a new resource handler registry for the given application context.
- ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager, UrlPathHelper) - Constructor for class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
-
A variant of
ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager)
that also accepts theUrlPathHelper
used for mapping requests to static resources. - ResourceHandlerRegistry(ResourceLoader) - Constructor for class org.springframework.web.reactive.config.ResourceHandlerRegistry
-
Create a new resource handler registry for the given resource loader (typically an application context).
- ResourceHints - Class in org.springframework.aot.hint
-
Gather the need for resources available at runtime.
- ResourceHints() - Constructor for class org.springframework.aot.hint.ResourceHints
- ResourceHintsPredicates - Class in org.springframework.aot.hint.predicate
-
Generator of
ResourceHints
predicates, testing whether the given hints match the expected behavior for resources. - ResourceHolder - Interface in org.springframework.transaction.support
-
Generic interface to be implemented by resource holders.
- ResourceHolderSupport - Class in org.springframework.transaction.support
-
Convenient base class for resource holders.
- ResourceHolderSupport() - Constructor for class org.springframework.transaction.support.ResourceHolderSupport
- ResourceHolderSynchronization<H extends ResourceHolder,
K> - Class in org.springframework.transaction.support -
TransactionSynchronization
implementation that manages aResourceHolder
bound throughTransactionSynchronizationManager
. - ResourceHolderSynchronization(H, K) - Constructor for class org.springframework.transaction.support.ResourceHolderSynchronization
-
Create a new ResourceHolderSynchronization for the given holder.
- ResourceHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter
that can read/writeResources
and supports byte range requests. - ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
Create a new instance of the
ResourceHttpMessageConverter
that supports read streaming, i.e. - ResourceHttpMessageConverter(boolean) - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
-
Create a new instance of the
ResourceHttpMessageConverter
. - ResourceHttpMessageReader - Class in org.springframework.http.codec
-
HttpMessageReader
that wraps and delegates to aResourceDecoder
that extracts the filename from the"Content-Disposition"
header, if available, and passes it as theResourceDecoder.FILENAME_HINT
. - ResourceHttpMessageReader() - Constructor for class org.springframework.http.codec.ResourceHttpMessageReader
- ResourceHttpMessageReader(ResourceDecoder) - Constructor for class org.springframework.http.codec.ResourceHttpMessageReader
- ResourceHttpMessageWriter - Class in org.springframework.http.codec
-
HttpMessageWriter
that can write aResource
. - ResourceHttpMessageWriter() - Constructor for class org.springframework.http.codec.ResourceHttpMessageWriter
- ResourceHttpMessageWriter(int) - Constructor for class org.springframework.http.codec.ResourceHttpMessageWriter
- ResourceHttpRequestHandler - Class in org.springframework.web.servlet.resource
-
HttpRequestHandler
that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc. - ResourceHttpRequestHandler() - Constructor for class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- resourceLoader - Variable in class org.springframework.scheduling.quartz.SchedulerAccessor
- ResourceLoader - Interface in org.springframework.core.io
-
Strategy interface for loading resources (e.g., class path or file system resources).
- ResourceLoaderAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified of the
ResourceLoader
(typically the ApplicationContext) that it runs in. - ResourceLoaderClassLoadHelper - Class in org.springframework.scheduling.quartz
-
Wrapper that adapts from the Quartz
ClassLoadHelper
interface onto Spring'sResourceLoader
interface. - ResourceLoaderClassLoadHelper() - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
Create a new ResourceLoaderClassLoadHelper for the default ResourceLoader.
- ResourceLoaderClassLoadHelper(ResourceLoader) - Constructor for class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
-
Create a new ResourceLoaderClassLoadHelper for the given ResourceLoader.
- resourceLookupFunction(String, Resource) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Returns the resource lookup function used by
RouterFunctions.resources(String, Resource)
. - resourceLookupFunction(String, Resource) - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Returns the resource lookup function used by
RouterFunctions.resources(String, Resource)
. - resourceOutput(Path) - Method in class org.springframework.context.aot.AbstractAotProcessor.Settings.Builder
-
Set the output directory for generated resources.
- ResourceOverridingShadowingClassLoader - Class in org.springframework.instrument.classloading
-
Subclass of ShadowingClassLoader that overrides attempts to locate certain files.
- ResourceOverridingShadowingClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Create a new ResourceOverridingShadowingClassLoader, decorating the given ClassLoader.
- resourcePath() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
WebAppConfiguration.value()
. - resourcePattern() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Controls the class files eligible for component detection.
- ResourcePatternHint - Class in org.springframework.aot.hint
-
A hint that describes resources that should be made available at runtime.
- resourcePatternHints() - Method in class org.springframework.aot.hint.ResourceHints
-
Return the resources that should be made available at runtime.
- ResourcePatternHints - Class in org.springframework.aot.hint
-
A collection of
ResourcePatternHint
describing whether resources should be made available at runtime using a matching algorithm based on include/exclude patterns. - ResourcePatternHints.Builder - Class in org.springframework.aot.hint
-
Builder for
ResourcePatternHints
. - ResourcePatternResolver - Interface in org.springframework.core.io.support
-
Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into
Resource
objects. - ResourcePatternUtils - Class in org.springframework.core.io.support
-
Utility class for determining whether a given URL is a resource location that can be loaded via a
ResourcePatternResolver
. - ResourcePatternUtils() - Constructor for class org.springframework.core.io.support.ResourcePatternUtils
- ResourcePropertySource - Class in org.springframework.core.io.support
-
Subclass of
PropertiesPropertySource
that loads aProperties
object from a givenResource
or resource location such as"classpath:/com/myco/foo.properties"
or"file:/path/to/file.xml"
. - ResourcePropertySource(String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource location.
- ResourcePropertySource(String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource location and use the given class loader to load the resource, assuming it is prefixed with
classpath:
. - ResourcePropertySource(String, String) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from the given resource location.
- ResourcePropertySource(String, String, ClassLoader) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from the given resource location and using the given class loader to load the resource (assuming it is prefixed with
classpath:
). - ResourcePropertySource(String, Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from the given encoded resource.
- ResourcePropertySource(String, EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource having the given name based on Properties loaded from the given encoded resource.
- ResourcePropertySource(Resource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource.
- ResourcePropertySource(EncodedResource) - Constructor for class org.springframework.core.io.support.ResourcePropertySource
-
Create a PropertySource based on Properties loaded from the given resource.
- ResourceRegion - Class in org.springframework.core.io.support
- ResourceRegion(Resource, long, long) - Constructor for class org.springframework.core.io.support.ResourceRegion
-
Create a new
ResourceRegion
from a givenResource
. - ResourceRegionEncoder - Class in org.springframework.core.codec
-
Encoder for
ResourceRegions
. - ResourceRegionEncoder() - Constructor for class org.springframework.core.codec.ResourceRegionEncoder
- ResourceRegionEncoder(int) - Constructor for class org.springframework.core.codec.ResourceRegionEncoder
- ResourceRegionHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter
that can write a singleResourceRegion
or Collections ofResourceRegions
. - ResourceRegionHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceRegionHttpMessageConverter
- ResourceResolver - Interface in org.springframework.web.reactive.resource
-
A strategy for resolving a request to a server-side resource.
- ResourceResolver - Interface in org.springframework.web.servlet.resource
-
A strategy for resolving a request to a server-side resource.
- ResourceResolverChain - Interface in org.springframework.web.reactive.resource
-
A contract for invoking a chain of
ResourceResolvers
where each resolver is given a reference to the chain allowing it to delegate when necessary. - ResourceResolverChain - Interface in org.springframework.web.servlet.resource
-
A contract for invoking a chain of
ResourceResolvers
where each resolver is given a reference to the chain allowing it to delegate when necessary. - resources() - Method in class org.springframework.aot.hint.RuntimeHints
-
Provide access to resource-based hints.
- resources(String, Resource) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route requests that match the given pattern to resources relative to the given root location.
- resources(String, Resource) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Route requests that match the given pattern to resources relative to the given root location.
- resources(String, Resource) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route requests that match the given pattern to resources relative to the given root location.
- resources(String, Resource) - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Route requests that match the given pattern to resources relative to the given root location.
- resources(Function<ServerRequest, Mono<Resource>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route to resources using the provided lookup function.
- resources(Function<ServerRequest, Mono<Resource>>) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Route to resources using the provided lookup function.
- resources(Function<ServerRequest, Mono<Resource>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitor
-
Receive notification of a resource router function.
- resources(Function<ServerRequest, Optional<Resource>>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route to resources using the provided lookup function.
- resources(Function<ServerRequest, Optional<Resource>>) - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Route to resources using the provided lookup function.
- resources(Function<ServerRequest, Optional<Resource>>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Visitor
-
Receive notification of a resource router function.
- ResourceScriptSource - Class in org.springframework.scripting.support
-
ScriptSource
implementation based on Spring'sResource
abstraction. - ResourceScriptSource(Resource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- ResourceScriptSource(EncodedResource) - Constructor for class org.springframework.scripting.support.ResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- ResourceTransactionDefinition - Interface in org.springframework.transaction.support
-
Extended variant of
TransactionDefinition
, indicating a resource transaction and in particular whether the transactional resource is ready for local optimizations. - ResourceTransactionManager - Interface in org.springframework.transaction.support
-
Extension of the
PlatformTransactionManager
interface, indicating a native resource transaction manager, operating on a single target resource. - ResourceTransformer - Interface in org.springframework.web.reactive.resource
-
An abstraction for transforming the content of a resource.
- ResourceTransformer - Interface in org.springframework.web.servlet.resource
-
An abstraction for transforming the content of a resource.
- ResourceTransformerChain - Interface in org.springframework.web.reactive.resource
-
A contract for invoking a chain of
ResourceTransformers
where each resolver is given a reference to the chain allowing it to delegate when necessary. - ResourceTransformerChain - Interface in org.springframework.web.servlet.resource
-
A contract for invoking a chain of
ResourceTransformers
where each resolver is given a reference to the chain allowing it to delegate when necessary. - ResourceTransformerSupport - Class in org.springframework.web.reactive.resource
-
A base class for a
ResourceTransformer
with an optional helper method for resolving public links within a transformed resource. - ResourceTransformerSupport - Class in org.springframework.web.servlet.resource
-
A base class for a
ResourceTransformer
with an optional helper method for resolving public links within a transformed resource. - ResourceTransformerSupport() - Constructor for class org.springframework.web.reactive.resource.ResourceTransformerSupport
- ResourceTransformerSupport() - Constructor for class org.springframework.web.servlet.resource.ResourceTransformerSupport
- ResourceUrlEncodingFilter - Class in org.springframework.web.servlet.resource
-
A filter that wraps the
HttpServletResponse
and overrides itsencodeURL
method in order to translate internal resource request URLs into public URL paths for external use. - ResourceUrlEncodingFilter() - Constructor for class org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
- resourceUrlProvider() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ResourceUrlProvider - Class in org.springframework.web.reactive.resource
-
A central component to use to obtain the public URL path that clients should use to access a static resource.
- ResourceUrlProvider - Class in org.springframework.web.servlet.resource
-
A central component to use to obtain the public URL path that clients should use to access a static resource.
- ResourceUrlProvider() - Constructor for class org.springframework.web.reactive.resource.ResourceUrlProvider
- ResourceUrlProvider() - Constructor for class org.springframework.web.servlet.resource.ResourceUrlProvider
- ResourceUrlProviderExposingInterceptor - Class in org.springframework.web.servlet.resource
-
An interceptor that exposes the
ResourceUrlProvider
instance it is configured with as a request attribute. - ResourceUrlProviderExposingInterceptor(ResourceUrlProvider) - Constructor for class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
- ResourceUtils - Class in org.springframework.util
-
Utility methods for resolving resource locations to files in the file system.
- ResourceUtils() - Constructor for class org.springframework.util.ResourceUtils
- ResourceWebHandler - Class in org.springframework.web.reactive.resource
-
HttpRequestHandler
that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc. - ResourceWebHandler() - Constructor for class org.springframework.web.reactive.resource.ResourceWebHandler
- responder() - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Return an RSocket
SocketAcceptor
backed by thisRSocketMessageHandler
instance that can be plugged in as aclient
orserver
RSocket responder. - responder(RSocketStrategies, Object...) - Static method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
-
Static factory method to create an RSocket
SocketAcceptor
backed by handlers with annotated methods. - response() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
-
Return the wrapped request.
- response(ServerHttpResponse) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Set the response to use.
- RESPONSE_ENCODED_HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
-
Use of response encoding for HTML escaping parameter at the servlet context level (i.e.
- RESPONSE_HANDLED - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that the response has been handled by this interceptor without a result and that no further interceptors are to be invoked.
- RESPONSE_HEADER - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
-
Message header name that is expected to have an
AtomicReference
which will receive theFlux<Payload>
that represents the response. - RESPONSE_STATUS_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.View
-
Name of the
HttpServletRequest
attribute that contains the response status code. - ResponseActions - Interface in org.springframework.test.web.client
-
A contract for setting up request expectations and defining a response.
- ResponseBody - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation that indicates a method return value should be bound to the web response body.
- ResponseBodyAdvice<T> - Interface in org.springframework.web.servlet.mvc.method.annotation
-
Allows customizing the response after the execution of an
@ResponseBody
or aResponseEntity
controller method but before the body is written with anHttpMessageConverter
. - ResponseBodyEmitter - Class in org.springframework.web.servlet.mvc.method.annotation
-
A controller method return value type for asynchronous request processing where one or more objects are written to the response.
- ResponseBodyEmitter() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Create a new ResponseBodyEmitter instance.
- ResponseBodyEmitter(Long) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
-
Create a ResponseBodyEmitter with a custom timeout value.
- ResponseBodyEmitter.DataWithMediaType - Class in org.springframework.web.servlet.mvc.method.annotation
-
A simple holder of data to be written along with a MediaType hint for selecting a message converter to write with.
- ResponseBodyEmitterReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
Handler for return values of type
ResponseBodyEmitter
and subclasses such asSseEmitter
including the same types wrapped withResponseEntity
. - ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
Simple constructor with reactive type support based on a default instance of
ReactiveAdapterRegistry
,SyncTaskExecutor
, andContentNegotiationManager
with an Accept header strategy. - ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>>, ReactiveAdapterRegistry, TaskExecutor, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
-
Complete constructor with pluggable "reactive" type support.
- responseBodyResultHandler(ReactiveAdapterRegistry, ServerCodecConfigurer, RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ResponseBodyResultHandler - Class in org.springframework.web.reactive.result.method.annotation
-
HandlerResultHandler
that handles return values from methods annotated with@ResponseBody
writing to the body of the request or response with anHttpMessageWriter
. - ResponseBodyResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
-
Basic constructor with a default
ReactiveAdapterRegistry
. - ResponseBodyResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
-
Constructor with an
ReactiveAdapterRegistry
instance. - ResponseCookie - Class in org.springframework.http
-
An
HttpCookie
subclass with the additional attributes allowed in the "Set-Cookie" response header. - ResponseCookie.ResponseCookieBuilder - Interface in org.springframework.http
-
A builder for a server-defined HttpCookie with attributes.
- ResponseCreator - Interface in org.springframework.test.web.client
-
A contract for creating a
ClientHttpResponse
. - ResponseEntity<T> - Class in org.springframework.http
-
Extension of
HttpEntity
that adds anHttpStatusCode
status code. - ResponseEntity(HttpStatusCode) - Constructor for class org.springframework.http.ResponseEntity
-
Create a
ResponseEntity
with a status code only. - ResponseEntity(MultiValueMap<String, String>, HttpStatusCode) - Constructor for class org.springframework.http.ResponseEntity
-
Create a
ResponseEntity
with headers and a status code. - ResponseEntity(T, HttpStatusCode) - Constructor for class org.springframework.http.ResponseEntity
-
Create a
ResponseEntity
with a body and status code. - ResponseEntity(T, MultiValueMap<String, String>, int) - Constructor for class org.springframework.http.ResponseEntity
-
Create a
ResponseEntity
with a body, headers, and a raw status code. - ResponseEntity(T, MultiValueMap<String, String>, HttpStatusCode) - Constructor for class org.springframework.http.ResponseEntity
-
Create a
ResponseEntity
with a body, headers, and a status code. - ResponseEntity.BodyBuilder - Interface in org.springframework.http
-
Defines a builder that adds a body to the response entity.
- ResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>> - Interface in org.springframework.http
-
Defines a builder that adds headers to the response entity.
- ResponseEntityExceptionHandler - Class in org.springframework.web.reactive.result.method.annotation
-
A class with an
@ExceptionHandler
method that handles all Spring WebFlux raised exceptions by returning aResponseEntity
with RFC 7807 formatted error details in the body. - ResponseEntityExceptionHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
A class with an
@ExceptionHandler
method that handles all Spring MVC raised exceptions by returning aResponseEntity
with RFC 7807 formatted error details in the body. - ResponseEntityExceptionHandler() - Constructor for class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
- ResponseEntityExceptionHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- responseEntityExtractor(Type) - Method in class org.springframework.web.client.RestTemplate
-
Return a
ResponseExtractor
that prepares aResponseEntity
. - responseEntityResultHandler(ReactiveAdapterRegistry, ServerCodecConfigurer, RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ResponseEntityResultHandler - Class in org.springframework.web.reactive.result.method.annotation
-
Handles return values of type
HttpEntity
,ResponseEntity
,HttpHeaders
,ErrorResponse
, andProblemDetail
. - ResponseEntityResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
-
Basic constructor with a default
ReactiveAdapterRegistry
. - ResponseEntityResultHandler(List<HttpMessageWriter<?>>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
-
Constructor with an
ReactiveAdapterRegistry
instance. - ResponseErrorHandler - Interface in org.springframework.web.client
-
Strategy interface used by the
RestTemplate
to determine whether a particular response has an error or not. - ResponseExtractor<T> - Interface in org.springframework.web.client
-
Generic callback interface used by
RestTemplate
's retrieval methods. - responseLock - Variable in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- ResponseStatus - Annotation Interface in org.springframework.web.bind.annotation
-
Marks a method or exception class with the status
ResponseStatus.code()
andResponseStatus.reason()
that should be returned. - ResponseStatusException - Exception in org.springframework.web.server
-
Subclass of
ErrorResponseException
that accepts a "reason", and by default maps that to the"detail"
of theProblemDetail
. - ResponseStatusException(int, String, Throwable) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status and a reason to add to the exception message as explanation, as well as a nested exception.
- ResponseStatusException(HttpStatusCode) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status.
- ResponseStatusException(HttpStatusCode, String) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status and a reason to add to the exception message as explanation.
- ResponseStatusException(HttpStatusCode, String, Throwable) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a response status and a reason to add to the exception message as explanation, as well as a nested exception.
- ResponseStatusException(HttpStatusCode, String, Throwable, String, Object[]) - Constructor for exception org.springframework.web.server.ResponseStatusException
-
Constructor with a message code and arguments for resolving the error "detail" via
MessageSource
. - responseStatusExceptionHandler() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ResponseStatusExceptionHandler - Class in org.springframework.web.server.handler
-
Handle
ResponseStatusException
by setting the response status. - ResponseStatusExceptionHandler() - Constructor for class org.springframework.web.server.handler.ResponseStatusExceptionHandler
- ResponseStatusExceptionResolver - Class in org.springframework.web.servlet.mvc.annotation
-
A
HandlerExceptionResolver
that uses the@ResponseStatus
annotation to map exceptions to HTTP status codes. - ResponseStatusExceptionResolver() - Constructor for class org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
- responseTimeout(Duration) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Max amount of time to wait for responses.
- RestClientException - Exception in org.springframework.web.client
-
Base class for exceptions thrown by
RestTemplate
in case a request fails because of a server error response, as determined viaResponseErrorHandler.hasError(ClientHttpResponse)
, failure to decode the response, or a low level I/O error. - RestClientException(String) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of
RestClientException
with the given message. - RestClientException(String, Throwable) - Constructor for exception org.springframework.web.client.RestClientException
-
Construct a new instance of
RestClientException
with the given message and exception. - RestClientResponseException - Exception in org.springframework.web.client
-
Common base class for exceptions that contain actual HTTP response data.
- RestClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.RestClientResponseException
-
Construct a new instance of with the given response data.
- RestClientResponseException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.RestClientResponseException
-
Construct a new instance of with the given response data.
- RestController - Annotation Interface in org.springframework.web.bind.annotation
-
A convenience annotation that is itself annotated with
@Controller
and@ResponseBody
. - RestControllerAdvice - Annotation Interface in org.springframework.web.bind.annotation
-
A convenience annotation that is itself annotated with
@ControllerAdvice
and@ResponseBody
. - RestGatewaySupport - Class in org.springframework.web.client.support
-
Convenient superclass for application classes that need REST access.
- RestGatewaySupport() - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
Construct a new instance of the
RestGatewaySupport
, with default parameters. - RestGatewaySupport(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.support.RestGatewaySupport
-
Construct a new instance of the
RestGatewaySupport
, with the givenClientHttpRequestFactory
. - RestOperations - Interface in org.springframework.web.client
-
Interface specifying a basic set of RESTful operations.
- RestTemplate - Class in org.springframework.web.client
-
Synchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDK
HttpURLConnection
, Apache HttpComponents, and others. - RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate
using default settings. - RestTemplate(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate
using the given list ofHttpMessageConverter
to use. - RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
-
Create a new instance of the
RestTemplate
based on the givenClientHttpRequestFactory
. - RestTemplateXhrTransport - Class in org.springframework.web.socket.sockjs.client
-
An
XhrTransport
implementation that uses aRestTemplate
. - RestTemplateXhrTransport() - Constructor for class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
- RestTemplateXhrTransport(RestOperations) - Constructor for class org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
- RESULT_NONE - Static variable in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Constant indicating that no result has been determined by this interceptor, giving subsequent interceptors a chance.
- RESULT_OF_SELECTION_CRITERIA_IS_NOT_BOOLEAN - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- ResultActions - Interface in org.springframework.test.web.servlet
-
Allows applying actions, such as expectations, on the result of an executed request.
- resultActionsFor(ExchangeResult) - Static method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient
-
This method can be used to apply further assertions on a given
ExchangeResult
based the state of the server response. - ResultHandler - Interface in org.springframework.test.web.servlet
-
A
ResultHandler
performs a generic action on the result of an executed request — for example, printing debug information. - ResultMatcher - Interface in org.springframework.test.web.servlet
-
A
ResultMatcher
matches the result of an executed request against some expectation. - ResultSetExtractor<T> - Interface in org.springframework.jdbc.core
-
Callback interface used by
JdbcTemplate
's query methods. - ResultSetSupportingSqlParameter - Class in org.springframework.jdbc.core
-
Common base class for ResultSet-supporting SqlParameters like
SqlOutParameter
andSqlReturnResultSet
. - ResultSetSupportingSqlParameter(String, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, int) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, String) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, ResultSetExtractor<?>) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetSupportingSqlParameter(String, int, RowMapper<?>) - Constructor for class org.springframework.jdbc.core.ResultSetSupportingSqlParameter
-
Create a new ResultSetSupportingSqlParameter.
- ResultSetWrappingSqlRowSet - Class in org.springframework.jdbc.support.rowset
-
The common implementation of Spring's
SqlRowSet
interface, wrapping aResultSet
, catching anySQLExceptions
and translating them to a corresponding SpringInvalidResultSetAccessException
. - ResultSetWrappingSqlRowSet(ResultSet) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
-
Create a new
ResultSetWrappingSqlRowSet
for the givenResultSet
. - ResultSetWrappingSqlRowSetMetaData - Class in org.springframework.jdbc.support.rowset
-
The default implementation of Spring's
SqlRowSetMetaData
interface, wrapping aResultSetMetaData
instance, catching anySQLExceptions
and translating them to a corresponding SpringInvalidResultSetAccessException
. - ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) - Constructor for class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
-
Create a new ResultSetWrappingSqlRowSetMetaData object for the given ResultSetMetaData instance.
- resume() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
- resume() - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
- resume() - Method in interface org.springframework.transaction.reactive.TransactionSynchronization
-
Resume this synchronization.
- resume() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- resume() - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Resume this synchronization.
- resume() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
Deprecated.
- resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Resume the given transaction.
- resumePausedTasks() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Try to resume all paused tasks.
- resumeReceiving() - Method in class org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession
-
Resume receiving new message(s) after demand is generated by the downstream Subscriber.
- resumeReceiving() - Method in class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- resumeReceiving() - Method in class org.springframework.web.reactive.socket.adapter.StandardWebSocketSession
- resumeReceiving() - Method in class org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession
- resumeReceiving() - Method in class org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
- RET - Static variable in interface org.springframework.asm.Opcodes
- retain() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- retain() - Method in interface org.springframework.core.io.buffer.PooledDataBuffer
-
Increase the reference count for this buffer by one.
- retain() - Method in class org.springframework.web.reactive.socket.WebSocketMessage
-
Retain the data buffer for the message payload, which is useful on runtimes (e.g.
- retain(T) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
-
Retain the given data buffer, if it is a
PooledDataBuffer
. - retainAll(Collection<?>) - Method in class org.springframework.util.AutoPopulatingList
- retainDataAndReleasePayload(Payload, DataBufferFactory) - Static method in class org.springframework.messaging.rsocket.PayloadUtils
-
Use this method to slice, retain and wrap the data portion of the
Payload
, and also to release thePayload
. - retainedSlice(int, int) - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Deprecated.as of 6.0, in favor of
DataBuffer.split(int)
, which has different semantics - retainedSlice(int, int) - Method in class org.springframework.core.io.buffer.DataBufferWrapper
-
Deprecated.
- retainedSlice(int, int) - Method in class org.springframework.core.io.buffer.NettyDataBuffer
-
Deprecated.
- rethrowException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
-
Rethrow the given
exception
, which is presumably the target exception of anInvocationTargetException
. - rethrowRuntimeException(Throwable) - Static method in class org.springframework.util.ReflectionUtils
-
Rethrow the given
exception
, which is presumably the target exception of anInvocationTargetException
. - retrieve() - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
-
Proceed to declare how to extract the response.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.FlashMapManager
-
Find a FlashMap saved by a previous request that matches to the current request, remove it from underlying storage, and also remove other expired FlashMap instances.
- retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
- retrieveAttribute(WebRequest, String) - Method in class org.springframework.web.bind.support.DefaultSessionAttributeStore
- retrieveAttribute(WebRequest, String) - Method in interface org.springframework.web.bind.support.SessionAttributeStore
-
Retrieve the specified attribute from the backend session.
- retrieveAttributes(WebRequest) - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
-
Retrieve "known" attributes from the session, i.e.
- retrieveDataSource(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Retrieve the
DataSource
to use for the supplied test context. - retrieveEngineByName(ScriptEngineManager, String) - Static method in class org.springframework.scripting.support.StandardScriptUtils
-
Retrieve a
ScriptEngine
from the givenScriptEngineManager
by name, delegating toScriptEngineManager.getEngineByName(java.lang.String)
but throwing a descriptive exception if not found or if initialization failed. - retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.AbstractFlashMapManager
-
Retrieve saved FlashMap instances from the underlying storage.
- retrieveFlashMaps(HttpServletRequest) - Method in class org.springframework.web.servlet.support.SessionFlashMapManager
-
Retrieves saved FlashMap instances from the HTTP session, if any.
- retrieveFlux(Class<T>) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Perform an
requestStream
or arequestChannel
exchange depending on whether the request input is single or multi-payload. - retrieveFlux(ParameterizedTypeReference<T>) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Variant of
RSocketRequester.RetrieveSpec.retrieveFlux(Class)
for when the dataType has to have a generic type. - retrieveLastModifiedTime() - Method in class org.springframework.scripting.support.ResourceScriptSource
-
Retrieve the current last-modified timestamp of the underlying resource.
- retrieveMaxCacheSize() - Static method in class org.springframework.test.context.cache.ContextCacheUtils
-
Retrieve the maximum size of the
ContextCache
. - retrieveMono(Class<T>) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Perform a
requestResponse
exchange. - retrieveMono(ParameterizedTypeReference<T>) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.RetrieveSpec
-
Variant of
RSocketRequester.RetrieveSpec.retrieveMono(Class)
for when the dataType has to have a generic type. - retrieveProfileValueSource(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Retrieves the
ProfileValueSource
type for the specifiedtest class
as configured via the@ProfileValueSourceConfiguration
annotation and instantiates a new instance of that type. - retrieveScriptEngine(ScriptSource) - Method in class org.springframework.scripting.support.StandardScriptFactory
- retrieveSession(String) - Method in class org.springframework.web.server.session.InMemoryWebSessionStore
- retrieveSession(String) - Method in interface org.springframework.web.server.session.WebSessionStore
-
Return the WebSession for the given id.
- retrieveTransactionManager() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
- retrieveTransactionManager(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Retrieve the transaction manager to use for the supplied test context.
- retrieveTransactionSynchronizationRegistry() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry in a vendor-specific manner.
- retrieveUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
- retry() - Method in class org.springframework.http.codec.ServerSentEvent
-
Return the
retry
field of this event, if available. - retry(Duration) - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
-
Set the value of the
retry
field. - retry(Duration) - Method in interface org.springframework.web.servlet.function.ServerResponse.SseBuilder
-
Add an SSE "retry" line.
- RETRY_AFTER - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Retry-After
header field name. - RETURN - Static variable in interface org.springframework.asm.Opcodes
- return_value() - Method in class org.springframework.cglib.core.CodeEmitter
- returningResultSet(String, RowMapper<?>) - Method in class org.springframework.jdbc.core.simple.SimpleJdbcCall
- returningResultSet(String, RowMapper<?>) - Method in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Used to specify when a ResultSet is returned by the stored procedure and you want it mapped by a
RowMapper
. - returnResult() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Exit the chained API and return an
ExchangeResult
with the raw response content. - returnResult() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Exit the chained API and return an
ExchangeResult
with the decoded response content. - returnResult(Class<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Exit the chained flow in order to consume the response body externally, e.g.
- returnResult(ParameterizedTypeReference<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Alternative to
WebTestClient.ResponseSpec.returnResult(Class)
that accepts information about a target type with generics. - returnValue(Object) - Method in class org.springframework.aot.agent.RecordedInvocation.Builder
-
Use the given object as the return value for the invocation.
- ReturnValueHandlerConfigurer - Class in org.springframework.messaging.handler.invocation.reactive
-
Assist with configuration for handler method return value handlers.
- ReturnValueHandlerConfigurer() - Constructor for class org.springframework.messaging.handler.invocation.reactive.ReturnValueHandlerConfigurer
- reverse(Map, Map) - Static method in class org.springframework.cglib.core.CollectionUtils
- revertToInterpreted() - Method in class org.springframework.expression.spel.standard.SpelExpression
-
Cause an expression to revert to being interpreted if it has been using a compiled form.
- revertToInterpreted(Expression) - Static method in class org.springframework.expression.spel.standard.SpelCompiler
-
Request to revert to the interpreter for expression evaluation.
- RFC_7807_NAMESPACE - Static variable in interface org.springframework.http.converter.json.ProblemDetailJacksonXmlMixin
-
RFC 7807 namespace.
- RIGHT_OPERAND_PROBLEM - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- rightActualDescriptor - Variable in class org.springframework.expression.spel.ast.Operator
- Role - Annotation Interface in org.springframework.context.annotation
-
Indicates the 'role' hint for a given bean.
- ROLE_APPLICATION - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a
BeanDefinition
is a major part of the application. - ROLE_GETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the getter role field value in a JMX
Descriptor
. - ROLE_INFRASTRUCTURE - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a
BeanDefinition
is providing an entirely background role and has no relevance to the end-user. - ROLE_OPERATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies an operation (method) in a JMX
Descriptor
. - ROLE_SETTER - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the setter role field value in a JMX
Descriptor
. - ROLE_SUPPORT - Static variable in interface org.springframework.beans.factory.config.BeanDefinition
-
Role hint indicating that a
BeanDefinition
is a supporting part of some larger configuration, typically an outerComponentDefinition
. - rollback() - Method in class org.springframework.transaction.jta.ManagedTransactionAdapter
- rollback() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
- rollback(ReactiveTransaction) - Method in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
-
This implementation of rollback handles participating in existing transactions.
- rollback(ReactiveTransaction) - Method in interface org.springframework.transaction.ReactiveTransactionManager
-
Perform a rollback of the given transaction.
- rollback(TransactionStatus) - Method in interface org.springframework.transaction.PlatformTransactionManager
-
Perform a rollback of the given transaction.
- rollback(TransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
This implementation of rollback handles participating in existing transactions.
- Rollback - Annotation Interface in org.springframework.test.annotation
-
@Rollback
is a test annotation that is used to indicate whether a test-managed transaction should be rolled back after the test method has completed. - ROLLBACK_ON_RUNTIME_EXCEPTIONS - Static variable in class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
The rollback rule for
RuntimeExceptions
. - rollbackFor() - Element in annotation interface org.springframework.transaction.annotation.Transactional
- rollbackForClassName() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
Defines zero (0) or more exception name patterns (for exceptions which must be a subclass of
Throwable
), indicating which exception types must cause a transaction rollback. - rollbackIfNecessary(Session) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Perform a rollback, if appropriate.
- rollbackIfNecessary(Session) - Static method in class org.springframework.jms.support.JmsUtils
-
Roll back the Session if not within a JTA transaction.
- rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DefaultTransactionAttribute
-
The default behavior is as with EJB: rollback on unchecked exception (
RuntimeException
), assuming an unexpected outcome outside any business rules. - rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.DelegatingTransactionAttribute
- rollbackOn(Throwable) - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
- rollbackOn(Throwable) - Method in interface org.springframework.transaction.interceptor.TransactionAttribute
-
Should we roll back on the given exception?
- rollbackOnExceptionIfNecessary(Session, Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
-
Perform a rollback, handling rollback exceptions properly.
- RollbackRuleAttribute - Class in org.springframework.transaction.interceptor
-
Rule determining whether a given exception should cause a rollback.
- RollbackRuleAttribute(Class<?>) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Create a new instance of the
RollbackRuleAttribute
class for the givenexceptionType
. - RollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.RollbackRuleAttribute
-
Create a new instance of the
RollbackRuleAttribute
class for the givenexceptionPattern
. - rollbackToHeldSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
Roll back to the savepoint that is held for the transaction and release the savepoint right afterwards.
- rollbackToSavepoint(Object) - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
-
This implementation rolls back to the given JDBC 3.0 Savepoint.
- rollbackToSavepoint(Object) - Method in interface org.springframework.transaction.SavepointManager
-
Roll back to the given savepoint.
- rollbackToSavepoint(Object) - Method in class org.springframework.transaction.support.AbstractTransactionStatus
-
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
- ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.context.WebApplicationContext
-
Context attribute to bind root WebApplicationContext to on successful startup.
- rootBeanDefinition(Class<?>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - rootBeanDefinition(Class<?>, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - rootBeanDefinition(Class<T>, Supplier<T>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - rootBeanDefinition(String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - rootBeanDefinition(String, String) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - rootBeanDefinition(ResolvableType, Supplier<T>) - Static method in class org.springframework.beans.factory.support.BeanDefinitionBuilder
-
Create a new
BeanDefinitionBuilder
used to construct aRootBeanDefinition
. - RootBeanDefinition - Class in org.springframework.beans.factory.support
-
A root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory.
- RootBeanDefinition() - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition, to be configured through its bean properties and configuration methods.
- RootBeanDefinition(Class<?>) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton.
- RootBeanDefinition(Class<?>, int, boolean) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton, using the given autowire mode.
- RootBeanDefinition(Class<?>, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
- RootBeanDefinition(Class<T>, String, Supplier<T>) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a scoped bean, constructing each instance through calling the given supplier (possibly a lambda or method reference).
- RootBeanDefinition(Class<T>, Supplier<T>) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton bean, constructing each instance through calling the given supplier (possibly a lambda or method reference).
- RootBeanDefinition(String) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
- RootBeanDefinition(String, ConstructorArgumentValues, MutablePropertyValues) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition for a singleton, providing constructor arguments and property values.
- RootBeanDefinition(RootBeanDefinition) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Create a new RootBeanDefinition as deep copy of the given bean definition.
- RootBeanDefinition(ResolvableType) - Constructor for class org.springframework.beans.factory.support.RootBeanDefinition
-
Deprecated.as of 6.0.11, in favor of an extra
RootBeanDefinition.setTargetType(ResolvableType)
call - RootClassFilter - Class in org.springframework.aop.support
-
Simple ClassFilter implementation that passes classes (and optionally subclasses).
- RootClassFilter(Class<?>) - Constructor for class org.springframework.aop.support.RootClassFilter
- route() - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Offers a discoverable way to create router functions through a builder-style interface.
- route() - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Offers a discoverable way to create router functions through a builder-style interface.
- route(String, Object...) - Method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Begin to specify a new request with the given route to a remote handler.
- route(RequestPredicate, HandlerFunction<?>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitor
-
Receive notification of a standard predicated route to a handler function.
- route(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all requests that match the given predicate.
- route(RequestPredicate, HandlerFunction<T>) - Static method in class org.springframework.web.reactive.function.server.RouterFunctions
-
Route to the given handler function if the given request predicate applies.
- route(ServerRequest) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
-
Return the handler function that matches the given request.
- route(RequestPredicate, HandlerFunction<?>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Visitor
-
Receive notification of a standard predicated route to a handler function.
- route(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all requests that match the given predicate.
- route(RequestPredicate, HandlerFunction<T>) - Static method in class org.springframework.web.servlet.function.RouterFunctions
-
Route to the given handler function if the given request predicate applies.
- route(ServerRequest) - Method in interface org.springframework.web.servlet.function.RouterFunction
-
Return the handler function that matches the given request.
- ROUTE_KEY - Static variable in interface org.springframework.messaging.rsocket.MetadataExtractor
-
The key to assign to the extracted "route" of the payload.
- routeMatcher() - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
-
Return the configured
RSocketStrategies.Builder.routeMatcher(RouteMatcher)
. - routeMatcher(RouteMatcher) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies.Builder
-
Configure a
RouteMatcher
for matching routes to message handlers based on route patterns. - RouteMatcher - Interface in org.springframework.util
-
Contract for matching routes to patterns.
- RouteMatcher.Route - Interface in org.springframework.util
-
A parsed representation of a route.
- RouterFunction<T extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
-
Represents a function that routes to a handler function.
- RouterFunction<T extends ServerResponse> - Interface in org.springframework.web.servlet.function
-
Represents a function that routes to a handler function.
- routerFunctionMapping(FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a
RouterFunctionMapping
ordered at 3 to map router functions. - routerFunctionMapping(ServerCodecConfigurer) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- RouterFunctionMapping - Class in org.springframework.web.reactive.function.server.support
-
HandlerMapping
implementation that supportsRouterFunctions
. - RouterFunctionMapping - Class in org.springframework.web.servlet.function.support
-
HandlerMapping
implementation that supportsRouterFunctions
. - RouterFunctionMapping() - Constructor for class org.springframework.web.reactive.function.server.support.RouterFunctionMapping
-
Create an empty
RouterFunctionMapping
. - RouterFunctionMapping() - Constructor for class org.springframework.web.servlet.function.support.RouterFunctionMapping
-
Create an empty
RouterFunctionMapping
. - RouterFunctionMapping(RouterFunction<?>) - Constructor for class org.springframework.web.reactive.function.server.support.RouterFunctionMapping
-
Create a
RouterFunctionMapping
with the givenRouterFunction
. - RouterFunctionMapping(RouterFunction<?>) - Constructor for class org.springframework.web.servlet.function.support.RouterFunctionMapping
-
Create a
RouterFunctionMapping
with the givenRouterFunction
. - RouterFunctions - Class in org.springframework.web.reactive.function.server
-
Central entry point to Spring's functional web framework. Exposes routing functionality, such as to create a
RouterFunction
using a discoverable builder-style API, to create aRouterFunction
given aRequestPredicate
andHandlerFunction
, and to do further subrouting on an existing routing function. - RouterFunctions - Class in org.springframework.web.servlet.function
-
Central entry point to Spring's functional web framework. Exposes routing functionality, such as to create a
RouterFunction
using a discoverable builder-style API, to create aRouterFunction
given aRequestPredicate
andHandlerFunction
, and to do further subrouting on an existing routing function. - RouterFunctions() - Constructor for class org.springframework.web.reactive.function.server.RouterFunctions
- RouterFunctions() - Constructor for class org.springframework.web.servlet.function.RouterFunctions
- RouterFunctions.Builder - Interface in org.springframework.web.reactive.function.server
-
Represents a discoverable builder for router functions.
- RouterFunctions.Builder - Interface in org.springframework.web.servlet.function
-
Represents a discoverable builder for router functions.
- RouterFunctions.Visitor - Interface in org.springframework.web.reactive.function.server
-
Receives notifications from the logical structure of router functions.
- RouterFunctions.Visitor - Interface in org.springframework.web.servlet.function
-
Receives notifications from the logical structure of router functions.
- RowCallbackHandler - Interface in org.springframework.jdbc.core
-
An interface used by
JdbcTemplate
andNamedParameterJdbcTemplate
for processing rows of aResultSet
on a per-row basis. - RowCountCallbackHandler - Class in org.springframework.jdbc.core
-
Implementation of RowCallbackHandler.
- RowCountCallbackHandler() - Constructor for class org.springframework.jdbc.core.RowCountCallbackHandler
- RowMapper<T> - Interface in org.springframework.jdbc.core
-
An interface used by
JdbcTemplate
for mapping rows of aResultSet
on a per-row basis. - RowMapperImpl(Object[], Map<?, ?>) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
-
Use an array results.
- RowMapperImpl(Map<?, ?>) - Constructor for class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
- RowMapperResultSetExtractor<T> - Class in org.springframework.jdbc.core
-
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
- RowMapperResultSetExtractor(RowMapper<T>) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- RowMapperResultSetExtractor(RowMapper<T>, int) - Constructor for class org.springframework.jdbc.core.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- ROWS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
- RowsFetchSpec<T> - Interface in org.springframework.r2dbc.core
-
Contract for fetching tabular results.
- rowsUpdated() - Method in interface org.springframework.r2dbc.core.UpdatedRowsFetchSpec
-
Get the number of updated rows.
- rsocket() - Method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Return the underlying
RSocket
if the requester was created with a "live" RSocket viaRSocketRequester.wrap(RSocket, MimeType, MimeType, RSocketStrategies)
or via one of the (deprecated) connect methods on theRSocketRequester
builder, or otherwise returnnull
. - RSOCKET_REQUESTER_HEADER - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketRequesterMethodArgumentResolver
-
Message header name that is expected to have the
RSocket
to initiate new interactions to the remote peer with. - rsocketClient() - Method in interface org.springframework.messaging.rsocket.RSocketRequester
-
Return the underlying
RSocketClient
used to make requests with. - rsocketConnector(RSocketConnectorConfigurer) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Callback to configure the
RSocketConnector
directly. - RSocketConnectorConfigurer - Interface in org.springframework.messaging.rsocket
-
Strategy to apply configuration to an
RSocketConnector
. - RSocketExchange - Annotation Interface in org.springframework.messaging.rsocket.service
-
Annotation to declare a method on an RSocket service interface as an RSocket endpoint.
- RSocketFrameTypeMessageCondition - Class in org.springframework.messaging.rsocket.annotation.support
-
A condition to assist with mapping onto handler methods based on the RSocket frame type.
- RSocketFrameTypeMessageCondition(FrameType...) - Constructor for class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
- RSocketFrameTypeMessageCondition(Collection<FrameType>) - Constructor for class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
- RSocketMessageHandler - Class in org.springframework.messaging.rsocket.annotation.support
-
Extension of
MessageMappingMessageHandler
for handling RSocket requests with@ConnectMapping
and@MessageMapping
methods. - RSocketMessageHandler() - Constructor for class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
- RSocketPayloadReturnValueHandler - Class in org.springframework.messaging.rsocket.annotation.support
-
Extension of
AbstractEncoderMethodReturnValueHandler
thathandles
encoded content by wrapping data buffers as RSocket payloads and by passing those through theRSocketPayloadReturnValueHandler.RESPONSE_HEADER
header. - RSocketPayloadReturnValueHandler(List<Encoder<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
- rsocketRequester(RSocketRequester) - Method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory.Builder
-
Provide the requester to perform requests through.
- RSocketRequester - Interface in org.springframework.messaging.rsocket
-
A thin wrapper around a sending
RSocket
with a fluent API accepting and returning higher level Objects for input and for output, along with methods to prepare routing and other metadata. - RSocketRequester.Builder - Interface in org.springframework.messaging.rsocket
-
Builder to create a requester by connecting to a server.
- RSocketRequester.MetadataSpec<S extends RSocketRequester.MetadataSpec<S>> - Interface in org.springframework.messaging.rsocket
-
Spec for providing additional composite metadata entries.
- RSocketRequester.RequestSpec - Interface in org.springframework.messaging.rsocket
-
Spec to declare the input for an RSocket request.
- RSocketRequester.RetrieveSpec - Interface in org.springframework.messaging.rsocket
-
Spec to declare the expected output for an RSocket request.
- RSocketRequesterMethodArgumentResolver - Class in org.springframework.messaging.rsocket.annotation.support
-
Resolves arguments of type
RSocket
that can be used for making requests to the remote peer. - RSocketRequesterMethodArgumentResolver() - Constructor for class org.springframework.messaging.rsocket.annotation.support.RSocketRequesterMethodArgumentResolver
- RSocketRequestValues - Class in org.springframework.messaging.rsocket.service
-
Container for RSocket request values extracted from an
@RSocketExchange
-annotated method and argument values passed to it. - RSocketRequestValues(String, List<Object>, RSocketRequestValues.MetadataHelper, Object, Publisher<?>, ParameterizedTypeReference<?>) - Constructor for class org.springframework.messaging.rsocket.service.RSocketRequestValues
- RSocketRequestValues.Builder - Class in org.springframework.messaging.rsocket.service
-
Builder for
RSocketRequestValues
. - RSocketServiceArgumentResolver - Interface in org.springframework.messaging.rsocket.service
-
Resolve an argument from an
@RSocketExchange
-annotated method to one or more RSocket request values. - RSocketServiceProxyFactory - Class in org.springframework.messaging.rsocket.service
-
Factory for creating a client proxy given an RSocket service interface with
@RSocketExchange
methods. - RSocketServiceProxyFactory.Builder - Class in org.springframework.messaging.rsocket.service
-
Builder to create an
RSocketServiceProxyFactory
. - rsocketStrategies(Consumer<RSocketStrategies.Builder>) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Customize the
RSocketStrategies
. - rsocketStrategies(RSocketStrategies) - Method in interface org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Provide the
RSocketStrategies
to use. - RSocketStrategies - Interface in org.springframework.messaging.rsocket
-
Access to strategies for use by RSocket requester and responder components.
- RSocketStrategies.Builder - Interface in org.springframework.messaging.rsocket
-
The builder options for creating
RSocketStrategies
. - rsReadLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerReadPublisher
-
Special logger for debugging Reactive Streams signals.
- RssChannelHttpMessageConverter - Class in org.springframework.http.converter.feed
-
Implementation of
HttpMessageConverter
that can read and write RSS feeds. - RssChannelHttpMessageConverter() - Constructor for class org.springframework.http.converter.feed.RssChannelHttpMessageConverter
- rsWriteFlushLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Special logger for debugging Reactive Streams signals.
- rsWriteLogger - Static variable in class org.springframework.http.server.reactive.AbstractListenerWriteProcessor
-
Special logger for debugging Reactive Streams signals.
- RuleBasedTransactionAttribute - Class in org.springframework.transaction.interceptor
-
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
- RuleBasedTransactionAttribute() - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Create a new RuleBasedTransactionAttribute, with default settings.
- RuleBasedTransactionAttribute(int, List<RollbackRuleAttribute>) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Create a new DefaultTransactionAttribute with the given propagation behavior.
- RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) - Constructor for class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Copy constructor.
- run() - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function without arguments.
- run() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
- run() - Method in class org.springframework.scheduling.support.MethodInvokingRunnable
- run() - Method in class org.springframework.scheduling.support.ScheduledMethodRunnable
- run(int) - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function with a single int argument.
- run(Object...) - Method in class org.springframework.jdbc.object.SqlFunction
-
Analogous to the SqlQuery.execute([]) method.
- run(RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Check whether the test is enabled in the current execution environment.
- run(IHookCallBack, ITestResult) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the test method in the supplied
callback
to execute the actual test and then tracks the exception thrown during test execution, if any. - RUN - Enum constant in enum class org.springframework.core.NativeDetector.Context
-
The code is executing at image runtime.
- RUN_OUT_OF_ARGUMENTS - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- RunAfterTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestClassCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestClass()
on the suppliedTestContextManager
. - RunAfterTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
-
Construct a new
RunAfterTestClassCallbacks
statement. - RunAfterTestExecutionCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestExecutionCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingafterTestExecution()
on the suppliedTestContextManager
. - RunAfterTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
-
Construct a new
RunAfterTestExecutionCallbacks
statement. - RunAfterTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestMethodCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingafterTestMethod()
on the suppliedTestContextManager
. - RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
-
Construct a new
RunAfterTestMethodCallbacks
statement. - runAfterTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Run all
@AfterTransaction
methods for the specified test context. - RunBeforeTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestClassCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestClass()
on the suppliedTestContextManager
. - RunBeforeTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
-
Construct a new
RunBeforeTestClassCallbacks
statement. - RunBeforeTestExecutionCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestExecutionCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by callingbeforeTestExecution()
on the suppliedTestContextManager
. - RunBeforeTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
-
Construct a new
RunBeforeTestExecutionCallbacks
statement. - RunBeforeTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestMethodCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingbeforeTestMethod()
on the suppliedTestContextManager
. - RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
-
Construct a new
RunBeforeTestMethodCallbacks
statement. - runBeforeTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Run all
@BeforeTransaction
methods for the specified test context. - runChild(FrameworkMethod, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Perform the same logic as
BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier)
, except that tests are determined to be ignored bySpringJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod)
. - runGeneric() - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function without arguments, returning the value as an object.
- runGeneric(int) - Method in class org.springframework.jdbc.object.SqlFunction
-
Convenient method to run the function with a single int argument.
- runGeneric(Object[]) - Method in class org.springframework.jdbc.object.SqlFunction
-
Analogous to the
SqlQuery.findObject(Object[])
method. - runInThread(Runnable) - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
- runningAllowed() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Check whether this container's listeners are generally allowed to run.
- RunPrepareTestInstanceCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunPrepareTestInstanceCallbacks
is a custom JUnitStatement
which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by callingprepareTestInstance()
on the suppliedTestContextManager
. - RunPrepareTestInstanceCallbacks(Statement, Object, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
-
Construct a new
RunPrepareTestInstanceCallbacks
statement. - RuntimeBeanNameReference - Class in org.springframework.beans.factory.config
-
Immutable placeholder class used for a property value object when it's a reference to another bean name in the factory, to be resolved at runtime.
- RuntimeBeanNameReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanNameReference
-
Create a new RuntimeBeanNameReference to the given bean name.
- RuntimeBeanReference - Class in org.springframework.beans.factory.config
-
Immutable placeholder class used for a property value object when it's a reference to another bean in the factory, to be resolved at runtime.
- RuntimeBeanReference(Class<?>) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to a bean of the given type.
- RuntimeBeanReference(Class<?>, boolean) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to a bean of the given type, with the option to mark it as reference to a bean in the parent factory.
- RuntimeBeanReference(String) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to the given bean name.
- RuntimeBeanReference(String, boolean) - Constructor for class org.springframework.beans.factory.config.RuntimeBeanReference
-
Create a new RuntimeBeanReference to the given bean name, with the option to mark it as reference to a bean in the parent factory.
- RuntimeHints - Class in org.springframework.aot.hint
-
Gather hints that can be used to optimize the application runtime.
- RuntimeHints() - Constructor for class org.springframework.aot.hint.RuntimeHints
- RuntimeHintsAgent - Class in org.springframework.aot.agent
-
Java Agent that records method invocations related to
RuntimeHints
metadata. - RuntimeHintsInvocations - Class in org.springframework.aot.test.agent
-
A wrapper for
RecordedInvocation
that is the starting point forRuntimeHints
AssertJ assertions. - RuntimeHintsInvocationsAssert - Class in org.springframework.aot.test.agent
-
AssertJ
assertions
that can be applied toRuntimeHintsInvocations
. - RuntimeHintsPredicates - Class in org.springframework.aot.hint.predicate
-
Static generator of predicates that test whether the given
RuntimeHints
instance matches the expected behavior for reflection, resource, serialization, or proxy generation. - RuntimeHintsRecorder - Class in org.springframework.aot.test.agent
-
Invocations relevant to
RuntimeHints
recorded during the execution of a block of code instrumented by theRuntimeHintsAgent
. - RuntimeHintsRegistrar - Interface in org.springframework.aot.hint
-
Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ClientResponse.statusCode()