Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- h - Variable in class org.springframework.cglib.proxy.Proxy
 - H_GETFIELD - Static variable in interface org.springframework.asm.Opcodes
 - H_GETSTATIC - Static variable in interface org.springframework.asm.Opcodes
 - H_INVOKEINTERFACE - Static variable in interface org.springframework.asm.Opcodes
 - H_INVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 - H_INVOKESTATIC - Static variable in interface org.springframework.asm.Opcodes
 - H_INVOKEVIRTUAL - Static variable in interface org.springframework.asm.Opcodes
 - H_NEWINVOKESPECIAL - Static variable in interface org.springframework.asm.Opcodes
 - H_PUTFIELD - Static variable in interface org.springframework.asm.Opcodes
 - H_PUTSTATIC - Static variable in interface org.springframework.asm.Opcodes
 - H2 - Enum constant in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
 - 
The H2 Embedded Java SQL Database Engine.
 - H2 - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 - H2SequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
 - 
DataFieldMaxValueIncrementerthat retrieves the next value of a given H2 sequence. - H2SequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
 - 
Default constructor for bean property style usage.
 - H2SequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
 - 
Convenience constructor.
 - HANA - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 - HanaCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
 - 
SAP HANA specific implementation for the
CallMetaDataProviderinterface. - HanaCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
 - HanaSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
 - 
DataFieldMaxValueIncrementerthat retrieves the next value of a given SAP HANA sequence. - HanaSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
 - 
Default constructor for bean property style usage.
 - HanaSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
 - 
Convenience constructor.
 - handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
 - handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 - handle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerAdapter
 - 
Use the given handler to handle this request.
 - handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 - handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 - 
This implementation expects the handler to be an
HandlerMethod. - handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.http.server.reactive.ContextPathCompositeHandler
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.http.server.reactive.HttpHandler
 - 
Handle the given request and write to the response.
 - handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 - handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
 - 
Print
MvcResultdetails. - handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
 - 
Perform an action on the given result.
 - handle(ServerRequest) - Method in interface org.springframework.web.reactive.function.server.HandlerFunction
 - 
Handle the given request.
 - handle(WebSocketSession) - Method in class org.springframework.web.reactive.socket.adapter.ContextWebSocketHandler
 - handle(WebSocketSession) - Method in interface org.springframework.web.reactive.socket.WebSocketHandler
 - 
Invoked when a new WebSocket connection is established, and allows handling of the session.
 - handle(ServerWebExchange) - Method in class org.springframework.web.reactive.DispatcherHandler
 - handle(ServerWebExchange) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
 - 
Processes a resource request.
 - handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.ExceptionHandlingWebHandler
 - handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.FilteringWebHandler
 - handle(ServerWebExchange) - Method in class org.springframework.web.server.handler.WebHandlerDecorator
 - handle(ServerWebExchange) - Method in interface org.springframework.web.server.WebHandler
 - 
Handle the web server exchange.
 - handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 - handle(ServerWebExchange, Object) - Method in interface org.springframework.web.reactive.HandlerAdapter
 - 
Handle the request with the given handler, previously checked via
HandlerAdapter.supports(Object). - handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 - handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.result.SimpleHandlerAdapter
 - handle(ServerWebExchange, Object) - Method in class org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter
 - handle(ServerWebExchange, Throwable) - Method in class org.springframework.web.server.handler.ResponseStatusExceptionHandler
 - handle(ServerWebExchange, Throwable) - Method in interface org.springframework.web.server.WebExceptionHandler
 - 
Handle the given exception.
 - handle(ServerRequest) - Method in interface org.springframework.web.servlet.function.HandlerFunction
 - 
Handle the given request.
 - Handle - Class in org.springframework.asm
 - 
A reference to a field or a method.
 - Handle(int, String, String, String) - Constructor for class org.springframework.asm.Handle
 - 
Deprecated.
 - Handle(int, String, String, String, boolean) - Constructor for class org.springframework.asm.Handle
 - 
Constructs a new field or method handle.
 - handleAsyncError(Throwable) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
 - handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where an async request timed out.
 - handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
AsyncRequestTimeoutException. - handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 - handleBinaryMessage(WebSocketSession, BinaryMessage) - Method in class org.springframework.web.socket.handler.TextWebSocketHandler
 - handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.0 since
