Uses of Package
org.springframework.core
Packages that use org.springframework.core
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Base classes enabling auto-proxying based on AspectJ.
Support package for declarative AOP configuration,
 with XML schema being the primary configuration format.
Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
 by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Provides miscellaneous interceptor implementations.
Convenience classes for using Spring's AOP API.
Support classes for components that contribute generated code equivalent to a
 runtime behavior.
This package contains interfaces and classes for manipulating Java beans.
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
Support package for annotation-driven bean configuration.
AOT support for bean factories.
SPI interfaces and configuration-related convenience classes for bean factories.
Support infrastructure for bean definition parsing.
Classes supporting the 
org.springframework.beans.factory package.Contains an abstract XML-based 
BeanFactory implementation,
 including a standard "spring-beans" XSD.AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
This package builds on the beans package to add support for
 message sources and for the Observer design pattern, and the
 ability for application objects to obtain resources using a
 consistent API.
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Support classes for application events, like standard context events.
Expression parsing support within a Spring application context.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
Load-time weaving support for a Spring application context, building on Spring's
 
LoadTimeWeaver abstraction.Provides basic classes for exception handling and version detection,
 and other core helpers that are not specific to any part of the framework.
Core support package for annotations, meta-annotations, and merged
 annotations with attribute overrides.
Type conversion system API.
Support classes for Spring's serializer abstraction.
Exception hierarchy enabling sophisticated error handling independent
 of the data access approach in use.
Annotation support for DAOs.
Contains an abstraction over client-side HTTP.
CBOR encoder and decoder support.
JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for
 Google Protocol Buffers.
XML encoder and decoder support.
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Support package for load time weaving based on class loaders,
 as required by JPA providers (but not JPA-specific).
The classes in this package make JDBC easier to use and
 reduce the likelihood of common errors.
Provides extensible support for initializing databases through scripts.
Provides a strategy for looking up JDBC DataSources by name.
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
Abstraction for handling fields of SQLXML data type.
This package contains integration classes for JMS,
 allowing for Spring-style JMS access.
Annotations and support classes for declarative JMS listener endpoints.
Provides a PlatformTransactionManager implementation for a single
 JMS ConnectionFactory, and a SingleConnectionFactory adapter.
Message listener adapter mechanism that delegates to target listener
 methods, converting messages to appropriate message content types
 (such as String or byte array) that get passed into listener methods.
Provides a MessageConverter abstraction to convert
 between Java objects and JMS messages.
Support classes for Spring's JMS framework.
This package contains Spring's JMX support, which includes registration of
 Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.
Provides support for accessing remote MBean resources.
This package provides declarative creation and registration of
 Spring-managed beans as JMX MBeans.
Provides a strategy for MBeanInfo assembly.
Provides generic JMX metadata classes and basic support for reading
 JMX metadata in a provider-agnostic manner.
Provides supporting infrastructure to allow Spring-created MBeans
 to send JMX notifications.
The classes in this package make JNDI easier to use,
 facilitating the accessing of configuration stored in JNDI,
 and provide useful superclasses for JNDI access classes.
Support classes for JNDI usage,
 including a JNDI-based BeanFactory implementation.
Spring's generic mail infrastructure.
Support for working with messaging APIs and protocols.
Provides support for message conversion.
Defines interfaces and implementation classes for messaging templates.
Basic abstractions for working with message handler methods.
Annotations and support classes for handling messages.
Support classes for working with annotated message-handling methods with
 non-blocking, reactive contracts.
Support classes for working with annotated message-handling methods.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
 and reactive contracts.
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
Annotations to declare an RSocket service contract with request methods along
 with a proxy factory backed by an
 
RSocketRequester.Support classes for handling messages from simple messaging protocols
 (like STOMP).
