Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- Jackson2CborDecoder - Class in org.springframework.http.codec.cbor
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- Jackson2CborDecoder() - Constructor for class org.springframework.http.codec.cbor.Jackson2CborDecoder
- 
Deprecated.
- Jackson2CborDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.Jackson2CborDecoder
- 
Deprecated.
- Jackson2CborEncoder - Class in org.springframework.http.codec.cbor
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonCborEncoder
- Jackson2CborEncoder() - Constructor for class org.springframework.http.codec.cbor.Jackson2CborEncoder
- 
Deprecated.
- Jackson2CborEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.Jackson2CborEncoder
- 
Deprecated.
- Jackson2CodecSupport - Class in org.springframework.http.codec.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonCodecSupport
- Jackson2CodecSupport(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2CodecSupport
- 
Deprecated.Constructor with a JacksonObjectMapperto use.
- jackson2JsonDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- Jackson2JsonDecoder - Class in org.springframework.http.codec.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoder
- Jackson2JsonDecoder() - Constructor for class org.springframework.http.codec.json.Jackson2JsonDecoder
- 
Deprecated.
- Jackson2JsonDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2JsonDecoder
- 
Deprecated.
- jackson2JsonEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- Jackson2JsonEncoder - Class in org.springframework.http.codec.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonEncoder
- Jackson2JsonEncoder() - Constructor for class org.springframework.http.codec.json.Jackson2JsonEncoder
- 
Deprecated.
- Jackson2JsonEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2JsonEncoder
- 
Deprecated.
- Jackson2ObjectMapperBuilder - Class in org.springframework.http.converter.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor using directly Jackson 3 builders likeJsonMapper.builder()
- Jackson2ObjectMapperBuilder() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
- 
Deprecated.
- Jackson2ObjectMapperFactoryBean - Class in org.springframework.http.converter.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of using directly Jackson 3 converters default constructor
- Jackson2ObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
- 
Deprecated.
- jackson2SmileDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- Jackson2SmileDecoder - Class in org.springframework.http.codec.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileDecoder
- Jackson2SmileDecoder() - Constructor for class org.springframework.http.codec.json.Jackson2SmileDecoder
- 
Deprecated.
- Jackson2SmileDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2SmileDecoder
- 
Deprecated.
- jackson2SmileEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- Jackson2SmileEncoder - Class in org.springframework.http.codec.json
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileEncoder
- Jackson2SmileEncoder() - Constructor for class org.springframework.http.codec.json.Jackson2SmileEncoder
- 
Deprecated.
- Jackson2SmileEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2SmileEncoder
- 
Deprecated.
- Jackson2SockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonSockJsMessageCodec
- Jackson2SockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
- 
Deprecated.
- Jackson2SockJsMessageCodec(ObjectMapper) - Constructor for class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
- 
Deprecated.
- JacksonCborDecoder - Class in org.springframework.http.codec.cbor
- 
Decode bytes into CBOR and convert to Objects with Jackson 3.x.
- JacksonCborDecoder() - Constructor for class org.springframework.http.codec.cbor.JacksonCborDecoder
- 
Construct a new instance with aCBORMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCborDecoder(CBORMapper) - Constructor for class org.springframework.http.codec.cbor.JacksonCborDecoder
- 
Construct a new instance with the providedCBORMapper.
- JacksonCborDecoder(CBORMapper.Builder) - Constructor for class org.springframework.http.codec.cbor.JacksonCborDecoder
- 
Construct a new instance with the providedCBORMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCborDecoder(CBORMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.cbor.JacksonCborDecoder
- 
Construct a new instance with the providedCBORMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), andMimeTypes.
- JacksonCborDecoder(CBORMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.JacksonCborDecoder
- 
Construct a new instance with the providedCBORMapperandMimeTypes.
- JacksonCborEncoder - Class in org.springframework.http.codec.cbor
- 
Encode from anObjectto bytes of CBOR objects using Jackson 3.x.
- JacksonCborEncoder() - Constructor for class org.springframework.http.codec.cbor.JacksonCborEncoder
- 
Construct a new instance with aCBORMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCborEncoder(CBORMapper) - Constructor for class org.springframework.http.codec.cbor.JacksonCborEncoder
- 
Construct a new instance with the providedCBORMapper.
- JacksonCborEncoder(CBORMapper.Builder) - Constructor for class org.springframework.http.codec.cbor.JacksonCborEncoder
- 
Construct a new instance with the providedCBORMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCborEncoder(CBORMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.cbor.JacksonCborEncoder
- 
Construct a new instance with the providedCBORMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), andMimeTypes.
- JacksonCborEncoder(CBORMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.JacksonCborEncoder
- 
Construct a new instance with the providedCBORMapperandMimeTypes.
- JacksonCborHttpMessageConverter - Class in org.springframework.http.converter.cbor
- 
Implementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 3.x extension.
- JacksonCborHttpMessageConverter() - Constructor for class org.springframework.http.converter.cbor.JacksonCborHttpMessageConverter
- 
Construct a new instance with aCBORMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCborHttpMessageConverter(CBORMapper) - Constructor for class org.springframework.http.converter.cbor.JacksonCborHttpMessageConverter
- 
Construct a new instance with the providedCBORMapper.
- JacksonCborHttpMessageConverter(CBORMapper.Builder) - Constructor for class org.springframework.http.converter.cbor.JacksonCborHttpMessageConverter
- 
Construct a new instance with the providedCBORMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonCodecSupport<T> - Class in org.springframework.http.codec
- 
Base class providing support methods for Jackson 3.x encoding and decoding.
- JacksonCodecSupport(MapperBuilder, MimeType...) - Constructor for class org.springframework.http.codec.JacksonCodecSupport
- 
Construct a new instance with the providedbuildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andMimeTypes.
- JacksonCodecSupport(T, MimeType...) - Constructor for class org.springframework.http.codec.JacksonCodecSupport
- 
Construct a new instance with the providedObjectMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andMimeTypes.
- JacksonHandlerInstantiator - Class in org.springframework.http.support
- 
Allows for creating Jackson 3.x (ValueSerializer,ValueDeserializer,KeyDeserializer,TypeResolverBuilder, andTypeIdResolver) beans with autowiring against a SpringApplicationContext.
- JacksonHandlerInstantiator(AutowireCapableBeanFactory) - Constructor for class org.springframework.http.support.JacksonHandlerInstantiator
- 
Create a newJacksonHandlerInstantiatorfor the given BeanFactory.
- jacksonJsonDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson 3.x JSONDecoder.
- JacksonJsonDecoder - Class in org.springframework.http.codec.json
- 
Decode a byte stream into JSON and convert to Object's with Jackson 3.x leveraging non-blocking parsing.
- JacksonJsonDecoder() - Constructor for class org.springframework.http.codec.json.JacksonJsonDecoder
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonDecoder(JsonMapper) - Constructor for class org.springframework.http.codec.json.JacksonJsonDecoder
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonDecoder(JsonMapper.Builder) - Constructor for class org.springframework.http.codec.json.JacksonJsonDecoder
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonDecoder(JsonMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.json.JacksonJsonDecoder
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), andMimeTypes.
- JacksonJsonDecoder(JsonMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.JacksonJsonDecoder
- 
Construct a new instance with the providedJsonMapperandMimeTypes.
- jacksonJsonEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson 3.x JSONEncoder.
- JacksonJsonEncoder - Class in org.springframework.http.codec.json
- 
Encode from anObjectstream to a byte stream of JSON objects using Jackson 3.x.
- JacksonJsonEncoder() - Constructor for class org.springframework.http.codec.json.JacksonJsonEncoder
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonMixin.
- JacksonJsonEncoder(JsonMapper) - Constructor for class org.springframework.http.codec.json.JacksonJsonEncoder
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonEncoder(JsonMapper.Builder) - Constructor for class org.springframework.http.codec.json.JacksonJsonEncoder
- 
Construct a new instance with aJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonMixin.
- JacksonJsonEncoder(JsonMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.json.JacksonJsonEncoder
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonMixin, andMimeTypes.
- JacksonJsonEncoder(JsonMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.JacksonJsonEncoder
- 
Construct a new instance with the providedJsonMapperandMimeTypes.
- JacksonJsonHttpMessageConverter - Class in org.springframework.http.converter.json
- JacksonJsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.JacksonJsonHttpMessageConverter
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonMixin.
- JacksonJsonHttpMessageConverter(JsonMapper) - Constructor for class org.springframework.http.converter.json.JacksonJsonHttpMessageConverter
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonHttpMessageConverter(JsonMapper.Builder) - Constructor for class org.springframework.http.converter.json.JacksonJsonHttpMessageConverter
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonMixin.
- JacksonJsonMessageConverter - Class in org.springframework.jms.support.converter
- 
Message converter that uses Jackson 3.x to convert messages to and from JSON.
- JacksonJsonMessageConverter - Class in org.springframework.messaging.converter
- 
A Jackson 3.x basedMessageConverterimplementation.
- JacksonJsonMessageConverter() - Constructor for class org.springframework.jms.support.converter.JacksonJsonMessageConverter
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonMessageConverter() - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonMessageConverter(MimeType...) - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)and the providedMimeTypes.
- JacksonJsonMessageConverter(JsonMapper) - Constructor for class org.springframework.jms.support.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonMessageConverter(JsonMapper) - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonMessageConverter(JsonMapper.Builder) - Constructor for class org.springframework.jms.support.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonMessageConverter(JsonMapper.Builder) - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonMessageConverter(JsonMapper.Builder, MimeType...) - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), and the providedMimeTypes.
- JacksonJsonMessageConverter(JsonMapper, MimeType...) - Constructor for class org.springframework.messaging.converter.JacksonJsonMessageConverter
- 
Construct a new instance with the providedJsonMapperand the providedMimeTypes.
- JacksonJsonSockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
- 
A Jackson 3.x codec for encoding and decoding SockJS messages.
- JacksonJsonSockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.JacksonJsonSockJsMessageCodec
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonSockJsMessageCodec(JsonMapper) - Constructor for class org.springframework.web.socket.sockjs.frame.JacksonJsonSockJsMessageCodec
- 
Construct a new instance with the providedJsonMapper.
- JacksonJsonSockJsMessageCodec(JsonMapper.Builder) - Constructor for class org.springframework.web.socket.sockjs.frame.JacksonJsonSockJsMessageCodec
- 
Construct a new instance with the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonJsonView - Class in org.springframework.web.servlet.view.json
- 
Spring MVCViewthat renders JSON content by serializing the model for the current request using Jackson 3'sJsonMapper.
- JacksonJsonView() - Constructor for class org.springframework.web.servlet.view.json.JacksonJsonView
- 
Construct a new instance with aJsonMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)and setting the content type toapplication/json.
- JacksonJsonView(JsonMapper) - Constructor for class org.springframework.web.servlet.view.json.JacksonJsonView
- 
Construct a new instance using the providedJsonMapperand setting the content type to "application/json".
- JacksonJsonView(JsonMapper.Builder) - Constructor for class org.springframework.web.servlet.view.json.JacksonJsonView
- 
Construct a new instance using the providedJsonMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)and setting the content type toapplication/json.
- jacksonSmileDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson 3.x SmileDecoder.
- JacksonSmileDecoder - Class in org.springframework.http.codec.smile
- 
Decode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.
- JacksonSmileDecoder() - Constructor for class org.springframework.http.codec.smile.JacksonSmileDecoder
- 
Construct a new instance with aSmileMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonSmileDecoder(SmileMapper) - Constructor for class org.springframework.http.codec.smile.JacksonSmileDecoder
- 
Construct a new instance with the providedSmileMapper.
- JacksonSmileDecoder(SmileMapper.Builder) - Constructor for class org.springframework.http.codec.smile.JacksonSmileDecoder
- 
Construct a new instance with the providedSmileMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonSmileDecoder(SmileMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.smile.JacksonSmileDecoder
- 
Construct a new instance with the providedSmileMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), andMimeTypes.
- JacksonSmileDecoder(SmileMapper, MimeType...) - Constructor for class org.springframework.http.codec.smile.JacksonSmileDecoder
- 
Construct a new instance with the providedSmileMapperandMimeTypes.
- jacksonSmileEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson 3.x SmileEncoder.
- JacksonSmileEncoder - Class in org.springframework.http.codec.smile
- 
Encode from anObjectstream to a byte stream of Smile objects using Jackson 3.x.
- JacksonSmileEncoder() - Constructor for class org.springframework.http.codec.smile.JacksonSmileEncoder
- 
Construct a new instance with aSmileMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonSmileEncoder(SmileMapper) - Constructor for class org.springframework.http.codec.smile.JacksonSmileEncoder
- 
Construct a new instance with the providedSmileMapper.
- JacksonSmileEncoder(SmileMapper.Builder) - Constructor for class org.springframework.http.codec.smile.JacksonSmileEncoder
- 
Construct a new instance with the providedSmileMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonSmileEncoder(SmileMapper.Builder, MimeType...) - Constructor for class org.springframework.http.codec.smile.JacksonSmileEncoder
- 
Construct a new instance with the providedSmileMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader), andMimeTypes.
- JacksonSmileEncoder(SmileMapper, MimeType...) - Constructor for class org.springframework.http.codec.smile.JacksonSmileEncoder
- 
Construct a new instance with the providedSmileMapperandMimeTypes.
- JacksonSmileHttpMessageConverter - Class in org.springframework.http.converter.smile
- 
Implementation ofHttpMessageConverterthat can read and write Smile data format ("binary JSON") using the dedicated Jackson 3.x extension.
- JacksonSmileHttpMessageConverter() - Constructor for class org.springframework.http.converter.smile.JacksonSmileHttpMessageConverter
- 
Construct a new instance with aSmileMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonSmileHttpMessageConverter(SmileMapper) - Constructor for class org.springframework.http.converter.smile.JacksonSmileHttpMessageConverter
- 
Construct a new instance with the providedSmileMapper.
- JacksonSmileHttpMessageConverter(SmileMapper.Builder) - Constructor for class org.springframework.http.converter.smile.JacksonSmileHttpMessageConverter
- 
Construct a new instance with the providedSmileMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonXmlHttpMessageConverter - Class in org.springframework.http.converter.xml
- 
Implementation ofHttpMessageConverterthat can read and write XML using Jackson 3.x extension component for reading and writing XML encoded data.
- JacksonXmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.JacksonXmlHttpMessageConverter
- 
Construct a new instance with anXmlMappercreated fromJacksonXmlHttpMessageConverter.defensiveXmlFactory()and customized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonXmlMixin.
- JacksonXmlHttpMessageConverter(XmlMapper) - Constructor for class org.springframework.http.converter.xml.JacksonXmlHttpMessageConverter
- 
Construct a new instance with the providedXmlMapper.
- JacksonXmlHttpMessageConverter(XmlMapper.Builder) - Constructor for class org.springframework.http.converter.xml.JacksonXmlHttpMessageConverter
- 
Construct a new instance with the providedbuildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)andProblemDetailJacksonXmlMixin.
- JacksonXmlView - Class in org.springframework.web.servlet.view.xml
- 
Spring MVCViewthat renders XML content by serializing the model for the current request using Jackson 3'sXmlMapper.
- JacksonXmlView() - Constructor for class org.springframework.web.servlet.view.xml.JacksonXmlView
- 
Construct a new instance with anXmlMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)and setting the content type toapplication/xml.
- JacksonXmlView(XmlMapper) - Constructor for class org.springframework.web.servlet.view.xml.JacksonXmlView
- 
Construct a new instance using the providedXmlMapperand setting the content type toapplication/xml.
- JacksonXmlView(XmlMapper.Builder) - Constructor for class org.springframework.web.servlet.view.xml.JacksonXmlView
- 
Construct a new instance using the providedXmlMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader)and setting the content type toapplication/xml.
- JacksonYamlHttpMessageConverter - Class in org.springframework.http.converter.yaml
- 
Implementation ofHttpMessageConverterthat can read and write the YAML data format using the dedicated Jackson 3.x extension.
- JacksonYamlHttpMessageConverter() - Constructor for class org.springframework.http.converter.yaml.JacksonYamlHttpMessageConverter
- 
Construct a new instance with aYAMLMappercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonYamlHttpMessageConverter(YAMLMapper) - Constructor for class org.springframework.http.converter.yaml.JacksonYamlHttpMessageConverter
- 
Construct a new instance with the providedYAMLMapper.Buildercustomized with theJacksonModules found byMapperBuilder.findModules(ClassLoader).
- JacksonYamlHttpMessageConverter(YAMLMapper.Builder) - Constructor for class org.springframework.http.converter.yaml.JacksonYamlHttpMessageConverter
- 
Construct a new instance with the providedYAMLMapper.
- JAR_FILE_EXTENSION - Static variable in class org.springframework.util.ResourceUtils
- 
File extension for a regular jar file: ".jar".
- JAR_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
- 
URL prefix for loading from a jar file: "jar:".
- JAR_URL_SEPARATOR - Static variable in class org.springframework.util.ResourceUtils
- 
Separator between JAR URL and file path within the JAR: "!/".
- JAVA - Static variable in interface org.springframework.core.annotation.AnnotationFilter
- JAVA_SERIALIZATION - Enum constant in enum class org.springframework.aot.agent.HintType
- 
Java serialization hint, as described byJavaSerializationHint.
- JavaMailSender - Interface in org.springframework.mail.javamail
- 
ExtendedMailSenderinterface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.
- JavaMailSenderImpl - Class in org.springframework.mail.javamail
- 
Production implementation of theJavaMailSenderinterface, supporting both JavaMailMimeMessagesand SpringSimpleMailMessages.
- JavaMailSenderImpl() - Constructor for class org.springframework.mail.javamail.JavaMailSenderImpl
- 
Create a new instance of theJavaMailSenderImplclass.
- javascriptEnabled(boolean) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
- 
Specify whether JavaScript should be enabled.
- javaScriptEscape(String) - Static method in class org.springframework.web.util.JavaScriptUtils
- 
Turn JavaScript special characters into escaped characters.
- JavaScriptUtils - Class in org.springframework.web.util
- 
Utility class for JavaScript escaping.
- JavaScriptUtils() - Constructor for class org.springframework.web.util.JavaScriptUtils
- JavaSerializationHint - Class in org.springframework.aot.hint
- 
A hint that describes the need for Java serialization at runtime.
- JavaSerializationHint.Builder - Class in org.springframework.aot.hint
- 
Builder forJavaSerializationHint.
- javaSerializationHints() - Method in class org.springframework.aot.hint.SerializationHints
- 
Return thejava serialization hintsfor types that need to be serialized using Java serialization at runtime.
- javaTypeToSqlParameterType(Class) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- 
Derive a default SQL type from the given Java type.
- Jaxb2CollectionHttpMessageConverter<T> - Class in org.springframework.http.converter.xml
- 
AnHttpMessageConverterthat can read XML collections using JAXB2.
- Jaxb2CollectionHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
- jaxb2Decoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default JAXB2Decoder.
- jaxb2Encoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default JABX2Encoder.
- Jaxb2Marshaller - Class in org.springframework.oxm.jaxb
- 
Implementation of theGenericMarshallerinterface for JAXB 2.2.
- Jaxb2Marshaller() - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller
- Jaxb2RootElementHttpMessageConverter - Class in org.springframework.http.converter.xml
- 
Implementation ofHttpMessageConverterthat can read and write XML using JAXB2.
- Jaxb2RootElementHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- Jaxb2XmlDecoder - Class in org.springframework.http.codec.xml
- 
Decode from a bytes stream containing XML elements to a stream ofObjects (POJOs).
- Jaxb2XmlDecoder() - Constructor for class org.springframework.http.codec.xml.Jaxb2XmlDecoder
- Jaxb2XmlDecoder(MimeType...) - Constructor for class org.springframework.http.codec.xml.Jaxb2XmlDecoder
- 
Create aJaxb2XmlDecoderwith the specified MIME types.
- Jaxb2XmlEncoder - Class in org.springframework.http.codec.xml
- 
Encode from single value to a byte stream containing XML elements.
- Jaxb2XmlEncoder() - Constructor for class org.springframework.http.codec.xml.Jaxb2XmlEncoder
- JBossLoadTimeWeaver - Class in org.springframework.instrument.classloading.jboss
- 
LoadTimeWeaverimplementation for JBoss's instrumentable ClassLoader.
- JBossLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
- 
Create a new instance of theJBossLoadTimeWeaverclass using the defaultclass loader.
- JBossLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
- 
Create a new instance of theJBossLoadTimeWeaverclass using the suppliedClassLoader.
- JCACHE_ADVISOR_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
- 
The name of the JCache advisor bean.
- JCACHE_ASPECT_BEAN_NAME - Static variable in class org.springframework.cache.config.CacheManagementConfigUtils
- 
The name of the JCache advisor bean.
- JCacheAspectSupport - Class in org.springframework.cache.jcache.interceptor
- 
Base class for JSR-107 caching aspects, such as theJCacheInterceptoror an AspectJ aspect.
- JCacheAspectSupport() - Constructor for class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
- JCacheCache - Class in org.springframework.cache.jcache
- 
Cacheimplementation on top of ajavax.cache.Cacheinstance.
- JCacheCache(Cache) - Constructor for class org.springframework.cache.jcache.JCacheCache
- 
Create aJCacheCacheinstance.
- JCacheCache(Cache, boolean) - Constructor for class org.springframework.cache.jcache.JCacheCache
- 
Create aJCacheCacheinstance.
- JCacheCacheManager - Class in org.springframework.cache.jcache
- 
CacheManagerimplementation backed by a JCachejavax.cache.CacheManager.
- JCacheCacheManager() - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
- 
Create a newJCacheCacheManagerwithout a backing JCachejavax.cache.CacheManager.
- JCacheCacheManager(CacheManager) - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
- 
Create a newJCacheCacheManagerfor the given backing JCachejavax.cache.CacheManager.
- JCacheConfigurer - Interface in org.springframework.cache.jcache.config
- 
Extension ofCachingConfigurerfor the JSR-107 implementation.
- JCacheConfigurerSupport - Class in org.springframework.cache.jcache.config
- 
Deprecated.as of 6.0 in favor of implementingJCacheConfigurerdirectly
- JCacheConfigurerSupport() - Constructor for class org.springframework.cache.jcache.config.JCacheConfigurerSupport
- 
Deprecated.
- JCacheInterceptor - Class in org.springframework.cache.jcache.interceptor
- 
AOP Alliance MethodInterceptor for declarative cache management using JSR-107 caching annotations.
- JCacheInterceptor() - Constructor for class org.springframework.cache.jcache.interceptor.JCacheInterceptor
- 
Construct a newJCacheInterceptorwith the default error handler.
- JCacheInterceptor(Supplier) - Constructor for class org.springframework.cache.jcache.interceptor.JCacheInterceptor
- 
Construct a newJCacheInterceptorwith the given error handler.
- JCacheManagerFactoryBean - Class in org.springframework.cache.jcache
- 
FactoryBeanfor a JCachejavax.cache.CacheManager, obtaining a pre-definedCacheManagerby name through the standard JCachejavax.cache.Cachingclass.
- JCacheManagerFactoryBean() - Constructor for class org.springframework.cache.jcache.JCacheManagerFactoryBean
- JCacheOperation<A> - Interface in org.springframework.cache.jcache.interceptor
- 
Model the base of JSR-107 cache operation through an interface contract.
- JCacheOperationSource - Interface in org.springframework.cache.jcache.interceptor
- 
Interface used byJCacheInterceptor.
- Jdbc4SqlXmlHandler - Class in org.springframework.jdbc.support.xml
- 
Deprecated.as of 6.2, in favor of directResultSet.getSQLXML(int)andConnection.createSQLXML()usage, possibly in combination with a customSqlValueimplementation
- Jdbc4SqlXmlHandler() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
- 
Deprecated.
- JdbcAccessor - Class in org.springframework.jdbc.support
- 
Base class forJdbcTemplateand other JDBC-accessing DAO helpers, defining common properties such as DataSource and exception translator.
- JdbcAccessor() - Constructor for class org.springframework.jdbc.support.JdbcAccessor
- JdbcBeanDefinitionReader - Class in org.springframework.jdbc.core.support
- 
Deprecated.in favor of Spring's common bean definition formats and/or custom reader implementations
- JdbcBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
- 
Deprecated.Create a new JdbcBeanDefinitionReader for the given bean factory, using a default PropertiesBeanDefinitionReader underneath.
- JdbcBeanDefinitionReader(PropertiesBeanDefinitionReader) - Constructor for class org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
- 
Deprecated.Create a new JdbcBeanDefinitionReader that delegates to the given PropertiesBeanDefinitionReader underneath.
- JdbcClient - Interface in org.springframework.jdbc.core.simple
- 
A fluentJdbcClientwith common JDBC query and update operations, supporting JDBC-style positional as well as Spring-style named parameters with a convenient unified facade for JDBCPreparedStatementexecution.
- JdbcClient.MappedQuerySpec<T> - Interface in org.springframework.jdbc.core.simple
- 
A specification for RowMapper-mapped queries.
- JdbcClient.ResultQuerySpec - Interface in org.springframework.jdbc.core.simple
- 
A specification for simple result queries.
- JdbcClient.StatementSpec - Interface in org.springframework.jdbc.core.simple
- 
A statement specification for parameter bindings and query/update execution.
- JdbcDaoSupport - Class in org.springframework.jdbc.core.support
- 
Deprecated, for removal: This API element is subject to removal in a future version.as of 7.0, in favor of direct injection ofJdbcTemplateorJdbcClient
- JdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.support.JdbcDaoSupport
- 
Deprecated.
- JdbcNamespaceHandler - Class in org.springframework.jdbc.config
- 
NamespaceHandlerfor JDBC configuration namespace.
- JdbcNamespaceHandler() - Constructor for class org.springframework.jdbc.config.JdbcNamespaceHandler
- JdbcOperations - Interface in org.springframework.jdbc.core
- 
Interface specifying a basic set of JDBC operations.
- jdbcTemplate - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- 
Deprecated.TheJdbcTemplatethat this base class manages, available to subclasses.
- jdbcTemplate - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- 
TheJdbcTemplatethat this base class manages, available to subclasses.
- JdbcTemplate - Class in org.springframework.jdbc.core
- 
This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.
- JdbcTemplate() - Constructor for class org.springframework.jdbc.core.JdbcTemplate
- 
Construct a new JdbcTemplate for bean usage.
- JdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
- 
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
- JdbcTemplate(DataSource, boolean) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
- 
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
- JdbcTemplate(JdbcAccessor) - Constructor for class org.springframework.jdbc.core.JdbcTemplate
- 
Copy constructor for a derived JdbcTemplate.
- JdbcTestUtils - Class in org.springframework.test.jdbc
- 
JdbcTestUtilsis a collection of JDBC related utility functions intended to simplify standard database testing scenarios.
- JdbcTestUtils() - Constructor for class org.springframework.test.jdbc.JdbcTestUtils
- JdbcTransactionManager - Class in org.springframework.jdbc.support
- 
JdbcAccessor-aligned subclass of the plainDataSourceTransactionManager, adding common JDBC exception translation for the commit and rollback step.
- JdbcTransactionManager() - Constructor for class org.springframework.jdbc.support.JdbcTransactionManager
- 
Create a newJdbcTransactionManagerinstance.
- JdbcTransactionManager(DataSource) - Constructor for class org.springframework.jdbc.support.JdbcTransactionManager
- 
Create a newJdbcTransactionManagerinstance.
- JdbcTransactionObjectSupport - Class in org.springframework.jdbc.datasource
- 
Convenient base class for JDBC-aware transaction objects.
- JdbcTransactionObjectSupport() - Constructor for class org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
- JdbcUpdateAffectedIncorrectNumberOfRowsException - Exception Class in org.springframework.jdbc
- 
Exception thrown when a JDBC update affects an unexpected number of rows.
- JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - Constructor for exception class org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
- 
Constructor for JdbcUpdateAffectedIncorrectNumberOfRowsException.
- JdbcUtils - Class in org.springframework.jdbc.support
- 
Generic utility methods for working with JDBC.
- JdbcUtils() - Constructor for class org.springframework.jdbc.support.JdbcUtils
- JDK_PROXIES - Enum constant in enum class org.springframework.aot.agent.HintType
- 
JDK proxies hint, as described byProxyHints.jdkProxyHints().
- JdkClientHttpConnector - Class in org.springframework.http.client.reactive
- 
ClientHttpConnectorfor the JavaHttpClient.
- JdkClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.JdkClientHttpConnector
- 
Default constructor that usesHttpClient.newHttpClient().
- JdkClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.JdkClientHttpConnector
- 
Constructor with an initializedHttpClientand aDataBufferFactory.
- JdkClientHttpConnector(HttpClient.Builder, JdkHttpClientResourceFactory) - Constructor for class org.springframework.http.client.reactive.JdkClientHttpConnector
- 
Constructor with aJdkHttpClientResourceFactorythat provides shared resources.
- JdkClientHttpRequestFactory - Class in org.springframework.http.client
- 
ClientHttpRequestFactoryimplementation based on the JavaHttpClient.
- JdkClientHttpRequestFactory() - Constructor for class org.springframework.http.client.JdkClientHttpRequestFactory
- 
Create a new instance of theJdkClientHttpRequestFactorywith a defaultHttpClient.
- JdkClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.JdkClientHttpRequestFactory
- 
Create a new instance of theJdkClientHttpRequestFactorybased on the givenHttpClient.
- JdkClientHttpRequestFactory(HttpClient, Executor) - Constructor for class org.springframework.http.client.JdkClientHttpRequestFactory
- 
Create a new instance of theJdkClientHttpRequestFactorybased on the givenHttpClientandExecutor.
- JdkHttpClientResourceFactory - Class in org.springframework.http.client.reactive
- 
Factory to manage JDK HttpClient resources such as a sharedExecutorwithin the lifecycle of a SpringApplicationContext.
- JdkHttpClientResourceFactory() - Constructor for class org.springframework.http.client.reactive.JdkHttpClientResourceFactory
- JdkIdGenerator - Class in org.springframework.util
- 
AnIdGeneratorthat callsUUID.randomUUID().
- JdkIdGenerator() - Constructor for class org.springframework.util.JdkIdGenerator
- JdkProxyHint - Class in org.springframework.aot.hint
- 
A hint that describes the need for a JDK interface-basedProxy.
- JdkProxyHint.Builder - Class in org.springframework.aot.hint
- 
Builder forJdkProxyHint.
- jdkProxyHints() - Method in class org.springframework.aot.hint.ProxyHints
- 
Return the interface-based proxies that are required.
- JdkRegexpMethodPointcut - Class in org.springframework.aop.support
- 
Regular expression pointcut based on thejava.util.regexpackage.
- JdkRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.JdkRegexpMethodPointcut
- JeeNamespaceHandler - Class in org.springframework.ejb.config
- 
NamespaceHandlerfor the 'jee' namespace.
- JeeNamespaceHandler() - Constructor for class org.springframework.ejb.config.JeeNamespaceHandler
- JettyClientHttpConnector - Class in org.springframework.http.client.reactive
- 
ClientHttpConnectorfor the Jetty Reactive Streams HttpClient.
- JettyClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
Default constructor that creates a new instance ofHttpClient.
- JettyClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
Constructor with an initializedHttpClient.
- JettyClientHttpConnector(HttpClient, JettyResourceFactory) - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
Constructor with an initializedHttpClientand configures it with the givenJettyResourceFactory.
- JettyClientHttpRequestFactory - Class in org.springframework.http.client
- 
ClientHttpRequestFactoryimplementation based on Jetty'sHttpClient.
- JettyClientHttpRequestFactory() - Constructor for class org.springframework.http.client.JettyClientHttpRequestFactory
- 
Default constructor that creates a new instance ofHttpClient.
- JettyClientHttpRequestFactory(HttpClient) - Constructor for class org.springframework.http.client.JettyClientHttpRequestFactory
- 
Constructor that takes a customizedHttpClientinstance.
- JettyCoreHttpHandlerAdapter - Class in org.springframework.http.server.reactive
- 
AdaptHttpHandlerto the JettyHandlerabstraction.
- JettyCoreHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.JettyCoreHttpHandlerAdapter
- JettyCoreRequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
- 
A WebSocketRequestUpgradeStrategyfor Jetty 12 Core.
- JettyCoreRequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.JettyCoreRequestUpgradeStrategy
- JettyDataBuffer - Class in org.springframework.core.io.buffer
- 
Implementation of theDataBufferinterface that can wrap a JettyContent.Chunk.
- JettyDataBufferFactory - Class in org.springframework.core.io.buffer
- 
Implementation of theDataBufferFactoryinterface that createsJettyDataBufferinstances.
- JettyDataBufferFactory() - Constructor for class org.springframework.core.io.buffer.JettyDataBufferFactory
- 
Creates a newJettyDataBufferFactorywith default settings.
- JettyDataBufferFactory(boolean) - Constructor for class org.springframework.core.io.buffer.JettyDataBufferFactory
- 
Creates a newJettyDataBufferFactory, indicating whether direct buffers should be created byJettyDataBufferFactory.allocateBuffer()andJettyDataBufferFactory.allocateBuffer(int).
- JettyDataBufferFactory(boolean, int) - Constructor for class org.springframework.core.io.buffer.JettyDataBufferFactory
- 
Creates a newJettyDataBufferFactory, indicating whether direct buffers should be created byJettyDataBufferFactory.allocateBuffer()andJettyDataBufferFactory.allocateBuffer(int), and what the capacity is to be used forJettyDataBufferFactory.allocateBuffer().
- JettyHeadersAdapter - Class in org.springframework.http.support
- 
MultiValueMapimplementation for wrapping Jetty HTTP headers.
- JettyHeadersAdapter(HttpFields) - Constructor for class org.springframework.http.support.JettyHeadersAdapter
- 
Creates a newJettyHeadersAdapterbased on the givenHttpFieldsinstance.
- JettyRequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
- 
A WebSocketRequestUpgradeStrategyfor Jetty 12 EE11.
- JettyRequestUpgradeStrategy - Class in org.springframework.web.socket.server.jetty
- 
ARequestUpgradeStrategyfor Jetty 12 EE11.
- JettyRequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy
- JettyRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- JettyResourceFactory - Class in org.springframework.http.client.reactive
- 
Factory to manage Jetty resources, i.e.
- JettyResourceFactory() - Constructor for class org.springframework.http.client.reactive.JettyResourceFactory
- JettyWebSocketClient - Class in org.springframework.web.reactive.socket.client
- 
AWebSocketClientimplementation for use with Jetty 12WebSocketClient.
- JettyWebSocketClient() - Constructor for class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- 
Default constructor that creates and manages an instance of a JettyWebSocketClient.
- JettyWebSocketClient(WebSocketClient) - Constructor for class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- 
Constructor that accepts an existing instance of a JettyWebSocketClient.
- JettyWebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.adapter
- 
JettySession.Listenerhandler that delegates events to a reactiveWebSocketHandlerand its session.
- JettyWebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.jetty
- 
AdaptsWebSocketHandlerto the Jetty WebSocket APISession.Listener.
- JettyWebSocketHandlerAdapter(WebSocketHandler, Function) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter
- JettyWebSocketHandlerAdapter(WebSocketHandler, JettyWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter
- JettyWebSocketSession - Class in org.springframework.web.reactive.socket.adapter
- 
SpringWebSocketSessionimplementation that adapts to a Jetty WebSocketSession.
- JettyWebSocketSession - Class in org.springframework.web.socket.adapter.jetty
- 
AWebSocketSessionfor use with the Jetty WebSocket API.
- JettyWebSocketSession(Map) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- 
Create a newJettyWebSocketSessioninstance.
- JettyWebSocketSession(Map, Principal) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- 
Create a newJettyWebSocketSessioninstance associated with the given user.
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory, Sinks.Empty) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- JettyXhrTransport - Class in org.springframework.web.socket.sockjs.client
- 
An XHR transport based on Jetty'sHttpClient.
- JettyXhrTransport(HttpClient) - Constructor for class org.springframework.web.socket.sockjs.client.JettyXhrTransport
- jitter() - Element in annotation interface org.springframework.resilience.annotation.Retryable
- 
A jitter value for the base retry attempt, randomly subtracted or added to the calculated delay, resulting in a value betweendelay - jitteranddelay + jitterbut never below the baseRetryable.delay()or aboveRetryable.maxDelay().
- jitter() - Method in record class org.springframework.resilience.retry.MethodRetrySpec
- 
Returns the value of thejitterrecord component.
- jitter(Duration) - Method in class org.springframework.core.retry.RetryPolicy.Builder
- 
Specify a jitter value for the base retry attempt, randomly subtracted or added to the calculated delay, resulting in a value betweendelay - jitteranddelay + jitterbut never below the base delay or above the max delay.
- jitterString() - Element in annotation interface org.springframework.resilience.annotation.Retryable
- 
A jitter value for the base retry attempt, as a duration String.
- JMS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.jms.config.JmsListenerConfigUtils
- 
The bean name of the internally managed JMS listener annotation processor.
- JMS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME - Static variable in class org.springframework.jms.config.JmsListenerConfigUtils
- 
The bean name of the internally managed JMS listener endpoint registry.
- JmsAccessor - Class in org.springframework.jms.support
- 
Base class forJmsTemplateand other JMS-accessing gateway helpers, defining common properties such as the JMSConnectionFactoryto operate on.
- JmsAccessor() - Constructor for class org.springframework.jms.support.JmsAccessor
- JmsActivationSpecConfig - Class in org.springframework.jms.listener.endpoint
- 
Common configuration object for activating a JMS message endpoint.
- JmsActivationSpecConfig() - Constructor for class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
- JmsActivationSpecFactory - Interface in org.springframework.jms.listener.endpoint
- 
Strategy interface for creating JCA 1.5 ActivationSpec objects based on a configuredJmsActivationSpecConfigobject.
- JmsBootstrapConfiguration - Class in org.springframework.jms.annotation
- 
@Configurationclass that registers aJmsListenerAnnotationBeanPostProcessorbean capable of processing Spring's@JmsListenerannotation.
- JmsBootstrapConfiguration() - Constructor for class org.springframework.jms.annotation.JmsBootstrapConfiguration
- JmsClient - Interface in org.springframework.jms.core
- 
A fluentJmsClientwith common send and receive operations against a JMS destination, dealing with Spring's commonMessageor with payload values.
- JmsClient.Builder - Interface in org.springframework.jms.core
- 
A mutable builder for creating aJmsClient.
- JmsClient.OperationSpec - Interface in org.springframework.jms.core
- 
Common JMS send and receive operations with various settings.
- JmsDestinationAccessor - Class in org.springframework.jms.support.destination
- 
Base class forJmsTemplateand other JMS-accessing gateway helpers, adding destination-related properties toJmsAccessor'scommon properties.
- JmsDestinationAccessor() - Constructor for class org.springframework.jms.support.destination.JmsDestinationAccessor
- JmsException - Exception Class in org.springframework.jms
- 
Base class for exception thrown by the framework whenever it encounters a problem related to JMS.
- JmsException(Throwable) - Constructor for exception class org.springframework.jms.JmsException
- 
Constructor that takes a plain root cause, intended for subclasses mirroring correspondingjakarta.jmsexceptions.
- JmsException(String) - Constructor for exception class org.springframework.jms.JmsException
- 
Constructor that takes a message.
- JmsException(String, Throwable) - Constructor for exception class org.springframework.jms.JmsException
- 
Constructor that takes a message and a root cause.
- JmsGatewaySupport - Class in org.springframework.jms.core.support
- 
Deprecated, for removal: This API element is subject to removal in a future version.as of 7.0, in favor of direct injection ofJmsTemplateorJmsMessagingTemplate
- JmsGatewaySupport() - Constructor for class org.springframework.jms.core.support.JmsGatewaySupport
- 
Deprecated.
- JmsHeaderMapper - Interface in org.springframework.jms.support
- 
Strategy interface for mappingMessageheaders to an outbound JMSMessage(for example, to configure JMS properties) or extracting messaging header values from an inbound JMS Message.
- JmsHeaders - Interface in org.springframework.jms.support
- 
Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to generic message headers.
- JmsListener - Annotation Interface in org.springframework.jms.annotation
- 
Annotation that marks a method to be the target of a JMS message listener on the specifiedJmsListener.destination().
- JmsListenerAnnotationBeanPostProcessor - Class in org.springframework.jms.annotation
- 
Bean post-processor that registers methods annotated withJmsListenerto be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactoryaccording to the attributes of the annotation.
- JmsListenerAnnotationBeanPostProcessor() - Constructor for class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
- jmsListenerAnnotationProcessor() - Method in class org.springframework.jms.annotation.JmsBootstrapConfiguration
- JmsListenerConfigurer - Interface in org.springframework.jms.annotation
- 
Optional interface to be implemented by a Spring managed bean willing to customize how JMS listener endpoints are configured.
- JmsListenerConfigUtils - Class in org.springframework.jms.config
- 
Configuration constants for internal sharing across subpackages.
- JmsListenerConfigUtils() - Constructor for class org.springframework.jms.config.JmsListenerConfigUtils
- JmsListenerContainerFactory<C> - Interface in org.springframework.jms.config
- 
Factory ofMessageListenerContainerbased on aJmsListenerEndpointdefinition.
- JmsListenerEndpoint - Interface in org.springframework.jms.config
- 
Model for a JMS listener endpoint.
- JmsListenerEndpointRegistrar - Class in org.springframework.jms.config
- 
Helper bean for registeringJmsListenerEndpointwith aJmsListenerEndpointRegistry.
- JmsListenerEndpointRegistrar() - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistrar
- JmsListenerEndpointRegistry - Class in org.springframework.jms.config
- 
Creates the necessaryMessageListenerContainerinstances for the registered endpoints.
- JmsListenerEndpointRegistry() - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistry
- JmsListeners - Annotation Interface in org.springframework.jms.annotation
- 
Container annotation that aggregates severalJmsListenerannotations.
- JmsMessageEndpointFactory - Class in org.springframework.jms.listener.endpoint
- 
JMS-specific implementation of the JCA 1.7MessageEndpointFactoryinterface, providing transaction management capabilities for a JMS listener object (for example, aMessageListenerobject).
- JmsMessageEndpointFactory() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
- JmsMessageEndpointFactory.JmsResourceException - Exception Class in org.springframework.jms.listener.endpoint
- 
Internal exception thrown when a ResourceException has been encountered during the endpoint invocation.
- JmsMessageEndpointManager - Class in org.springframework.jms.listener.endpoint
- 
Extension of the generic JCA 1.5GenericMessageEndpointManager, adding JMS-specific support for ActivationSpec configuration.
- JmsMessageEndpointManager() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
- JmsMessageHeaderAccessor - Class in org.springframework.jms.support
- 
AMessageHeaderAccessorimplementation giving access to JMS-specific headers.
- JmsMessageHeaderAccessor(Map) - Constructor for class org.springframework.jms.support.JmsMessageHeaderAccessor
- JmsMessageHeaderAccessor(Message) - Constructor for class org.springframework.jms.support.JmsMessageHeaderAccessor
- JmsMessageOperations - Interface in org.springframework.jms.core
- 
A specialization ofMessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestination.
- JmsMessagingTemplate - Class in org.springframework.jms.core
- 
An implementation ofJmsMessageOperations, as a wrapper on top of Spring's traditionalJmsTemplate.
- JmsMessagingTemplate() - Constructor for class org.springframework.jms.core.JmsMessagingTemplate
- 
Constructor for use with bean properties.
- JmsMessagingTemplate(ConnectionFactory) - Constructor for class org.springframework.jms.core.JmsMessagingTemplate
- 
Create aJmsMessagingTemplateinstance with the JMSConnectionFactoryto use, implicitly building aJmsTemplatebased on it.
- JmsMessagingTemplate(JmsOperations) - Constructor for class org.springframework.jms.core.JmsMessagingTemplate
- 
Create aJmsMessagingTemplateinstance with theJmsOperationsto use.
- JmsMessagingTemplate(JmsTemplate) - Constructor for class org.springframework.jms.core.JmsMessagingTemplate
- 
Create aJmsMessagingTemplateinstance with theJmsTemplateto use.
- JmsNamespaceHandler - Class in org.springframework.jms.config
- 
ANamespaceHandlerfor the JMS namespace.
- JmsNamespaceHandler() - Constructor for class org.springframework.jms.config.JmsNamespaceHandler
- JmsOperations - Interface in org.springframework.jms.core
- 
Specifies a basic set of JMS operations.
- JmsResourceException(ResourceException) - Constructor for exception class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException
- JmsResourceHolder - Class in org.springframework.jms.connection
- 
Resource holder wrapping a JMSConnectionand a JMSSession.
- JmsResourceHolder() - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder that is open for resources to be added.
- JmsResourceHolder(ConnectionFactory) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder that is open for resources to be added.
- JmsResourceHolder(ConnectionFactory, Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS resources.
- JmsResourceHolder(Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS resources.
- JmsResourceHolder(Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS Session.
- JmsResponse<T> - Class in org.springframework.jms.listener.adapter
- 
Return type of any JMS listener method used to indicate the actual response destination alongside the response itself.
- JmsResponse(T, Object) - Constructor for class org.springframework.jms.listener.adapter.JmsResponse
- 
Create a newJmsResponseinstance.
- JmsSecurityException - Exception Class in org.springframework.jms
- 
Runtime exception mirroring the JMS JMSSecurityException.
- JmsSecurityException(JMSSecurityException) - Constructor for exception class org.springframework.jms.JmsSecurityException
- JmsTemplate - Class in org.springframework.jms.core
- 
Helper class that simplifies synchronous JMS access code.
- JmsTemplate() - Constructor for class org.springframework.jms.core.JmsTemplate
- 
Create a new JmsTemplate for bean-style usage.
- JmsTemplate(ConnectionFactory) - Constructor for class org.springframework.jms.core.JmsTemplate
- 
Create a new JmsTemplate, given a ConnectionFactory.
- JmsTemplate(JmsAccessor) - Constructor for class org.springframework.jms.core.JmsTemplate
- 
Copy constructor for a derived JmsTemplate.
- JmsTransactionManager - Class in org.springframework.jms.connection
- 
PlatformTransactionManagerimplementation for a single JMSConnectionFactory.
- JmsTransactionManager() - Constructor for class org.springframework.jms.connection.JmsTransactionManager
- 
Create a new JmsTransactionManager for bean-style usage.
- JmsTransactionManager(ConnectionFactory) - Constructor for class org.springframework.jms.connection.JmsTransactionManager
- 
Create a new JmsTransactionManager, given a ConnectionFactory.
- JmsUtils - Class in org.springframework.jms.support
- 
Generic utility methods for working with JMS.
- JmsUtils() - Constructor for class org.springframework.jms.support.JmsUtils
- JmxAttributeSource - Interface in org.springframework.jmx.export.metadata
- 
Interface used by theMetadataMBeanInfoAssemblerto read source-level metadata from a managed resource's class.
- JmxException - Exception Class in org.springframework.jmx
- 
General base exception to be thrown on JMX errors.
- JmxException(String) - Constructor for exception class org.springframework.jmx.JmxException
- 
Constructor for JmxException.
- JmxException(String, Throwable) - Constructor for exception class org.springframework.jmx.JmxException
- 
Constructor for JmxException.
- JmxMetadataUtils - Class in org.springframework.jmx.export.metadata
- 
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
- JmxMetadataUtils() - Constructor for class org.springframework.jmx.export.metadata.JmxMetadataUtils
- JmxUtils - Class in org.springframework.jmx.support
- 
Collection of generic utility methods to support Spring JMX.
- JmxUtils() - Constructor for class org.springframework.jmx.support.JmxUtils
- JNDI_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.context.support.StandardServletEnvironment
- 
JNDI property source name: "jndiProperties".
- JndiAccessor - Class in org.springframework.jndi
- 
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
- JndiAccessor() - Constructor for class org.springframework.jndi.JndiAccessor
- JndiCallback<T> - Interface in org.springframework.jndi
- 
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
- JndiDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
- 
JNDI-basedDataSourceLookupimplementation.
- JndiDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
- JndiDestinationResolver - Class in org.springframework.jms.support.destination
- 
DestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).
- JndiDestinationResolver() - Constructor for class org.springframework.jms.support.destination.JndiDestinationResolver
- JndiLocatorDelegate - Class in org.springframework.jndi
- 
JndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.
- JndiLocatorDelegate() - Constructor for class org.springframework.jndi.JndiLocatorDelegate
- JndiLocatorSupport - Class in org.springframework.jndi
- 
Convenient superclass for classes that can locate any number of JNDI objects.
- JndiLocatorSupport() - Constructor for class org.springframework.jndi.JndiLocatorSupport
- JndiLookupFailureException - Exception Class in org.springframework.jndi
- 
RuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checkedNamingException: for example, from Spring'sJndiObjectTargetSource.
- JndiLookupFailureException(String, NamingException) - Constructor for exception class org.springframework.jndi.JndiLookupFailureException
- 
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
- JndiObjectFactoryBean - Class in org.springframework.jndi
- 
FactoryBeanthat looks up a JNDI object.
- JndiObjectFactoryBean() - Constructor for class org.springframework.jndi.JndiObjectFactoryBean
- JndiObjectLocator - Class in org.springframework.jndi
- 
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
- JndiObjectLocator() - Constructor for class org.springframework.jndi.JndiObjectLocator
- JndiObjectTargetSource - Class in org.springframework.jndi
- 
AOPTargetSourcethat provides configurable JNDI lookups forgetTarget()calls.
- JndiObjectTargetSource() - Constructor for class org.springframework.jndi.JndiObjectTargetSource
- JndiPropertySource - Class in org.springframework.jndi
- 
PropertySourceimplementation that reads properties from an underlying SpringJndiLocatorDelegate.
- JndiPropertySource(String) - Constructor for class org.springframework.jndi.JndiPropertySource
- 
Create a newJndiPropertySourcewith the given name and aJndiLocatorDelegateconfigured to prefix any names with "java:comp/env/".
- JndiPropertySource(String, JndiLocatorDelegate) - Constructor for class org.springframework.jndi.JndiPropertySource
- 
Create a newJndiPropertySourcewith the given name and the givenJndiLocatorDelegate.
- JndiTemplate - Class in org.springframework.jndi
- 
Helper class that simplifies JNDI operations.
- JndiTemplate() - Constructor for class org.springframework.jndi.JndiTemplate
- 
Create a new JndiTemplate instance.
- JndiTemplate(Properties) - Constructor for class org.springframework.jndi.JndiTemplate
- 
Create a new JndiTemplate instance, using the given environment.
- JndiTemplateEditor - Class in org.springframework.jndi
- 
Properties editor for JndiTemplate objects.
- JndiTemplateEditor() - Constructor for class org.springframework.jndi.JndiTemplateEditor
- jni() - Method in class org.springframework.aot.hint.RuntimeHints
- 
Provide access to jni-based hints.
- JobDetailFactoryBean - Class in org.springframework.scheduling.quartz
- 
A SpringFactoryBeanfor creating a QuartzJobDetailinstance, supporting bean-style usage for JobDetail configuration.
- JobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailFactoryBean
- JobMethodInvocationFailedException - Exception Class in org.springframework.scheduling.quartz
- 
Unchecked exception that wraps an exception thrown from a target method.
- JobMethodInvocationFailedException(MethodInvoker, Throwable) - Constructor for exception class org.springframework.scheduling.quartz.JobMethodInvocationFailedException
- 
Constructor for JobMethodInvocationFailedException.
- join(List) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
- 
Return a newDataBuffercomposed of thedataBufferselements joined together.
- join(List) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
- 
Return a newDataBuffercomposed of thedataBufferselements joined together.
- join(List) - Method in class org.springframework.core.io.buffer.JettyDataBufferFactory
- join(List) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- 
Return a newDataBuffercomposed of thedataBufferselements joined together.
- join(Publisher) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Return a newDataBuffercomposed of joining together the givendataBufferselements.
- join(Publisher, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Variant ofDataBufferUtils.join(Publisher)that behaves the same way up until the specified max number of bytes to buffer.
- JOIN_POINT_KEY - Static variable in class org.springframework.aop.aspectj.AbstractAspectJAdvice
- 
Key used in ReflectiveMethodInvocation userAttributes map for the current joinpoint.
- Joinpoint - Interface in org.aopalliance.intercept
- 
This interface represents a generic runtime joinpoint (in the AOP terminology).
- JOptCommandLinePropertySource - Class in org.springframework.core.env
- 
Deprecated.since 6.1 with no plans for a replacement
- JOptCommandLinePropertySource(String, OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
- 
Deprecated.Create a newJOptCommandLinePropertySourcehaving the given name and backed by the givenOptionSet.
- JOptCommandLinePropertySource(OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
- 
Deprecated.Create a newJOptCommandLinePropertySourcehaving the default name and backed by the givenOptionSet.
- JpaDialect - Interface in org.springframework.orm.jpa
- 
SPI strategy that encapsulates certain functionality that standard JPA 3.0 does not offer, such as access to the underlying JDBC Connection.
- JpaObjectRetrievalFailureException - Exception Class in org.springframework.orm.jpa
- 
JPA-specific subclass of ObjectRetrievalFailureException.
- JpaObjectRetrievalFailureException(EntityNotFoundException) - Constructor for exception class org.springframework.orm.jpa.JpaObjectRetrievalFailureException
- JpaOptimisticLockingFailureException - Exception Class in org.springframework.orm.jpa
- 
JPA-specific subclass of ObjectOptimisticLockingFailureException.
- JpaOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception class org.springframework.orm.jpa.JpaOptimisticLockingFailureException
- JpaSystemException - Exception Class in org.springframework.orm.jpa
- 
JPA-specific subclass of UncategorizedDataAccessException, for JPA system errors that do not match any concreteorg.springframework.daoexceptions.
- JpaSystemException(RuntimeException) - Constructor for exception class org.springframework.orm.jpa.JpaSystemException
- JpaTransactionManager - Class in org.springframework.orm.jpa
- 
PlatformTransactionManagerimplementation for a single JPAEntityManagerFactory.
- JpaTransactionManager() - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
- 
Create a new JpaTransactionManager instance.
- JpaTransactionManager(EntityManagerFactory) - Constructor for class org.springframework.orm.jpa.JpaTransactionManager
- 
Create a new JpaTransactionManager instance.
- JpaVendorAdapter - Interface in org.springframework.orm.jpa
- 
SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.
- json() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
- 
Deprecated.Obtain aJackson2ObjectMapperBuilderinstance in order to build a regular JSONObjectMapperinstance.
- json(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
- json(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison verifying that they contain the same attribute-value pairs regardless of formatting with lenient checking (extensible and non-strict array ordering).
- json(String) - Method in interface org.springframework.test.web.servlet.client.RestTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison verifying that they contain the same attribute-value pairs regardless of formatting with lenient checking (extensible and non-strict array ordering).
- json(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- 
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
- json(String, boolean) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Deprecated.
- json(String, boolean) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
- 
Deprecated.
- json(String, boolean) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- 
Deprecated.
- json(String, JsonComparator) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Parse the request body and the given string as JSON and assert the two using the givenJsonComparator.
- json(String, JsonComparator) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison using the givenJsonComparator.
- json(String, JsonComparator) - Method in interface org.springframework.test.web.servlet.client.RestTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison using the givenJsonComparator.
- json(String, JsonComparator) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- 
Parse the response content and the given string as JSON and assert the two using the givenJsonComparator.
- json(String, JsonCompareMode) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Parse the request body and the given string as JSON and assert the two using the given mode.
- json(String, JsonCompareMode) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison using the given mode.
- json(String, JsonCompareMode) - Method in interface org.springframework.test.web.servlet.client.RestTestClient.BodyContentSpec
- 
Parse the expected and actual response content as JSON and perform a comparison using the given mode.
- json(String, JsonCompareMode) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
- 
Parse the response content and the given string as JSON and assert the two using the given mode.
- JSON_VIEW_HINT - Static variable in class org.springframework.http.codec.JacksonCodecSupport
- 
The key for the hint to specify a "JSON View" for encoding or decoding with the value expected to be aClass.
- JSON_VIEW_HINT - Static variable in class org.springframework.http.codec.json.Jackson2CodecSupport
- 
Deprecated.The key for the hint to specify a "JSON View" for encoding or decoding with the value expected to be aClass.
- JSON_VIEW_HINT - Static variable in class org.springframework.web.servlet.view.AbstractJacksonView
- JsonAssert - Class in org.springframework.test.json
- 
Useful methods that can be used withorg.skyscreamer.jsonassert.
- JsonAssert() - Constructor for class org.springframework.test.json.JsonAssert
- JsonbHttpMessageConverter - Class in org.springframework.http.converter.json
- 
Implementation ofHttpMessageConverterthat can read and write JSON using the JSON Binding API.
- JsonbHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a newJsonbHttpMessageConverterwith default configuration.
- JsonbHttpMessageConverter(Jsonb) - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a newJsonbHttpMessageConverterwith the given delegate.
- JsonbHttpMessageConverter(JsonbConfig) - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a newJsonbHttpMessageConverterwith the given configuration.
- JsonbMessageConverter - Class in org.springframework.messaging.converter
- 
Implementation ofMessageConverterthat can read and write JSON using the JSON Binding API.
- JsonbMessageConverter() - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a newJsonbMessageConverterwith default configuration.
- JsonbMessageConverter(Jsonb) - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a newJsonbMessageConverterwith the given delegate.
- JsonbMessageConverter(JsonbConfig) - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a newJsonbMessageConverterwith the given configuration.
- JsonComparator - Interface in org.springframework.test.json
- 
Strategy interface used to compare JSON strings.
- JsonCompareMode - Enum Class in org.springframework.test.json
- 
Modes that can be used to compare JSON.
- JsonComparison - Class in org.springframework.test.json
- 
A comparison of two JSON strings as returned from aJsonComparator.
- JsonComparison.Result - Enum Class in org.springframework.test.json
- 
Comparison results.
- JsonContent - Class in org.springframework.test.json
- JsonContent(String) - Constructor for class org.springframework.test.json.JsonContent
- 
Create a newJsonContentinstance.
- JsonContent(String, HttpMessageContentConverter) - Constructor for class org.springframework.test.json.JsonContent
- 
Create a newJsonContentinstance with the message converter to use to deserialize content.
- JsonContentAssert - Class in org.springframework.test.json
- 
DefaultAbstractJsonContentAssertimplementation.
- JsonContentAssert(JsonContent) - Constructor for class org.springframework.test.json.JsonContentAssert
- 
Create an assert for the given JSON document.
- JsonExpectationsHelper - Class in org.springframework.test.util
- 
Deprecated.in favor of usingJSONAssertdirectly or theJsonComparatorabstraction
- JsonExpectationsHelper() - Constructor for class org.springframework.test.util.JsonExpectationsHelper
- 
Deprecated.
- jsonMessageConverter(HttpMessageConverter) - Method in interface org.springframework.http.converter.HttpMessageConverters.Builder
- 
Override the default Jackson 3.x JSONHttpMessageConverterwith any converter supporting the JSON format.
- jsonPath(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
- 
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body.
- jsonPath(String) - Method in interface org.springframework.test.web.servlet.client.RestTestClient.BodyContentSpec
- 
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body.
- jsonPath(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
- 
Access to request body matchers using a JsonPath expression to inspect a specific subset of the body.
- jsonPath(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- 
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body.
- jsonPath(String, Matcher) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
- 
Access to request body matchers using a JsonPath expression to inspect a specific subset of the body and a Hamcrest match for asserting the value found at the JSON path.
- jsonPath(String, Matcher) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- jsonPath(String, Matcher, Class) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- JsonPathAssertions - Class in org.springframework.test.web.reactive.server
- 
JsonPath assertions.
- JsonPathAssertions - Class in org.springframework.test.web.servlet.client
- 
JsonPath assertions.
- JsonPathExpectationsHelper - Class in org.springframework.test.util
- 
A helper class for applying assertions via JSON path expressions.
- JsonPathExpectationsHelper(String) - Constructor for class org.springframework.test.util.JsonPathExpectationsHelper
- 
Construct a newJsonPathExpectationsHelperusing the default configuration.
- JsonPathExpectationsHelper(String, Configuration) - Constructor for class org.springframework.test.util.JsonPathExpectationsHelper
- 
Construct a newJsonPathExpectationsHelper.
- JsonPathExpectationsHelper(String, Object...) - Constructor for class org.springframework.test.util.JsonPathExpectationsHelper
- 
Deprecated, for removal: This API element is subject to removal in a future version.in favor of callingString.formatted(Object...)upfront
- JsonPathRequestMatchers - Class in org.springframework.test.web.client.match
- 
Factory for assertions on the request content using JsonPath expressions.
- JsonPathRequestMatchers(String, Object...) - Constructor for class org.springframework.test.web.client.match.JsonPathRequestMatchers
- 
Protected constructor.
- JsonPathResultMatchers - Class in org.springframework.test.web.servlet.result
- 
Factory for assertions on the response content using JsonPath expressions.
- JsonPathResultMatchers(String, Object...) - Constructor for class org.springframework.test.web.servlet.result.JsonPathResultMatchers
- 
Protected constructor.
- JsonPathValueAssert - Class in org.springframework.test.json
- 
AssertJ assertions that can be applied to a JSON value produced by evaluating a JSON path expression.
- JsonViewRequestBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
- 
ARequestBodyAdviceimplementation that adds support for Jackson's@JsonViewannotation declared on a Spring MVC@HttpEntityor@RequestBodymethod parameter.
- JsonViewRequestBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
- JsonViewResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
- 
AResponseBodyAdviceimplementation that adds support for Jackson's@JsonViewannotation declared on a Spring MVC@RequestMappingor@ExceptionHandlermethod.
- JsonViewResponseBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
- jsp() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
- 
Register JSP view resolver using a default view name prefix of "/WEB-INF/" and a default suffix of ".jsp".
- jsp(String, String) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
- 
Register JSP view resolver with the specified prefix and suffix.
- JspAwareRequestContext - Class in org.springframework.web.servlet.support
- 
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from ajakarta.servlet.jsp.PageContext.
- JspAwareRequestContext(PageContext) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
- 
Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval.
- JspAwareRequestContext(PageContext, Map) - Constructor for class org.springframework.web.servlet.support.JspAwareRequestContext
- 
Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval.
- JSR - Static variable in interface org.springframework.asm.Opcodes
- Jsr310DateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime.standard
- 
Formats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8.
- Jsr310DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
- Jsr330ScopeMetadataResolver - Class in org.springframework.context.annotation
- 
SimpleScopeMetadataResolverimplementation that follows JSR-330 scoping rules: defaulting to prototype scope unlessSingletonis present.
- Jsr330ScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
- Jsr354NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number.money
- 
FormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.
- Jsr354NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
- JSTL_PRESENT - Static variable in class org.springframework.web.servlet.support.RequestContext
- JstlUtils - Class in org.springframework.web.servlet.support
- 
Helper class for preparing JSTL views, in particular for exposing a JSTL localization context.
- JstlUtils() - Constructor for class org.springframework.web.servlet.support.JstlUtils
- JstlView - Class in org.springframework.web.servlet.view
- 
Specialization ofInternalResourceViewfor JSTL pages, i.e.
- JstlView() - Constructor for class org.springframework.web.servlet.view.JstlView
- 
Constructor for use as a bean.
- JstlView(String) - Constructor for class org.springframework.web.servlet.view.JstlView
- 
Create a new JstlView with the given URL.
- JstlView(String, MessageSource) - Constructor for class org.springframework.web.servlet.view.JstlView
- 
Create a new JstlView with the given URL.
- JTA_TRANSACTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
- 
The bean name of the internally managed JTA transaction aspect (used when mode == ASPECTJ).
- JTA_TRANSACTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
- 
The class name of the AspectJ transaction management aspect.
- JTA_TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
- 
The name of the AspectJ transaction management @Configurationclass for JTA.
- JtaAfterCompletionSynchronization - Class in org.springframework.transaction.jta
- 
Adapter for a JTA Synchronization, invoking theafterCommit/afterCompletioncallbacks of SpringTransactionSynchronizationobjects callbacks after the outer JTA transaction has completed.
- JtaAfterCompletionSynchronization(List) - Constructor for class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
- 
Create a new JtaAfterCompletionSynchronization for the given synchronization objects.
- JtaTransactionAnnotationParser - Class in org.springframework.transaction.annotation
- 
Strategy implementation for parsing JTA 1.2'sTransactionalannotation.
- JtaTransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- jtaTransactionAspect(TransactionAttributeSource) - Method in class org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration
- JtaTransactionManager - Class in org.springframework.transaction.jta
- 
PlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider.
- JtaTransactionManager() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
- 
Create a new JtaTransactionManager instance, to be configured as bean.
- JtaTransactionManager(TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
- 
Create a new JtaTransactionManager instance.
- JtaTransactionManager(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
- 
Create a new JtaTransactionManager instance.
- JtaTransactionManager(UserTransaction, TransactionManager) - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
- 
Create a new JtaTransactionManager instance.
- JtaTransactionManagerBeanDefinitionParser - Class in org.springframework.transaction.config
- 
Parser for the <tx:jta-transaction-manager/> XML configuration element.
- JtaTransactionManagerBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
- JtaTransactionManagerFactoryBean - Class in org.springframework.transaction.config
- 
Deprecated.as of 6.0, in favor of a straightJtaTransactionManagerdefinition
- JtaTransactionManagerFactoryBean() - Constructor for class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
- 
Deprecated.
- JtaTransactionObject - Class in org.springframework.transaction.jta
- 
JTA transaction object, representing aUserTransaction.
- JtaTransactionObject(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionObject
- 
Create a new JtaTransactionObject for the given JTA UserTransaction.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JacksonCborDecoder