ModelAttributeMethodProcessornow raises theMethodArgumentNotValidExceptionsubclass instead. - handleBindException(BindException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.0 since
ModelAttributeMethodProcessornow raises theMethodArgumentNotValidExceptionsubclass instead. - handleCacheClearError(RuntimeException, Cache) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
 - 
Handle the given runtime exception thrown by the cache provider when clearing the specified
Cache, possibly rethrowing it as a fatal exception. - handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 - handleCacheClearError(RuntimeException, Cache) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 - handleCacheEvictError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
 - 
Handle the given runtime exception thrown by the cache provider when clearing an item with the specified
key, possibly rethrowing it as a fatal exception. - handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 - handleCacheEvictError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 - handleCacheGetError(RuntimeException, Cache, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
 - 
Handle the given runtime exception thrown by the cache provider when retrieving an item with the specified
key, possibly rethrowing it as a fatal exception. - handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 - handleCacheGetError(RuntimeException, Cache, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 - handleCachePutError(RuntimeException, Cache, Object, Object) - Method in interface org.springframework.cache.interceptor.CacheErrorHandler
 - 
Handle the given runtime exception thrown by the cache provider when updating an item with the specified
keyandvalue, possibly rethrowing it as a fatal exception. - handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.LoggingCacheErrorHandler
 - handleCachePutError(RuntimeException, Cache, Object, Object) - Method in class org.springframework.cache.interceptor.SimpleCacheErrorHandler
 - handleClientMessageProcessingError(Message<byte[]>, Throwable) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 - handleClientMessageProcessingError(Message<P>, Throwable) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
 - 
Handle errors thrown while processing client messages providing an opportunity to prepare the error message or to prevent one from being sent.
 - handleConnectFailure(MethodInvocation, Exception) - Method in class org.springframework.jmx.access.MBeanClientInterceptor
 - 
Refresh the connection and retry the MBean invocation if possible.
 - handleContentOverflow(int) - Method in class org.springframework.web.util.ContentCachingRequestWrapper
 - 
Template method for handling a content overflow: specifically, a request body being read that exceeds the specified content cache limit.
 - handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case when a
WebDataBinderconversion cannot occur. - handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
ConversionNotSupportedException. - handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
 - 
Invoked second (and last) if the body is empty.
 - handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
 - 
The default implementation returns the body that was passed in.
 - handleEncodedContent(Flux<DataBuffer>, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 - 
Subclasses implement this method to handle encoded values in some way such as creating and sending messages.
 - handleEncodedContent(Flux<DataBuffer>, MethodParameter, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
 - handleError(Throwable) - Method in interface org.springframework.util.ErrorHandler
 - 
Handle the given error, possibly rethrowing it as a fatal exception.
 - handleError(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
 - 
Handles a fatal error thrown while asynchronously invoking the specified
Method. - handleError(URI, HttpMethod, ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
 - 
Alternative to
ResponseErrorHandler.handleError(ClientHttpResponse)with extra information providing access to the request URL and HTTP method. - handleError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 - 
Handle the error in the given response with the given resolved status code.
 - handleError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
 - 
Handle the error in the given response.
 - handleError(ClientHttpResponse, HttpStatusCode) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 - 
Handle the error based on the resolved status code.
 - handleError(ClientHttpResponse, HttpStatusCode) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 - handleError(NativeWebRequest, Callable<T>, Throwable) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 - 
Invoked from a container thread when an error occurred while processing the async request before the
Callabletask completes. - handleError(NativeWebRequest, DeferredResult<T>, Throwable) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
 - 
Invoked from a container thread when an error occurred while processing an async request before the
DeferredResulthas been set. - handleError(ServerWebExchange, Throwable) - Method in interface org.springframework.web.reactive.DispatchExceptionHandler
 - 
Handle the given exception, mapping it to a
HandlerResultthat can then be used to render an HTTP response. - handleError(ServerWebExchange, Throwable) - Method in class org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter
 - handleErrorMessageToClient(Message<byte[]>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 - handleErrorMessageToClient(Message<P>) - Method in interface org.springframework.web.socket.messaging.SubProtocolErrorHandler
 - 
Handle errors sent from the server side to clients, e.g.
 - handleErrorResponse(ErrorResponse, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle an
ErrorResponseexception. - handleErrorResponseException(ErrorResponseException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of any
ErrorResponseException. - handleErrorResponseException(ErrorResponseException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of any
ErrorResponseException. - handleException(Exception, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Handle all exceptions raised within Spring MVC handling of the request.
 - handleException(Exception, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Handle all exceptions raised within Spring MVC handling of the request.
 - handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
 - 
Handle any exception arising while processing a STOMP frame such as a failure to convert the payload or an unhandled exception in the application
StompFrameHandler. - handleException(StompSession, StompCommand, StompHeaders, byte[], Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
 - 
This implementation is empty.
 - handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Internal handler method that all others in this class delegate to, for common handling, and for the creation of a
ResponseEntity. - handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Internal handler method that all others in this class delegate to, for common handling, and for the creation of a
ResponseEntity. - handleFailure(Class<?>, String, Throwable) - Method in interface org.springframework.core.io.support.SpringFactoriesLoader.FailureHandler
 - 
Handle the
failurethat occurred when instantiating thefactoryImplementationNamethat was expected to be of the givenfactoryType. - handleFailure(Throwable) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 - handleFailure(Throwable) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
 - 
Handle a failure on the connection.
 - handleFrame(String) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 - handleFrame(StompHeaders, Object) - Method in interface org.springframework.messaging.simp.stomp.StompFrameHandler
 - 
Handle a STOMP frame with the payload converted to the target type returned from
StompFrameHandler.getPayloadType(StompHeaders). - handleFrame(StompHeaders, Object) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
 - 
This implementation is empty.
 - handleGetObject(String) - Method in class org.springframework.context.support.MessageSourceResourceBundle
 - 
This implementation resolves the code in the MessageSource.
 - handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where no message converters were found that were acceptable for the client (expressed via the
Acceptheader). - handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
HttpMediaTypeNotAcceptableException. - handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where no message converters were found for PUT or POSTed content.
 - handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
HttpMediaTypeNotSupportedException. - handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where a message converter cannot read from an HTTP request.
 - handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
HttpMessageNotReadableException. - handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where a message converter cannot write to an HTTP response.
 - handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
HttpMessageNotWritableException. - handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where no handler was found for the HTTP method.
 - handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
HttpRequestMethodNotSupportedException. - handleInitialRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 - 
Handle the first request for receiving messages on a SockJS HTTP transport based session.
 - handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 - 
Use the given handler method to handle the request.
 - handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 - handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.DefaultCorsProcessor
 - 
Handle the given request.
 - handleInternal(StompHeaderAccessor, byte[], Throwable, StompHeaderAccessor) - Method in class org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
 - handleInternal(ServerWebExchange, CorsConfiguration, boolean) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
 - 
Handle the given request.
 - handleInvalidConnectHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 - handleInvalidUpgradeHeader(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 - handleInvocationTargetException(InvocationTargetException) - Static method in class org.springframework.util.ReflectionUtils
 - 
Handle the given invocation target exception.
 - handleListenerException(Throwable) - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
 - 
Handle the given exception that arose during listener execution.
 - handleListenerException(Throwable) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 - 
Handle the given exception that arose during listener execution.
 - handleListenerSetupFailure(Throwable, boolean) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
 - 
Handle the given exception that arose during setup of a listener.
 - handleMatch(String, MediaType) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 - 
Override to provide handling when a key is successfully resolved via
MappingMediaTypeFileExtensionResolver.lookupMediaType(java.lang.String). - handleMatch(CompositeMessageCondition, HandlerMethod, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
 - handleMatch(SimpMessageMappingInfo, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler
 - handleMatch(RequestMappingInfo, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
 - 
Expose URI template variables, matrix variables, and producible media types in the request.
 - handleMatch(RequestMappingInfo, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 - 
Expose URI template variables, matrix variables, and producible media types in the request.
 - handleMatch(T, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 - 
Invoked when a matching mapping is found.
 - handleMatch(T, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 - handleMatch(T, HandlerMethod, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 - handleMatch(T, HandlerMethod, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 - 
Invoked when a matching mapping is found.
 - handleMessage(BiConsumer<Supplier<String>, Throwable>) - Static method in interface org.springframework.core.io.support.SpringFactoriesLoader.FailureHandler
 - 
Create a new
SpringFactoriesLoader.FailureHandlerthat handles errors using a standard formatted message. - handleMessage(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 - handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 - handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 - handleMessage(Message<?>) - Method in interface org.springframework.messaging.MessageHandler
 - 
Handle the given message.
 - handleMessage(Message<?>) - Method in interface org.springframework.messaging.ReactiveMessageHandler
 - 
Handle the given message.
 - handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 - handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserDestinationMessageHandler
 - handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.user.UserRegistryMessageHandler
 - handleMessage(Message<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 - 
Handle an outbound Spring Message to a WebSocket client.
 - handleMessage(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.DefaultStompSession
 - handleMessage(Message<P>) - Method in interface org.springframework.messaging.tcp.TcpConnectionHandler
 - 
Handle a message received from the remote host.
 - handleMessage(TextMessage, WebSocketSession) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 - 
Handle an inbound message from a WebSocket client.
 - handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketHandler
 - 
Invoked when a new WebSocket message arrives.
 - handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 - 
Handle incoming WebSocket messages from clients.
 - handleMessageFromClient(WebSocketSession, WebSocketMessage<?>, MessageChannel) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
 - 
Handle the given
WebSocketMessagereceived from a client. - handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
 - handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
 - handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 - handleMessageInternal(Message<?>, String) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 - handleMessageToClient(WebSocketSession, Message<?>) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
 - 
Handle STOMP messages going back out to WebSocket clients.
 - handleMessageToClient(WebSocketSession, Message<?>) - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
 - 
Handle the given
Messageto the client associated with the given WebSocket session. - handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MethodArgumentNotValidException. - handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where an argument annotated with
@Validsuch as anRequestBodyorRequestPartargument fails validation. - handleMethodNotAllowedException(MethodNotAllowedException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MethodNotAllowedException. - handleMissingPathVariable(MissingPathVariableException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case when a declared path variable does not match any extracted URI variable.
 - handleMissingPathVariable(MissingPathVariableException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MissingPathVariableException. - handleMissingRequestValueException(MissingRequestValueException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MissingRequestValueException. - handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case when a required parameter is missing.
 - handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MissingServletRequestParameterException. - handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
MissingServletRequestPartException. - handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where an @RequestPart, a
MultipartFile, or ajakarta.servlet.http.Partargument is required but is missing. - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 - 
Invoked when a named value is required, but
AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest)returnednulland there is no default value. - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 - 
Invoked when a named value is required, but
AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange)returnednulland there is no default value. - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 - handleMissingValue(String, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.AbstractNamedValueMethodArgumentResolver
 - 
Invoked when a value is required, but
AbstractNamedValueMethodArgumentResolver.resolveArgumentInternal(org.springframework.core.MethodParameter, org.springframework.messaging.Message<?>, java.lang.String)returnednulland there is no default value. - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.DestinationVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 - 
Invoked when a value is required, but
AbstractNamedValueMethodArgumentResolver.resolveArgumentInternal(org.springframework.core.MethodParameter, org.springframework.messaging.Message<?>, java.lang.String)returnednulland there is no default value. - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.DestinationVariableMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 - 
Invoked when a named value is required, but
AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest)returnednulland there is no default value. - handleMissingValue(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 - handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 - 
Invoked when a named value is required, but
AbstractNamedValueArgumentResolver.resolveName(String, MethodParameter, ServerWebExchange)returnednulland there is no default value. - handleMissingValue(String, MethodParameter, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver
 - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 - 
Invoked when a named value is present but becomes
nullafter conversion. - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 - handleMissingValueAfterConversion(String, MethodParameter, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 - handleMissingValueInternal(String, MethodParameter, NativeWebRequest, boolean) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 - handleMultipleRowsFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 - 
Handle the case where the ResultSet contains multiple rows.
 - handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
 - 
This implementation of the standard JSF
handleNavigationmethod delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument. - handleNavigation(FacesContext, String, String) - Method in class org.springframework.web.jsf.DelegatingNavigationHandlerProxy
 - 
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
 - handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.web.jsf.DecoratingNavigationHandler
 - 
Special
handleNavigationvariant with explicit NavigationHandler argument. - handleNoContent(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 - 
Invoked for a
nullreturn value, which could mean a void method or method returning an async type parameterized by void. - handleNoContent(MethodParameter, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketPayloadReturnValueHandler
 - handleNoHandlerFoundException(NoHandlerFoundException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case where no handler was found during the dispatch.
 - handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
NoHandlerFoundException. - handleNoMatch(Set<RequestMappingInfo>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
 - 
Iterate all RequestMappingInfos once again, look if any match by URL at least and raise exceptions accordingly.
 - handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 - 
Iterate all RequestMappingInfo's once again, look if any match by URL at least and raise exceptions according to what doesn't match.
 - handleNoMatch(Set<T>, String, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 - 
Invoked when no matching mapping is not found.
 - handleNoMatch(Set<T>, String, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
 - handleNoMatch(Set<T>, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 - 
Invoked when no matching mapping is not found.
 - handleNoMatch(RouteMatcher.Route, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractMethodMessageHandler
 - 
Invoked when no matching handler is found.
 - handleNoMatch(RouteMatcher.Route, Message<?>) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
 - handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 - 
Override to provide handling when a key is not resolved via.
 - handleNoMatch(NativeWebRequest, String) - Method in class org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
 - 
Deprecated.Resolve file extension via
ServletContext.getMimeType(String)and also delegate to base class for a potentialMediaTypeFactorylookup. - handleNoRowFound() - Method in class org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 - 
Handle the case where the ResultSet does not contain a row.
 - handleNotAcceptableStatusException(NotAcceptableStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
NotAcceptableStatusException. - handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 - 
Handle a request that is not authorized according to this interceptor.
 - handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
 - handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
 - handleParseFailure(Throwable) - Method in class org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 - handlePongMessage(WebSocketSession, PongMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 - handlePreFlight(ServerWebExchange) - Method in interface org.springframework.web.cors.reactive.PreFlightRequestHandler
 - 
Handle a pre-flight request by finding and applying the CORS configuration that matches the expected actual request.
 - handlePreFlight(ServerWebExchange) - Method in class org.springframework.web.reactive.DispatcherHandler
 - handler() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
 - 
Access to assertions for the handler that handled the request.
 - HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
 - 
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
 - HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
 - 
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
 - HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
 - 
Well-known name for the HandlerMapping object in the bean factory for this namespace.
 - HandlerAdapter - Interface in org.springframework.web.reactive
 - 
Contract to abstract the details of invoking a handler of a given type.
 - HandlerAdapter - Interface in org.springframework.web.servlet
 - 
MVC framework SPI, allowing parameterization of the core MVC workflow.
 - handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 - 
Handle request for raw WebSocket communication, i.e.
 - handleRawWebSocketRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 - handleReflectionException(Exception) - Static method in class org.springframework.util.ReflectionUtils
 - 
Handle the given reflection exception.
 - handleRequest(HttpServerExchange) - Method in class org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.HttpRequestHandler
 - 
Process the given request, generating a response.
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.servlet.mvc.Controller
 - 
Process the request and return a ModelAndView object which the DispatcherServlet will render.
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 - 
Processes a resource request.
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
 - handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
 - handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in interface org.springframework.web.socket.sockjs.SockJsService
 - 
Process a SockJS HTTP request.
 - handleRequest(ServerHttpRequest, ServerHttpResponse, String, WebSocketHandler) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 - 
This method determines the SockJS path and handles SockJS static URLs.
 - handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 - handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 - handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
 - handleRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, SockJsSession) - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
 - 
Handle the given request and delegate messages to the provided
WebSocketHandler. - handleRequest(ServerWebExchange, WebSocketHandler) - Method in class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 - handleRequest(ServerWebExchange, WebSocketHandler) - Method in interface org.springframework.web.reactive.socket.server.WebSocketService
 - 
Handle the request with the given
WebSocketHandler. - handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractController
 - 
Template method.
 - handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.AbstractUrlViewController
 - 
Retrieves the URL path to use for lookup and delegates to
AbstractUrlViewController.getViewNameForRequest(jakarta.servlet.http.HttpServletRequest). - handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ParameterizableViewController
 - 
Return a ModelAndView object with the specified view name.
 - handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletForwardingController
 - handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.mvc.ServletWrappingController
 - 
Invoke the wrapped Servlet instance.
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 - 
Invoked when a SockJS transport request is received.
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, boolean) - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 - handleRequestInternal(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, AbstractHttpSockJsSession) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
 - handleResolvedValue(Object, String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 - 
Invoked after a value is resolved.
 - handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver
 - 
Invoked after a value is resolved.
 - handleResolvedValue(Object, String, MethodParameter, Model, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
 - handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 - 
Invoked after a value is resolved.
 - handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 - handleResponse(URI, HttpMethod, ClientHttpResponse) - Method in class org.springframework.web.client.RestTemplate
 - 
Handle the given response, performing appropriate logging and invoking the
ResponseErrorHandlerif necessary. - handleResponseStatusException(ResponseStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of any
ResponseStatusException. - handleResult(Object) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
 - handleResult(Object) - Method in interface org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 - handleResult(Object, Message, Session) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 - 
Handle the given result object returned from the listener method, sending a response message back.
 - handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.function.server.support.ServerResponseResultHandler
 - handleResult(ServerWebExchange, HandlerResult) - Method in interface org.springframework.web.reactive.HandlerResultHandler
 - 
Process the given result modifying response headers and/or writing data to the response.
 - handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler
 - handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler
 - handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractAsyncReturnValueHandler
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandler
 - 
Handle the given return value.
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandler
 - 
Handle the given return value.
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.MapMethodProcessor
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 - 
Add non-null return values to the
ModelAndViewContainer. - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelMethodProcessor
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in interface org.springframework.web.method.support.HandlerMethodReturnValueHandler
 - 
Handle the given return value by adding attributes to the model and setting a view or setting the
ModelAndViewContainer.setRequestHandled(boolean)flag totrueto indicate the response has been handled directly. - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 - 
Iterate over registered
HandlerMethodReturnValueHandlersand invoke the one that supports it. - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 - handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 - handlerExceptionResolver(ContentNegotiationManager) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 - 
Returns a
HandlerExceptionResolverCompositecontaining a list of exception resolvers obtained either throughWebMvcConfigurationSupport.configureHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>)or throughWebMvcConfigurationSupport.addDefaultHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>, org.springframework.web.accept.ContentNegotiationManager). - HandlerExceptionResolver - Interface in org.springframework.web.servlet
 - 
Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
 - HandlerExceptionResolverComposite - Class in org.springframework.web.servlet.handler
 - 
A
HandlerExceptionResolverthat delegates to a list of otherHandlerExceptionResolvers. - HandlerExceptionResolverComposite() - Constructor for class org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 - handlerExceptionResolvers(HandlerExceptionResolver...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
 - 
Set the HandlerExceptionResolver types to use.
 - HandlerExecutionChain - Class in org.springframework.web.servlet
 - 
Handler execution chain, consisting of handler object and any handler interceptors.
 - HandlerExecutionChain(Object) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
 - 
Create a new HandlerExecutionChain.
 - HandlerExecutionChain(Object, List<HandlerInterceptor>) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
 - 
Create a new HandlerExecutionChain.
 - HandlerExecutionChain(Object, HandlerInterceptor...) - Constructor for class org.springframework.web.servlet.HandlerExecutionChain
 - 
Create a new HandlerExecutionChain.
 - HandlerFilterFunction<T extends ServerResponse,
R extends ServerResponse> - Interface in org.springframework.web.reactive.function.server  - 
Represents a function that filters a handler function.
 - HandlerFilterFunction<T extends ServerResponse,
R extends ServerResponse> - Interface in org.springframework.web.servlet.function  - 
Represents a function that filters a handler function.
 - HandlerFunction<T extends ServerResponse> - Interface in org.springframework.web.reactive.function.server
 - 
Represents a function that handles a request.
 - HandlerFunction<T extends ServerResponse> - Interface in org.springframework.web.servlet.function
 - 
Represents a function that handles a request.
 - handlerFunctionAdapter() - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
 - handlerFunctionAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 - 
Returns a
HandlerFunctionAdapterfor processing requests through handler functions. - HandlerFunctionAdapter - Class in org.springframework.web.reactive.function.server.support
 - 
HandlerAdapterimplementation that supportsHandlerFunctions. - HandlerFunctionAdapter - Class in org.springframework.web.servlet.function.support
 - 
HandlerAdapterimplementation that supportsHandlerFunctions. - HandlerFunctionAdapter() - Constructor for class org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter
 - HandlerFunctionAdapter() - Constructor for class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
 - handlerInstantiator(HandlerInstantiator) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 - 
Customize the construction of Jackson handlers (
JsonSerializer,JsonDeserializer,KeyDeserializer,TypeResolverBuilderandTypeIdResolver). - HandlerInterceptor - Interface in org.springframework.web.servlet
 - 
Workflow interface that allows for customized handler execution chains.
 - HandlerMapping - Interface in org.springframework.web.reactive
 - 
Interface to be implemented by objects that define a mapping between requests and handler objects.
 - HandlerMapping - Interface in org.springframework.web.servlet
 - 
Interface to be implemented by objects that define a mapping between requests and handler objects.
 - HandlerMappingIntrospector - Class in org.springframework.web.servlet.handler
 - 
Helper class to get information from the
HandlerMappingthat would serve a specific request. - HandlerMappingIntrospector() - Constructor for class org.springframework.web.servlet.handler.HandlerMappingIntrospector
 - HandlerMappingIntrospector.CachedResult - Class in org.springframework.web.servlet.handler
 - 
Container for a
MatchableHandlerMappingandCorsConfigurationfor a given request matched by dispatcher type and requestURI. - HandlerMethod - Class in org.springframework.messaging.handler
 - HandlerMethod - Class in org.springframework.web.method
 - HandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
 - 
Create an instance from a bean instance and a method.
 - HandlerMethod(Object, Method) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Create an instance from a bean instance and a method.
 - HandlerMethod(Object, Method, MessageSource) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Variant of
HandlerMethod(Object, Method)that also accepts aMessageSourcefor use from subclasses. - HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.HandlerMethod
 - 
Create an instance from a bean instance, method name, and parameter types.
 - HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Create an instance from a bean instance, method name, and parameter types.
 - HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.messaging.handler.HandlerMethod
 - 
Create an instance from a bean name, a method, and a
BeanFactory. - HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Create an instance from a bean name, a method, and a
BeanFactory. - HandlerMethod(String, BeanFactory, MessageSource, Method) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Variant of
HandlerMethod(String, BeanFactory, Method)that also accepts aMessageSource. - HandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.HandlerMethod
 - 
Copy constructor for use in subclasses.
 - HandlerMethod(HandlerMethod) - Constructor for class org.springframework.web.method.HandlerMethod
 - 
Copy constructor for use in subclasses.
 - HandlerMethod.HandlerMethodParameter - Class in org.springframework.messaging.handler
 - 
A MethodParameter with HandlerMethod-specific behavior.
 - HandlerMethod.HandlerMethodParameter - Class in org.springframework.web.method
 - 
A MethodParameter with HandlerMethod-specific behavior.
 - HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation
 - 
Strategy interface for resolving method parameters into argument values in the context of a given
Message. - HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.invocation.reactive
 - 
Strategy interface for resolving method parameters into argument values in the context of a given
Message. - HandlerMethodArgumentResolver - Interface in org.springframework.web.method.support
 - 
Strategy interface for resolving method parameters into argument values in the context of a given request.
 - HandlerMethodArgumentResolver - Interface in org.springframework.web.reactive.result.method
 - 
Strategy to resolve the argument value for a method parameter in the context of the current HTTP request.
 - HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.invocation
 - 
Resolves method parameters by delegating to a list of registered
HandlerMethodArgumentResolvers. - HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.invocation.reactive
 - 
Resolves method parameters by delegating to a list of registered
HandlerMethodArgumentResolvers. - HandlerMethodArgumentResolverComposite - Class in org.springframework.web.method.support
 - 
Resolves method parameters by delegating to a list of registered
HandlerMethodArgumentResolvers. - HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolverComposite
 - HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolverComposite
 - HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 - HandlerMethodArgumentResolverSupport - Class in org.springframework.web.reactive.result.method
 - 
Base class for
HandlerMethodArgumentResolverimplementations with access to aReactiveAdapterRegistryand methods to check for method parameter support. - HandlerMethodArgumentResolverSupport(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport
 - HandlerMethodMappingNamingStrategy<T> - Interface in org.springframework.web.servlet.handler
 - 
A strategy for assigning a name to a handler method's mapping.
 - HandlerMethodParameter(int) - Constructor for class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 - HandlerMethodParameter(int) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 - HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 - HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 - HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation
 - 
Strategy interface to handle the value returned from the invocation of a method handling a
Message. - HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.invocation.reactive
 - 
Handle the return value from the invocation of an annotated
Messagehandling method. - HandlerMethodReturnValueHandler - Interface in org.springframework.web.method.support
 - 
Strategy interface to handle the value returned from the invocation of a handler method.
 - HandlerMethodReturnValueHandlerComposite - Class in org.springframework.messaging.handler.invocation
 - 
A HandlerMethodReturnValueHandler that wraps and delegates to others.
 - HandlerMethodReturnValueHandlerComposite - Class in org.springframework.messaging.handler.invocation.reactive
 - 
A HandlerMethodReturnValueHandler that wraps and delegates to others.
 - HandlerMethodReturnValueHandlerComposite - Class in org.springframework.web.method.support
 - 
Handles method return values by delegating to a list of registered
HandlerMethodReturnValueHandlers. - HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
 - HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
 - HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 - handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 - 
Invoked after all handler methods have been detected.
 - handlerMethodsInitialized(Map<T, HandlerMethod>) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 - 
Invoked after all handler methods have been detected.
 - HandlerResult - Class in org.springframework.web.reactive
 - 
Represent the result of the invocation of a handler or a handler method.
 - HandlerResult(Object, Object, MethodParameter) - Constructor for class org.springframework.web.reactive.HandlerResult
 - 
Create a new
HandlerResult. - HandlerResult(Object, Object, MethodParameter, BindingContext) - Constructor for class org.springframework.web.reactive.HandlerResult
 - 
Create a new
HandlerResult. - HandlerResultHandler - Interface in org.springframework.web.reactive
 - 
Process the
HandlerResult, usually returned by aHandlerAdapter. - HandlerResultHandlerSupport - Class in org.springframework.web.reactive.result
 - 
Base class for
HandlerResultHandlerwith support for content negotiation and access to aReactiveAdapterregistry. - HandlerResultHandlerSupport(RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.HandlerResultHandlerSupport
 - HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
 - 
Factory for assertions on the selected handler or handler method.
 - HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
 - 
Protected constructor.
 - handlerStrategies(HandlerStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
 - 
Configure handler strategies.
 - HandlerStrategies - Interface in org.springframework.web.reactive.function.server
 - 
Defines the strategies to be used for processing
HandlerFunctions. - HandlerStrategies.Builder - Interface in org.springframework.web.reactive.function.server
 - 
A mutable builder for a
HandlerStrategies. - handlerType(Class<?>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
 - 
Assert the type of the handler that processed the request.
 - HandlerTypePredicate - Class in org.springframework.web.method
 - 
A
Predicateto match request handling component types if any of the following selectors match: Base packages -- for selecting handlers by their package. - HandlerTypePredicate.Builder - Class in org.springframework.web.method
 - 
A
HandlerTypePredicatebuilder. - handleServerErrorException(ServerErrorException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
ServerErrorException. - handleServerWebInputException(ServerWebInputException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
ServerWebInputException. - handleServletRequestBindingException(ServletRequestBindingException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case when an unrecoverable binding exception occurs - e.g.
 - handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
ServletRequestBindingException. - handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 - handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
 - handleSuccess(HttpServletRequest, HttpServletResponse, WebSocketEngine.UpgradeInfo, TyrusUpgradeResponse) - Method in class org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
 - handleSuccessiveRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
 - 
Handle all requests, except the first one, to receive messages on a SockJS HTTP transport based session.
 - handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 - handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.handler.BinaryWebSocketHandler
 - handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 - handleTimeout(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 - 
Invoked from a container thread when the async request times out before the
Callabletask completes. - handleTimeout(NativeWebRequest, Callable<T>) - Method in class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 - handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
 - 
Invoked from a container thread when an async request times out before the
DeferredResulthas been set. - handleTimeout(NativeWebRequest, DeferredResult<T>) - Method in class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 - handleTransportError(Throwable) - Method in class org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
 - handleTransportError(StompSession, Throwable) - Method in interface org.springframework.messaging.simp.stomp.StompSessionHandler
 - 
Handle a low level transport error which could be an I/O error or a failure to encode or decode a STOMP message.
 - handleTransportError(StompSession, Throwable) - Method in class org.springframework.messaging.simp.stomp.StompSessionHandlerAdapter
 - 
This implementation is empty.
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
 - handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
 - handleTransportError(WebSocketSession, Throwable) - Method in interface org.springframework.web.socket.WebSocketHandler
 - 
Handle an error from the underlying WebSocket message transport.
 - handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
 - 
Handle a SockJS session URL (i.e.
 - handleTransportRequest(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, String, String) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
 - handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 - 
Handle the case when a
WebDataBinderconversion error occurs. - handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
TypeMismatchException. - handleUncaughtException(Throwable, Method, Object...) - Method in interface org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler
 - 
Handle the given uncaught exception thrown from an asynchronous method.
 - handleUncaughtException(Throwable, Method, Object...) - Method in class org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler
 - handleUnsatisfiedRequestParameterException(UnsatisfiedRequestParameterException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
UnsatisfiedRequestParameterException. - handleUnsupportedMediaTypeStatusException(UnsupportedMediaTypeStatusException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
UnsupportedMediaTypeStatusException. - handleWarnings(SQLWarning) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - 
Throw a
SQLWarningExceptionif encountering an actual warning. - handleWarnings(Statement) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - 
Handle the warnings for the given JDBC statement, if any.
 - handleWarnings(Statement, SQLException) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - 
Handle warnings before propagating a primary
SQLExceptionfrom executing the given statement. - handleWebExchangeBindException(WebExchangeBindException, HttpHeaders, HttpStatusCode, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
 - 
Customize the handling of
WebExchangeBindException. - handleWebSocketVersionNotSupported(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
 - HandshakeFailureException - Exception in org.springframework.web.socket.server
 - 
Thrown when handshake processing failed to complete due to an internal, unrecoverable error.
 - HandshakeFailureException(String) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 - HandshakeFailureException(String, Throwable) - Constructor for exception org.springframework.web.socket.server.HandshakeFailureException
 - HandshakeHandler - Interface in org.springframework.web.socket.server
 - 
Contract for processing a WebSocket handshake request.
 - HandshakeInfo - Class in org.springframework.web.reactive.socket
 - 
Simple container of information related to the handshake request that started the
WebSocketSessionsession. - HandshakeInfo(URI, HttpHeaders, MultiValueMap<String, HttpCookie>, Mono<Principal>, String, InetSocketAddress, Map<String, Object>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
 - 
Constructor targeting server-side use with extra information such as the cookies, remote address, attributes, and a log prefix.
 - HandshakeInfo(URI, HttpHeaders, Mono<Principal>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
 - 
Constructor with basic information about the handshake.
 - HandshakeInfo(URI, HttpHeaders, Mono<Principal>, String, InetSocketAddress, Map<String, Object>, String) - Constructor for class org.springframework.web.reactive.socket.HandshakeInfo
 - 
Deprecated.as of 5.3.5 in favor of
HandshakeInfo(URI, HttpHeaders, MultiValueMap, Mono, String, InetSocketAddress, Map, String) - HandshakeInterceptor - Interface in org.springframework.web.socket.server
 - 
Interceptor for WebSocket handshake requests.
 - HandshakeInterceptorChain - Class in org.springframework.web.socket.server.support
 - 
A helper class that assists with invoking a list of handshake interceptors.
 - HandshakeInterceptorChain(List<HandshakeInterceptor>, WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.HandshakeInterceptorChain
 - HandshakeWebSocketService - Class in org.springframework.web.reactive.socket.server.support
 - 
WebSocketServiceimplementation that handles a WebSocket HTTP handshake request by delegating to aRequestUpgradeStrategywhich is either auto-detected (no-arg constructor) from the classpath but can also be explicitly configured. - HandshakeWebSocketService() - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 - 
Default constructor automatic, classpath detection based discovery of the
RequestUpgradeStrategyto use. - HandshakeWebSocketService(RequestUpgradeStrategy) - Constructor for class org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService
 - 
Alternative constructor with the
RequestUpgradeStrategyto use. - hasAdapters() - Method in class org.springframework.core.ReactiveAdapterRegistry
 - 
Return whether the registry has any adapters.
 - hasAlias(String, String) - Method in class org.springframework.core.SimpleAliasRegistry
 - 
Determine whether the given name has the given alias registered.
 - hasAncestorOfType(Tag, Class<?>) - Static method in class org.springframework.web.util.TagUtils
 - 
Determine whether the supplied
Taghas any ancestor tag of the supplied type. - hasAnnotatedMethods(String) - Method in interface org.springframework.core.type.AnnotationMetadata
 - 
Determine whether the underlying class has any methods that are annotated (or meta-annotated) with the given annotation type.
 - hasAnnotatedMethods(String) - Method in class org.springframework.core.type.StandardAnnotationMetadata
 - hasAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
 - 
Determine if an annotation of the specified
annotationTypeis present or meta-present on the suppliedClassaccording to the search algorithm used inTestContextAnnotationUtils.findMergedAnnotation(Class, Class). - hasAnnotation(Class<? extends Annotation>) - Method in class org.springframework.core.convert.TypeDescriptor
 - 
Determine if this type descriptor has the specified annotation.
 - hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
 - 
Determine if an annotation of the specified
annotationTypeis available on the suppliedAnnotatedElementor within the annotation hierarchy above the specified element. - hasAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
 - 
Determine whether an annotation of the given type is present on the underlying class.
 - hasAnnotation(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
 - hasApplicationContext() - Method in class org.springframework.test.context.support.DefaultTestContext
 - 
Determine if the application context for this test context is present in the context cache.
 - hasApplicationContext() - Method in interface org.springframework.test.context.TestContext
 - 
Determine if the application context for this test context is known to be available.
 - hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
 - 
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
 - hasAttribute(String) - Method in interface org.springframework.core.AttributeAccessor
 - 
Return
trueif the attribute identified bynameexists. - hasAttribute(String) - Method in class org.springframework.core.AttributeAccessorSupport
 - hasAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
 - hasBeanClass() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - 
Return whether this definition specifies a bean class.
 - hasBeanCreationStarted() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 - 
Check whether this factory's bean creation phase already started, i.e.
 - hasBeanFactory() - Method in class org.springframework.context.support.AbstractRefreshableApplicationContext
 - 
Determine whether this context currently holds a bean factory, i.e.
 - hasBeforeDeliveryBeenCalled() - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 - 
Return whether the
AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method)method of this endpoint has already been called. - hasBody() - Method in class org.springframework.http.HttpEntity
 - 
Indicates whether this entity has a body.
 - hasCachedPath(ServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
 - hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
 - 
Determine if this
ContextConfigurationAttributesinstance has class-based resources. - hasClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
 - 
Determine if this
MergedContextConfigurationinstance has class-based resources. - hasCodecConfigurer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Whether a
ServerCodecConfigureris configured or not, either detected from anApplicationContextor explicitly configured viaWebHttpHandlerBuilder.codecConfigurer. - hasConcurrentResult() - Method in class org.springframework.web.context.request.async.WebAsyncManager
 - 
Whether a result value exists as a result of concurrent handling.
 - hasConnection() - Method in class org.springframework.jdbc.datasource.ConnectionHolder
 - 
Return whether this holder currently has a Connection.
 - hasConnection() - Method in class org.springframework.r2dbc.connection.ConnectionHolder
 - 
Return whether this holder currently has a
Connection. - hasConnectionHolder() - Method in class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 - 
Check whether this transaction object has a ConnectionHolder.
 - hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
 - 
Determine whether the given class has a public constructor with the given signature.
 - hasConstructorArgumentValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
 - 
Return if there are constructor argument values defined for this bean.
 - hasConstructorArgumentValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - 
Return if there are constructor argument values defined for this bean.
 - hasContent(CharSequence) - Method in class org.springframework.core.test.tools.DynamicFileAssert
 - 
Verify that the actual content is equal to the given one.
 - hasContributors() - Method in class org.springframework.web.method.support.CompositeUriComponentsContributor
 - 
Determine if this
CompositeUriComponentsContributorhas any contributors. - hasCorsConfigurationSource(Object) - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
 - 
Return
trueif there is aCorsConfigurationSourcefor this handler. - hasCorsConfigurationSource(Object) - Method in class org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
 - hasCorsConfigurationSource(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
 - 
Return
trueif there is aCorsConfigurationSourcefor this handler. - hasCorsConfigurationSource(Object) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 - hasCount(long) - Method in class org.springframework.aot.test.agent.RuntimeHintsInvocationsAssert
 - 
Verifies that the count of recorded invocations match the expected one.
 - hasCustomEditorForElement(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
 - 
Determine whether this registry contains a custom editor for the specified array/collection element.
 - hasDefaultValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
 - 
Determine if the specified attribute name has a default value when compared to the annotation declaration.
 - hasDependentBean(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 - 
Determine whether a dependent bean has been registered for the given name.
 - hasDestructionAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 - 
Return whether this factory holds a DestructionAwareBeanPostProcessor that will get applied to singleton beans on shutdown.
 - hasEmbeddedValueResolver() - Method in interface org.springframework.beans.factory.config.ConfigurableBeanFactory
 - 
Determine whether an embedded value resolver has been registered with this bean factory, to be applied through
ConfigurableBeanFactory.resolveEmbeddedValue(String). - hasEmbeddedValueResolver() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 - hasEnclosingClass() - Method in interface org.springframework.core.type.ClassMetadata
 - 
Return whether the underlying class is declared within an enclosing class (i.e.
 - hasError(int) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 - 
Deprecated.
 - hasError(ClientHttpResponse) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 - 
Delegates to
DefaultResponseErrorHandler.hasError(HttpStatusCode)with the response status code. - hasError(ClientHttpResponse) - Method in interface org.springframework.web.client.ResponseErrorHandler
 - 
Indicate whether the given response has any errors.
 - hasError(HttpStatusCode) - Method in class org.springframework.web.client.DefaultResponseErrorHandler
 - 
Template method called from
DefaultResponseErrorHandler.hasError(ClientHttpResponse). - hasError(HttpStatusCode) - Method in class org.springframework.web.client.ExtractingResponseErrorHandler
 - hasErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
 - 
Assert the model has errors.
 - hasErrors() - Method in class org.springframework.validation.AbstractBindingResult
 - hasErrors() - Method in class org.springframework.validation.AbstractErrors
 - hasErrors() - Method in exception org.springframework.validation.BindException
 - hasErrors() - Method in interface org.springframework.validation.Errors
 - 
Determine if there were any errors.
 - hasErrors() - Method in class org.springframework.web.bind.EscapedErrors
 - hasErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 - hasExceptionHandler() - Method in class org.springframework.web.reactive.HandlerResult
 - 
Deprecated, for removal: This API element is subject to removal in a future version.in favor of checking via
HandlerResult.getExceptionHandler() - hasExceptionMappings() - Method in class org.springframework.messaging.handler.invocation.AbstractExceptionHandlerMethodResolver
 - 
Whether the contained type has any exception mappings.
 - hasExceptionMappings() - Method in class org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 - 
Whether the contained type has any exception mappings.
 - hasFieldErrors() - Method in class org.springframework.validation.AbstractErrors
 - hasFieldErrors() - Method in exception org.springframework.validation.BindException
 - hasFieldErrors() - Method in interface org.springframework.validation.Errors
 - 
Determine if there were any errors associated with a field.
 - hasFieldErrors() - Method in class org.springframework.web.bind.EscapedErrors
 - hasFieldErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 - hasFieldErrors(String) - Method in class org.springframework.validation.AbstractErrors
 - hasFieldErrors(String) - Method in exception org.springframework.validation.BindException
 - hasFieldErrors(String) - Method in interface org.springframework.validation.Errors
 - 
Determine if there were any errors associated with the given field.
 - hasFieldErrors(String) - Method in class org.springframework.web.bind.EscapedErrors
 - hasFieldErrors(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 - hasFlags(int) - Method in class org.springframework.asm.ClassWriter
 - 
Returns true if all the given flags were passed to the constructor.
 - hasForwardedHeaders(ServerHttpRequest) - Method in class org.springframework.web.server.adapter.ForwardedHeaderTransformer
 - 
Whether the request has any Forwarded headers.
 - hasForwardedHeaderTransformer() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Whether a
ForwardedHeaderTransformeris configured or not, either detected from anApplicationContextor explicitly configured viaWebHttpHandlerBuilder.forwardedHeaderTransformer(ForwardedHeaderTransformer). - hasGenerics() - Method in class org.springframework.core.ResolvableType
 - 
Return
trueif this type contains generic parameters. - hasGlobalErrors() - Method in class org.springframework.validation.AbstractErrors
 - hasGlobalErrors() - Method in exception org.springframework.validation.BindException
 - hasGlobalErrors() - Method in interface org.springframework.validation.Errors
 - 
Determine if there were any global errors.
 - hasGlobalErrors() - Method in class org.springframework.web.bind.EscapedErrors
 - hasGlobalErrors() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 - hasGlobalExceptionHandlers() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 - 
Whether this resolver has global exception handlers, e.g.
 - hasGlobalExceptionHandlers() - Method in class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 - HASH_ASM_TYPE - Static variable in class org.springframework.cglib.core.KeyFactory
 - 
Type.hashCode()is very expensive as it traverses full descriptor to calculate hash code. - hash_code(CodeEmitter, Type, int, Customizer) - Static method in class org.springframework.cglib.core.EmitUtils
 - 
Deprecated.
 - hash_code(CodeEmitter, Type, int, CustomizerRegistry) - Static method in class org.springframework.cglib.core.EmitUtils
 - HASH_CODE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 - 
The hash code key.
 - hasHandlerMappings() - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 - 
Whether there are any handler mappings registered via
AbstractHandlerExceptionResolver.setMappedHandlers(Set)orAbstractHandlerExceptionResolver.setMappedHandlerClasses(Class[]). - hashCode() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 - hashCode() - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
 - hashCode() - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
 - hashCode() - Method in class org.springframework.aop.support.AbstractPointcutAdvisor
 - hashCode() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 - hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
 - hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 - hashCode() - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 - hashCode() - Method in class org.springframework.aop.support.ComposablePointcut
 - hashCode() - Method in class org.springframework.aop.support.ControlFlowPointcut
 - hashCode() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 - hashCode() - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 - hashCode() - Method in class org.springframework.aop.support.RootClassFilter
 - hashCode() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 - hashCode() - Method in class org.springframework.aop.target.EmptyTargetSource
 - hashCode() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 - hashCode() - Method in class org.springframework.aop.target.SingletonTargetSource
 - 
SingletonTargetSource uses the hash code of the target object.
 - hashCode() - Method in class org.springframework.aot.agent.MethodReference
 - hashCode() - Method in class org.springframework.aot.hint.AbstractTypeReference
 - hashCode() - Method in class org.springframework.aot.hint.JavaSerializationHint
 - hashCode() - Method in class org.springframework.aot.hint.JdkProxyHint
 - hashCode() - Method in class org.springframework.aot.hint.ResourceBundleHint
 - hashCode() - Method in class org.springframework.aot.hint.ResourcePatternHint
 - hashCode() - Method in class org.springframework.asm.ConstantDynamic
 - hashCode() - Method in class org.springframework.asm.Handle
 - hashCode() - Method in class org.springframework.asm.Type
 - 
Returns a hash code value for this type.
 - hashCode() - Method in class org.springframework.beans.BeanMetadataAttribute
 - hashCode() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 - hashCode() - Method in class org.springframework.beans.factory.config.AutowiredPropertyMarker
 - hashCode() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
 - hashCode() - Method in class org.springframework.beans.factory.config.BeanExpressionContext
 - hashCode() - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 - hashCode() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
 - hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 - hashCode() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 - hashCode() - Method in class org.springframework.beans.factory.config.TypedStringValue
 - hashCode() - Method in class org.springframework.beans.factory.InjectionPoint
 - hashCode() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - hashCode() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 - hashCode() - Method in class org.springframework.beans.factory.support.LookupOverride
 - hashCode() - Method in class org.springframework.beans.factory.support.MethodOverride
 - hashCode() - Method in class org.springframework.beans.factory.support.MethodOverrides
 - hashCode() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 - hashCode() - Method in class org.springframework.beans.MutablePropertyValues
 - hashCode() - Method in class org.springframework.beans.PropertyValue
 - hashCode() - Method in class org.springframework.beans.support.MutableSortDefinition
 - hashCode() - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
 - hashCode() - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
 - hashCode() - Method in class org.springframework.cache.interceptor.CacheOperation
 - 
This implementation returns
toString()'s hash code. - hashCode() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 - hashCode() - Method in class org.springframework.cache.interceptor.SimpleKey
 - hashCode() - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.cache.support.NullValue
 - hashCode() - Method in class org.springframework.cglib.beans.BeanMap
 - hashCode() - Method in class org.springframework.cglib.core.ClassInfo
 - hashCode() - Method in class org.springframework.cglib.core.DefaultNamingPolicy
 - hashCode() - Method in class org.springframework.cglib.core.MethodInfo
 - hashCode() - Method in class org.springframework.cglib.core.Signature
 - hashCode() - Method in class org.springframework.cglib.core.WeakCacheKey
 - hashCode() - Method in class org.springframework.cglib.proxy.CallbackHelper
 - hashCode() - Method in class org.springframework.cglib.reflect.FastClass
 - hashCode() - Method in class org.springframework.cglib.reflect.FastMember
 - hashCode() - Method in class org.springframework.cglib.reflect.MethodDelegate
 - hashCode() - Method in class org.springframework.context.annotation.DeferredImportSelector.Group.Entry
 - hashCode() - Method in class org.springframework.context.expression.AnnotatedElementKey
 - hashCode() - Method in class org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
 - hashCode() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
 - hashCode() - Method in class org.springframework.core.annotation.RepeatableContainers
 - hashCode() - Method in class org.springframework.core.AttributeAccessorSupport
 - hashCode() - Method in class org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
 - hashCode() - Method in class org.springframework.core.convert.Property
 - hashCode() - Method in class org.springframework.core.convert.TypeDescriptor
 - hashCode() - Method in class org.springframework.core.env.PropertySource
 - 
Return a hash code derived from the
nameproperty of thisPropertySourceobject. - hashCode() - Method in class org.springframework.core.io.AbstractResource
 - 
This implementation returns the description's hash code.
 - hashCode() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
 - hashCode() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
 - hashCode() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
 - hashCode() - Method in class org.springframework.core.io.ByteArrayResource
 - 
This implementation returns the hash code based on the underlying byte array.
 - hashCode() - Method in class org.springframework.core.io.ClassPathResource
 - 
This implementation returns the hash code of the underlying class path location.
 - hashCode() - Method in class org.springframework.core.io.DescriptiveResource
 - 
This implementation returns the hash code of the underlying description String.
 - hashCode() - Method in class org.springframework.core.io.FileSystemResource
 - 
This implementation returns the hash code of the underlying file path.
 - hashCode() - Method in class org.springframework.core.io.InputStreamResource
 - 
This implementation returns the hash code of the underlying InputStream.
 - hashCode() - Method in class org.springframework.core.io.PathResource
 - 
This implementation returns the hash code of the underlying
Pathreference. - hashCode() - Method in class org.springframework.core.io.support.EncodedResource
 - hashCode() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
 - 
Returns a hash code value for this object.
 - hashCode() - Method in class org.springframework.core.io.UrlResource
 - 
This implementation returns the hash code of the underlying URL reference.
 - hashCode() - Method in class org.springframework.core.io.VfsResource
 - hashCode() - Method in class org.springframework.core.MethodClassKey
 - hashCode() - Method in class org.springframework.core.MethodParameter
 - hashCode() - Method in class org.springframework.core.ParameterizedTypeReference
 - hashCode() - Method in class org.springframework.core.ReactiveTypeDescriptor
 - hashCode() - Method in class org.springframework.core.ResolvableType
 - hashCode() - Method in class org.springframework.core.test.tools.ClassFiles
 - hashCode() - Method in class org.springframework.core.test.tools.DynamicFile
 - hashCode() - Method in class org.springframework.core.test.tools.ResourceFiles
 - hashCode() - Method in class org.springframework.core.test.tools.SourceFiles
 - hashCode() - Method in class org.springframework.core.type.StandardClassMetadata
 - hashCode() - Method in class org.springframework.core.type.StandardMethodMetadata
 - hashCode() - Method in class org.springframework.expression.TypedValue
 - hashCode() - Method in class org.springframework.http.ContentDisposition
 - hashCode() - Method in class org.springframework.http.HttpCookie
 - hashCode() - Method in class org.springframework.http.HttpEntity
 - hashCode() - Method in class org.springframework.http.HttpHeaders
 - hashCode() - Method in class org.springframework.http.HttpMethod
 - hashCode() - Method in class org.springframework.http.ProblemDetail
 - hashCode() - Method in class org.springframework.http.RequestEntity
 - hashCode() - Method in class org.springframework.http.RequestEntity.UriTemplateRequestEntity
 - hashCode() - Method in class org.springframework.http.ResponseCookie
 - hashCode() - Method in class org.springframework.http.ResponseEntity
 - hashCode() - Method in class org.springframework.jms.support.QosSettings
 - hashCode() - Method in class org.springframework.jmx.support.NotificationListenerHolder
 - hashCode() - Method in class org.springframework.mail.SimpleMailMessage
 - hashCode() - Method in class org.springframework.messaging.handler.AbstractMessageCondition
 - hashCode() - Method in class org.springframework.messaging.handler.CompositeMessageCondition
 - hashCode() - Method in class org.springframework.messaging.handler.HandlerMethod
 - hashCode() - Method in class org.springframework.messaging.MessageHeaders
 - hashCode() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 - hashCode() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
 - hashCode() - Method in class org.springframework.messaging.support.GenericMessage
 - hashCode() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
 - hashCode() - Method in class org.springframework.r2dbc.core.Parameter
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.scheduling.support.CronExpression
 - hashCode() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.scheduling.support.CronTrigger
 - hashCode() - Method in class org.springframework.scheduling.support.PeriodicTrigger
 - hashCode() - Method in class org.springframework.test.context.ContextConfigurationAttributes
 - 
Generate a unique hash code for all properties of this
ContextConfigurationAttributesinstance excluding the name. - hashCode() - Method in class org.springframework.test.context.MergedContextConfiguration
 - 
Generate a unique hash code for all properties of this
MergedContextConfigurationexcluding the test class. - hashCode() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
 - 
Generate a unique hash code for all properties of this
WebMergedContextConfigurationexcluding the test class. - hashCode() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
 - hashCode() - Method in class org.springframework.test.web.reactive.server.XpathAssertions
 - hashCode() - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 - hashCode() - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 - hashCode() - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 - hashCode() - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 - hashCode() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 - hashCode() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 - hashCode() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 - hashCode() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 - hashCode() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
 - 
This implementation returns
toString()'s hash code. - hashCode() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 - hashCode() - Method in class org.springframework.util.AutoPopulatingList
 - hashCode() - Method in class org.springframework.util.comparator.BooleanComparator
 - hashCode() - Method in class org.springframework.util.comparator.NullSafeComparator
 - hashCode() - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
 - hashCode() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
 - hashCode() - Method in class org.springframework.util.MimeType
 - hashCode() - Method in class org.springframework.util.MultiValueMapAdapter
 - hashCode() - Method in class org.springframework.util.unit.DataSize
 - hashCode() - Method in class org.springframework.validation.AbstractBindingResult
 - hashCode() - Method in exception org.springframework.validation.BindException
 - hashCode() - Method in class org.springframework.validation.FieldError
 - hashCode() - Method in class org.springframework.validation.ObjectError
 - hashCode() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
 - hashCode() - Method in class org.springframework.web.context.support.ServletContextResource
 - 
This implementation returns the hash code of the underlying ServletContext resource location.
 - hashCode() - Method in class org.springframework.web.method.ControllerAdviceBean
 - hashCode() - Method in class org.springframework.web.method.HandlerMethod
 - hashCode() - Method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
 - 
Deprecated.
 - hashCode() - Method in class org.springframework.web.reactive.result.condition.AbstractRequestCondition
 - hashCode() - Method in class org.springframework.web.reactive.result.method.RequestMappingInfo
 - hashCode() - Method in class org.springframework.web.reactive.socket.CloseStatus
 - hashCode() - Method in class org.springframework.web.reactive.socket.WebSocketMessage
 - hashCode() - Method in class org.springframework.web.servlet.FlashMap
 - hashCode() - Method in class org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 - hashCode() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 - hashCode() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
 - hashCode() - Method in class org.springframework.web.socket.CloseStatus
 - hashCode() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 - hashCode() - Method in class org.springframework.web.socket.WebSocketExtension
 - hashCode() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 - hashCode() - Method in class org.springframework.web.util.pattern.PathPattern
 - HashCodeCustomizer - Interface in org.springframework.cglib.core
 - hasHttpHandlerDecorator() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Whether a decorator for
HttpHandleris configured or not viaWebHttpHandlerBuilder.httpHandlerDecorator(Function). - hasIndexedArgumentValue(int) - Method in class org.springframework.beans.factory.config.ConstructorArgumentValues
 - 
Check whether an argument value has been registered for the given index.
 - hasInstantiationAwareBeanPostProcessors() - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 - 
Return whether this factory holds a InstantiationAwareBeanPostProcessor that will get applied to singleton beans on creation.
 - hasInterceptors() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 - hasJsonPath() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
 - 
Evaluate the JSON path expression against the response content and assert that a value, possibly
null, exists. - hasJsonPath() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
 - hasJsonPath() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
 - 
Evaluate the JSON path expression against the response content and assert that a value, possibly
null, exists. - hasJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
 - 
Evaluate the JSON path expression against the supplied
contentand assert that a value, possiblynull, exists. - hasLength(CharSequence) - Static method in class org.springframework.util.StringUtils
 - 
Check that the given
CharSequenceis neithernullnor of length 0. - hasLength(String) - Static method in class org.springframework.util.Assert
 - 
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.hasLength(String, String); to be removed in 6.1 - hasLength(String) - Static method in class org.springframework.util.StringUtils
 - 
Check that the given
Stringis neithernullnor of length 0. - hasLength(String, String) - Static method in class org.springframework.util.Assert
 - 
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasLength(String, Supplier<String>) - Static method in class org.springframework.util.Assert
 - 
Assert that the given String is not empty; that is, it must not be
nulland not the empty String. - hasLocaleContextResolver() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Whether a
LocaleContextResolveris configured or not, either detected from anApplicationContextor explicitly configured viaWebHttpHandlerBuilder.localeContextResolver. - hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
 - 
Determine if this
ContextConfigurationAttributesinstance has path-based resource locations. - hasLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
 - 
Determine if this
MergedContextConfigurationinstance has path-based context resource locations. - hasMappingForPattern(String) - Method in class org.springframework.web.reactive.config.ResourceHandlerRegistry
 - 
Whether a resource handler has already been registered for the given path pattern.
 - hasMappingForPattern(String) - Method in class org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
 - 
Whether a resource handler has already been registered for the given path pattern.
 - hasMetaAnnotation(String) - Method in interface org.springframework.core.type.AnnotationMetadata
 - 
Determine whether the underlying class has an annotation that is itself annotated with the meta-annotation of the given type.
 - hasMetaAnnotationTypes(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
 - 
Determine if the supplied
AnnotatedElementis annotated with a composed annotation that is meta-annotated with an annotation of the specifiedannotationType. - hasMetaAnnotationTypes(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
 - 
Determine if the supplied
AnnotatedElementis annotated with a composed annotation that is meta-annotated with an annotation of the specifiedannotationName. - hasMethod(Class<?>, Method) - Static method in class org.springframework.util.ClassUtils
 - 
Determine whether the given class has a public method with the given signature.
 - hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
 - 
Determine whether the given class has a public method with the given signature.
 - hasMethodAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
 - 
Return whether the method/constructor is annotated with the given type.
 - hasMethodAnnotation(Class<A>) - Method in class org.springframework.messaging.handler.HandlerMethod
 - 
Return whether the parameter is declared with the given annotation type.
 - hasMethodAnnotation(Class<A>) - Method in class org.springframework.web.method.HandlerMethod
 - 
Return whether the parameter is declared with the given annotation type.
 - hasMethodAnnotation(Class<T>) - Method in class org.springframework.messaging.handler.HandlerMethod.HandlerMethodParameter
 - hasMethodAnnotation(Class<T>) - Method in class org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 - hasMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - 
Return if there are method overrides defined for this bean.
 - hasNext() - Method in class org.springframework.util.CompositeIterator
 - hasNoErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
 - 
Assert the model has no errors.
 - hasNonDefaultValue(String) - Method in interface org.springframework.core.annotation.MergedAnnotation
 - 
Determine if the specified attribute name has a non-default value when compared to the annotation declaration.
 - hasOriginalRequestAndResponse() - Method in class org.springframework.mock.web.MockAsyncContext
 - hasParameterAnnotation(Class<A>) - Method in class org.springframework.core.MethodParameter
 - 
Return whether the parameter is declared with the given annotation type.
 - hasParameterAnnotations() - Method in class org.springframework.core.MethodParameter
 - 
Return
trueif the parameter has at least one annotation,falseif it has none. - hasParsedRequestPath(ServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
 - 
Check for a
previouslyparsed and cachedRequestPath. - hasPatternSyntax() - Method in class org.springframework.web.util.pattern.PathPattern
 - 
Whether the pattern string contains pattern syntax that would require use of
PathPattern.matches(PathContainer), or if it is a regular String that could be compared directly to others. - hasPropertyOverridesFor(String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
 - 
Were there overrides for this bean? Only valid after processing has occurred at least once.
 - hasPropertyValues() - Method in interface org.springframework.beans.factory.config.BeanDefinition
 - 
Return if there are property values defined for this bean.
 - hasPropertyValues() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - 
Return if there are property values defined for this bean.
 - hasQualifier(String) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 - 
Return whether this bean has the specified qualifier.
 - hasQualifier(DependencyDescriptor) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
 - 
Determine whether the given dependency declares a qualifier annotation.
 - hasQualifier(DependencyDescriptor) - Method in interface org.springframework.beans.factory.support.AutowireCandidateResolver
 - 
Determine whether the given descriptor declares a qualifier beyond the type (typically - but not necessarily - a specific kind of annotation).
 - hasQualifier(DependencyDescriptor) - Method in class org.springframework.beans.factory.support.SimpleAutowireCandidateResolver
 - hasRegistrations() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
 - 
Whether any view resolvers have been registered.
 - hasRegistrations() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 - 
Whether any view resolvers have been registered.
 - hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
 - hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 - hasRemainingCount() - Method in interface org.springframework.test.web.client.RequestExpectation
 - 
Whether there is a remaining count of invocations for this expectation.
 - hasResource(Object) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
 - 
Check if there is a resource for the given key bound to the current context.
 - hasResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
 - 
Check if there is a resource for the given key bound to the current thread.
 - hasResources() - Method in class org.springframework.test.context.ContextConfigurationAttributes
 - 
Determine if this
ContextConfigurationAttributesinstance has either path-based resource locations or class-based resources. - hasResources() - Method in class org.springframework.test.context.MergedContextConfiguration
 - 
Determine if this
MergedContextConfigurationinstance has either path-based context resource locations or class-based resources. - hasResult() - Method in class org.springframework.web.context.request.async.DeferredResult
 - 
Return
trueif the DeferredResult has been set. - hasSavepoint() - Method in class org.springframework.transaction.support.AbstractTransactionStatus
 - hasSavepoint() - Method in interface org.springframework.transaction.TransactionStatus
 - 
Return whether this transaction internally carries a savepoint, that is, has been created as nested transaction based on a savepoint.
 - hasSessionAttributes() - Method in class org.springframework.web.method.annotation.SessionAttributesHandler
 - 
Whether the controller represented by this instance has declared any session attributes through an
SessionAttributesannotation. - hasSessionManager() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Whether a
WebSessionManageris configured or not, either detected from anApplicationContextor explicitly configured viaWebHttpHandlerBuilder.sessionManager. - hasSessions() - Method in interface org.springframework.messaging.simp.user.SimpUser
 - 
Whether the user has any sessions.
 - hasSize(int) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
 - 
Assert the extracted list of values is of the given size.
 - hasSubmitParameter(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
 - 
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
 - hasSubscription(MessageHandler) - Method in class org.springframework.messaging.support.AbstractSubscribableChannel
 - hasSuperClass() - Method in interface org.springframework.core.type.ClassMetadata
 - 
Return whether the underlying class has a superclass.
 - hasTargetType() - Method in class org.springframework.beans.factory.config.TypedStringValue
 - 
Return whether this typed String value carries a target type.
 - hasTaskExecutor() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
 - hasTasks() - Method in class org.springframework.scheduling.config.ScheduledTaskRegistrar
 - 
Return whether this
ScheduledTaskRegistrarhas any tasks registered. - hasText(CharSequence) - Static method in class org.springframework.util.StringUtils
 - 
Check whether the given
CharSequencecontains actual text. - hasText(String) - Static method in class org.springframework.util.Assert
 - 
Deprecated, for removal: This API element is subject to removal in a future version.as of 4.3.7, in favor of
Assert.hasText(String, String); to be removed in 6.1 - hasText(String) - Static method in class org.springframework.util.StringUtils
 - 
Check whether the given
Stringcontains actual text. - hasText(String, String) - Static method in class org.springframework.util.Assert
 - 
Assert that the given String contains valid text content; that is, it must not be
nulland must contain at least one non-whitespace character. - hasText(String, Supplier<String>) - Static method in class org.springframework.util.Assert
 - 
Assert that the given String contains valid text content; that is, it must not be
nulland must contain at least one non-whitespace character. - hasTimeout() - Method in class org.springframework.transaction.support.ResourceHolderSupport
 - 
Return whether this object has an associated timeout.
 - hasTransaction() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 - 
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
 - hasTransaction() - Method in class org.springframework.transaction.reactive.GenericReactiveTransaction
 - 
Return whether there is an actual transaction active.
 - hasTransaction() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
 - 
Return whether there is an actual transaction active.
 - hasUniqueObject(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
 - 
Determine whether the given Collection only contains a single unique object.
 - hasUnresolvableGenerics() - Method in class org.springframework.core.ResolvableType
 - 
Determine whether the underlying type has any unresolvable generics: either through an unresolvable type variable on the type itself or through implementing a generic interface in a raw fashion, i.e.
 - hasValue() - Method in class org.springframework.r2dbc.core.binding.Bindings.Binding
 - 
Return whether the binding has a value associated with it.
 - hasValue() - Method in class org.springframework.r2dbc.core.Parameter
 - 
Deprecated.Return whether this
Parameterhas a value. - hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 - hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 - hasValue(String) - Method in class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 - hasValue(String) - Method in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
 - 
Determine whether there is a value for the specified named parameter.
 - hasView() - Method in class org.springframework.web.servlet.ModelAndView
 - 
Indicate whether this
ModelAndViewhas a view, either as a view name or as a directViewinstance. - head() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
Prepare an HTTP HEAD request.
 - head() - Method in interface org.springframework.web.reactive.function.client.WebClient
 - 
Start building an HTTP HEAD request.
 - head(String, Object...) - Static method in class org.springframework.http.RequestEntity
 - 
Create an HTTP HEAD builder with the given string base uri template.
 - head(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
 - 
HTTP HEAD variant.
 - head(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
 - 
Create a
MockHttpServletRequestBuilderfor a HEAD request. - head(URI) - Static method in class org.springframework.http.RequestEntity
 - 
Create an HTTP HEAD builder with the given url.
 - head(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
 - 
Create a
MockHttpServletRequestBuilderfor a HEAD request. - HEAD - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
 - HEAD - Static variable in class org.springframework.http.HttpMethod
 - 
The HTTP method
HEAD. - HEAD(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
 - 
Return a
RequestPredicatethat matches if request's HTTP method isHEADand the givenpatternmatches against the request path. - HEAD(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
 - 
Return a
RequestPredicatethat matches if request's HTTP method isHEADand the givenpatternmatches against the request path. - HEAD(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles all HTTP
HEADrequests that match the given pattern. - HEAD(String, 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 HTTP
HEADrequests that match the given pattern and predicate. - HEAD(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles all HTTP
HEADrequests that match the given pattern. - HEAD(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles all HTTP
HEADrequests that match the given pattern and predicate. - HEAD(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles HTTP
HEADrequests. - HEAD(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 HTTP
HEADrequests that match the given predicate. - HEAD(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles HTTP
HEADrequests. - HEAD(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Adds a route to the given handler function that handles all HTTP
HEADrequests that match the given predicate. - header - Variable in class org.springframework.asm.ClassReader
 - 
The offset in bytes of the ClassFile's access_flags field.
 - header() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
 - 
Access to response header assertions.
 - header(String) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Headers
 - 
Return the header value(s), if any, for the header of the given name.
 - header(String) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
 - header(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
 - 
Get the header value(s), if any, for the header with the given name.
 - header(String) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 - header(String) - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
 - 
Get the header value(s), if any, for the header of the given name.
 - header(String, Object...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 - 
Add a header to the request.
 - header(String, String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 - header(String, String) - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
 - 
Receive notification of an HTTP header predicate.
 - header(String, String) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
 - 
Receive notification of an HTTP header predicate.
 - header(String, String...) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
 - 
Add part header values.
 - header(String, String...) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
 - 
Add the given, single header value under the given name.
 - header(String, String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
 - 
Add the given, single header value under the given name.
 - header(String, String...) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
 - 
Set or override the specified header values under the given name.
 - header(String, String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
 - 
Add the given, single header value under the given name.
 - header(String, String...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Assert request header values.
 - header(String, String...) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Add a response header with one or more values.
 - header(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
 - 
Add the given, single header value under the given name.
 - header(String, String...) - Method in interface org.springframework.web.ErrorResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
 - 
Add the given, single header value under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
 - 
Specify a header to add to the response.
 - header(String, String...) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
 - 
Add the given header value(s) under the given name.
 - header(String, String...) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
 - 
Add the given header value(s) under the given name.
 - header(String, Matcher<? super String>...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Assert request header values with the given Hamcrest matcher(s).
 - Header - Annotation Interface in org.springframework.messaging.handler.annotation
 - 
Annotation which indicates that a method parameter should be bound to a message header.
 - HEADER_CACHE_CONTROL - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
 - HeaderAssertions - Class in org.springframework.test.web.reactive.server
 - 
Assertions on headers of the response.
 - HeaderContentNegotiationStrategy - Class in org.springframework.web.accept
 - 
A
ContentNegotiationStrategythat checks the 'Accept' request header. - HeaderContentNegotiationStrategy() - Constructor for class org.springframework.web.accept.HeaderContentNegotiationStrategy
 - HeaderContentTypeResolver - Class in org.springframework.web.reactive.accept
 - 
Resolver that looks at the 'Accept' header of the request.
 - HeaderContentTypeResolver() - Constructor for class org.springframework.web.reactive.accept.HeaderContentTypeResolver
 - headerDoesNotExist(String) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Assert that the given request header does not exist.
 - headerList(String, Matcher<? super List<String>>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Assert request header values with the given Hamcrest matcher, matching on the entire
Listof values. - HeaderMapper<T> - Interface in org.springframework.messaging.support
 - 
Generic strategy interface for mapping
MessageHeadersto and from other types of objects. - HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.reactive
 - 
Resolver for
@Headerarguments. - HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
 - 
Resolver for
@Headerarguments. - HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.reactive.HeaderMethodArgumentResolver
 - HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 - headerResolver() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
 - 
Add resolver to get the requested content type from the "Accept" header.
 - HeaderResultMatchers - Class in org.springframework.test.web.servlet.result
 - 
Factory for response header assertions.
 - HeaderResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HeaderResultMatchers
 - 
Protected constructor.
 - headers() - Method in interface org.springframework.http.codec.multipart.Part
 - 
Return the headers associated with the part.
 - headers() - Method in interface org.springframework.http.codec.multipart.PartEvent
 - 
Return the headers of the part that this event belongs to.
 - headers() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - headers() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
 - 
Alias for
RequestMapping.headers(). - headers() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
 - 
Alias for
RequestMapping.headers(). - headers() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
 - 
Alias for
RequestMapping.headers(). - headers() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
 - 
Alias for
RequestMapping.headers(). - headers() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
 - 
Alias for
RequestMapping.headers(). - headers() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
 - 
The headers of the mapped request, narrowing the primary mapping.
 - headers() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
 - 
Return the headers of this request.
 - headers() - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Return the headers of this response.
 - headers() - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - headers() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Get the headers of this request.
 - headers() - Method in interface org.springframework.web.reactive.function.server.ServerResponse
 - 
Return the headers of this response.
 - headers() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - headers() - Method in interface org.springframework.web.reactive.result.view.Rendering
 - 
Return headers to add to the response.
 - headers() - Method in interface org.springframework.web.servlet.function.ServerRequest
 - 
Get the headers of this request.
 - headers() - Method in interface org.springframework.web.servlet.function.ServerResponse
 - 
Return the headers of this response.
 - headers(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
 - 
Set the header conditions.
 - headers(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
 - 
Set the header conditions.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
 - 
Manipulate the part headers through the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
 - 
Manipulate this entity's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
 - 
Manipulate this entity's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
 - 
Manipulate request headers.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
 - 
Manipulate the request's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.ErrorResponse.Builder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Manipulate this request's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
 - 
Provides access to every header declared so far with the possibility to add, replace, or remove values.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
 - 
Manipulate this request's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
 - 
Manipulate this request's headers with the given consumer.
 - headers(Consumer<HttpHeaders>) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
 - 
Manipulate this response's headers with the given consumer.
 - headers(Predicate<ServerRequest.Headers>) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
 - 
Return a
RequestPredicatethat tests the request's headers against the given headers predicate. - headers(Predicate<ServerRequest.Headers>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
 - 
Return a
RequestPredicatethat tests the request's headers against the given headers predicate. - headers(HttpHeaders) - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
 - 
Copy the given headers into the entity's headers map.
 - headers(HttpHeaders) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
 - 
Copy the given headers into the entity's headers map.
 - headers(HttpHeaders) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 - headers(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Copy all given headers.
 - headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 - 
Add all headers to the request.
 - headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
 - 
Copy the given headers into the entity's headers map.
 - headers(HttpHeaders) - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
 - 
Copy the given headers into the entity's headers map.
 - headers(HttpHeaders) - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
 - 
Specify headers to add to the response.
 - headers(MultiValueMap<String, String>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
 - 
Add the given header values.
 - Headers - Annotation Interface in org.springframework.messaging.handler.annotation
 - 
Annotation which indicates that a method parameter should be bound to the headers of a message.
 - headersExtractor() - Method in class org.springframework.web.client.RestTemplate
 - 
Return a response extractor for
HttpHeaders. - HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.reactive
 - 
Argument resolver for headers.
 - HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
 - 
Argument resolver for headers.
 - HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.reactive.HeadersMethodArgumentResolver
 - HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 - HeadersRequestCondition - Class in org.springframework.web.reactive.result.condition
 - 
A logical conjunction (
' && ') request condition that matches a request against a set of header expressions with syntax defined inRequestMapping.headers(). - HeadersRequestCondition - Class in org.springframework.web.servlet.mvc.condition
 - 
A logical conjunction (
' && ') request condition that matches a request against a set of header expressions with syntax defined inRequestMapping.headers(). - HeadersRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.HeadersRequestCondition
 - 
Create a new instance from the given header expressions.
 - HeadersRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 - 
Create a new instance from the given header expressions.
 - HeadersWrapper(ClientResponse.Headers) - Constructor for class org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
 - 
Create a new
HeadersWrapperthat wraps the given request. - HeadersWrapper(ServerRequest.Headers) - Constructor for class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 - 
Create a new
HeadersWrapperthat wraps the given request. - HeaderWebSessionIdResolver - Class in org.springframework.web.server.session
 - 
Request and response header-based
WebSessionIdResolver. - HeaderWebSessionIdResolver() - Constructor for class org.springframework.web.server.session.HeaderWebSessionIdResolver
 - headForHeaders(String, Object...) - Method in interface org.springframework.web.client.RestOperations
 - 
Retrieve all headers of the resource specified by the URI template.
 - headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 - headForHeaders(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
 - 
Retrieve all headers of the resource specified by the URI template.
 - headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 - headForHeaders(URI) - Method in interface org.springframework.web.client.RestOperations
 - 
Retrieve all headers of the resource specified by the URL.
 - headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 - HEART_BEAT_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 - HEARTBEAT - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
 - HEARTBEAT - Enum constant in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
 - HEARTBEAT - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 - heartbeatFrame() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 - HeuristicCompletionException - Exception in org.springframework.transaction
 - 
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
 - HeuristicCompletionException(int, Throwable) - Constructor for exception org.springframework.transaction.HeuristicCompletionException
 - 
Constructor for HeuristicCompletionException.
 - HibernateCallback<T> - Interface in org.springframework.orm.hibernate5
 - 
Callback interface for Hibernate code.
 - HibernateDaoSupport - Class in org.springframework.orm.hibernate5.support
 - 
Convenient superclass for Hibernate-based data access objects.
 - HibernateDaoSupport() - Constructor for class org.springframework.orm.hibernate5.support.HibernateDaoSupport
 - HibernateExceptionTranslator - Class in org.springframework.orm.hibernate5
 - 
PersistenceExceptionTranslatorcapable of translatingHibernateExceptioninstances to Spring'sDataAccessExceptionhierarchy. - HibernateExceptionTranslator() - Constructor for class org.springframework.orm.hibernate5.HibernateExceptionTranslator
 - HibernateJdbcException - Exception in org.springframework.orm.hibernate5
 - 
Hibernate-specific subclass of UncategorizedDataAccessException, for JDBC exceptions that Hibernate wrapped.
 - HibernateJdbcException(JDBCException) - Constructor for exception org.springframework.orm.hibernate5.HibernateJdbcException
 - HibernateJpaDialect - Class in org.springframework.orm.jpa.vendor
 - 
JpaDialectimplementation for Hibernate. - HibernateJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 - HibernateJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
 - 
JpaVendorAdapterimplementation for Hibernate. - HibernateJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
 - HibernateObjectRetrievalFailureException - Exception in org.springframework.orm.hibernate5
 - 
Hibernate-specific subclass of ObjectRetrievalFailureException.
 - HibernateObjectRetrievalFailureException(UnresolvableObjectException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 - HibernateObjectRetrievalFailureException(WrongClassException) - Constructor for exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
 - HibernateOperations - Interface in org.springframework.orm.hibernate5
 - 
Interface that specifies a common set of Hibernate operations as well as a general
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)method for Session-based lambda expressions. - HibernateOptimisticLockingFailureException - Exception in org.springframework.orm.hibernate5
 - 
Hibernate-specific subclass of ObjectOptimisticLockingFailureException.
 - HibernateOptimisticLockingFailureException(OptimisticEntityLockException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 - HibernateOptimisticLockingFailureException(StaleObjectStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 - HibernateOptimisticLockingFailureException(StaleStateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
 - HibernateQueryException - Exception in org.springframework.orm.hibernate5
 - 
Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.
 - HibernateQueryException(QueryException) - Constructor for exception org.springframework.orm.hibernate5.HibernateQueryException
 - HibernateSystemException - Exception in org.springframework.orm.hibernate5
 - 
Hibernate-specific subclass of UncategorizedDataAccessException, for Hibernate system errors that do not match any concrete
org.springframework.daoexceptions. - HibernateSystemException(HibernateException) - Constructor for exception org.springframework.orm.hibernate5.HibernateSystemException
 - 
Create a new HibernateSystemException, wrapping an arbitrary HibernateException.
 - HibernateTemplate - Class in org.springframework.orm.hibernate5
 - 
Helper class that simplifies Hibernate data access code.
 - HibernateTemplate() - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
 - 
Create a new HibernateTemplate instance.
 - HibernateTemplate(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTemplate
 - 
Create a new HibernateTemplate instance.
 - HibernateTransactionManager - Class in org.springframework.orm.hibernate5
 - 
PlatformTransactionManagerimplementation for a single HibernateSessionFactory. - HibernateTransactionManager() - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
 - 
Create a new HibernateTransactionManager instance.
 - HibernateTransactionManager(SessionFactory) - Constructor for class org.springframework.orm.hibernate5.HibernateTransactionManager
 - 
Create a new HibernateTransactionManager instance.
 - HiddenHttpMethodFilter - Class in org.springframework.web.filter
 - 
Filterthat converts posted method parameters into HTTP methods, retrievable viaHttpServletRequest.getMethod(). - HiddenHttpMethodFilter - Class in org.springframework.web.filter.reactive
 - 
Reactive
WebFilterthat converts posted method parameters into HTTP methods, retrievable viaHttpRequest.getMethod(). - HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.HiddenHttpMethodFilter
 - HiddenHttpMethodFilter() - Constructor for class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
 - HiddenInputTag - Class in org.springframework.web.servlet.tags.form
 - 
The
<hidden>tag renders an HTML 'input' tag with type 'hidden' using the bound value. - HiddenInputTag() - Constructor for class org.springframework.web.servlet.tags.form.HiddenInputTag
 - HierarchicalBeanFactory - Interface in org.springframework.beans.factory
 - 
Sub-interface implemented by bean factories that can be part of a hierarchy.
 - HierarchicalMessageSource - Interface in org.springframework.context
 - 
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
 - HierarchicalThemeSource - Interface in org.springframework.ui.context
 - 
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
 - hierarchyMode() - Element in annotation interface org.springframework.test.annotation.DirtiesContext
 - 
The context cache clearing mode to use when a context is configured as part of a hierarchy via
@ContextHierarchy. - HIGHEST_PRECEDENCE - Static variable in interface org.springframework.core.Ordered
 - 
Useful constant for the highest precedence value.
 - hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
 - 
Add a serialization hint like
Jackson2CodecSupport.JSON_VIEW_HINTto customize how the body will be serialized. - hint(String, Object) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Add a serialization hint like
Jackson2CodecSupport.JSON_VIEW_HINTto customize how the body will be serialized. - hintClassName() - Method in enum class org.springframework.aot.agent.HintType
 - hints() - Method in interface org.springframework.web.reactive.function.BodyExtractor.Context
 - 
Return the map of hints to use to customize body extraction.
 - hints() - Method in interface org.springframework.web.reactive.function.BodyInserter.Context
 - 
Return the map of hints to use for response body conversion.
 - hints(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
 - 
Customize the serialization hints with the given consumer.
 - hints(Consumer<Map<String, Object>>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Customize the serialization hints with the given consumer.
 - Hints - Class in org.springframework.core.codec
 - 
Constants and convenience methods for working with hints.
 - Hints() - Constructor for class org.springframework.core.codec.Hints
 - HintType - Enum Class in org.springframework.aot.agent
 - 
Main types of
RuntimeHints. - host() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
 - 
Get the value of the
Hostheader, if available. - host() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
 - host() - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
 - 
Get the value of the
Hostheader, if available. - host(String) - Method in interface org.springframework.web.util.UriBuilder
 - 
Set the URI host which may contain URI template variables, and may also be
nullto clear the host of this builder. - host(String) - Method in class org.springframework.web.util.UriComponentsBuilder
 - HOST - Static variable in class org.springframework.http.HttpHeaders
 - 
The HTTP
Hostheader field name. - HOST - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
 - HostRequestMatcher - Class in org.springframework.test.web.servlet.htmlunit
 - 
A
WebRequestMatcherthat allows matching on the host and optionally the port ofWebRequest#getUrl(). - HostRequestMatcher(String...) - Constructor for class org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
 - 
Create a new
HostRequestMatcherfor the given hosts — for example:"localhost","example.com:443", etc. - HotSwappableTargetSource - Class in org.springframework.aop.target
 - 
TargetSourceimplementation that caches a local target object, but allows the target to be swapped while the application is running. - HotSwappableTargetSource(Object) - Constructor for class org.springframework.aop.target.HotSwappableTargetSource
 - 
Create a new HotSwappableTargetSource with the given initial target object.
 - HSQL - Enum constant in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
 - 
The Hypersonic Embedded Java SQL Database.
 - HSQL - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
 - HsqlMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
 - 
DataFieldMaxValueIncrementerthat increments the maximum value of a given HSQL table with the equivalent of an auto-increment column. - HsqlMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 - 
Default constructor for bean property style usage.
 - HsqlMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 - 
Convenience constructor.
 - HsqlSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
 - 
DataFieldMaxValueIncrementerthat retrieves the next value of a given HSQL sequence. - HsqlSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
 - 
Default constructor for bean property style usage.
 - HsqlSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
 - 
Convenience constructor.
 - HsqlTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
 - 
The HSQL specific implementation of
TableMetaDataProvider. - HsqlTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 - HTML_ESCAPE_CONTEXT_PARAM - Static variable in class org.springframework.web.util.WebUtils
 - 
HTML escape parameter at the servlet context level (i.e.
 - HTML_FILE - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
 - htmlEscape(String) - Method in class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 - 
HTML-encodes the given String, only if the "htmlEscape" setting is enabled.
 - htmlEscape(String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - htmlEscape(String, String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - htmlEscapeDecimal(String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - htmlEscapeDecimal(String, String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - htmlEscapeHex(String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - htmlEscapeHex(String, String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn special characters into HTML character references.
 - HtmlEscapeTag - Class in org.springframework.web.servlet.tags
 - 
The
<htmlEscape>tag sets default HTML escape value for the current page. - HtmlEscapeTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapeTag
 - HtmlEscapingAwareTag - Class in org.springframework.web.servlet.tags
 - 
Superclass for tags that output content that might get HTML-escaped.
 - HtmlEscapingAwareTag() - Constructor for class org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 - HtmlFileTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 - 
An HTTP
TransportHandlerthat uses a famous browserdocument.domaintechnique. - HtmlFileTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
 - htmlUnescape(String) - Static method in class org.springframework.web.util.HtmlUtils
 - 
Turn HTML character references into their plain text UNICODE equivalent.
 - HtmlUtils - Class in org.springframework.web.util
 - 
Utility class for HTML escaping.
 - HtmlUtils() - Constructor for class org.springframework.web.util.HtmlUtils
 - HTTP_CLIENT_EXCHANGES - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
 - 
HTTP exchanges observations for clients.
 - HTTP_PATH - Static variable in class org.springframework.http.server.PathContainer.Options
 - 
Options for HTTP URL paths.
 - HTTP_REACTIVE_CLIENT_EXCHANGES - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
 - 
HTTP exchanges observations for reactive clients.
 - HTTP_REACTIVE_SERVER_REQUESTS - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
 - 
HTTP request observations for reactive servers.
 - HTTP_SERVLET_SERVER_REQUESTS - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
 - 
HTTP request observations for Servlet-based servers.
 - HTTP_SESSION_ID_ATTR_NAME - Static variable in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 - 
The name of the attribute under which the HTTP session id is exposed when
copyHttpSessionIdis "true". - HTTP_URL - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames
 - 
HTTP request URI.
 - HTTP_URL - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
 - 
HTTP request URI.
 - HTTP_URL - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
 - 
HTTP request URI.
 - HTTP_URL - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames
 - 
The full HTTP request URI.
 - HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.springframework.http.HttpStatus
 - 
505 HTTP Version Not Supported. - HttpAccessor - Class in org.springframework.http.client.support
 - 
Base class for
RestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on. - HttpAccessor() - Constructor for class org.springframework.http.client.support.HttpAccessor
 - HttpClientAdapter - Interface in org.springframework.web.service.invoker
 - 
Contract to abstract the underlying HTTP client and decouple it from the HTTP service proxy.
 - HttpClientErrorException - Exception in org.springframework.web.client
 - 
Exception thrown when an HTTP 4xx is received.
 - HttpClientErrorException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
 - 
Constructor with a status code and status text, headers, and content, and a prepared message.
 - HttpClientErrorException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpClientErrorException
 - 
Constructor with a status code only.
 - HttpClientErrorException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpClientErrorException
 - 
Constructor with a status code and status text.
 - HttpClientErrorException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
 - 
Constructor with a status code and status text, and content.
 - HttpClientErrorException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpClientErrorException
 - 
Constructor with a status code and status text, headers, and content.
 - HttpClientErrorException.BadRequest - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 400 Bad Request. - HttpClientErrorException.Conflict - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 409 Conflict. - HttpClientErrorException.Forbidden - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 403 Forbidden. - HttpClientErrorException.Gone - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 410 Gone. - HttpClientErrorException.MethodNotAllowed - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 405 Method Not Allowed. - HttpClientErrorException.NotAcceptable - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 406 Not Acceptable. - HttpClientErrorException.NotFound - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 404 Not Found. - HttpClientErrorException.TooManyRequests - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 429 Too Many Requests. - HttpClientErrorException.Unauthorized - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 401 Unauthorized. - HttpClientErrorException.UnprocessableEntity - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 422 Unprocessable Entity. - HttpClientErrorException.UnsupportedMediaType - Exception in org.springframework.web.client
 - 
HttpClientErrorExceptionfor status HTTP 415 Unsupported Media Type. - HttpComponentsClientHttpConnector - Class in org.springframework.http.client.reactive
 - 
ClientHttpConnectorimplementation for the Apache HttpComponents HttpClient 5.x. - HttpComponentsClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
 - 
Default constructor that creates and starts a new instance of
CloseableHttpAsyncClient. - HttpComponentsClientHttpConnector(CloseableHttpAsyncClient) - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
 - 
Constructor with a pre-configured
CloseableHttpAsyncClientinstance. - HttpComponentsClientHttpConnector(CloseableHttpAsyncClient, BiFunction<HttpMethod, URI, ? extends HttpClientContext>) - Constructor for class org.springframework.http.client.reactive.HttpComponentsClientHttpConnector
 - 
Constructor with a pre-configured
CloseableHttpAsyncClientinstance and aHttpClientContextsupplier lambda which is called before each request and passed to the client. - HttpComponentsClientHttpRequestFactory - Class in org.springframework.http.client
 - 
ClientHttpRequestFactoryimplementation that uses Apache HttpComponents HttpClient to create requests. - HttpComponentsClientHttpRequestFactory() - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 - 
Create a new instance of the
HttpComponentsClientHttpRequestFactorywith a defaultHttpClientbased on system properties. - HttpComponentsClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 - 
Create a new instance of the
HttpComponentsClientHttpRequestFactorywith the givenHttpClientinstance. - HttpCookie - Class in org.springframework.http
 - 
Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.
 - HttpCookie(String, String) - Constructor for class org.springframework.http.HttpCookie
 - HttpEntity<T> - Class in org.springframework.http
 - 
Represents an HTTP request or response entity, consisting of headers and body.
 - HttpEntity() - Constructor for class org.springframework.http.HttpEntity
 - 
Create a new, empty
HttpEntity. - HttpEntity(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
 - 
Create a new
HttpEntitywith the given headers and no body. - HttpEntity(T) - Constructor for class org.springframework.http.HttpEntity
 - 
Create a new
HttpEntitywith the given body and no headers. - HttpEntity(T, MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpEntity
 - 
Create a new
HttpEntitywith the given body and headers. - httpEntityCallback(Object) - Method in class org.springframework.web.client.RestTemplate
 - 
Return a
RequestCallbackimplementation that writes the given object to the request stream. - httpEntityCallback(Object, Type) - Method in class org.springframework.web.client.RestTemplate
 - 
Return a
RequestCallbackimplementation that: Sets the requestAcceptheader based on the given response type, cross-checked against the configured message converters. - HttpEntityMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
 - 
Resolves method arguments of type
HttpEntityorRequestEntityby reading the body of the request through a compatibleHttpMessageReader. - HttpEntityMethodArgumentResolver(List<HttpMessageReader<?>>, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.HttpEntityMethodArgumentResolver
 - HttpEntityMethodProcessor - Class in org.springframework.web.servlet.mvc.method.annotation
 - 
Resolves
HttpEntityandRequestEntitymethod argument values, as well as return values of typeHttpEntity,ResponseEntity,ErrorResponseandProblemDetail. - HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 - 
Basic constructor with converters only.
 - HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 - 
Complete constructor for resolving
HttpEntitymethod arguments. - HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 - 
Basic constructor with converters and
ContentNegotiationManager. - HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 - 
Complete constructor for resolving
HttpEntityand handlingResponseEntity. - HttpExchange - Annotation Interface in org.springframework.web.service.annotation
 - 
Annotation to declare a method on an HTTP service interface as an HTTP endpoint.
 - HttpHandler - Interface in org.springframework.http.server.reactive
 - 
Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.
 - HttpHandlerConnector - Class in org.springframework.test.web.reactive.server
 - 
Connector that handles requests by invoking an
HttpHandlerrather than making actual requests to a network socket. - HttpHandlerConnector(HttpHandler) - Constructor for class org.springframework.test.web.reactive.server.HttpHandlerConnector
 - 
Constructor with the
HttpHandlerto handle requests with. - HttpHandlerConnector.FailureAfterResponseCompletedException - Exception in org.springframework.test.web.reactive.server
 - 
Indicates that an error occurred after the server response was completed, via
ReactiveHttpOutputMessage.writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>)orReactiveHttpOutputMessage.setComplete(), and can no longer be changed. - httpHandlerDecorator(Function<HttpHandler, HttpHandler>) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Configure a
Functionto decorate theHttpHandlerreturned by this builder which effectively wraps the entireWebExceptionHandler-WebFilter-WebHandlerprocessing chain. - HttpHandlerDecoratorFactory - Interface in org.springframework.http.server.reactive
 - 
Contract for applying a decorator to an
HttpHandler. - HttpHeaders - Class in org.springframework.http
 - 
A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.
 - HttpHeaders() - Constructor for class org.springframework.http.HttpHeaders
 - 
Construct a new, empty instance of the
HttpHeadersobject. - HttpHeaders(MultiValueMap<String, String>) - Constructor for class org.springframework.http.HttpHeaders
 - 
Construct a new
HttpHeadersinstance backed by an existing map. - HttpHeadersReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
 - 
Handles
HttpHeadersreturn values. - HttpHeadersReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 - HttpHeadResponseDecorator - Class in org.springframework.http.server.reactive
 - 
ServerHttpResponsedecorator for HTTP HEAD requests. - HttpHeadResponseDecorator(ServerHttpResponse) - Constructor for class org.springframework.http.server.reactive.HttpHeadResponseDecorator
 - HttpInputMessage - Interface in org.springframework.http
 - HttpLogging - Class in org.springframework.http
 - 
Holds the shared logger named "org.springframework.web.HttpLogging" for HTTP related logging when "org.springframework.http" is not enabled but "org.springframework.web" is.
 - HttpLogging() - Constructor for class org.springframework.http.HttpLogging
 - HttpMediaTypeException - Exception in org.springframework.web
 - 
Abstract base for exceptions related to media types.
 - HttpMediaTypeException(String) - Constructor for exception org.springframework.web.HttpMediaTypeException
 - 
Deprecated.as of 6.0
 - HttpMediaTypeException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeException
 - 
Deprecated.as of 6.0
 - HttpMediaTypeException(String, List<MediaType>, String, Object[]) - Constructor for exception org.springframework.web.HttpMediaTypeException
 - 
Create a new HttpMediaTypeException with a list of supported media types.
 - HttpMediaTypeNotAcceptableException - Exception in org.springframework.web
 - 
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
 - HttpMediaTypeNotAcceptableException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
 - 
Constructor for when the
Acceptheader cannot be parsed. - HttpMediaTypeNotAcceptableException(List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotAcceptableException
 - 
Create a new HttpMediaTypeNotSupportedException.
 - HttpMediaTypeNotSupportedException - Exception in org.springframework.web
 - 
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.
 - HttpMediaTypeNotSupportedException(String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
 - 
Create a new HttpMediaTypeNotSupportedException.
 - HttpMediaTypeNotSupportedException(String, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
 - 
Create a new HttpMediaTypeNotSupportedException for a parse error.
 - HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
 - 
Create a new HttpMediaTypeNotSupportedException.
 - HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, HttpMethod) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
 - 
Create a new HttpMediaTypeNotSupportedException.
 - HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, HttpMethod, String) - Constructor for exception org.springframework.web.HttpMediaTypeNotSupportedException
 - 
Create a new HttpMediaTypeNotSupportedException.
 - HttpMessage - Interface in org.springframework.http
 - 
Represents the base interface for HTTP request and response messages.
 - httpMessageCodecs(Consumer<ServerCodecConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
 - 
Configure custom HTTP message readers and writers or override built-in ones.
 - HttpMessageConversionException - Exception in org.springframework.http.converter
 - 
Thrown by
HttpMessageConverterimplementations when a conversion attempt fails. - HttpMessageConversionException(String) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
 - 
Create a new HttpMessageConversionException.
 - HttpMessageConversionException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageConversionException
 - 
Create a new HttpMessageConversionException.
 - HttpMessageConverter<T> - Interface in org.springframework.http.converter
 - 
Strategy interface for converting from and to HTTP requests and responses.
 - HttpMessageConverterExtractor<T> - Class in org.springframework.web.client
 - 
Response extractor that uses the given entity converters to convert the response into a type
T. - HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
 - 
Create a new instance of the
HttpMessageConverterExtractorwith the given response type and message converters. - HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - Constructor for class org.springframework.web.client.HttpMessageConverterExtractor
 - 
Creates a new instance of the
HttpMessageConverterExtractorwith the given response type and message converters. - HttpMessageDecoder<T> - Interface in org.springframework.http.codec
 - 
Extension of
Decoderexposing extra methods relevant in the context of HTTP request or response body decoding. - HttpMessageEncoder<T> - Interface in org.springframework.http.codec
 - 
Extension of
Encoderexposing extra methods relevant in the context of HTTP request or response body encoding. - HttpMessageNotReadableException - Exception in org.springframework.http.converter
 - 
Thrown by
HttpMessageConverterimplementations when theHttpMessageConverter.read(java.lang.Class<? extends T>, org.springframework.http.HttpInputMessage)method fails. - HttpMessageNotReadableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
 - 
Deprecated.as of 5.1, in favor of
HttpMessageNotReadableException(String, HttpInputMessage) - HttpMessageNotReadableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
 - 
Deprecated.as of 5.1, in favor of
HttpMessageNotReadableException(String, Throwable, HttpInputMessage) - HttpMessageNotReadableException(String, Throwable, HttpInputMessage) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
 - 
Create a new HttpMessageNotReadableException.
 - HttpMessageNotReadableException(String, HttpInputMessage) - Constructor for exception org.springframework.http.converter.HttpMessageNotReadableException
 - 
Create a new HttpMessageNotReadableException.
 - HttpMessageNotWritableException - Exception in org.springframework.http.converter
 - 
Thrown by
HttpMessageConverterimplementations when theHttpMessageConverter.write(T, org.springframework.http.MediaType, org.springframework.http.HttpOutputMessage)method fails. - HttpMessageNotWritableException(String) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
 - 
Create a new HttpMessageNotWritableException.
 - HttpMessageNotWritableException(String, Throwable) - Constructor for exception org.springframework.http.converter.HttpMessageNotWritableException
 - 
Create a new HttpMessageNotWritableException.
 - HttpMessageReader<T> - Interface in org.springframework.http.codec
 - 
Strategy for reading from a
ReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>. - HttpMessageWriter<T> - Interface in org.springframework.http.codec
 - 
Strategy for encoding a stream of objects of type
<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage. - HttpMessageWriterView - Class in org.springframework.web.reactive.result.view
 - 
Viewthat writes model attribute(s) with anHttpMessageWriter. - HttpMessageWriterView(Encoder<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
 - 
Constructor with an
Encoder. - HttpMessageWriterView(HttpMessageWriter<?>) - Constructor for class org.springframework.web.reactive.result.view.HttpMessageWriterView
 - 
Constructor with a fully initialized
HttpMessageWriter. - HttpMethod - Class in org.springframework.http
 - 
Represents an HTTP request method.
 - HttpMethodArgumentResolver - Class in org.springframework.web.service.invoker
 - 
HttpServiceArgumentResolverthat resolves the target request's HTTP method from anHttpMethodargument. - HttpMethodArgumentResolver() - Constructor for class org.springframework.web.service.invoker.HttpMethodArgumentResolver
 - httpOnly(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
 - 
Add the "HttpOnly" attribute to the cookie.
 - httpOnly(String, boolean) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
 - 
Assert a cookie's httpOnly attribute.
 - httpOnly(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
 - 
Assert whether the cookie must be HTTP only.
 - HttpOutputMessage - Interface in org.springframework.http
 - HttpRange - Class in org.springframework.http
 - 
Represents an HTTP (byte) range for use with the HTTP
"Range"header. - HttpRange() - Constructor for class org.springframework.http.HttpRange
 - httpRequest() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
 - 
Return consumer(s) configured to access to the
ClientHttpRequest. - httpRequest(Consumer<ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Callback for access to the
ClientHttpRequestthat in turn provides access to the native request of the underlying HTTP library. - httpRequest(Consumer<ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec
 - 
Callback for access to the
ClientHttpRequestthat in turn provides access to the native request of the underlying HTTP library. - HttpRequest - Interface in org.springframework.http
 - HttpRequestHandler - Interface in org.springframework.web
 - 
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
 - httpRequestHandlerAdapter() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 - 
Returns a
HttpRequestHandlerAdapterfor processing requests withHttpRequestHandlers. - HttpRequestHandlerAdapter - Class in org.springframework.web.servlet.mvc
 - 
Adapter to use the plain
HttpRequestHandlerinterface with the genericDispatcherServlet. - HttpRequestHandlerAdapter() - Constructor for class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 - HttpRequestHandlerServlet - Class in org.springframework.web.context.support
 - 
Simple HttpServlet that delegates to an
HttpRequestHandlerbean defined in Spring's root web application context. - HttpRequestHandlerServlet() - Constructor for class org.springframework.web.context.support.HttpRequestHandlerServlet
 - HttpRequestMethodNotSupportedException - Exception in org.springframework.web
 - 
Exception thrown when a request handler does not support a specific request method.
 - HttpRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
 - 
Create a new HttpRequestMethodNotSupportedException.
 - HttpRequestMethodNotSupportedException(String, String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - HttpRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - HttpRequestMethodNotSupportedException(String, String[], String) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - HttpRequestMethodNotSupportedException(String, Collection<String>) - Constructor for exception org.springframework.web.HttpRequestMethodNotSupportedException
 - 
Create a new HttpRequestMethodNotSupportedException.
 - HttpRequestValues - Class in org.springframework.web.service.invoker
 - 
Container for HTTP request values extracted from an
@HttpExchange-annotated method and argument values passed to it. - HttpRequestValues.Builder - Class in org.springframework.web.service.invoker
 - 
Builder for
HttpRequestValues. - HttpRequestWrapper - Class in org.springframework.http.client.support
 - 
Provides a convenient implementation of the
HttpRequestinterface that can be overridden to adapt the request. - HttpRequestWrapper(HttpRequest) - Constructor for class org.springframework.http.client.support.HttpRequestWrapper
 - 
Create a new
HttpRequestwrapping the given request object. - HttpResource - Interface in org.springframework.web.reactive.resource
 - 
Extended interface for a
Resourceto be written to an HTTP response. - HttpResource - Interface in org.springframework.web.servlet.resource
 - 
Extended interface for a
Resourceto be written to an HTTP response. - HttpServerErrorException - Exception in org.springframework.web.client
 - 
Exception thrown when an HTTP 5xx is received.
 - HttpServerErrorException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
 - 
Constructor with a status code and status text, headers, content, and a prepared message.
 - HttpServerErrorException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpServerErrorException
 - 
Constructor with a status code only.
 - HttpServerErrorException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpServerErrorException
 - 
Constructor with a status code and status text.
 - HttpServerErrorException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
 - 
Constructor with a status code and status text, and content.
 - HttpServerErrorException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpServerErrorException
 - 
Constructor with a status code and status text, headers, and content.
 - HttpServerErrorException.BadGateway - Exception in org.springframework.web.client
 - 
HttpServerErrorExceptionfor HTTP status 502 Bad Gateway. - HttpServerErrorException.GatewayTimeout - Exception in org.springframework.web.client
 - 
HttpServerErrorExceptionfor status HTTP 504 Gateway Timeout. - HttpServerErrorException.InternalServerError - Exception in org.springframework.web.client
 - 
HttpServerErrorExceptionfor status HTTP 500 Internal Server Error. - HttpServerErrorException.NotImplemented - Exception in org.springframework.web.client
 - 
HttpServerErrorExceptionfor status HTTP 501 Not Implemented. - HttpServerErrorException.ServiceUnavailable - Exception in org.springframework.web.client
 - 
HttpServerErrorExceptionfor status HTTP 503 Service Unavailable. - HttpServiceArgumentResolver - Interface in org.springframework.web.service.invoker
 - 
Resolve an argument from an
@HttpExchange-annotated method to one or more HTTP request values. - HttpServiceProxyFactory - Class in org.springframework.web.service.invoker
 - 
Factory to create a client proxy from an HTTP service interface with
@HttpExchangemethods. - HttpServiceProxyFactory.Builder - Class in org.springframework.web.service.invoker
 - 
Builder to create an
HttpServiceProxyFactory. - HttpServletBean - Class in org.springframework.web.servlet
 - 
Simple extension of
HttpServletwhich treats its config parameters (init-paramentries within theservlettag inweb.xml) as bean properties. - HttpServletBean() - Constructor for class org.springframework.web.servlet.HttpServletBean
 - HttpSessionHandshakeInterceptor - Class in org.springframework.web.socket.server.support
 - 
An interceptor to copy information from the HTTP session to the "handshake attributes" map to be made available via
WebSocketSession.getAttributes(). - HttpSessionHandshakeInterceptor() - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 - 
Default constructor for copying all HTTP session attributes and the HTTP session id.
 - HttpSessionHandshakeInterceptor(Collection<String>) - Constructor for class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 - 
Constructor for copying specific HTTP session attributes and the HTTP session id.
 - HttpSessionMutexListener - Class in org.springframework.web.util
 - 
Servlet HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
 - HttpSessionMutexListener() - Constructor for class org.springframework.web.util.HttpSessionMutexListener
 - HttpSessionRequiredException - Exception in org.springframework.web
 - 
Exception thrown when an HTTP request handler requires a pre-existing session.
 - HttpSessionRequiredException(String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
 - 
Create a new HttpSessionRequiredException.
 - HttpSessionRequiredException(String, String) - Constructor for exception org.springframework.web.HttpSessionRequiredException
 - 
Create a new HttpSessionRequiredException.
 - HttpStatus - Enum Class in org.springframework.http
 - 
Enumeration of HTTP status codes.
 - HttpStatus.Series - Enum Class in org.springframework.http
 - 
Enumeration of HTTP status series.
 - HttpStatusCode - Interface in org.springframework.http
 - 
Represents an HTTP response status code.
 - HttpStatusCodeException - Exception in org.springframework.web.client
 - 
Abstract base class for exceptions based on an
HttpStatusCode. - HttpStatusCodeException(String, HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
 - 
Construct instance with an
HttpStatusCode, status text, content, and a response charset. - HttpStatusCodeException(HttpStatusCode) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
 - 
Construct a new instance with an
HttpStatusCode. - HttpStatusCodeException(HttpStatusCode, String) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
 - 
Construct a new instance with an
HttpStatusCodeand status text. - HttpStatusCodeException(HttpStatusCode, String, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
 - 
Construct instance with an
HttpStatusCode, status text, and content. - HttpStatusCodeException(HttpStatusCode, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.HttpStatusCodeException
 - 
Construct instance with an
HttpStatusCode, status text, content, and a response charset. - httpUrl(ServerRequestObservationContext) - Method in class org.springframework.http.server.observation.DefaultServerRequestObservationConvention
 - httpUrl(ServerRequestObservationContext) - Method in class org.springframework.http.server.reactive.observation.DefaultServerRequestObservationConvention
 - httpUrl(ClientRequestObservationContext) - Method in class org.springframework.web.reactive.function.client.DefaultClientRequestObservationConvention
 - HttpWebHandlerAdapter - Class in org.springframework.web.server.adapter
 - 
Default adapter of
WebHandlerto theHttpHandlercontract. - HttpWebHandlerAdapter(WebHandler) - Constructor for class org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Handle(int, String, String, String, boolean).