Generic support for simple messaging protocols (like STOMP).
Support for handling messages to "user" destinations (i.e.
Mock objects for the functional web framework.
Root package for Spring's O/R Mapping integration classes.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Classes supporting the 
org.springframework.orm.jpa package.Root package for Spring's O/X Mapping integration classes.
The classes in this package make R2DBC easier to use and
 reduce the likelihood of common errors.
Provides extensible support for initializing databases through scripts.
Provides a strategy for looking up R2DBC ConnectionFactories by name.
Classes providing an abstraction over SQL bind markers.
General exceptions for Spring's scheduling support,
 independent of any specific scheduling system.
Annotation support for asynchronous method execution.
Support classes for the open source scheduler
 Quartz,
 allowing to set up Quartz Schedulers, JobDetails and
 Triggers as beans in a Spring context.
Core interfaces for Spring's scripting support.
Package providing integration of
 BeanShell
 (and BeanShell2)
 into Spring's scripting infrastructure.
Support classes for Spring's scripting package.
This package contains the Spring TestContext Framework which
 provides annotation-driven unit and integration testing support that is
 agnostic of the actual testing framework in use.
Test event support classes for the Spring TestContext Framework.
JDBC support classes for the Spring TestContext Framework,
 including support for declarative SQL script execution via 
@Sql.Support classes for the Spring TestContext Framework.
Transactional support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
Support for testing Spring WebFlux server endpoints via
 
WebTestClient.Spring's core transaction management APIs (independent of any specific transaction
 management system); an exception hierarchy for Spring's transaction infrastructure;
 and transaction manager, definition, and status interfaces.
Spring's support for listening to transaction events.
AOP-based solution for declarative transaction demarcation.
Support classes for the org.springframework.transaction package.
Provides data binding and validation functionality,
 for usage in business and/or UI layers.
Support classes for integrating a JSR-303 Bean Validation provider
 (such as Hibernate Validator) into a Spring ApplicationContext
 and in particular with Spring's data binding and validation APIs.
Common, generic interfaces that define minimal boundary points
 between Spring's web infrastructure and other framework modules.
Provides web-specific data binding functionality.
Support classes for web data binding.
Core package of the client-side web support.
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.Common infrastructure for handler method processing, as used by
 Spring MVC's 
org.springframework.web.servlet.mvc.method package.Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
Multipart resolution framework for handling file uploads.
Support classes for the multipart resolution framework.
Top-level package for the 
spring-webflux module that contains
 DispatcherHandler, the main entry
 point for WebFlux server endpoint processing including key contracts used to
 map requests to handlers, invoke them, and process the result.Spring WebFlux configuration infrastructure.
Provides a foundation for both the reactive client and server subpackages.
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the 
org.springframework.web.reactive.function.client package.Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the 
org.springframework.web.reactive.function.server package.Provides HandlerMapping implementations including abstract base classes.
Support for various programming model styles including the invocation of
 different types of handlers, e.g.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Support classes for the integration of
 FreeMarker
 as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction
 (as included in Java 6+), e.g.
Server-side support classes for WebSocket requests.
Core interfaces and classes for Spring's generic, reactive web support.
Support for creating a client proxy for an HTTP service annotated with
 
HttpExchange methods.Provides the types that make up Spring's functional web framework for Servlet environments.
Classes supporting the 
org.springframework.web.servlet.function package.Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
Support package for annotation-based Servlet MVC controllers.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support package for MVC controllers.
Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations.
Support classes for the integration of
 FreeMarker
 as Spring web view technology.
Support classes for the integration of
 
 Groovy Templates as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction
 (as included in Java 6+), e.g.
Support classes for XSLT,
 providing a View implementation for XSLT stylesheets.
WebSocket integration for Spring's messaging module.
Server-side abstractions for WebSocket interactions.
Server-side support classes including container-specific strategies
 for upgrading a request.
