- Jackson2CborDecoder - Class in org.springframework.http.codec.cbor
- 
Decode bytes into CBOR and convert to Object's with Jackson. 
- Jackson2CborDecoder() - Constructor for class org.springframework.http.codec.cbor.Jackson2CborDecoder
-  
- Jackson2CborDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.Jackson2CborDecoder
-  
- Jackson2CborEncoder - Class in org.springframework.http.codec.cbor
- 
Encode from an Objectto bytes of CBOR objects using Jackson.
 
- Jackson2CborEncoder() - Constructor for class org.springframework.http.codec.cbor.Jackson2CborEncoder
-  
- Jackson2CborEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.cbor.Jackson2CborEncoder
-  
- Jackson2CodecSupport - Class in org.springframework.http.codec.json
- 
Base class providing support methods for Jackson 2.9 encoding and decoding. 
- Jackson2CodecSupport(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2CodecSupport
- 
- jackson2JsonDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson JSON Decoder.
 
- Jackson2JsonDecoder - Class in org.springframework.http.codec.json
- 
Decode a byte stream into JSON and convert to Object's with Jackson 2.9,
 leveraging non-blocking parsing. 
- Jackson2JsonDecoder() - Constructor for class org.springframework.http.codec.json.Jackson2JsonDecoder
-  
- Jackson2JsonDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2JsonDecoder
-  
- jackson2JsonEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson JSON Encoder.
 
- Jackson2JsonEncoder - Class in org.springframework.http.codec.json
- 
Encode from an Objectstream to a byte stream of JSON objects using Jackson 2.9.
 
- Jackson2JsonEncoder() - Constructor for class org.springframework.http.codec.json.Jackson2JsonEncoder
-  
- Jackson2JsonEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2JsonEncoder
-  
- Jackson2ObjectMapperBuilder - Class in org.springframework.http.converter.json
- 
A builder used to create  ObjectMapper instances with a fluent API. 
- Jackson2ObjectMapperBuilder() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-  
- Jackson2ObjectMapperFactoryBean - Class in org.springframework.http.converter.json
- 
A  FactoryBean for creating a Jackson 2.x  ObjectMapper (default) or
  XmlMapper ( createXmlMapper property set to true) with setters
 to enable or disable Jackson features from within XML configuration. 
- Jackson2ObjectMapperFactoryBean() - Constructor for class org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
-  
- jackson2SmileDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson Smile Decoder.
 
- Jackson2SmileDecoder - Class in org.springframework.http.codec.json
- 
Decode a byte stream into Smile and convert to Object's with Jackson 2.9,
 leveraging non-blocking parsing. 
- Jackson2SmileDecoder() - Constructor for class org.springframework.http.codec.json.Jackson2SmileDecoder
-  
- Jackson2SmileDecoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2SmileDecoder
-  
- jackson2SmileEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Jackson Smile Encoder.
 
- Jackson2SmileEncoder - Class in org.springframework.http.codec.json
- 
Encode from an Objectstream to a byte stream of Smile objects using Jackson 2.9.
 
- Jackson2SmileEncoder() - Constructor for class org.springframework.http.codec.json.Jackson2SmileEncoder
-  
- Jackson2SmileEncoder(ObjectMapper, MimeType...) - Constructor for class org.springframework.http.codec.json.Jackson2SmileEncoder
-  
- Jackson2SockJsMessageCodec - Class in org.springframework.web.socket.sockjs.frame
- 
A Jackson 2.6+ codec for encoding and decoding SockJS messages. 
- Jackson2SockJsMessageCodec() - Constructor for class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
-  
- Jackson2SockJsMessageCodec(ObjectMapper) - Constructor for class org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
-  
- JamonPerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
- 
Performance monitor interceptor that uses JAMon library to perform the
 performance measurement on the intercepted method and output the stats. 
- JamonPerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
- 
Create a new JamonPerformanceMonitorInterceptor with a static logger. 
- JamonPerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
- 
Create a new JamonPerformanceMonitorInterceptor with a dynamic or static logger,
 according to the given flag. 
- JamonPerformanceMonitorInterceptor(boolean, boolean) - Constructor for class org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
- 
Create a new JamonPerformanceMonitorInterceptor with a dynamic or static logger,
 according to the given flag. 
- 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
- 
AnnotationFilter that matches annotations in the
  java and  javax packages and their subpackages. 
- JavaMailSender - Interface in org.springframework.mail.javamail
- 
Extended  MailSender interface for JavaMail,
 supporting MIME messages both as direct arguments and through preparation
 callbacks. 
- JavaMailSenderImpl - Class in org.springframework.mail.javamail
- 
- JavaMailSenderImpl() - Constructor for class org.springframework.mail.javamail.JavaMailSenderImpl
- 
Create a new instance of the JavaMailSenderImplclass.
 
- 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
-  
- javaTypeToSqlParameterType(Class<?>) - Static method in class org.springframework.jdbc.core.StatementCreatorUtils
- 
Derive a default SQL type from the given Java type. 
- Jaxb2CollectionHttpMessageConverter<T extends Collection> - Class in org.springframework.http.converter.xml
- 
An HttpMessageConverterthat 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 JAXB2 Decoder.
 
- jaxb2Encoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default JABX2 Encoder.
 
- Jaxb2Marshaller - Class in org.springframework.oxm.jaxb
- 
Implementation of the GenericMarshallerinterface for JAXB 2.2.
 
- Jaxb2Marshaller() - Constructor for class org.springframework.oxm.jaxb.Jaxb2Marshaller
-  
- Jaxb2RootElementHttpMessageConverter - Class in org.springframework.http.converter.xml
- 
- 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 of
 Objects (POJOs).
 
- Jaxb2XmlDecoder() - Constructor for class org.springframework.http.codec.xml.Jaxb2XmlDecoder
-  
- Jaxb2XmlDecoder(MimeType...) - Constructor for class org.springframework.http.codec.xml.Jaxb2XmlDecoder
- 
Create a Jaxb2XmlDecoderwith 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
-  
- JaxWsPortClientInterceptor - Class in org.springframework.remoting.jaxws
- 
- JaxWsPortClientInterceptor() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
-  
- JaxWsPortProxyFactoryBean - Class in org.springframework.remoting.jaxws
- 
- JaxWsPortProxyFactoryBean() - Constructor for class org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
-  
- JaxWsSoapFaultException - Exception in org.springframework.remoting.jaxws
- 
- JaxWsSoapFaultException(SOAPFaultException) - Constructor for exception org.springframework.remoting.jaxws.JaxWsSoapFaultException
- 
Constructor for JaxWsSoapFaultException. 
- JBossLoadTimeWeaver - Class in org.springframework.instrument.classloading.jboss
- 
- JBossLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
- 
- JBossLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
- 
- 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 the  JCacheInterceptor
 or an AspectJ aspect. 
- JCacheAspectSupport() - Constructor for class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
-  
- JCacheCache - Class in org.springframework.cache.jcache
- 
Cache implementation on top of a
  javax.cache.Cache instance. 
- JCacheCache(Cache<Object, Object>) - Constructor for class org.springframework.cache.jcache.JCacheCache
- 
Create a JCacheCacheinstance.
 
- JCacheCache(Cache<Object, Object>, boolean) - Constructor for class org.springframework.cache.jcache.JCacheCache
- 
Create a JCacheCacheinstance.
 
- JCacheCacheManager - Class in org.springframework.cache.jcache
- 
CacheManager implementation
 backed by a JCache  javax.cache.CacheManager. 
- JCacheCacheManager() - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
- 
Create a new JCacheCacheManagerwithout a backing JCachejavax.cache.CacheManager.
 
- JCacheCacheManager(CacheManager) - Constructor for class org.springframework.cache.jcache.JCacheCacheManager
- 
Create a new JCacheCacheManagerfor the given backing JCachejavax.cache.CacheManager.
 
- JCacheConfigurer - Interface in org.springframework.cache.jcache.config
- 
- JCacheConfigurerSupport - Class in org.springframework.cache.jcache.config
- 
- JCacheConfigurerSupport() - Constructor for class org.springframework.cache.jcache.config.JCacheConfigurerSupport
-  
- 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 new JCacheInterceptorwith the default error handler.
 
- JCacheInterceptor(Supplier<CacheErrorHandler>) - Constructor for class org.springframework.cache.jcache.interceptor.JCacheInterceptor
- 
Construct a new JCacheInterceptorwith the given error handler.
 
- JCacheManagerFactoryBean - Class in org.springframework.cache.jcache
- 
FactoryBean for a JCache  javax.cache.CacheManager,
 obtaining a pre-defined  CacheManager by name through the standard
 JCache  javax.cache.Caching class. 
- JCacheManagerFactoryBean() - Constructor for class org.springframework.cache.jcache.JCacheManagerFactoryBean
-  
- JCacheOperation<A extends Annotation> - 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
- 
- JCacheOperationSourcePointcut - Class in org.springframework.cache.jcache.interceptor
- 
- JCacheOperationSourcePointcut() - Constructor for class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
-  
- Jdbc4SqlXmlHandler - Class in org.springframework.jdbc.support.xml
- 
- Jdbc4SqlXmlHandler() - Constructor for class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
-  
- JdbcAccessor - Class in org.springframework.jdbc.support
- 
Base class for  JdbcTemplate and
 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
- 
- 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. 
- JdbcDaoSupport - Class in org.springframework.jdbc.core.support
- 
Convenient super class for JDBC-based data access objects. 
- JdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.support.JdbcDaoSupport
-  
- JdbcNamespaceHandler - Class in org.springframework.jdbc.config
- 
- 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 - Class in org.springframework.jdbc.core
- 
This is the central class in the JDBC core package.
 It simplifies the use of JDBC and helps to avoid common errors. 
- 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 - Variable in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
- 
The JdbcTemplatethat this base class manages, available to subclasses.
 
- jdbcTemplate - Variable in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- 
The JdbcTemplatethat this base class manages, available to subclasses.
 
- 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
- 
- JdbcTransactionManager() - Constructor for class org.springframework.jdbc.support.JdbcTransactionManager
- 
Create a new JdbcTransactionManager instance. 
- JdbcTransactionManager(DataSource) - Constructor for class org.springframework.jdbc.support.JdbcTransactionManager
- 
Create a new JdbcTransactionManager instance. 
- 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 in org.springframework.jdbc
- 
Exception thrown when a JDBC update affects an unexpected number of rows. 
- JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - Constructor for exception 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
-  
- JdkIdGenerator - Class in org.springframework.util
- 
- JdkIdGenerator() - Constructor for class org.springframework.util.JdkIdGenerator
-  
- JdkRegexpMethodPointcut - Class in org.springframework.aop.support
- 
Regular expression pointcut based on the java.util.regexpackage.
 
- JdkRegexpMethodPointcut() - Constructor for class org.springframework.aop.support.JdkRegexpMethodPointcut
-  
- JeeNamespaceHandler - Class in org.springframework.ejb.config
- 
- JeeNamespaceHandler() - Constructor for class org.springframework.ejb.config.JeeNamespaceHandler
-  
- Jetty10RequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
- 
- Jetty10RequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.Jetty10RequestUpgradeStrategy
-  
- Jetty10RequestUpgradeStrategy - Class in org.springframework.web.socket.server.jetty
- 
- Jetty10RequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.jetty.Jetty10RequestUpgradeStrategy
-  
- Jetty10WebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.adapter
- 
Identical to  JettyWebSocketHandlerAdapter, only excluding the
  onWebSocketFrame method, since the  Frame argument has moved
 to a different package in Jetty 10. 
- Jetty10WebSocketHandlerAdapter(WebSocketHandler, Function<Session, JettyWebSocketSession>) - Constructor for class org.springframework.web.reactive.socket.adapter.Jetty10WebSocketHandlerAdapter
-  
- Jetty10WebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.jetty
- 
Identical to  JettyWebSocketHandlerAdapter, only excluding the
  onWebSocketFrame method, since the  Frame argument has moved
 to a different package in Jetty 10. 
- Jetty10WebSocketHandlerAdapter(WebSocketHandler, JettyWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.jetty.Jetty10WebSocketHandlerAdapter
-  
- JettyClientHttpConnector - Class in org.springframework.http.client.reactive
- 
- JettyClientHttpConnector() - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
Default constructor that creates a new instance of HttpClient.
 
- JettyClientHttpConnector(HttpClient) - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
Constructor with an initialized HttpClient.
 
- JettyClientHttpConnector(HttpClient, JettyResourceFactory) - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
- JettyClientHttpConnector(JettyResourceFactory, Consumer<HttpClient>) - Constructor for class org.springframework.http.client.reactive.JettyClientHttpConnector
- 
- JettyHttpHandlerAdapter - Class in org.springframework.http.server.reactive
- 
- JettyHttpHandlerAdapter(HttpHandler) - Constructor for class org.springframework.http.server.reactive.JettyHttpHandlerAdapter
-  
- JettyRequestUpgradeStrategy - Class in org.springframework.web.reactive.socket.server.upgrade
- 
- JettyRequestUpgradeStrategy() - Constructor for class org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy
-  
- JettyRequestUpgradeStrategy - Class in org.springframework.web.socket.server.jetty
- 
- JettyRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- 
Default constructor that creates WebSocketServerFactorythrough
 its default constructor thus using a defaultWebSocketPolicy.
 
- JettyRequestUpgradeStrategy(WebSocketPolicy) - Constructor for class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- 
A constructor accepting a WebSocketPolicyto be used when
 creating theWebSocketServerFactoryinstance.
 
- JettyRequestUpgradeStrategy(WebSocketServerFactory) - Constructor for class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
- 
A constructor accepting a WebSocketServerFactory.
 
- 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
- 
- JettyWebSocketClient() - Constructor for class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- 
Default constructor that creates and manages an instance of a Jetty
 WebSocketClient.
 
- JettyWebSocketClient(WebSocketClient) - Constructor for class org.springframework.web.reactive.socket.client.JettyWebSocketClient
- 
Constructor that accepts an existing instance of a Jetty
 WebSocketClient.
 
- JettyWebSocketClient - Class in org.springframework.web.socket.client.jetty
- 
Initiates WebSocket requests to a WebSocket server programmatically
 through the Jetty WebSocket API. 
- JettyWebSocketClient() - Constructor for class org.springframework.web.socket.client.jetty.JettyWebSocketClient
- 
Default constructor that creates an instance of
 WebSocketClient.
 
- JettyWebSocketClient(WebSocketClient) - Constructor for class org.springframework.web.socket.client.jetty.JettyWebSocketClient
- 
Constructor that accepts an existing
 WebSocketClientinstance.
 
- JettyWebSocketHandlerAdapter - Class in org.springframework.web.reactive.socket.adapter
- 
Jetty  @WebSocket handler that delegates events to a
 reactive  WebSocketHandler and its session. 
- JettyWebSocketHandlerAdapter(WebSocketHandler, Function<Session, JettyWebSocketSession>) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter
-  
- JettyWebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.jetty
- 
- JettyWebSocketHandlerAdapter(WebSocketHandler, JettyWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter
-  
- JettyWebSocketSession - Class in org.springframework.web.reactive.socket.adapter
- 
Spring  WebSocketSession implementation that adapts to a Jetty
 WebSocket  Session. 
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
-  
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory, Sinks.Empty<Void>) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
-  
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory, MonoProcessor<Void>) - Constructor for class org.springframework.web.reactive.socket.adapter.JettyWebSocketSession
- 
Deprecated. 
- JettyWebSocketSession - Class in org.springframework.web.socket.adapter.jetty
- 
- JettyWebSocketSession(Map<String, Object>) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- 
- JettyWebSocketSession(Map<String, Object>, Principal) - Constructor for class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
- 
- JettyXhrTransport - Class in org.springframework.web.socket.sockjs.client
- 
An XHR transport based on Jetty's HttpClient.
 
- JettyXhrTransport(HttpClient) - Constructor for class org.springframework.web.socket.sockjs.client.JettyXhrTransport
-  
- JibxMarshaller - Class in org.springframework.oxm.jibx
- 
- JibxMarshaller() - Constructor for class org.springframework.oxm.jibx.JibxMarshaller
- 
Deprecated. 
- 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 for  JmsTemplate and other
 JMS-accessing gateway helpers, defining common properties such as the
 JMS  ConnectionFactory to 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 configured  JmsActivationSpecConfig object. 
- JmsBootstrapConfiguration - Class in org.springframework.jms.annotation
- 
- JmsBootstrapConfiguration() - Constructor for class org.springframework.jms.annotation.JmsBootstrapConfiguration
-  
- JmsDestinationAccessor - Class in org.springframework.jms.support.destination
- 
Base class for  JmsTemplate and other
 JMS-accessing gateway helpers, adding destination-related properties to
  JmsAccessor's common properties. 
- JmsDestinationAccessor() - Constructor for class org.springframework.jms.support.destination.JmsDestinationAccessor
-  
- JmsException - Exception in org.springframework.jms
- 
Base class for exception thrown by the framework whenever it
 encounters a problem related to JMS. 
- JmsException(String) - Constructor for exception org.springframework.jms.JmsException
- 
Constructor that takes a message. 
- JmsException(String, Throwable) - Constructor for exception org.springframework.jms.JmsException
- 
Constructor that takes a message and a root cause. 
- JmsException(Throwable) - Constructor for exception org.springframework.jms.JmsException
- 
Constructor that takes a plain root cause, intended for
 subclasses mirroring corresponding javax.jmsexceptions.
 
- JmsGatewaySupport - Class in org.springframework.jms.core.support
- 
Convenient super class for application classes that need JMS access. 
- JmsGatewaySupport() - Constructor for class org.springframework.jms.core.support.JmsGatewaySupport
-  
- JmsHeaderMapper - Interface in org.springframework.jms.support
- 
Strategy interface for mapping  Message
 headers to an outbound JMS  Message (e.g. 
- 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. 
- JmsInvokerClientInterceptor - Class in org.springframework.jms.remoting
- 
- JmsInvokerClientInterceptor() - Constructor for class org.springframework.jms.remoting.JmsInvokerClientInterceptor
- 
Deprecated. 
- JmsInvokerProxyFactoryBean - Class in org.springframework.jms.remoting
- 
- JmsInvokerProxyFactoryBean() - Constructor for class org.springframework.jms.remoting.JmsInvokerProxyFactoryBean
- 
Deprecated. 
- JmsInvokerServiceExporter - Class in org.springframework.jms.remoting
- 
- JmsInvokerServiceExporter() - Constructor for class org.springframework.jms.remoting.JmsInvokerServiceExporter
- 
Deprecated. 
- JmsListener - Annotation Type in org.springframework.jms.annotation
- 
- JmsListenerAnnotationBeanPostProcessor - Class in org.springframework.jms.annotation
- 
Bean post-processor that registers methods annotated with  JmsListener
 to be invoked by a JMS message listener container created under the cover
 by a  JmsListenerContainerFactory
 according 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 extends MessageListenerContainer> - Interface in org.springframework.jms.config
- 
- JmsListenerEndpoint - Interface in org.springframework.jms.config
- 
Model for a JMS listener endpoint. 
- JmsListenerEndpointRegistrar - Class in org.springframework.jms.config
- 
- JmsListenerEndpointRegistrar() - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistrar
-  
- JmsListenerEndpointRegistry - Class in org.springframework.jms.config
- 
- JmsListenerEndpointRegistry() - Constructor for class org.springframework.jms.config.JmsListenerEndpointRegistry
-  
- JmsListeners - Annotation Type in org.springframework.jms.annotation
- 
Container annotation that aggregates several  JmsListener annotations. 
- JmsMessageEndpointFactory - Class in org.springframework.jms.listener.endpoint
- 
JMS-specific implementation of the JCA 1.7
  MessageEndpointFactory interface,
 providing transaction management capabilities for a JMS listener object
 (e.g. 
- JmsMessageEndpointFactory() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
-  
- JmsMessageEndpointFactory.JmsResourceException - Exception 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
- 
- JmsMessageEndpointManager() - Constructor for class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
-  
- JmsMessageHeaderAccessor - Class in org.springframework.jms.support
- 
- JmsMessageHeaderAccessor(Map<String, List<String>>) - 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
- 
- JmsMessagingTemplate - Class in org.springframework.jms.core
- 
- 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
- 
- JmsMessagingTemplate(JmsTemplate) - Constructor for class org.springframework.jms.core.JmsMessagingTemplate
- 
Create a  JmsMessagingTemplate instance with the  JmsTemplate to use. 
- JmsNamespaceHandler - Class in org.springframework.jms.config
- 
- 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 org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException
-  
- JmsResourceHolder - Class in org.springframework.jms.connection
- 
- 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(Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS Session. 
- JmsResourceHolder(Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS resources. 
- JmsResourceHolder(ConnectionFactory, Connection, Session) - Constructor for class org.springframework.jms.connection.JmsResourceHolder
- 
Create a new JmsResourceHolder for the given JMS resources. 
- 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
- 
- JmsSecurityException - Exception in org.springframework.jms
- 
Runtime exception mirroring the JMS JMSSecurityException. 
- JmsSecurityException(JMSSecurityException) - Constructor for exception 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. 
- JmsTransactionManager - Class in org.springframework.jms.connection
- 
- 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 the MetadataMBeanInfoAssemblerto
 read source-level metadata from a managed resource's class.
 
- JmxException - Exception in org.springframework.jmx
- 
General base exception to be thrown on JMX errors. 
- JmxException(String) - Constructor for exception org.springframework.jmx.JmxException
- 
Constructor for JmxException. 
- JmxException(String, Throwable) - Constructor for exception 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
- 
- JndiDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
-  
- JndiDestinationResolver - Class in org.springframework.jms.support.destination
- 
DestinationResolver implementation 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
- 
- 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 in org.springframework.jndi
- 
RuntimeException to be thrown in case of JNDI lookup failures,
 in particular from code that does not declare JNDI's checked
  NamingException: for example, from Spring's
  JndiObjectTargetSource. 
- JndiLookupFailureException(String, NamingException) - Constructor for exception org.springframework.jndi.JndiLookupFailureException
- 
Construct a new JndiLookupFailureException,
 wrapping the given JNDI NamingException. 
- JndiObjectFactoryBean - Class in org.springframework.jndi
- 
- 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
- 
AOP  TargetSource that provides
 configurable JNDI lookups for  getTarget() calls. 
- JndiObjectTargetSource() - Constructor for class org.springframework.jndi.JndiObjectTargetSource
-  
- JndiPropertySource - Class in org.springframework.jndi
- 
- JndiPropertySource(String) - Constructor for class org.springframework.jndi.JndiPropertySource
- 
Create a new  JndiPropertySource with the given name
 and a  JndiLocatorDelegate configured to prefix any names with
 "java:comp/env/". 
- JndiPropertySource(String, JndiLocatorDelegate) - Constructor for class org.springframework.jndi.JndiPropertySource
- 
Create a new JndiPropertySourcewith the given name and the givenJndiLocatorDelegate.
 
- JndiRmiClientInterceptor - Class in org.springframework.remoting.rmi
- 
- JndiRmiClientInterceptor() - Constructor for class org.springframework.remoting.rmi.JndiRmiClientInterceptor
- 
Deprecated. 
- JndiRmiProxyFactoryBean - Class in org.springframework.remoting.rmi
- 
- JndiRmiProxyFactoryBean() - Constructor for class org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
- 
Deprecated. 
- JndiRmiServiceExporter - Class in org.springframework.remoting.rmi
- 
- JndiRmiServiceExporter() - Constructor for class org.springframework.remoting.rmi.JndiRmiServiceExporter
- 
Deprecated. 
- 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
-  
- JobDetailFactoryBean - Class in org.springframework.scheduling.quartz
- 
A Spring  FactoryBean for creating a Quartz  JobDetail
 instance, supporting bean-style usage for JobDetail configuration. 
- JobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.JobDetailFactoryBean
-  
- JobMethodInvocationFailedException - Exception in org.springframework.scheduling.quartz
- 
Unchecked exception that wraps an exception thrown from a target method. 
- JobMethodInvocationFailedException(MethodInvoker, Throwable) - Constructor for exception org.springframework.scheduling.quartz.JobMethodInvocationFailedException
- 
Constructor for JobMethodInvocationFailedException. 
- JodaDateTimeFormatAnnotationFormatterFactory - Class in org.springframework.format.datetime.joda
- 
- JodaDateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
- 
Deprecated. 
- JodaTimeContext - Class in org.springframework.format.datetime.joda
- 
- JodaTimeContext() - Constructor for class org.springframework.format.datetime.joda.JodaTimeContext
- 
Deprecated. 
- JodaTimeContextHolder - Class in org.springframework.format.datetime.joda
- 
- JodaTimeFormatterRegistrar - Class in org.springframework.format.datetime.joda
- 
- JodaTimeFormatterRegistrar() - Constructor for class org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
- 
Deprecated. 
- join(List<? extends DataBuffer>) - Method in interface org.springframework.core.io.buffer.DataBufferFactory
- 
Return a new DataBuffercomposed of thedataBufferselements joined together.
 
- join(Publisher<? extends DataBuffer>) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
Return a new DataBuffercomposed from joining together the givendataBufferselements.
 
- join(Publisher<? extends DataBuffer>, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
- 
- join(List<? extends DataBuffer>) - Method in class org.springframework.core.io.buffer.DefaultDataBufferFactory
- 
Return a new DataBuffercomposed of thedataBufferselements joined together.
 
- join(List<? extends DataBuffer>) - Method in class org.springframework.core.io.buffer.NettyDataBufferFactory
- 
Return a new DataBuffercomposed of thedataBufferselements joined together.
 
- 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
- 
- JOptCommandLinePropertySource(OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
- 
Create a new JOptCommandLinePropertySourcehaving the default name
 and backed by the givenOptionSet.
 
- JOptCommandLinePropertySource(String, OptionSet) - Constructor for class org.springframework.core.env.JOptCommandLinePropertySource
- 
Create a new JOptCommandLinePropertySourcehaving the given name
 and backed by the givenOptionSet.
 
- JpaDialect - Interface in org.springframework.orm.jpa
- 
SPI strategy that encapsulates certain functionality that standard JPA 2.1 does
 not offer, such as access to the underlying JDBC Connection. 
- JpaObjectRetrievalFailureException - Exception in org.springframework.orm.jpa
- 
JPA-specific subclass of ObjectRetrievalFailureException. 
- JpaObjectRetrievalFailureException(EntityNotFoundException) - Constructor for exception org.springframework.orm.jpa.JpaObjectRetrievalFailureException
-  
- JpaOptimisticLockingFailureException - Exception in org.springframework.orm.jpa
- 
JPA-specific subclass of ObjectOptimisticLockingFailureException. 
- JpaOptimisticLockingFailureException(OptimisticLockException) - Constructor for exception org.springframework.orm.jpa.JpaOptimisticLockingFailureException
-  
- JpaSystemException - Exception in org.springframework.orm.jpa
- 
JPA-specific subclass of UncategorizedDataAccessException,
 for JPA system errors that do not match any concrete
 org.springframework.daoexceptions.
 
- JpaSystemException(RuntimeException) - Constructor for exception org.springframework.orm.jpa.JpaSystemException
-  
- JpaTransactionManager - Class in org.springframework.orm.jpa
- 
- 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
- 
- 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, boolean) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
- 
Parse the request body and the given string 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
 "lenient" comparison verifying the same attribute-value pairs. 
- 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.servlet.result.ContentResultMatchers
- 
Parse the response content and the given string as JSON and assert the two are "similar" -
 i.e. 
- JSON_VIEW_HINT - Static variable in class org.springframework.http.codec.json.Jackson2CodecSupport
- 
The key for the hint to specify a "JSON View" for encoding or decoding
 with the value expected to be a  Class. 
- JsonbHttpMessageConverter - Class in org.springframework.http.converter.json
- 
- JsonbHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a new JsonbHttpMessageConverterwith default configuration.
 
- JsonbHttpMessageConverter(JsonbConfig) - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a new JsonbHttpMessageConverterwith the given configuration.
 
- JsonbHttpMessageConverter(Jsonb) - Constructor for class org.springframework.http.converter.json.JsonbHttpMessageConverter
- 
Construct a new JsonbHttpMessageConverterwith the given delegate.
 
- JsonbMessageConverter - Class in org.springframework.messaging.converter
- 
- JsonbMessageConverter() - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a new JsonbMessageConverterwith default configuration.
 
- JsonbMessageConverter(JsonbConfig) - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a new JsonbMessageConverterwith the given configuration.
 
- JsonbMessageConverter(Jsonb) - Constructor for class org.springframework.messaging.converter.JsonbMessageConverter
- 
Construct a new JsonbMessageConverterwith the given delegate.
 
- JsonExpectationsHelper - Class in org.springframework.test.util
- 
A helper class for assertions on JSON content. 
- JsonExpectationsHelper() - Constructor for class org.springframework.test.util.JsonExpectationsHelper
-  
- 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, Matcher<? super T>) - 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, Object...) - 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, 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<? super T>) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- 
Evaluate the given  JsonPath
 expression against the response body and assert the resulting value with
 the given Hamcrest  Matcher. 
- jsonPath(String, Matcher<? super T>, Class<T>) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- 
Evaluate the given  JsonPath
 expression against the response body and assert the resulting value with
 the given Hamcrest  Matcher, coercing the resulting value into the
 given target type before applying the matcher. 
- JsonPathAssertions - Class in org.springframework.test.web.reactive.server
- 
- JsonPathExpectationsHelper - Class in org.springframework.test.util
- 
A helper class for applying assertions via JSON path expressions. 
- JsonPathExpectationsHelper(String, Object...) - Constructor for class org.springframework.test.util.JsonPathExpectationsHelper
- 
Construct a new JsonPathExpectationsHelper.
 
- 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. 
- JsonViewRequestBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
- 
A  RequestBodyAdvice implementation that adds support for Jackson's
  @JsonView annotation declared on a Spring MVC  @HttpEntity
 or  @RequestBody method parameter. 
- JsonViewRequestBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
-  
- JsonViewResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
- 
A  ResponseBodyAdvice implementation that adds support for Jackson's
  @JsonView annotation declared on a Spring MVC  @RequestMapping
 or  @ExceptionHandler method. 
- 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 a javax.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<String, Object>) - 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 the  DateTimeFormat annotation using the
 JSR-310  java.time package in JDK 8. 
- Jsr310DateTimeFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
-  
- Jsr330ScopeMetadataResolver - Class in org.springframework.context.annotation
- 
- Jsr330ScopeMetadataResolver() - Constructor for class org.springframework.context.annotation.Jsr330ScopeMetadataResolver
-  
- Jsr354NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number.money
- 
Formats  MonetaryAmount fields annotated
 with Spring's common  NumberFormat annotation. 
- Jsr354NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
-  
- jstlPresent - 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
- 
- 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 the  afterCommit /
  afterCompletion callbacks of Spring  TransactionSynchronization
 objects callbacks after the outer JTA transaction has completed. 
- JtaAfterCompletionSynchronization(List<TransactionSynchronization>) - 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's  Transactional annotation. 
- JtaTransactionAnnotationParser() - Constructor for class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
-  
- jtaTransactionAspect() - Method in class org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration
-  
- JtaTransactionManager - Class in org.springframework.transaction.jta
- 
- JtaTransactionManager() - Constructor for class org.springframework.transaction.jta.JtaTransactionManager
- 
Create a new JtaTransactionManager instance, to be configured as bean. 
- 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. 
- JtaTransactionManager(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,
 autodetecting WebLogic and WebSphere servers and exposing the corresponding
  JtaTransactionManager subclass. 
- JtaTransactionManagerBeanDefinitionParser() - Constructor for class org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
-  
- JtaTransactionManagerFactoryBean - Class in org.springframework.transaction.config
- 
A  FactoryBean equivalent to the <tx:jta-transaction-manager/> XML element,
 autodetecting WebLogic and WebSphere servers and exposing the corresponding
  JtaTransactionManager subclass. 
- JtaTransactionManagerFactoryBean() - Constructor for class org.springframework.transaction.config.JtaTransactionManagerFactoryBean
-  
- JtaTransactionObject - Class in org.springframework.transaction.jta
- 
- JtaTransactionObject(UserTransaction) - Constructor for class org.springframework.transaction.jta.JtaTransactionObject
- 
Create a new JtaTransactionObject for the given JTA UserTransaction.