- X_PROTOBUF_MESSAGE_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
The HTTP header containing the protobuf message.
- X_PROTOBUF_SCHEMA_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
The HTTP header containing the protobuf schema.
- XhrClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
-
- XhrClientSockJsSession(TransportRequest, WebSocketHandler, XhrTransport, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
-
- XhrPollingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
- XhrPollingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- XhrReceivingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
- XhrReceivingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- XhrStreamingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
- XhrStreamingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- XhrTransport - Interface in org.springframework.web.socket.sockjs.client
-
A SockJS
Transport
that uses HTTP requests to simulate a WebSocket
interaction.
- xml() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- xml(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Parse the request body and the given String as XML and assert that the
two are "similar" - i.e.
- xml(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Parse expected and actual response content as XML and assert that
the two are "similar", i.e.
- xml(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Parse the response content and the given string as XML and assert the two
are "similar" - i.e.
- XmlBeanDefinitionReader - Class in org.springframework.beans.factory.xml
-
Bean definition reader for XML bean definitions.
- XmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Create new XmlBeanDefinitionReader for the given bean factory.
- XmlBeanDefinitionStoreException - Exception in org.springframework.beans.factory.xml
-
XML-specific BeanDefinitionStoreException subclass that wraps a
SAXException
, typically a
SAXParseException
which contains information about the error location.
- XmlBeanDefinitionStoreException(String, String, SAXException) - Constructor for exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
-
Create a new XmlBeanDefinitionStoreException.
- XmlBeanFactory - Class in org.springframework.beans.factory.xml
-
- XmlBeanFactory(Resource) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
-
Deprecated.
Create a new XmlBeanFactory with the given resource,
which must be parsable using DOM.
- XmlBeanFactory(Resource, BeanFactory) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
-
Deprecated.
Create a new XmlBeanFactory with the given input stream,
which must be parsable using DOM.
- XmlBinaryStreamProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing OutputStream
data for XML input.
- XmlCharacterStreamProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing Writer
data for XML input.
- XmlEventDecoder - Class in org.springframework.http.codec.xml
-
- XmlEventDecoder() - Constructor for class org.springframework.http.codec.xml.XmlEventDecoder
-
- XmlExpectationsHelper - Class in org.springframework.test.util
-
A helper class for assertions on XML content.
- XmlExpectationsHelper() - Constructor for class org.springframework.test.util.XmlExpectationsHelper
-
- XmlMappingException - Exception in org.springframework.oxm
-
Root of the hierarchy of Object XML Mapping exceptions.
- XmlMappingException(String) - Constructor for exception org.springframework.oxm.XmlMappingException
-
Construct an XmlMappingException
with the specified detail message.
- XmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.XmlMappingException
-
Construct an XmlMappingException
with the specified detail message
and nested exception.
- xmlns(Map<String, String>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
-
Define a Spring XML namespace definition to use.
- XmlReaderContext - Class in org.springframework.beans.factory.xml
-
- XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) - Constructor for class org.springframework.beans.factory.xml.XmlReaderContext
-
Construct a new XmlReaderContext
.
- XmlResultProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing Result
data for XML input.
- XmlValidationModeDetector - Class in org.springframework.util.xml
-
Detects whether an XML stream is using DTD- or XSD-based validation.
- XmlValidationModeDetector() - Constructor for class org.springframework.util.xml.XmlValidationModeDetector
-
- XmlViewResolver - Class in org.springframework.web.servlet.view
-
A
ViewResolver
implementation that uses
bean definitions in a dedicated XML file for view definitions, specified by
resource location.
- XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
-
- XmlWebApplicationContext - Class in org.springframework.web.context.support
-
- XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
-
- xpath(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Access to request body matchers using an XPath to inspect a specific
subset of the body.
- xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Access to response body matchers using an XPath to inspect a specific
subset of the body.
- xpath(String, Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Access to response body assertions using an XPath expression to
inspect a specific subset of the body.
- xpath(String, Map<String, String>, Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Access to response body assertions with specific namespaces using an
XPath expression to inspect a specific subset of the body.
- xpath(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response body assertions using an XPath expression to
inspect a specific subset of the body.
- xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response body assertions using an XPath expression to
inspect a specific subset of the body.
- XpathAssertions - Class in org.springframework.test.web.reactive.server
-
- XpathExpectationsHelper - Class in org.springframework.test.util
-
A helper class for applying assertions via XPath expressions.
- XpathExpectationsHelper(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.util.XpathExpectationsHelper
-
XpathExpectationsHelper constructor.
- XpathRequestMatchers - Class in org.springframework.test.web.client.match
-
Factory methods for request content RequestMatcher
's using an XPath
expression.
- XpathRequestMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers
-
Class constructor, not for direct instantiation.
- XpathResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the response content using XPath expressions.
- XpathResultMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Protected constructor, not for direct instantiation.
- XSD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
-
Suffix for schema definition files.
- XsltView - Class in org.springframework.web.servlet.view.xslt
-
XSLT-driven View that allows for response context to be rendered as the
result of an XSLT transformation.
- XsltView() - Constructor for class org.springframework.web.servlet.view.xslt.XsltView
-
- XsltViewResolver - Class in org.springframework.web.servlet.view.xslt
-
ViewResolver
implementation that
resolves instances of
XsltView
by translating the supplied view name
into the URL of the XSLT stylesheet.
- XsltViewResolver() - Constructor for class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- XStreamMarshaller - Class in org.springframework.oxm.xstream
-
Implementation of the Marshaller
interface for XStream.
- XStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.XStreamMarshaller
-