Top-level SockJS types.
- 
Classes in org.springframework.core used by org.springframework.aopClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.aop.aspectjClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.aop.aspectj.annotationClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.aop.aspectj.autoproxyClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aop.configClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aop.frameworkClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aop.framework.autoproxyClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aop.interceptorClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aop.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.aot.generateClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.beansClassDescriptionInterface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Support class forAttributeAccessors, providing a base implementation of all methods.Helper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.beans.factoryClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.annotationClassDescriptionInterface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Support class forAttributeAccessors, providing a base implementation of all methods.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.aotClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.configClassDescriptionInterface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Helper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.parsingClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.supportClassDescriptionCommon interface for managing aliases.Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Support class forAttributeAccessors, providing a base implementation of all methods.Handy class for wrapping runtimeExceptionswith a root cause.Interface to discover parameter names for methods and constructors.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.Simple implementation of theAliasRegistryinterface.
- 
Classes in org.springframework.core used by org.springframework.beans.factory.xmlClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.cache.interceptorClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.cache.jcache.interceptorClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.contextClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.Any object can implement this interface to provide its actualResolvableType.
- 
Classes in org.springframework.core used by org.springframework.context.annotationClassDescriptionCommon interface for managing aliases.Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Support class forAttributeAccessors, providing a base implementation of all methods.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.context.eventClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.context.expressionClassDescriptionInterface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.context.supportClassDescriptionCommon interface for managing aliases.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.context.weavingClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.coreClassDescriptionCommon interface for managing aliases.Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Exception thrown when theConstantsclass is asked for an invalid constant name.Base class for decorating ClassLoaders such asOverridingClassLoaderandShadowingClassLoader, providing common handling of excluded packages and classes.A common key class for a method against a specific target class, includingMethodClassKey.toString()representation andComparablesupport (as suggested for customHashMapkeys as of Java 8).A callback interface for metadata lookup on a given method.Helper class that encapsulates the specification of a method parameter, i.e.Native image context as defined in GraalVM's ImageInfo.Comparatorimplementation forOrderedobjects, sorting by order value ascending, respectively by priority descending.Strategy interface to provide an order source for a given object.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.The purpose of this class is to enable capturing and passing a genericType.Interface to discover parameter names for methods and constructors.ParameterNameDiscovererimplementation that tries several discoverer delegates in succession.Adapter for a Reactive StreamsPublisherto and from an async/reactive type such asCompletableFuture, RxJavaObservable, and others.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.Describes the semantics of a reactive type including boolean checks forReactiveTypeDescriptor.isMultiValue(),ReactiveTypeDescriptor.isNoValue(), andReactiveTypeDescriptor.supportsEmpty().Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.core.annotationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Comparatorimplementation forOrderedobjects, sorting by order value ascending, respectively by priority descending.
- 
Classes in org.springframework.core used by org.springframework.core.codecClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.core.convertClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.core.serializer.supportClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.daoClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.dao.annotationClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.http.client
- 
Classes in org.springframework.core used by org.springframework.http.codecClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.codec.cborClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.codec.jsonClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.codec.multipartClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.codec.protobufClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.codec.xmlClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.http.converterClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.instrument.classloadingClassDescriptionBase class for decorating ClassLoaders such asOverridingClassLoaderandShadowingClassLoader, providing common handling of excluded packages and classes.ClassLoaderthat does not always delegate to the parent loader as normal class loaders do.
- 
Classes in org.springframework.core used by org.springframework.jdbcClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jdbc.datasource.initClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jdbc.datasource.lookupClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jdbc.supportClassDescriptionHandy class for wrapping checkedExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jdbc.support.xmlClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmsClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jms.annotationClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.jms.connectionClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jms.listener.adapterClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jms.support.converterClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jms.support.destinationClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmxClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmx.accessClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmx.exportClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmx.export.assemblerClassDescriptionInterface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.jmx.export.metadataClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jmx.export.notificationClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jndiClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.jndi.supportClassDescriptionEncapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.mailClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messagingClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.converterClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.coreClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.handlerClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.messaging.handler.annotationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.
- 
Classes in org.springframework.core used by org.springframework.messaging.handler.annotation.reactiveClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.messaging.handler.annotation.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.handler.invocationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Interface to discover parameter names for methods and constructors.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.messaging.handler.invocation.reactiveClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Interface to discover parameter names for methods and constructors.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.messaging.rsocketClassDescriptionThe purpose of this class is to enable capturing and passing a genericType.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.messaging.rsocket.annotation.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.messaging.rsocket.serviceClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.The purpose of this class is to enable capturing and passing a genericType.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.messaging.simp.annotation.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.simp.stompClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.messaging.simp.userClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.mock.web.reactive.function.server
- 
Classes in org.springframework.core used by org.springframework.ormClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.orm.hibernate5ClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.orm.jpaClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.orm.jpa.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.oxmClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.r2dbcClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.r2dbc.connection.initClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.r2dbc.connection.lookupClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.r2dbc.core.bindingClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.schedulingClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.scheduling.annotationClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.scheduling.quartzClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.scriptingClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.scripting.bshClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.scripting.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.contextClassDescriptionInterface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.
- 
Classes in org.springframework.core used by org.springframework.test.context.eventClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.context.jdbcClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.context.supportClassDescriptionInterface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.context.transactionClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.context.webClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.test.web.reactive.server
- 
Classes in org.springframework.core used by org.springframework.transactionClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.transaction.eventClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.transaction.interceptorClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.transaction.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.validationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.
- 
Classes in org.springframework.core used by org.springframework.validation.beanvalidationClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.webClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.web.bindClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.
- 
Classes in org.springframework.core used by org.springframework.web.bind.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.web.clientClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.The purpose of this class is to enable capturing and passing a genericType.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.context.support
- 
Classes in org.springframework.core used by org.springframework.web.methodClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.method.annotationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.web.method.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Interface to discover parameter names for methods and constructors.
- 
Classes in org.springframework.core used by org.springframework.web.multipartClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.web.multipart.supportClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.
- 
Classes in org.springframework.core used by org.springframework.web.reactiveClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.configClassDescriptionA registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.functionClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.The purpose of this class is to enable capturing and passing a genericType.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.function.clientClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.The purpose of this class is to enable capturing and passing a genericType.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.function.client.support
- 
Classes in org.springframework.core used by org.springframework.web.reactive.function.server
- 
Classes in org.springframework.core used by org.springframework.web.reactive.function.server.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.The purpose of this class is to enable capturing and passing a genericType.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.handlerClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.resultClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Adapter for a Reactive StreamsPublisherto and from an async/reactive type such asCompletableFuture, RxJavaObservable, and others.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.result.methodClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.result.method.annotationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.result.viewClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.result.view.freemarkerClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.result.view.scriptClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.reactive.socket.server.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.serverClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Handy class for wrapping runtimeExceptionswith a root cause.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.service.invokerClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.The purpose of this class is to enable capturing and passing a genericType.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.Encapsulates a JavaType, providing access tosupertypes,interfaces, andgeneric parametersalong with the ability to ultimatelyresolveto aClass.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.function
- 
Classes in org.springframework.core used by org.springframework.web.servlet.function.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.handlerClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.mvc.annotationClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.mvc.methodClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionHelper class that encapsulates the specification of a method parameter, i.e.Orderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.Interface to discover parameter names for methods and constructors.A registry of adapters to adapt Reactive StreamsPublisherto/from various async/reactive types such asCompletableFuture, RxJavaFlowable, etc.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.mvc.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.viewClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.view.freemarkerClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.view.groovyClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.view.scriptClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.servlet.view.xsltClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.socket.messagingClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.socket.serverClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.
- 
Classes in org.springframework.core used by org.springframework.web.socket.server.supportClassDescriptionOrderedis an interface that can be implemented by objects that should be orderable, for example in aCollection.
- 
Classes in org.springframework.core used by org.springframework.web.socket.sockjsClassDescriptionHandy class for wrapping runtimeExceptionswith a root cause.