Serialized Form
- 
Package org.aopalliance.aop- 
Exception org.aopalliance.aop.AspectExceptionclass AspectException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.aop- 
Exception org.springframework.aop.AopInvocationExceptionclass AopInvocationException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.aop.aspectj- 
Class org.springframework.aop.aspectj.AbstractAspectJAdviceclass AbstractAspectJAdvice extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
argumentBindings@Nullable Map<String, Integer> argumentBindings 
- 
argumentNames@Nullable String @Nullable [] argumentNames This will be non-null if the creator of this advice object knows the argument names and sets them explicitly.
- 
argumentsIntrospectedboolean argumentsIntrospected 
- 
aspectInstanceFactoryAspectInstanceFactory aspectInstanceFactory 
- 
aspectNameString aspectName The name of the aspect (ref bean) in which this advice was defined (used when determining advice precedence so that we can determine whether two pieces of advice come from the same aspect).
- 
declarationOrderint declarationOrder The order of declaration of this advice within the aspect.
- 
declaringClassClass<?> declaringClass 
- 
discoveredReturningGenericType@Nullable Type discoveredReturningGenericType 
- 
discoveredReturningTypeClass<?> discoveredReturningType 
- 
discoveredThrowingTypeClass<?> discoveredThrowingType 
- 
joinPointArgumentIndexint joinPointArgumentIndex Index for thisJoinPoint argument (currently only supported at index 0 if present at all).
- 
joinPointStaticPartArgumentIndexint joinPointStaticPartArgumentIndex Index for thisJoinPointStaticPart argument (currently only supported at index 0 if present at all).
- 
methodNameString methodName 
- 
parameterTypesClass<?>[] parameterTypes 
- 
pointcutAspectJExpressionPointcut pointcut 
- 
returningName@Nullable String returningName Non-null if after returning advice binds the return value.
- 
throwingName@Nullable String throwingName Non-null if after throwing advice binds the thrown value.
 
- 
 
- 
- 
Exception org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingExceptionclass AmbiguousBindingException extends RuntimeException implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJAfterAdviceclass AspectJAfterAdvice extends AbstractAspectJAdvice implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJAfterReturningAdviceclass AspectJAfterReturningAdvice extends AbstractAspectJAdvice implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJAfterThrowingAdviceclass AspectJAfterThrowingAdvice extends AbstractAspectJAdvice implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJAroundAdviceclass AspectJAroundAdvice extends AbstractAspectJAdvice implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJExpressionPointcutclass AspectJExpressionPointcut extends AbstractExpressionPointcut implements Serializable
- 
Class org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisorclass AspectJExpressionPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutAspectJExpressionPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.AspectJMethodBeforeAdviceclass AspectJMethodBeforeAdvice extends AbstractAspectJAdvice implements Serializable
- 
Class org.springframework.aop.aspectj.SingletonAspectInstanceFactoryclass SingletonAspectInstanceFactory extends Object implements Serializable- 
Serialized Fields- 
aspectInstanceObject aspectInstance 
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.aspectj.annotation- 
Class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreatorclass AnnotationAwareAspectJAutoProxyCreator extends AspectJAwareAdvisorAutoProxyCreator implements Serializable- 
Serialized Fields- 
aspectJAdvisorFactory@Nullable AspectJAdvisorFactory aspectJAdvisorFactory 
- 
aspectJAdvisorsBuilder@Nullable BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder 
- 
includePatterns@Nullable List<Pattern> includePatterns 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.AspectJProxyFactoryclass AspectJProxyFactory extends ProxyCreatorSupport implements Serializable- 
Serialized Fields- 
aspectFactoryAspectJAdvisorFactory aspectFactory 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.AspectMetadataclass AspectMetadata extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
aspectClassClass<?> aspectClass The aspect class, stored separately for re-resolution of the corresponding AjType on deserialization.
- 
aspectNameString aspectName The name of this aspect as defined to Spring (the bean name) - allows us to determine if two pieces of advice come from the same aspect and hence their relative precedence.
- 
perClausePointcutPointcut perClausePointcut Spring AOP pointcut corresponding to the per clause of the aspect. Will be thePointcut.TRUEcanonical instance in the case of a singleton, otherwise an AspectJExpressionPointcut.
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactoryclass BeanFactoryAspectInstanceFactory extends Object implements Serializable- 
Serialized Fields- 
aspectMetadataAspectMetadata aspectMetadata 
- 
beanFactoryBeanFactory beanFactory 
- 
nameString name 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecoratorclass LazySingletonAspectInstanceFactoryDecorator extends Object implements Serializable- 
Serialized Fields- 
maaifMetadataAwareAspectInstanceFactory maaif 
- 
materialized@Nullable Object materialized 
 
- 
 
- 
- 
Exception org.springframework.aop.aspectj.annotation.NotAnAtAspectExceptionclass NotAnAtAspectException extends AopConfigException implements Serializable- 
Serialized Fields- 
nonAspectClassClass<?> nonAspectClass 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.PrototypeAspectInstanceFactoryclass PrototypeAspectInstanceFactory extends BeanFactoryAspectInstanceFactory implements Serializable
- 
Class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactoryclass ReflectiveAspectJAdvisorFactory extends AbstractAspectJAdvisorFactory implements Serializable- 
Serialized Fields- 
beanFactory@Nullable BeanFactory beanFactory 
 
- 
 
- 
- 
Class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisorclass SyntheticInstantiationAdvisor extends DefaultPointcutAdvisor implements Serializable
- 
Class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactoryclass SingletonMetadataAwareAspectInstanceFactory extends SingletonAspectInstanceFactory implements Serializable- 
Serialized Fields- 
metadataAspectMetadata metadata 
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.aspectj.autoproxy- 
Class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreatorclass AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable
 
- 
- 
Package org.springframework.aop.framework- 
Class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessorclass AbstractAdvisingBeanPostProcessor extends ProxyProcessorSupport implements Serializable
- 
Class org.springframework.aop.framework.AbstractSingletonProxyFactoryBeanclass AbstractSingletonProxyFactoryBean extends ProxyConfig implements Serializable- 
Serialized Fields- 
advisorAdapterRegistryAdvisorAdapterRegistry advisorAdapterRegistry Default is global AdvisorAdapterRegistry.
- 
postInterceptorsObject @Nullable [] postInterceptors 
- 
preInterceptorsObject @Nullable [] preInterceptors 
- 
proxy@Nullable Object proxy 
- 
proxyInterfacesClass<?> @Nullable [] proxyInterfaces 
- 
target@Nullable Object target 
 
- 
 
- 
- 
Class org.springframework.aop.framework.AdvisedSupportclass AdvisedSupport extends ProxyConfig implements Serializable- serialVersionUID:
- 2651364800145442165L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
advisorChainFactoryAdvisorChainFactory advisorChainFactory The AdvisorChainFactory to use.
- 
advisorKeyList<Advisor> advisorKey List of minimalAdvisedSupport.AdvisorKeyEntryinstances, to be assigned to theAdvisedSupport.advisorsfield on reduction.- Since:
- 6.0.10
- See Also:
- 
- AdvisedSupport.reduceToAdvisorKey()
 
 
- 
advisorsList<Advisor> advisors List of Advisors. If an Advice is added, it will be wrapped in an Advisor before being added to this List.
- 
interfacesList<Class<?>> interfaces Interfaces to be implemented by the proxy. Held in List to keep the order of registration, to create JDK proxy with specified order of interfaces.
- 
preFilteredboolean preFiltered Whether the Advisors are already filtered for the specific target class.
- 
targetSourceTargetSource targetSource Package-protected to allow direct access for efficiency.
 
- 
 
- 
Exception org.springframework.aop.framework.AopConfigExceptionclass AopConfigException extends NestedRuntimeException implements Serializable
- 
Class org.springframework.aop.framework.CglibAopProxy.SerializableNoOpclass SerializableNoOp extends Object implements Serializable
- 
Class org.springframework.aop.framework.DefaultAdvisorChainFactoryclass DefaultAdvisorChainFactory extends Object implements Serializable
- 
Class org.springframework.aop.framework.DefaultAopProxyFactoryclass DefaultAopProxyFactory extends Object implements Serializable- serialVersionUID:
- 7930414337282325166L
 
- 
Class org.springframework.aop.framework.ProxyConfigclass ProxyConfig extends Object implements Serializable- serialVersionUID:
- -8409359707199703185L
 - 
Serialized Fields- 
exposeProxyboolean exposeProxy 
- 
frozenboolean frozen 
- 
opaqueboolean opaque 
- 
optimizeboolean optimize 
- 
proxyTargetClassboolean proxyTargetClass 
 
- 
 
- 
Class org.springframework.aop.framework.ProxyCreatorSupportclass ProxyCreatorSupport extends AdvisedSupport implements Serializable- 
Serialized Fields- 
activeboolean active Set to true when the first AOP proxy has been created.
- 
aopProxyFactoryAopProxyFactory aopProxyFactory 
- 
listenersList<AdvisedSupportListener> listeners 
 
- 
 
- 
- 
Class org.springframework.aop.framework.ProxyFactoryclass ProxyFactory extends ProxyCreatorSupport implements Serializable
- 
Class org.springframework.aop.framework.ProxyFactoryBeanclass ProxyFactoryBean extends ProxyCreatorSupport implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
advisorAdapterRegistryAdvisorAdapterRegistry advisorAdapterRegistry 
- 
advisorChainInitializedboolean advisorChainInitialized Whether the advisor chain has already been initialized.
- 
autodetectInterfacesboolean autodetectInterfaces 
- 
freezeProxyboolean freezeProxy 
- 
interceptorNamesString @Nullable [] interceptorNames 
- 
singletonboolean singleton 
- 
singletonInstance@Nullable Object singletonInstance If this is a singleton, the cached singleton proxy instance.
- 
targetName@Nullable String targetName 
 
- 
 
- 
- 
Class org.springframework.aop.framework.ProxyProcessorSupportclass ProxyProcessorSupport extends ProxyConfig implements Serializable- 
Serialized Fields- 
classLoaderConfiguredboolean classLoaderConfigured 
- 
orderint order This should run after all other processors, so that it can just add an advisor to existing proxies rather than double-proxy.
- 
proxyClassLoader@Nullable ClassLoader proxyClassLoader 
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.framework.adapter- 
Class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptorclass AfterReturningAdviceInterceptor extends Object implements Serializable- 
Serialized Fields- 
adviceAfterReturningAdvice advice 
 
- 
 
- 
- 
Class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistryclass DefaultAdvisorAdapterRegistry extends Object implements Serializable- 
Serialized Fields- 
adaptersList<AdvisorAdapter> adapters 
 
- 
 
- 
- 
Class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptorclass MethodBeforeAdviceInterceptor extends Object implements Serializable- 
Serialized Fields- 
adviceMethodBeforeAdvice advice 
 
- 
 
- 
- 
Exception org.springframework.aop.framework.adapter.UnknownAdviceTypeExceptionclass UnknownAdviceTypeException extends IllegalArgumentException implements Serializable
 
- 
- 
Package org.springframework.aop.framework.autoproxy- 
Class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreatorclass AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable- 
Serialized Fields- 
advisorRetrievalHelper@Nullable BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper 
 
- 
 
- 
- 
Class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreatorclass AbstractAutoProxyCreator extends ProxyProcessorSupport implements Serializable- 
Serialized Fields- 
advisedBeansMap<Object, Boolean> advisedBeans 
- 
advisorAdapterRegistryAdvisorAdapterRegistry advisorAdapterRegistry Default is global AdvisorAdapterRegistry.
- 
applyCommonInterceptorsFirstboolean applyCommonInterceptorsFirst 
- 
beanFactory@Nullable BeanFactory beanFactory 
- 
customTargetSourceCreatorsTargetSourceCreator @Nullable [] customTargetSourceCreators 
- 
earlyBeanReferencesMap<Object, Object> earlyBeanReferences 
- 
freezeProxyboolean freezeProxy Indicates whether the proxy should be frozen. Overridden from super to prevent the configuration from becoming frozen too early.
- 
interceptorNamesString[] interceptorNames Default is no common interceptors.
- 
loggerorg.apache.commons.logging.Log logger Logger available to subclasses.
- 
proxyTypesMap<Object, Class<?>> proxyTypes 
- 
targetSourcedBeansSet<String> targetSourcedBeans 
 
- 
 
- 
- 
Class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessorclass AbstractBeanFactoryAwareAdvisingPostProcessor extends AbstractAdvisingBeanPostProcessor implements Serializable- 
Serialized Fields- 
beanFactory@Nullable ConfigurableListableBeanFactory beanFactory 
 
- 
 
- 
- 
Class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreatorclass BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements Serializable
- 
Class org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreatorclass DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable
- 
Class org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreatorclass InfrastructureAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements Serializable- 
Serialized Fields- 
beanFactory@Nullable ConfigurableListableBeanFactory beanFactory 
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.interceptor- 
Class org.springframework.aop.interceptor.AbstractMonitoringInterceptorclass AbstractMonitoringInterceptor extends AbstractTraceInterceptor implements Serializable
- 
Class org.springframework.aop.interceptor.AbstractTraceInterceptorclass AbstractTraceInterceptor extends Object implements Serializable- 
Serialized Fields- 
hideProxyClassNamesboolean hideProxyClassNames Indicates whether proxy class names should be hidden when using dynamic loggers.
- 
logExceptionStackTraceboolean logExceptionStackTrace Indicates whether to pass an exception to the logger.
 
- 
 
- 
- 
Class org.springframework.aop.interceptor.ConcurrencyThrottleInterceptorclass ConcurrencyThrottleInterceptor extends ConcurrencyThrottleSupport implements Serializable
- 
Class org.springframework.aop.interceptor.CustomizableTraceInterceptorclass CustomizableTraceInterceptor extends AbstractTraceInterceptor implements Serializable
- 
Class org.springframework.aop.interceptor.DebugInterceptorclass DebugInterceptor extends SimpleTraceInterceptor implements Serializable- 
Serialized Fields- 
countlong count 
 
- 
 
- 
- 
Class org.springframework.aop.interceptor.ExposeInvocationInterceptorclass ExposeInvocationInterceptor extends Object implements Serializable- 
Serialization Methods- 
readResolveRequired to support serialization. Replaces with canonical instance on deserialization, protecting Singleton pattern.Alternative to overriding the equalsmethod.
 
- 
 
- 
- 
Class org.springframework.aop.interceptor.PerformanceMonitorInterceptorclass PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements Serializable
- 
Class org.springframework.aop.interceptor.SimpleTraceInterceptorclass SimpleTraceInterceptor extends AbstractTraceInterceptor implements Serializable
 
- 
- 
Package org.springframework.aop.scope- 
Class org.springframework.aop.scope.DefaultScopedObjectclass DefaultScopedObject extends Object implements Serializable- 
Serialized Fields- 
beanFactoryConfigurableBeanFactory beanFactory 
- 
targetBeanNameString targetBeanName 
 
- 
 
- 
- 
Class org.springframework.aop.scope.ScopedProxyFactoryBeanclass ScopedProxyFactoryBean extends ProxyConfig implements Serializable- 
Serialized Fields- 
proxy@Nullable Object proxy The cached singleton proxy.
- 
scopedTargetSourceSimpleBeanTargetSource scopedTargetSource The TargetSource that manages scoping.
- 
targetBeanName@Nullable String targetBeanName The name of the target bean.
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.support- 
Class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisorclass AbstractBeanFactoryPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
adviceBeanName@Nullable String adviceBeanName 
- 
beanFactory@Nullable BeanFactory beanFactory 
 
- 
 
- 
- 
Class org.springframework.aop.support.AbstractExpressionPointcutclass AbstractExpressionPointcut extends Object implements Serializable
- 
Class org.springframework.aop.support.AbstractGenericPointcutAdvisorclass AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor implements Serializable- 
Serialized Fields- 
adviceAdvice advice 
 
- 
 
- 
- 
Class org.springframework.aop.support.AbstractPointcutAdvisorclass AbstractPointcutAdvisor extends Object implements Serializable
- 
Class org.springframework.aop.support.AbstractRegexpMethodPointcutclass AbstractRegexpMethodPointcut extends StaticMethodMatcherPointcut implements Serializable
- 
Class org.springframework.aop.support.ComposablePointcutclass ComposablePointcut extends Object implements Serializable- serialVersionUID:
- -2743223737633663832L
 - 
Serialized Fields- 
classFilterClassFilter classFilter 
- 
methodMatcherMethodMatcher methodMatcher 
 
- 
 
- 
Class org.springframework.aop.support.ControlFlowPointcutclass ControlFlowPointcut extends Object implements Serializable- 
Serialized Fields- 
clazzClass<?> clazz The class against which to match.- Since:
- 6.1
 
- 
evaluationCountAtomicInteger evaluationCount 
- 
methodNamePatternsList<String> methodNamePatterns An immutable list of distinct method name patterns against which to match.- Since:
- 6.1
 
 
- 
 
- 
- 
Class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisorclass DefaultBeanFactoryPointcutAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.aop.support.DefaultIntroductionAdvisorclass DefaultIntroductionAdvisor extends Object implements Serializable
- 
Class org.springframework.aop.support.DefaultPointcutAdvisorclass DefaultPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptorclass DelegatePerTargetObjectIntroductionInterceptor extends IntroductionInfoSupport implements Serializable
- 
Class org.springframework.aop.support.DelegatingIntroductionInterceptorclass DelegatingIntroductionInterceptor extends IntroductionInfoSupport implements Serializable
- 
Class org.springframework.aop.support.IntroductionInfoSupportclass IntroductionInfoSupport extends Object implements Serializable- 
Serialization Methods- 
readObjectThis method is implemented only to restore the logger. We don't make the logger static as that would mean that subclasses would use this class's log category.- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields
 
- 
- 
Class org.springframework.aop.support.JdkRegexpMethodPointcutclass JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut implements Serializable
- 
Class org.springframework.aop.support.NameMatchMethodPointcutclass NameMatchMethodPointcut extends StaticMethodMatcherPointcut implements Serializable
- 
Class org.springframework.aop.support.NameMatchMethodPointcutAdvisorclass NameMatchMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutNameMatchMethodPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.aop.support.RegexpMethodPointcutAdvisorclass RegexpMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements Serializable- 
Serialized Fields- 
patternsString @Nullable [] patterns 
- 
pointcut@Nullable AbstractRegexpMethodPointcut pointcut 
- 
pointcutMonitorObject pointcutMonitor 
 
- 
 
- 
- 
Class org.springframework.aop.support.RootClassFilterclass RootClassFilter extends Object implements Serializable- 
Serialized Fields- 
clazzClass<?> clazz 
 
- 
 
- 
- 
Class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisorclass StaticMethodMatcherPointcutAdvisor extends StaticMethodMatcherPointcut implements Serializable- 
Serialized Fields- 
adviceAdvice advice 
- 
orderint order 
 
- 
 
- 
 
- 
- 
Package org.springframework.aop.target- 
Class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSourceclass AbstractBeanFactoryBasedTargetSource extends Object implements Serializable- serialVersionUID:
- -4721607536018568393L
 - 
Serialized Fields- 
beanFactory@Nullable BeanFactory beanFactory BeanFactory that owns this TargetSource. We need to hold onto this reference so that we can create new prototype instances as necessary.
- 
targetBeanName@Nullable String targetBeanName Name of the target bean we will create on each invocation.
- 
targetClass@Nullable Class<?> targetClass Class of the target.
 
- 
 
- 
Class org.springframework.aop.target.AbstractPoolingTargetSourceclass AbstractPoolingTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable- 
Serialized Fields- 
maxSizeint maxSize The maximum size of the pool.
 
- 
 
- 
- 
Class org.springframework.aop.target.AbstractPrototypeBasedTargetSourceclass AbstractPrototypeBasedTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeReplaceReplaces this object with a SingletonTargetSource on serialization. Protected as otherwise it won't be invoked for subclasses. (ThewriteReplace()method must be visible to the class being serialized.)With this implementation of this method, there is no need to mark non-serializable fields in this class or subclasses as transient. - Throws:
- ObjectStreamException
 
 
- 
 
- 
- 
Class org.springframework.aop.target.CommonsPool2TargetSourceclass CommonsPool2TargetSource extends AbstractPoolingTargetSource implements Serializable- 
Serialized Fields- 
blockWhenExhaustedboolean blockWhenExhausted 
- 
maxIdleint maxIdle 
- 
maxWaitlong maxWait 
- 
minEvictableIdleTimeMillislong minEvictableIdleTimeMillis 
- 
minIdleint minIdle 
- 
pool@Nullable org.apache.commons.pool2.ObjectPool pool The Apache CommonsObjectPoolused to pool target objects.
- 
timeBetweenEvictionRunsMillislong timeBetweenEvictionRunsMillis 
 
- 
 
- 
- 
Class org.springframework.aop.target.EmptyTargetSourceclass EmptyTargetSource extends Object implements Serializable- serialVersionUID:
- 3680494563553489691L
 
- 
Class org.springframework.aop.target.HotSwappableTargetSourceclass HotSwappableTargetSource extends Object implements Serializable- serialVersionUID:
- 7497929212653839187L
 - 
Serialized Fields- 
targetObject target The current target object.
 
- 
 
- 
Class org.springframework.aop.target.LazyInitTargetSourceclass LazyInitTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable
- 
Class org.springframework.aop.target.PrototypeTargetSourceclass PrototypeTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable
- 
Class org.springframework.aop.target.SimpleBeanTargetSourceclass SimpleBeanTargetSource extends AbstractBeanFactoryBasedTargetSource implements Serializable
- 
Class org.springframework.aop.target.SingletonTargetSourceclass SingletonTargetSource extends Object implements Serializable- serialVersionUID:
- 9031246629662423738L
 - 
Serialized Fields- 
targetObject target Target cached and invoked using reflection.
 
- 
 
- 
Class org.springframework.aop.target.ThreadLocalTargetSourceclass ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource implements Serializable- 
Serialized Fields- 
hitCountint hitCount 
- 
invocationCountint invocationCount 
- 
targetInThreadThreadLocal<Object> targetInThread ThreadLocal holding the target associated with the current thread. Unlike most ThreadLocals, which are static, this variable is meant to be per thread per instance of the ThreadLocalTargetSource class.
- 
targetSetSet<Object> targetSet Set of managed targets, enabling us to keep track of the targets we've created.
 
- 
 
- 
 
- 
- 
Package org.springframework.aot.generate- 
Exception org.springframework.aot.generate.UnsupportedTypeValueCodeGenerationExceptionclass UnsupportedTypeValueCodeGenerationException extends ValueCodeGenerationException implements Serializable
- 
Exception org.springframework.aot.generate.ValueCodeGenerationExceptionclass ValueCodeGenerationException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.asm- 
Exception org.springframework.asm.ClassTooLargeExceptionclass ClassTooLargeException extends IndexOutOfBoundsException implements Serializable- serialVersionUID:
- 160715609518896765L
 - 
Serialized Fields- 
classNameString className 
- 
constantPoolCountint constantPoolCount 
 
- 
 
- 
Exception org.springframework.asm.MethodTooLargeExceptionclass MethodTooLargeException extends IndexOutOfBoundsException implements Serializable- serialVersionUID:
- 6807380416709738314L
 
 
- 
- 
Package org.springframework.beans- 
Exception org.springframework.beans.BeanInstantiationExceptionclass BeanInstantiationException extends FatalBeanException implements Serializable- 
Serialized Fields- 
beanClassClass<?> beanClass 
- 
constructingMethod@Nullable Method constructingMethod 
- 
constructor@Nullable Constructor<?> constructor 
 
- 
 
- 
- 
Class org.springframework.beans.BeanMetadataAttributeAccessorclass BeanMetadataAttributeAccessor extends AttributeAccessorSupport implements Serializable
- 
Exception org.springframework.beans.BeansExceptionclass BeansException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.beans.ConversionNotSupportedExceptionclass ConversionNotSupportedException extends TypeMismatchException implements Serializable
- 
Exception org.springframework.beans.FatalBeanExceptionclass FatalBeanException extends BeansException implements Serializable
- 
Exception org.springframework.beans.InvalidPropertyExceptionclass InvalidPropertyException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.MethodInvocationExceptionclass MethodInvocationException extends PropertyAccessException implements Serializable
- 
Class org.springframework.beans.MutablePropertyValuesclass MutablePropertyValues extends Object implements Serializable- 
Serialized Fields- 
convertedboolean converted 
- 
processedProperties@Nullable Set<String> processedProperties 
- 
propertyValueListList<PropertyValue> propertyValueList 
 
- 
 
- 
- 
Exception org.springframework.beans.NotReadablePropertyExceptionclass NotReadablePropertyException extends InvalidPropertyException implements Serializable
- 
Exception org.springframework.beans.NotWritablePropertyExceptionclass NotWritablePropertyException extends InvalidPropertyException implements Serializable
- 
Exception org.springframework.beans.NullValueInNestedPathExceptionclass NullValueInNestedPathException extends InvalidPropertyException implements Serializable
- 
Exception org.springframework.beans.PropertyAccessExceptionclass PropertyAccessException extends BeansException implements Serializable- 
Serialized Fields- 
propertyChangeEvent@Nullable PropertyChangeEvent propertyChangeEvent 
 
- 
 
- 
- 
Exception org.springframework.beans.PropertyBatchUpdateExceptionclass PropertyBatchUpdateException extends BeansException implements Serializable- 
Serialized Fields- 
propertyAccessExceptionsPropertyAccessException[] propertyAccessExceptions List of PropertyAccessException objects.
 
- 
 
- 
- 
Class org.springframework.beans.PropertyValueclass PropertyValue extends BeanMetadataAttributeAccessor implements Serializable
- 
Exception org.springframework.beans.TypeMismatchExceptionclass TypeMismatchException extends PropertyAccessException implements Serializable
 
- 
- 
Package org.springframework.beans.factory- 
Exception org.springframework.beans.factory.BeanCreationExceptionclass BeanCreationException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.BeanCreationNotAllowedExceptionclass BeanCreationNotAllowedException extends BeanCreationException implements Serializable
- 
Exception org.springframework.beans.factory.BeanCurrentlyInCreationExceptionclass BeanCurrentlyInCreationException extends BeanCreationException implements Serializable
- 
Exception org.springframework.beans.factory.BeanDefinitionStoreExceptionclass BeanDefinitionStoreException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.BeanExpressionExceptionclass BeanExpressionException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.BeanInitializationExceptionclass BeanInitializationException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.BeanIsAbstractExceptionclass BeanIsAbstractException extends BeanCreationException implements Serializable
- 
Exception org.springframework.beans.factory.BeanIsNotAFactoryExceptionclass BeanIsNotAFactoryException extends BeanNotOfRequiredTypeException implements Serializable
- 
Exception org.springframework.beans.factory.BeanNotOfRequiredTypeExceptionclass BeanNotOfRequiredTypeException extends BeansException implements Serializable
- 
Exception org.springframework.beans.factory.CannotLoadBeanClassExceptionclass CannotLoadBeanClassException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.FactoryBeanNotInitializedExceptionclass FactoryBeanNotInitializedException extends FatalBeanException implements Serializable
- 
Exception org.springframework.beans.factory.NoSuchBeanDefinitionExceptionclass NoSuchBeanDefinitionException extends BeansException implements Serializable- 
Serialized Fields- 
beanName@Nullable String beanName 
- 
resolvableType@Nullable ResolvableType resolvableType 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.NoUniqueBeanDefinitionExceptionclass NoUniqueBeanDefinitionException extends NoSuchBeanDefinitionException implements Serializable- 
Serialized Fields- 
beanNamesFound@Nullable Collection<String> beanNamesFound 
- 
numberOfBeansFoundint numberOfBeansFound 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.UnsatisfiedDependencyExceptionclass UnsatisfiedDependencyException extends BeanCreationException implements Serializable- 
Serialized Fields- 
injectionPoint@Nullable InjectionPoint injectionPoint 
 
- 
 
- 
 
- 
- 
Package org.springframework.beans.factory.annotation- 
Class org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinitionclass AnnotatedGenericBeanDefinition extends GenericBeanDefinition implements Serializable- 
Serialized Fields- 
factoryMethodMetadata@Nullable MethodMetadata factoryMethodMetadata 
- 
metadataAnnotationMetadata metadata 
 
- 
 
- 
- 
Class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessorclass InitDestroyAnnotationBeanPostProcessor extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
destroyAnnotationTypesSet<Class<? extends Annotation>> destroyAnnotationTypes 
- 
initAnnotationTypesSet<Class<? extends Annotation>> initAnnotationTypes 
- 
orderint order 
 
- 
 
- 
 
- 
- 
Package org.springframework.beans.factory.aot- 
Exception org.springframework.beans.factory.aot.AotBeanProcessingExceptionclass AotBeanProcessingException extends AotProcessingException implements Serializable- 
Serialized Fields- 
beanDefinitionRootBeanDefinition beanDefinition 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.aot.AotExceptionclass AotException extends RuntimeException implements Serializable
- 
Exception org.springframework.beans.factory.aot.AotProcessingExceptionclass AotProcessingException extends AotException implements Serializable
 
- 
- 
Package org.springframework.beans.factory.config- 
Class org.springframework.beans.factory.config.AutowiredPropertyMarkerclass AutowiredPropertyMarker extends Object implements Serializable- 
Serialization Methods- 
readResolve
 
- 
 
- 
- 
Class org.springframework.beans.factory.config.DependencyDescriptorclass DependencyDescriptor extends InjectionPoint implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
containingClass@Nullable Class<?> containingClass 
- 
declaringClassClass<?> declaringClass 
- 
eagerboolean eager 
- 
fieldName@Nullable String fieldName 
- 
methodName@Nullable String methodName 
- 
nestingLevelint nestingLevel 
- 
parameterIndexint parameterIndex 
- 
parameterTypesClass<?> @Nullable [] parameterTypes 
- 
requiredboolean required 
 
- 
 
- 
 
- 
- 
Package org.springframework.beans.factory.parsing- 
Exception org.springframework.beans.factory.parsing.BeanDefinitionParsingExceptionclass BeanDefinitionParsingException extends BeanDefinitionStoreException implements Serializable
 
- 
- 
Package org.springframework.beans.factory.support- 
Class org.springframework.beans.factory.support.AbstractBeanDefinitionclass AbstractBeanDefinition extends BeanMetadataAttributeAccessor implements Serializable- 
Serialized Fields- 
abstractFlagboolean abstractFlag 
- 
autowireCandidateboolean autowireCandidate 
- 
autowireModeint autowireMode 
- 
backgroundInitboolean backgroundInit 
- 
beanClass@Nullable Object beanClass 
- 
constructorArgumentValues@Nullable ConstructorArgumentValues constructorArgumentValues 
- 
defaultCandidateboolean defaultCandidate 
- 
dependencyCheckint dependencyCheck 
- 
dependsOnString @Nullable [] dependsOn 
- 
description@Nullable String description 
- 
destroyMethodNamesString @Nullable [] destroyMethodNames 
- 
enforceDestroyMethodboolean enforceDestroyMethod 
- 
enforceInitMethodboolean enforceInitMethod 
- 
factoryBeanName@Nullable String factoryBeanName 
- 
factoryMethodName@Nullable String factoryMethodName 
- 
fallbackboolean fallback 
- 
initMethodNamesString @Nullable [] initMethodNames 
- 
instanceSupplier@Nullable Supplier<?> instanceSupplier 
- 
lazyInit@Nullable Boolean lazyInit 
- 
lenientConstructorResolutionboolean lenientConstructorResolution 
- 
methodOverridesMethodOverrides methodOverrides 
- 
nonPublicAccessAllowedboolean nonPublicAccessAllowed 
- 
primaryboolean primary 
- 
propertyValues@Nullable MutablePropertyValues propertyValues 
- 
qualifiersMap<String, AutowireCandidateQualifier> qualifiers 
- 
resource@Nullable Resource resource 
- 
roleint role 
- 
scope@Nullable String scope 
- 
syntheticboolean synthetic 
 
- 
 
- 
- 
Class org.springframework.beans.factory.support.AutowireCandidateQualifierclass AutowireCandidateQualifier extends BeanMetadataAttributeAccessor implements Serializable- 
Serialized Fields- 
typeNameString typeName 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.support.BeanDefinitionOverrideExceptionclass BeanDefinitionOverrideException extends BeanDefinitionStoreException implements Serializable- 
Serialized Fields- 
beanDefinitionBeanDefinition beanDefinition 
- 
existingDefinitionBeanDefinition existingDefinition 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.support.BeanDefinitionValidationExceptionclass BeanDefinitionValidationException extends FatalBeanException implements Serializable
- 
Class org.springframework.beans.factory.support.ChildBeanDefinitionclass ChildBeanDefinition extends AbstractBeanDefinition implements Serializable
- 
Class org.springframework.beans.factory.support.DefaultListableBeanFactoryclass DefaultListableBeanFactory extends AbstractAutowireCapableBeanFactory implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
allBeanNamesByTypeMap<Class<?>, String[]> allBeanNamesByType Map of singleton and non-singleton bean names, keyed by dependency type.
- 
allowBeanDefinitionOverriding@Nullable Boolean allowBeanDefinitionOverriding Whether to allow re-registration of a different definition with the same name.
- 
allowEagerClassLoadingboolean allowEagerClassLoading Whether to allow eager class loading even for lazy-init beans.
- 
autowireCandidateResolverAutowireCandidateResolver autowireCandidateResolver Resolver to use for checking if a bean definition is an autowire candidate.
- 
beanDefinitionMapMap<String, BeanDefinition> beanDefinitionMap Map of bean definition objects, keyed by bean name.
- 
beanDefinitionNamesList<String> beanDefinitionNames List of bean definition names, in registration order.
- 
bootstrapExecutor@Nullable Executor bootstrapExecutor 
- 
configurationFrozenboolean configurationFrozen Whether bean definition metadata may be cached for all beans.
- 
dependencyComparator@Nullable Comparator<Object> dependencyComparator Optional OrderComparator for dependency Lists and arrays.
- 
frozenBeanDefinitionNamesString @Nullable [] frozenBeanDefinitionNames Cached array of bean definition names in case of frozen configuration.
- 
manualSingletonNamesSet<String> manualSingletonNames List of names of manually registered singletons, in registration order.
- 
mergedBeanDefinitionHoldersMap<String, BeanDefinitionHolder> mergedBeanDefinitionHolders Map from bean name to merged BeanDefinitionHolder.
- 
preInstantiationPhaseboolean preInstantiationPhase 
- 
preInstantiationThreadNamedThreadLocal<org.springframework.beans.factory.support.DefaultListableBeanFactory.PreInstantiation> preInstantiationThread 
- 
primaryBeanNamesSet<String> primaryBeanNames Set of bean definition names with a primary marker.
- 
resolvableDependenciesMap<Class<?>, Object> resolvableDependencies Map from dependency type to corresponding autowired value.
- 
serializationId@Nullable String serializationId Optional id for this factory, for serialization purposes.
- 
singletonBeanNamesByTypeMap<Class<?>, String[]> singletonBeanNamesByType Map of singleton-only bean names, keyed by dependency type.
 
- 
 
- 
- 
Class org.springframework.beans.factory.support.GenericBeanDefinitionclass GenericBeanDefinition extends AbstractBeanDefinition implements Serializable
- 
Class org.springframework.beans.factory.support.ManagedArray
- 
Class org.springframework.beans.factory.support.ManagedList
- 
Class org.springframework.beans.factory.support.ManagedMap
- 
Class org.springframework.beans.factory.support.ManagedPropertiesclass ManagedProperties extends Properties implements Serializable
- 
Class org.springframework.beans.factory.support.ManagedSet
- 
Class org.springframework.beans.factory.support.RootBeanDefinitionclass RootBeanDefinition extends AbstractBeanDefinition implements Serializable- 
Serialized Fields- 
allowCachingboolean allowCaching 
- 
beforeInstantiationResolved@Nullable Boolean beforeInstantiationResolved Package-visible field that indicates a before-instantiation post-processor having kicked in.
- 
constructorArgumentLockObject constructorArgumentLock Common lock for the four constructor fields below.
- 
constructorArgumentsResolvedboolean constructorArgumentsResolved Package-visible field that marks the constructor arguments as resolved.
- 
decoratedDefinition@Nullable BeanDefinitionHolder decoratedDefinition 
- 
externallyManagedConfigMembers@Nullable Set<Member> externallyManagedConfigMembers 
- 
externallyManagedDestroyMethods@Nullable Set<String> externallyManagedDestroyMethods 
- 
externallyManagedInitMethods@Nullable Set<String> externallyManagedInitMethods 
- 
factoryMethodReturnType@Nullable ResolvableType factoryMethodReturnType Package-visible field for caching the return type of a generically typed factory method.
- 
factoryMethodToIntrospect@Nullable Method factoryMethodToIntrospect Package-visible field for caching a unique factory method candidate for introspection.
- 
isFactoryBean@Nullable Boolean isFactoryBean Package-visible field for caching if the bean is a factory bean.
- 
isFactoryMethodUniqueboolean isFactoryMethodUnique 
- 
postProcessedboolean postProcessed Package-visible field that indicates MergedBeanDefinitionPostProcessor having been applied.
- 
postProcessingLockObject postProcessingLock Common lock for the two post-processing fields below.
- 
preparedConstructorArguments@Nullable Object @Nullable [] preparedConstructorArguments Package-visible field for caching partly prepared constructor arguments.
- 
qualifiedElement@Nullable AnnotatedElement qualifiedElement 
- 
resolvedConstructorArguments@Nullable Object @Nullable [] resolvedConstructorArguments Package-visible field for caching fully resolved constructor arguments.
- 
resolvedConstructorOrFactoryMethod@Nullable Executable resolvedConstructorOrFactoryMethod Package-visible field for caching the resolved constructor or factory method.
- 
resolvedDestroyMethodName@Nullable String resolvedDestroyMethodName Package-visible field for caching a resolved destroy method name (also for inferred).
- 
resolvedTargetType@Nullable Class<?> resolvedTargetType Package-visible field for caching the determined Class of a given bean definition.
- 
staleboolean stale Determines if the definition needs to be re-merged.
- 
targetType@Nullable ResolvableType targetType 
 
- 
 
- 
- 
Exception org.springframework.beans.factory.support.ScopeNotActiveExceptionclass ScopeNotActiveException extends BeanCreationException implements Serializable
 
- 
- 
Package org.springframework.beans.factory.xml- 
Exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreExceptionclass XmlBeanDefinitionStoreException extends BeanDefinitionStoreException implements Serializable
 
- 
- 
Package org.springframework.beans.support- 
Class org.springframework.beans.support.MutableSortDefinitionclass MutableSortDefinition extends Object implements Serializable- 
Serialized Fields- 
ascendingboolean ascending 
- 
ignoreCaseboolean ignoreCase 
- 
propertyString property 
- 
toggleAscendingOnPropertyboolean toggleAscendingOnProperty 
 
- 
 
- 
- 
Class org.springframework.beans.support.PagedListHolderclass PagedListHolder extends Object implements Serializable- 
Serialized Fields- 
maxLinkedPagesint maxLinkedPages 
- 
newPageSetboolean newPageSet 
- 
pageint page 
- 
pageSizeint pageSize 
- 
refreshDate@Nullable Date refreshDate 
- 
sort@Nullable SortDefinition sort 
- 
sortUsed@Nullable SortDefinition sortUsed 
- 
sourceList<E> source 
 
- 
 
- 
 
- 
- 
Package org.springframework.cache- 
Exception org.springframework.cache.Cache.ValueRetrievalExceptionclass ValueRetrievalException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.cache.annotation- 
Class org.springframework.cache.annotation.AnnotationCacheOperationSourceclass AnnotationCacheOperationSource extends AbstractFallbackCacheOperationSource implements Serializable- 
Serialized Fields- 
annotationParsersSet<CacheAnnotationParser> annotationParsers 
- 
publicMethodsOnlyboolean publicMethodsOnly 
 
- 
 
- 
- 
Class org.springframework.cache.annotation.SpringCacheAnnotationParserclass SpringCacheAnnotationParser extends Object implements Serializable
 
- 
- 
Package org.springframework.cache.interceptor- 
Class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisorclass BeanFactoryCacheOperationSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutorg.springframework.cache.interceptor.CacheOperationSourcePointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.cache.interceptor.CacheInterceptorclass CacheInterceptor extends CacheAspectSupport implements Serializable
- 
Exception org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapperclass ThrowableWrapper extends RuntimeException implements Serializable- 
Serialized Fields- 
originalThrowable original 
 
- 
 
- 
- 
Class org.springframework.cache.interceptor.CacheProxyFactoryBeanclass CacheProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements Serializable- 
Serialized Fields- 
cacheInterceptorCacheInterceptor cacheInterceptor 
- 
pointcutPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.cache.interceptor.CompositeCacheOperationSourceclass CompositeCacheOperationSource extends Object implements Serializable- 
Serialized Fields- 
cacheOperationSourcesCacheOperationSource[] cacheOperationSources 
 
- 
 
- 
- 
Class org.springframework.cache.interceptor.NameMatchCacheOperationSourceclass NameMatchCacheOperationSource extends Object implements Serializable- 
Serialized Fields- 
nameMapMap<String, Collection<CacheOperation>> nameMap Keys are method names; values are TransactionAttributes.
 
- 
 
- 
- 
Class org.springframework.cache.interceptor.SimpleKeyclass SimpleKey extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields
 
- 
 
- 
- 
Package org.springframework.cache.jcache.interceptor- 
Class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisorclass BeanFactoryJCacheOperationSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutorg.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.cache.jcache.interceptor.JCacheInterceptorclass JCacheInterceptor extends JCacheAspectSupport implements Serializable
 
- 
- 
Package org.springframework.cache.support- 
Class org.springframework.cache.support.NullValueclass NullValue extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolve
 
- 
 
 
- 
- 
Package org.springframework.cglib.beans- 
Exception org.springframework.cglib.beans.BulkBeanExceptionclass BulkBeanException extends RuntimeException implements Serializable- 
Serialized Fields- 
causeThrowable cause 
- 
indexint index 
 
- 
 
- 
 
- 
- 
Package org.springframework.cglib.core- 
Exception org.springframework.cglib.core.CodeGenerationExceptionclass CodeGenerationException extends RuntimeException implements Serializable- 
Serialized Fields- 
causeThrowable cause 
 
- 
 
- 
 
- 
- 
Package org.springframework.cglib.proxy- 
Class org.springframework.cglib.proxy.Proxyclass Proxy extends Object implements Serializable- 
Serialized Fields
 
- 
- 
Exception org.springframework.cglib.proxy.UndeclaredThrowableExceptionclass UndeclaredThrowableException extends CodeGenerationException implements Serializable
 
- 
- 
Package org.springframework.context- 
Exception org.springframework.context.ApplicationContextExceptionclass ApplicationContextException extends FatalBeanException implements Serializable
- 
Class org.springframework.context.ApplicationEventclass ApplicationEvent extends EventObject implements Serializable- serialVersionUID:
- 7099057708183571937L
 - 
Serialized Fields- 
timestamplong timestamp System time when the event happened.
 
- 
 
- 
Exception org.springframework.context.NoSuchMessageExceptionclass NoSuchMessageException extends RuntimeException implements Serializable
- 
Class org.springframework.context.PayloadApplicationEventclass PayloadApplicationEvent extends ApplicationEvent implements Serializable- 
Serialized Fields- 
payloadT payload 
- 
payloadTypeResolvableType payloadType 
 
- 
 
- 
 
- 
- 
Package org.springframework.context.annotation- 
Class org.springframework.context.annotation.CommonAnnotationBeanPostProcessorclass CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBeanPostProcessor implements Serializable
- 
Class org.springframework.context.annotation.ScannedGenericBeanDefinitionclass ScannedGenericBeanDefinition extends GenericBeanDefinition implements Serializable- 
Serialized Fields- 
metadataAnnotationMetadata metadata 
 
- 
 
- 
 
- 
- 
Package org.springframework.context.event- 
Class org.springframework.context.event.ApplicationContextEventclass ApplicationContextEvent extends ApplicationEvent implements Serializable
- 
Class org.springframework.context.event.ContextClosedEventclass ContextClosedEvent extends ApplicationContextEvent implements Serializable
- 
Class org.springframework.context.event.ContextRefreshedEventclass ContextRefreshedEvent extends ApplicationContextEvent implements Serializable
- 
Class org.springframework.context.event.ContextStartedEventclass ContextStartedEvent extends ApplicationContextEvent implements Serializable
- 
Class org.springframework.context.event.ContextStoppedEventclass ContextStoppedEvent extends ApplicationContextEvent implements Serializable
 
- 
- 
Package org.springframework.context.support- 
Class org.springframework.context.support.DefaultMessageSourceResolvableclass DefaultMessageSourceResolvable extends Object implements Serializable
 
- 
- 
Package org.springframework.core- 
Class org.springframework.core.AttributeAccessorSupportclass AttributeAccessorSupport extends Object implements Serializable
- 
Exception org.springframework.core.Constants.ConstantExceptionclass ConstantException extends IllegalArgumentException implements Serializable
- 
Exception org.springframework.core.NestedCheckedExceptionclass NestedCheckedException extends Exception implements Serializable- serialVersionUID:
- 7100714597678207546L
 
- 
Exception org.springframework.core.NestedRuntimeExceptionclass NestedRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 5439915454935047936L
 
- 
Class org.springframework.core.ResolvableTypeclass ResolvableType extends Object implements Serializable- 
Serialization Methods- 
readResolveCustom serialization support forResolvableType.NONE.
 
- 
- 
Serialized Fields- 
componentType@Nullable ResolvableType componentType The component type for an array ornullif the type should be deduced.
- 
genericsResolvableType @Nullable [] generics 
- 
hash@Nullable Integer hash 
- 
interfacesResolvableType @Nullable [] interfaces 
- 
resolved@Nullable Class<?> resolved 
- 
superType@Nullable ResolvableType superType 
- 
typeType type The underlying Java type being managed.
- 
typeProvider@Nullable org.springframework.core.SerializableTypeWrapper.TypeProvider typeProvider Optional provider for the type.
- 
unresolvableGenerics@Nullable Boolean unresolvableGenerics 
- 
variableResolver@Nullable org.springframework.core.ResolvableType.VariableResolver variableResolver TheVariableResolverto use ornullif no resolver is available.
 
- 
 
- 
 
- 
- 
Package org.springframework.core.annotation- 
Class org.springframework.core.annotation.AnnotationAttributes- 
Serialized Fields- 
annotationType@Nullable Class<? extends Annotation> annotationType 
- 
displayNameString displayName 
- 
validatedboolean validated 
 
- 
 
- 
- 
Exception org.springframework.core.annotation.AnnotationConfigurationExceptionclass AnnotationConfigurationException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.core.codec- 
Exception org.springframework.core.codec.CodecExceptionclass CodecException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.core.codec.DecodingExceptionclass DecodingException extends CodecException implements Serializable
- 
Exception org.springframework.core.codec.EncodingExceptionclass EncodingException extends CodecException implements Serializable
 
- 
- 
Package org.springframework.core.convert- 
Exception org.springframework.core.convert.ConversionExceptionclass ConversionException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.core.convert.ConversionFailedExceptionclass ConversionFailedException extends ConversionException implements Serializable- 
Serialized Fields- 
sourceType@Nullable TypeDescriptor sourceType 
- 
targetTypeTypeDescriptor targetType 
- 
value@Nullable Object value 
 
- 
 
- 
- 
Exception org.springframework.core.convert.ConverterNotFoundExceptionclass ConverterNotFoundException extends ConversionException implements Serializable- 
Serialized Fields- 
sourceType@Nullable TypeDescriptor sourceType 
- 
targetTypeTypeDescriptor targetType 
 
- 
 
- 
- 
Class org.springframework.core.convert.TypeDescriptorclass TypeDescriptor extends Object implements Serializable- 
Serialized Fields- 
annotatedElement@Nullable org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter annotatedElement 
- 
annotatedElementSupplierorg.springframework.core.convert.TypeDescriptor.AnnotatedElementSupplier annotatedElementSupplier 
- 
resolvableTypeResolvableType resolvableType 
- 
typeClass<?> type 
 
- 
 
- 
 
- 
- 
Package org.springframework.core.env- 
Exception org.springframework.core.env.MissingRequiredPropertiesExceptionclass MissingRequiredPropertiesException extends IllegalStateException implements Serializable
 
- 
- 
Package org.springframework.core.io.buffer- 
Exception org.springframework.core.io.buffer.DataBufferLimitExceptionclass DataBufferLimitException extends IllegalStateException implements Serializable
- 
Class org.springframework.core.io.buffer.LimitedDataBufferList- 
Serialized Fields- 
byteCountint byteCount 
- 
maxByteCountint maxByteCount 
 
- 
 
- 
 
- 
- 
Package org.springframework.core.serializer.support- 
Exception org.springframework.core.serializer.support.SerializationFailedExceptionclass SerializationFailedException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.core.task- 
Class org.springframework.core.task.SimpleAsyncTaskExecutorclass SimpleAsyncTaskExecutor extends CustomizableThreadCreator implements Serializable- 
Serialized Fields- 
activeboolean active 
- 
activeThreads@Nullable Set<Thread> activeThreads 
- 
concurrencyThrottleorg.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle Internal concurrency throttle used by this executor.
- 
taskDecorator@Nullable TaskDecorator taskDecorator 
- 
taskTerminationTimeoutlong taskTerminationTimeout 
- 
threadFactory@Nullable ThreadFactory threadFactory 
- 
virtualThreadDelegate@Nullable org.springframework.core.task.VirtualThreadDelegate virtualThreadDelegate 
 
- 
 
- 
- 
Class org.springframework.core.task.SyncTaskExecutorclass SyncTaskExecutor extends Object implements Serializable
- 
Exception org.springframework.core.task.TaskRejectedExceptionclass TaskRejectedException extends RejectedExecutionException implements Serializable
- 
Exception org.springframework.core.task.TaskTimeoutExceptionclass TaskTimeoutException extends TaskRejectedException implements Serializable
 
- 
- 
Package org.springframework.core.test.tools- 
Exception org.springframework.core.test.tools.CompilationExceptionclass CompilationException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.core.type.classreading- 
Exception org.springframework.core.type.classreading.ClassFormatExceptionclass ClassFormatException extends IOException implements Serializable
 
- 
- 
Package org.springframework.dao- 
Exception org.springframework.dao.CannotAcquireLockExceptionclass CannotAcquireLockException extends PessimisticLockingFailureException implements Serializable
- 
Exception org.springframework.dao.CannotSerializeTransactionExceptionclass CannotSerializeTransactionException extends PessimisticLockingFailureException implements Serializable
- 
Exception org.springframework.dao.CleanupFailureDataAccessExceptionclass CleanupFailureDataAccessException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.ConcurrencyFailureExceptionclass ConcurrencyFailureException extends TransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.DataAccessExceptionclass DataAccessException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.dao.DataAccessResourceFailureExceptionclass DataAccessResourceFailureException extends NonTransientDataAccessResourceException implements Serializable
- 
Exception org.springframework.dao.DataIntegrityViolationExceptionclass DataIntegrityViolationException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.DataRetrievalFailureExceptionclass DataRetrievalFailureException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.DeadlockLoserDataAccessExceptionclass DeadlockLoserDataAccessException extends PessimisticLockingFailureException implements Serializable
- 
Exception org.springframework.dao.DuplicateKeyExceptionclass DuplicateKeyException extends DataIntegrityViolationException implements Serializable
- 
Exception org.springframework.dao.EmptyResultDataAccessExceptionclass EmptyResultDataAccessException extends IncorrectResultSizeDataAccessException implements Serializable
- 
Exception org.springframework.dao.IncorrectResultSizeDataAccessExceptionclass IncorrectResultSizeDataAccessException extends DataRetrievalFailureException implements Serializable- 
Serialized Fields- 
actualSizeint actualSize 
- 
expectedSizeint expectedSize 
 
- 
 
- 
- 
Exception org.springframework.dao.IncorrectUpdateSemanticsDataAccessExceptionclass IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable
- 
Exception org.springframework.dao.InvalidDataAccessApiUsageExceptionclass InvalidDataAccessApiUsageException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.InvalidDataAccessResourceUsageExceptionclass InvalidDataAccessResourceUsageException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.NonTransientDataAccessExceptionclass NonTransientDataAccessException extends DataAccessException implements Serializable
- 
Exception org.springframework.dao.NonTransientDataAccessResourceExceptionclass NonTransientDataAccessResourceException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.OptimisticLockingFailureExceptionclass OptimisticLockingFailureException extends ConcurrencyFailureException implements Serializable
- 
Exception org.springframework.dao.PermissionDeniedDataAccessExceptionclass PermissionDeniedDataAccessException extends NonTransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.PessimisticLockingFailureExceptionclass PessimisticLockingFailureException extends ConcurrencyFailureException implements Serializable
- 
Exception org.springframework.dao.QueryTimeoutExceptionclass QueryTimeoutException extends TransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.RecoverableDataAccessExceptionclass RecoverableDataAccessException extends DataAccessException implements Serializable
- 
Exception org.springframework.dao.TransientDataAccessExceptionclass TransientDataAccessException extends DataAccessException implements Serializable
- 
Exception org.springframework.dao.TransientDataAccessResourceExceptionclass TransientDataAccessResourceException extends TransientDataAccessException implements Serializable
- 
Exception org.springframework.dao.TypeMismatchDataAccessExceptionclass TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements Serializable
- 
Exception org.springframework.dao.UncategorizedDataAccessExceptionclass UncategorizedDataAccessException extends NonTransientDataAccessException implements Serializable
 
- 
- 
Package org.springframework.dao.annotation- 
Class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisorclass PersistenceExceptionTranslationAdvisor extends AbstractPointcutAdvisor implements Serializable- 
Serialized Fields- 
advicePersistenceExceptionTranslationInterceptor advice 
- 
pointcutAnnotationMatchingPointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessorclass PersistenceExceptionTranslationPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements Serializable- 
Serialized Fields- 
repositoryAnnotationTypeClass<? extends Annotation> repositoryAnnotationType 
 
- 
 
- 
 
- 
- 
Package org.springframework.expression- 
Exception org.springframework.expression.AccessExceptionclass AccessException extends Exception implements Serializable
- 
Exception org.springframework.expression.EvaluationExceptionclass EvaluationException extends ExpressionException implements Serializable
- 
Exception org.springframework.expression.ExpressionExceptionclass ExpressionException extends RuntimeException implements Serializable
- 
Exception org.springframework.expression.ExpressionInvocationTargetExceptionclass ExpressionInvocationTargetException extends EvaluationException implements Serializable
- 
Exception org.springframework.expression.ParseExceptionclass ParseException extends ExpressionException implements Serializable
 
- 
- 
Package org.springframework.expression.spel- 
Exception org.springframework.expression.spel.InternalParseExceptionclass InternalParseException extends RuntimeException implements Serializable
- 
Exception org.springframework.expression.spel.SpelEvaluationExceptionclass SpelEvaluationException extends EvaluationException implements Serializable- 
Serialized Fields- 
inserts@Nullable Object[] inserts 
- 
messageSpelMessage message 
 
- 
 
- 
- 
Exception org.springframework.expression.spel.SpelParseExceptionclass SpelParseException extends ParseException implements Serializable- 
Serialized Fields- 
insertsObject[] inserts 
- 
messageSpelMessage message 
 
- 
 
- 
 
- 
- 
Package org.springframework.http- 
Class org.springframework.http.HttpHeadersclass HttpHeaders extends Object implements Serializable- serialVersionUID:
- -8578554704772377436L
 - 
Serialized Fields- 
headersMultiValueMap<String, String> headers 
 
- 
 
- 
Class org.springframework.http.HttpMethodclass HttpMethod extends Object implements Serializable- serialVersionUID:
- -70133475680645360L
 - 
Serialized Fields- 
nameString name 
 
- 
 
- 
Exception org.springframework.http.InvalidMediaTypeExceptionclass InvalidMediaTypeException extends IllegalArgumentException implements Serializable- 
Serialized Fields- 
mediaTypeString mediaType 
 
- 
 
- 
- 
Class org.springframework.http.MediaTypeclass MediaType extends MimeType implements Serializable- serialVersionUID:
- 2069937152339670231L
 
- 
Class org.springframework.http.ProblemDetailclass ProblemDetail extends Object implements Serializable- serialVersionUID:
- 3307761915842206538L
 
 
- 
- 
Package org.springframework.http.converter- 
Exception org.springframework.http.converter.HttpMessageConversionExceptionclass HttpMessageConversionException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.http.converter.HttpMessageNotReadableExceptionclass HttpMessageNotReadableException extends HttpMessageConversionException implements Serializable- 
Serialized Fields- 
httpInputMessage@Nullable HttpInputMessage httpInputMessage 
 
- 
 
- 
- 
Exception org.springframework.http.converter.HttpMessageNotWritableExceptionclass HttpMessageNotWritableException extends HttpMessageConversionException implements Serializable
 
- 
- 
Package org.springframework.jca.endpoint- 
Exception org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceExceptionclass InternalResourceException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.jdbc- 
Exception org.springframework.jdbc.BadSqlGrammarExceptionclass BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable- 
Serialized Fields- 
sqlString sql 
 
- 
 
- 
- 
Exception org.springframework.jdbc.CannotGetJdbcConnectionExceptionclass CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements Serializable
- 
Exception org.springframework.jdbc.IncorrectResultSetColumnCountExceptionclass IncorrectResultSetColumnCountException extends DataRetrievalFailureException implements Serializable- 
Serialized Fields- 
actualCountint actualCount 
- 
expectedCountint expectedCount 
 
- 
 
- 
- 
Exception org.springframework.jdbc.InvalidResultSetAccessExceptionclass InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements Serializable
- 
Exception org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsExceptionclass JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectUpdateSemanticsDataAccessException implements Serializable- 
Serialized Fields- 
actualint actual Number of rows that actually were affected.
- 
expectedint expected Number of rows that should have been affected.
 
- 
 
- 
- 
Exception org.springframework.jdbc.LobRetrievalFailureExceptionclass LobRetrievalFailureException extends DataRetrievalFailureException implements Serializable
- 
Exception org.springframework.jdbc.SQLWarningExceptionclass SQLWarningException extends UncategorizedDataAccessException implements Serializable
- 
Exception org.springframework.jdbc.UncategorizedSQLExceptionclass UncategorizedSQLException extends UncategorizedDataAccessException implements Serializable
 
- 
- 
Package org.springframework.jdbc.core- 
Exception org.springframework.jdbc.core.AggregatedBatchUpdateExceptionclass AggregatedBatchUpdateException extends BatchUpdateException implements Serializable- 
Serialized Fields- 
originalExceptionBatchUpdateException originalException 
- 
successfulUpdateCountsint[][] successfulUpdateCounts 
 
- 
 
- 
 
- 
- 
Package org.springframework.jdbc.datasource- 
Class org.springframework.jdbc.datasource.DataSourceTransactionManagerclass DataSourceTransactionManager extends AbstractPlatformTransactionManager implements Serializable- 
Serialized Fields- 
dataSource@Nullable DataSource dataSource 
- 
enforceReadOnlyboolean enforceReadOnly 
 
- 
 
- 
 
- 
- 
Package org.springframework.jdbc.datasource.init- 
Exception org.springframework.jdbc.datasource.init.CannotReadScriptExceptionclass CannotReadScriptException extends ScriptException implements Serializable
- 
Exception org.springframework.jdbc.datasource.init.ScriptExceptionclass ScriptException extends DataAccessException implements Serializable
- 
Exception org.springframework.jdbc.datasource.init.ScriptParseExceptionclass ScriptParseException extends ScriptException implements Serializable
- 
Exception org.springframework.jdbc.datasource.init.ScriptStatementFailedExceptionclass ScriptStatementFailedException extends ScriptException implements Serializable
- 
Exception org.springframework.jdbc.datasource.init.UncategorizedScriptExceptionclass UncategorizedScriptException extends ScriptException implements Serializable
 
- 
- 
Package org.springframework.jdbc.datasource.lookup- 
Exception org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureExceptionclass DataSourceLookupFailureException extends NonTransientDataAccessException implements Serializable
 
- 
- 
Package org.springframework.jdbc.support- 
Class org.springframework.jdbc.support.JdbcTransactionManagerclass JdbcTransactionManager extends DataSourceTransactionManager implements Serializable- 
Serialized Fields- 
exceptionTranslator@Nullable SQLExceptionTranslator exceptionTranslator 
- 
lazyInitboolean lazyInit 
 
- 
 
- 
- 
Exception org.springframework.jdbc.support.MetaDataAccessExceptionclass MetaDataAccessException extends NestedCheckedException implements Serializable
 
- 
- 
Package org.springframework.jdbc.support.rowset- 
Class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetclass ResultSetWrappingSqlRowSet extends Object implements Serializable- serialVersionUID:
- -4688694393146734764L
 - 
Serialized Fields- 
columnLabelMapMap<String, Integer> columnLabelMap 
- 
resultSetResultSet resultSet 
- 
rowSetMetaDataSqlRowSetMetaData rowSetMetaData 
 
- 
 
 
- 
- 
Package org.springframework.jdbc.support.xml- 
Exception org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedExceptionclass SqlXmlFeatureNotImplementedException extends InvalidDataAccessApiUsageException implements Serializable
 
- 
- 
Package org.springframework.jms- 
Exception org.springframework.jms.IllegalStateExceptionclass IllegalStateException extends JmsException implements Serializable
- 
Exception org.springframework.jms.InvalidClientIDExceptionclass InvalidClientIDException extends JmsException implements Serializable
- 
Exception org.springframework.jms.InvalidDestinationExceptionclass InvalidDestinationException extends JmsException implements Serializable
- 
Exception org.springframework.jms.InvalidSelectorExceptionclass InvalidSelectorException extends JmsException implements Serializable
- 
Exception org.springframework.jms.JmsExceptionclass JmsException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.jms.JmsSecurityExceptionclass JmsSecurityException extends JmsException implements Serializable
- 
Exception org.springframework.jms.MessageEOFExceptionclass MessageEOFException extends JmsException implements Serializable
- 
Exception org.springframework.jms.MessageFormatExceptionclass MessageFormatException extends JmsException implements Serializable
- 
Exception org.springframework.jms.MessageNotReadableExceptionclass MessageNotReadableException extends JmsException implements Serializable
- 
Exception org.springframework.jms.MessageNotWriteableExceptionclass MessageNotWriteableException extends JmsException implements Serializable
- 
Exception org.springframework.jms.ResourceAllocationExceptionclass ResourceAllocationException extends JmsException implements Serializable
- 
Exception org.springframework.jms.TransactionInProgressExceptionclass TransactionInProgressException extends JmsException implements Serializable
- 
Exception org.springframework.jms.TransactionRolledBackExceptionclass TransactionRolledBackException extends JmsException implements Serializable
- 
Exception org.springframework.jms.UncategorizedJmsExceptionclass UncategorizedJmsException extends JmsException implements Serializable
 
- 
- 
Package org.springframework.jms.connection- 
Class org.springframework.jms.connection.JmsTransactionManagerclass JmsTransactionManager extends AbstractPlatformTransactionManager implements Serializable- 
Serialized Fields- 
connectionFactory@Nullable ConnectionFactory connectionFactory 
- 
lazyResourceRetrievalboolean lazyResourceRetrieval 
 
- 
 
- 
- 
Exception org.springframework.jms.connection.SynchedLocalTransactionFailedExceptionclass SynchedLocalTransactionFailedException extends JmsException implements Serializable
 
- 
- 
Package org.springframework.jms.listener
- 
Package org.springframework.jms.listener.adapter- 
Exception org.springframework.jms.listener.adapter.ListenerExecutionFailedExceptionclass ListenerExecutionFailedException extends JmsException implements Serializable
- 
Exception org.springframework.jms.listener.adapter.ReplyFailureExceptionclass ReplyFailureException extends JmsException implements Serializable
 
- 
- 
Package org.springframework.jms.listener.endpoint- 
Exception org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceExceptionclass JmsResourceException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.jms.support.converter- 
Exception org.springframework.jms.support.converter.MessageConversionExceptionclass MessageConversionException extends JmsException implements Serializable
 
- 
- 
Package org.springframework.jms.support.destination- 
Exception org.springframework.jms.support.destination.DestinationResolutionExceptionclass DestinationResolutionException extends JmsException implements Serializable
 
- 
- 
Package org.springframework.jmx- 
Exception org.springframework.jmx.JmxExceptionclass JmxException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.jmx.MBeanServerNotFoundExceptionclass MBeanServerNotFoundException extends JmxException implements Serializable
 
- 
- 
Package org.springframework.jmx.access- 
Exception org.springframework.jmx.access.InvalidInvocationExceptionclass InvalidInvocationException extends JMRuntimeException implements Serializable
- 
Exception org.springframework.jmx.access.InvocationFailureExceptionclass InvocationFailureException extends JmxException implements Serializable
- 
Exception org.springframework.jmx.access.MBeanConnectFailureExceptionclass MBeanConnectFailureException extends JmxException implements Serializable
- 
Exception org.springframework.jmx.access.MBeanInfoRetrievalExceptionclass MBeanInfoRetrievalException extends JmxException implements Serializable
 
- 
- 
Package org.springframework.jmx.export- 
Exception org.springframework.jmx.export.MBeanExportExceptionclass MBeanExportException extends JmxException implements Serializable
- 
Exception org.springframework.jmx.export.UnableToRegisterMBeanExceptionclass UnableToRegisterMBeanException extends MBeanExportException implements Serializable
 
- 
- 
Package org.springframework.jmx.export.metadata- 
Exception org.springframework.jmx.export.metadata.InvalidMetadataExceptionclass InvalidMetadataException extends JmxException implements Serializable
 
- 
- 
Package org.springframework.jmx.export.notification- 
Exception org.springframework.jmx.export.notification.UnableToSendNotificationExceptionclass UnableToSendNotificationException extends JmxException implements Serializable
 
- 
- 
Package org.springframework.jndi- 
Exception org.springframework.jndi.JndiLookupFailureExceptionclass JndiLookupFailureException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.jndi.TypeMismatchNamingExceptionclass TypeMismatchNamingException extends NamingException implements Serializable
 
- 
- 
Package org.springframework.mail- 
Exception org.springframework.mail.MailAuthenticationExceptionclass MailAuthenticationException extends MailException implements Serializable
- 
Exception org.springframework.mail.MailExceptionclass MailException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.mail.MailParseExceptionclass MailParseException extends MailException implements Serializable
- 
Exception org.springframework.mail.MailPreparationExceptionclass MailPreparationException extends MailException implements Serializable
- 
Exception org.springframework.mail.MailSendExceptionclass MailSendException extends MailException implements Serializable
- 
Class org.springframework.mail.SimpleMailMessageclass SimpleMailMessage extends Object implements Serializable
 
- 
- 
Package org.springframework.messaging- 
Exception org.springframework.messaging.MessageDeliveryExceptionclass MessageDeliveryException extends MessagingException implements Serializable
- 
Exception org.springframework.messaging.MessageHandlingExceptionclass MessageHandlingException extends MessagingException implements Serializable
- 
Class org.springframework.messaging.MessageHeadersclass MessageHeaders extends Object implements Serializable- serialVersionUID:
- 7035068984263400920L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields
 
- 
Exception org.springframework.messaging.MessagingExceptionclass MessagingException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.messaging.converter- 
Exception org.springframework.messaging.converter.MessageConversionExceptionclass MessageConversionException extends MessagingException implements Serializable
 
- 
- 
Package org.springframework.messaging.core- 
Exception org.springframework.messaging.core.DestinationResolutionExceptionclass DestinationResolutionException extends MessagingException implements Serializable
 
- 
- 
Package org.springframework.messaging.handler.annotation.support- 
Exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidExceptionclass MethodArgumentNotValidException extends MethodArgumentResolutionException implements Serializable- 
Serialized Fields- 
bindingResult@Nullable BindingResult bindingResult 
 
- 
 
- 
- 
Exception org.springframework.messaging.handler.annotation.support.MethodArgumentTypeMismatchExceptionclass MethodArgumentTypeMismatchException extends MethodArgumentResolutionException implements Serializable
 
- 
- 
Package org.springframework.messaging.handler.invocation- 
Exception org.springframework.messaging.handler.invocation.MethodArgumentResolutionExceptionclass MethodArgumentResolutionException extends MessagingException implements Serializable- 
Serialized Fields- 
parameterMethodParameter parameter 
 
- 
 
- 
 
- 
- 
Package org.springframework.messaging.simp.annotation.support- 
Exception org.springframework.messaging.simp.annotation.support.MissingSessionUserExceptionclass MissingSessionUserException extends MessagingException implements Serializable
 
- 
- 
Package org.springframework.messaging.simp.broker- 
Class org.springframework.messaging.simp.broker.BrokerAvailabilityEventclass BrokerAvailabilityEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- -8156742505179181002L
 - 
Serialized Fields- 
brokerAvailableboolean brokerAvailable 
 
- 
 
 
- 
- 
Package org.springframework.messaging.simp.stomp- 
Exception org.springframework.messaging.simp.stomp.ConnectionLostExceptionclass ConnectionLostException extends RuntimeException implements Serializable
- 
Exception org.springframework.messaging.simp.stomp.StompConversionExceptionclass StompConversionException extends NestedRuntimeException implements Serializable
- 
Class org.springframework.messaging.simp.stomp.StompHeadersclass StompHeaders extends Object implements Serializable- serialVersionUID:
- 7514642206528452544L
 
 
- 
- 
Package org.springframework.messaging.support- 
Class org.springframework.messaging.support.ErrorMessage- serialVersionUID:
- -5470210965279837728L
 
- 
Class org.springframework.messaging.support.GenericMessageclass GenericMessage extends Object implements Serializable- serialVersionUID:
- 4268801052358035098L
 - 
Serialized Fields- 
headersMessageHeaders headers 
- 
payloadT payload 
 
- 
 
 
- 
- 
Package org.springframework.mock.web- 
Class org.springframework.mock.web.MockCookieclass MockCookie extends Cookie implements Serializable- serialVersionUID:
- 4312531139502726325L
 - 
Serialized Fields- 
expires@Nullable ZonedDateTime expires 
 
- 
 
 
- 
- 
Package org.springframework.objenesis- 
Exception org.springframework.objenesis.ObjenesisExceptionclass ObjenesisException extends RuntimeException implements Serializable- serialVersionUID:
- -2677230016262426968L
 
 
- 
- 
Package org.springframework.orm- 
Exception org.springframework.orm.ObjectOptimisticLockingFailureExceptionclass ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException implements Serializable
- 
Exception org.springframework.orm.ObjectRetrievalFailureExceptionclass ObjectRetrievalFailureException extends DataRetrievalFailureException implements Serializable
 
- 
- 
Package org.springframework.orm.hibernate5- 
Exception org.springframework.orm.hibernate5.HibernateJdbcExceptionclass HibernateJdbcException extends UncategorizedDataAccessException implements Serializable
- 
Exception org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureExceptionclass HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable
- 
Exception org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureExceptionclass HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable
- 
Exception org.springframework.orm.hibernate5.HibernateQueryExceptionclass HibernateQueryException extends InvalidDataAccessResourceUsageException implements Serializable
- 
Exception org.springframework.orm.hibernate5.HibernateSystemExceptionclass HibernateSystemException extends UncategorizedDataAccessException implements Serializable
- 
Class org.springframework.orm.hibernate5.HibernateTransactionManagerclass HibernateTransactionManager extends AbstractPlatformTransactionManager implements Serializable- 
Serialized Fields- 
allowResultAccessAfterCompletionboolean allowResultAccessAfterCompletion 
- 
autodetectDataSourceboolean autodetectDataSource 
- 
beanFactory@Nullable BeanFactory beanFactory Just needed for entityInterceptorBeanName.
- 
dataSource@Nullable DataSource dataSource 
- 
entityInterceptor@Nullable Object entityInterceptor 
- 
hibernateManagedSessionboolean hibernateManagedSession 
- 
prepareConnectionboolean prepareConnection 
- 
sessionFactory@Nullable SessionFactory sessionFactory 
- 
sessionInitializer@Nullable Consumer<Session> sessionInitializer 
 
- 
 
- 
- 
Class org.springframework.orm.hibernate5.SpringJtaSessionContextclass SpringJtaSessionContext extends org.hibernate.context.internal.JTASessionContext implements Serializable
- 
Class org.springframework.orm.hibernate5.SpringSessionContextclass SpringSessionContext extends Object implements Serializable- 
Serialized Fields- 
jtaSessionContext@Nullable CurrentSessionContext jtaSessionContext 
- 
sessionFactorySessionFactoryImplementor sessionFactory 
- 
transactionManager@Nullable TransactionManager transactionManager 
 
- 
 
- 
 
- 
- 
Package org.springframework.orm.jpa- 
Class org.springframework.orm.jpa.AbstractEntityManagerFactoryBeanclass AbstractEntityManagerFactoryBean extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
beanClassLoaderClassLoader beanClassLoader 
- 
beanFactory@Nullable BeanFactory beanFactory 
- 
beanName@Nullable String beanName 
- 
bootstrapExecutor@Nullable AsyncTaskExecutor bootstrapExecutor 
- 
entityManagerFactory@Nullable EntityManagerFactory entityManagerFactory Exposed client-level EntityManagerFactory proxy.
- 
entityManagerFactoryInterface@Nullable Class<? extends EntityManagerFactory> entityManagerFactoryInterface 
- 
entityManagerInitializer@Nullable Consumer<EntityManager> entityManagerInitializer 
- 
entityManagerInterface@Nullable Class<? extends EntityManager> entityManagerInterface 
- 
jpaDialect@Nullable JpaDialect jpaDialect 
- 
jpaPropertyMapMap<String, Object> jpaPropertyMap 
- 
jpaVendorAdapter@Nullable JpaVendorAdapter jpaVendorAdapter 
- 
loggerorg.apache.commons.logging.Log logger Logger available to subclasses.
- 
nativeEntityManagerFactory@Nullable EntityManagerFactory nativeEntityManagerFactory Raw EntityManagerFactory as returned by the PersistenceProvider.
- 
nativeEntityManagerFactoryFuture@Nullable Future<EntityManagerFactory> nativeEntityManagerFactoryFuture Future for lazily initializing raw target EntityManagerFactory.
- 
persistenceProvider@Nullable PersistenceProvider persistenceProvider 
- 
persistenceUnitName@Nullable String persistenceUnitName 
 
- 
 
- 
- 
Class org.springframework.orm.jpa.DefaultJpaDialectclass DefaultJpaDialect extends Object implements Serializable
- 
Exception org.springframework.orm.jpa.JpaObjectRetrievalFailureExceptionclass JpaObjectRetrievalFailureException extends ObjectRetrievalFailureException implements Serializable
- 
Exception org.springframework.orm.jpa.JpaOptimisticLockingFailureExceptionclass JpaOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements Serializable
- 
Exception org.springframework.orm.jpa.JpaSystemExceptionclass JpaSystemException extends UncategorizedDataAccessException implements Serializable
- 
Class org.springframework.orm.jpa.JpaTransactionManagerclass JpaTransactionManager extends AbstractPlatformTransactionManager implements Serializable- 
Serialized Fields- 
dataSource@Nullable DataSource dataSource 
- 
entityManagerFactory@Nullable EntityManagerFactory entityManagerFactory 
- 
entityManagerInitializer@Nullable Consumer<EntityManager> entityManagerInitializer 
- 
jpaDialectJpaDialect jpaDialect 
- 
jpaPropertyMapMap<String, Object> jpaPropertyMap 
- 
persistenceUnitName@Nullable String persistenceUnitName 
 
- 
 
- 
- 
Class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBeanclass LocalContainerEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements Serializable- 
Serialized Fields- 
internalPersistenceUnitManagerDefaultPersistenceUnitManager internalPersistenceUnitManager 
- 
persistenceUnitInfo@Nullable PersistenceUnitInfo persistenceUnitInfo 
- 
persistenceUnitManager@Nullable PersistenceUnitManager persistenceUnitManager 
 
- 
 
- 
- 
Class org.springframework.orm.jpa.LocalEntityManagerFactoryBeanclass LocalEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements Serializable
 
- 
- 
Package org.springframework.orm.jpa.support- 
Class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessorclass PersistenceAnnotationBeanPostProcessor extends Object implements Serializable- 
Serialized Fields- 
extendedEntityManagersToCloseMap<Object, EntityManager> extendedEntityManagersToClose 
- 
jndiEnvironment@Nullable Object jndiEnvironment 
- 
orderint order 
- 
resourceRefboolean resourceRef 
 
- 
 
- 
 
- 
- 
Package org.springframework.orm.jpa.vendor- 
Class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialectclass EclipseLinkJpaDialect extends DefaultJpaDialect implements Serializable- 
Serialized Fields- 
lazyDatabaseTransactionboolean lazyDatabaseTransaction 
- 
transactionIsolationLockLock transactionIsolationLock 
 
- 
 
- 
- 
Class org.springframework.orm.jpa.vendor.HibernateJpaDialectclass HibernateJpaDialect extends DefaultJpaDialect implements Serializable- 
Serialized Fields- 
jdbcExceptionTranslator@Nullable SQLExceptionTranslator jdbcExceptionTranslator 
- 
prepareConnectionboolean prepareConnection 
- 
transactionExceptionTranslator@Nullable SQLExceptionTranslator transactionExceptionTranslator 
 
- 
 
- 
 
- 
- 
Package org.springframework.oxm- 
Exception org.springframework.oxm.MarshallingExceptionclass MarshallingException extends XmlMappingException implements Serializable
- 
Exception org.springframework.oxm.MarshallingFailureExceptionclass MarshallingFailureException extends MarshallingException implements Serializable
- 
Exception org.springframework.oxm.UncategorizedMappingExceptionclass UncategorizedMappingException extends XmlMappingException implements Serializable
- 
Exception org.springframework.oxm.UnmarshallingFailureExceptionclass UnmarshallingFailureException extends MarshallingException implements Serializable
- 
Exception org.springframework.oxm.ValidationFailureExceptionclass ValidationFailureException extends XmlMappingException implements Serializable
- 
Exception org.springframework.oxm.XmlMappingExceptionclass XmlMappingException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.r2dbc- 
Exception org.springframework.r2dbc.BadSqlGrammarExceptionclass BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements Serializable- 
Serialized Fields- 
sqlString sql 
 
- 
 
- 
- 
Exception org.springframework.r2dbc.UncategorizedR2dbcExceptionclass UncategorizedR2dbcException extends UncategorizedDataAccessException implements Serializable
 
- 
- 
Package org.springframework.r2dbc.connection- 
Class org.springframework.r2dbc.connection.R2dbcTransactionManagerclass R2dbcTransactionManager extends AbstractReactiveTransactionManager implements Serializable- 
Serialized Fields- 
connectionFactory@Nullable ConnectionFactory connectionFactory 
- 
enforceReadOnlyboolean enforceReadOnly 
 
- 
 
- 
 
- 
- 
Package org.springframework.r2dbc.connection.init- 
Exception org.springframework.r2dbc.connection.init.CannotReadScriptExceptionclass CannotReadScriptException extends ScriptException implements Serializable
- 
Exception org.springframework.r2dbc.connection.init.ScriptExceptionclass ScriptException extends DataAccessException implements Serializable
- 
Exception org.springframework.r2dbc.connection.init.ScriptParseExceptionclass ScriptParseException extends ScriptException implements Serializable
- 
Exception org.springframework.r2dbc.connection.init.ScriptStatementFailedExceptionclass ScriptStatementFailedException extends ScriptException implements Serializable
- 
Exception org.springframework.r2dbc.connection.init.UncategorizedScriptExceptionclass UncategorizedScriptException extends ScriptException implements Serializable
 
- 
- 
Package org.springframework.r2dbc.connection.lookup- 
Exception org.springframework.r2dbc.connection.lookup.ConnectionFactoryLookupFailureExceptionclass ConnectionFactoryLookupFailureException extends NonTransientDataAccessException implements Serializable
 
- 
- 
Package org.springframework.r2dbc.core.binding- 
Exception org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver.NoBindMarkersFactoryExceptionclass NoBindMarkersFactoryException extends NonTransientDataAccessException implements Serializable
 
- 
- 
Package org.springframework.scheduling- 
Exception org.springframework.scheduling.SchedulingExceptionclass SchedulingException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.scheduling.annotation- 
Class org.springframework.scheduling.annotation.AsyncAnnotationAdvisorclass AsyncAnnotationAdvisor extends AbstractPointcutAdvisor implements Serializable
- 
Class org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessorclass AsyncAnnotationBeanPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements Serializable- 
Serialized Fields
 
- 
 
- 
- 
Package org.springframework.scheduling.concurrent- 
Class org.springframework.scheduling.concurrent.CustomizableThreadFactoryclass CustomizableThreadFactory extends CustomizableThreadCreator implements Serializable
- 
Class org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactoryclass DefaultManagedAwareThreadFactory extends CustomizableThreadFactory implements Serializable- 
Serialized Fields- 
jndiLocatorJndiLocatorDelegate jndiLocator 
- 
jndiName@Nullable String jndiName 
- 
loggerorg.apache.commons.logging.Log logger 
- 
threadFactory@Nullable ThreadFactory threadFactory 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.ExecutorConfigurationSupportclass ExecutorConfigurationSupport extends CustomizableThreadFactory implements Serializable- 
Serialized Fields- 
acceptTasksAfterContextCloseboolean acceptTasksAfterContextClose 
- 
applicationContext@Nullable ApplicationContext applicationContext 
- 
awaitTerminationMillislong awaitTerminationMillis 
- 
beanName@Nullable String beanName 
- 
executor@Nullable ExecutorService executor 
- 
lateShutdownboolean lateShutdown 
- 
lifecycleDelegate@Nullable org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate lifecycleDelegate 
- 
loggerorg.apache.commons.logging.Log logger 
- 
phaseint phase 
- 
rejectedExecutionHandlerRejectedExecutionHandler rejectedExecutionHandler 
- 
threadFactoryThreadFactory threadFactory 
- 
threadNamePrefixSetboolean threadNamePrefixSet 
- 
virtualThreadsboolean virtualThreads 
- 
waitForTasksToCompleteOnShutdownboolean waitForTasksToCompleteOnShutdown 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBeanclass ScheduledExecutorFactoryBean extends ExecutorConfigurationSupport implements Serializable- 
Serialized Fields- 
continueScheduledExecutionAfterExceptionboolean continueScheduledExecutionAfterException 
- 
exposedExecutor@Nullable ScheduledExecutorService exposedExecutor 
- 
exposeUnconfigurableExecutorboolean exposeUnconfigurableExecutor 
- 
poolSizeint poolSize 
- 
removeOnCancelPolicyboolean removeOnCancelPolicy 
- 
scheduledExecutorTasksScheduledExecutorTask @Nullable [] scheduledExecutorTasks 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.SimpleAsyncTaskSchedulerclass SimpleAsyncTaskScheduler extends SimpleAsyncTaskExecutor implements Serializable- 
Serialized Fields- 
applicationContext@Nullable ApplicationContext applicationContext 
- 
clockClock clock 
- 
errorHandler@Nullable ErrorHandler errorHandler 
- 
fixedDelayExecutorScheduledExecutorService fixedDelayExecutor 
- 
fixedDelayLifecycleorg.springframework.scheduling.concurrent.ExecutorLifecycleDelegate fixedDelayLifecycle 
- 
phaseint phase 
- 
targetTaskExecutor@Nullable Executor targetTaskExecutor 
- 
triggerExecutorScheduledExecutorService triggerExecutor 
- 
triggerLifecycleorg.springframework.scheduling.concurrent.ExecutorLifecycleDelegate triggerLifecycle 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBeanclass ThreadPoolExecutorFactoryBean extends ExecutorConfigurationSupport implements Serializable- 
Serialized Fields- 
allowCoreThreadTimeOutboolean allowCoreThreadTimeOut 
- 
corePoolSizeint corePoolSize 
- 
exposedExecutor@Nullable ExecutorService exposedExecutor 
- 
exposeUnconfigurableExecutorboolean exposeUnconfigurableExecutor 
- 
keepAliveSecondsint keepAliveSeconds 
- 
maxPoolSizeint maxPoolSize 
- 
prestartAllCoreThreadsboolean prestartAllCoreThreads 
- 
queueCapacityint queueCapacity 
- 
strictEarlyShutdownboolean strictEarlyShutdown 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutorclass ThreadPoolTaskExecutor extends ExecutorConfigurationSupport implements Serializable- 
Serialized Fields- 
allowCoreThreadTimeOutboolean allowCoreThreadTimeOut 
- 
corePoolSizeint corePoolSize 
- 
decoratedTaskMapMap<Runnable, Object> decoratedTaskMap 
- 
keepAliveSecondsint keepAliveSeconds 
- 
maxPoolSizeint maxPoolSize 
- 
poolSizeMonitorObject poolSizeMonitor 
- 
prestartAllCoreThreadsboolean prestartAllCoreThreads 
- 
queueCapacityint queueCapacity 
- 
strictEarlyShutdownboolean strictEarlyShutdown 
- 
taskDecorator@Nullable TaskDecorator taskDecorator 
- 
threadPoolExecutor@Nullable ThreadPoolExecutor threadPoolExecutor 
 
- 
 
- 
- 
Class org.springframework.scheduling.concurrent.ThreadPoolTaskSchedulerclass ThreadPoolTaskScheduler extends ExecutorConfigurationSupport implements Serializable- 
Serialized Fields- 
clockClock clock 
- 
continueExistingPeriodicTasksAfterShutdownPolicyboolean continueExistingPeriodicTasksAfterShutdownPolicy 
- 
errorHandler@Nullable ErrorHandler errorHandler 
- 
executeExistingDelayedTasksAfterShutdownPolicyboolean executeExistingDelayedTasksAfterShutdownPolicy 
- 
poolSizeint poolSize 
- 
removeOnCancelPolicyboolean removeOnCancelPolicy 
- 
scheduledExecutor@Nullable ScheduledExecutorService scheduledExecutor 
- 
taskDecorator@Nullable TaskDecorator taskDecorator 
 
- 
 
- 
 
- 
- 
Package org.springframework.scheduling.quartz- 
Exception org.springframework.scheduling.quartz.JobMethodInvocationFailedExceptionclass JobMethodInvocationFailedException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.scripting- 
Exception org.springframework.scripting.ScriptCompilationExceptionclass ScriptCompilationException extends NestedRuntimeException implements Serializable- 
Serialized Fields- 
scriptSource@Nullable ScriptSource scriptSource 
 
- 
 
- 
 
- 
- 
Package org.springframework.scripting.bsh- 
Exception org.springframework.scripting.bsh.BshScriptUtils.BshExecutionExceptionclass BshExecutionException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.scripting.support- 
Exception org.springframework.scripting.support.StandardScriptEvalExceptionclass StandardScriptEvalException extends RuntimeException implements Serializable- 
Serialized Fields- 
scriptExceptionScriptException scriptException 
 
- 
 
- 
 
- 
- 
Package org.springframework.test.context- 
Exception org.springframework.test.context.ContextLoadExceptionclass ContextLoadException extends Exception implements Serializable- 
Serialized Fields- 
applicationContextApplicationContext applicationContext 
 
- 
 
- 
- 
Class org.springframework.test.context.MergedContextConfigurationclass MergedContextConfiguration extends Object implements Serializable- serialVersionUID:
- -3290560718464957422L
 - 
Serialized Fields- 
activeProfilesString[] activeProfiles 
- 
cacheAwareContextLoaderDelegate@Nullable CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate 
- 
classesClass<?>[] classes 
- 
contextCustomizersSet<ContextCustomizer> contextCustomizers 
- 
contextInitializerClassesSet<Class<? extends ApplicationContextInitializer<?>>> contextInitializerClasses 
- 
contextLoaderContextLoader contextLoader 
- 
locationsString[] locations 
- 
parent@Nullable MergedContextConfiguration parent 
- 
propertySourceDescriptorsList<PropertySourceDescriptor> propertySourceDescriptors 
- 
propertySourceLocationsString[] propertySourceLocations 
- 
propertySourcePropertiesString[] propertySourceProperties 
- 
testClassClass<?> testClass 
 
- 
 
 
- 
- 
Package org.springframework.test.context.aot- 
Exception org.springframework.test.context.aot.TestContextAotExceptionclass TestContextAotException extends RuntimeException implements Serializable
 
- 
- 
Package org.springframework.test.context.event- 
Class org.springframework.test.context.event.AfterTestClassEventclass AfterTestClassEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.AfterTestExecutionEventclass AfterTestExecutionEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.AfterTestMethodEventclass AfterTestMethodEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.BeforeTestClassEventclass BeforeTestClassEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.BeforeTestExecutionEventclass BeforeTestExecutionEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.BeforeTestMethodEventclass BeforeTestMethodEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.PrepareTestInstanceEventclass PrepareTestInstanceEvent extends TestContextEvent implements Serializable
- 
Class org.springframework.test.context.event.TestContextEventclass TestContextEvent extends ApplicationEvent implements Serializable
 
- 
- 
Package org.springframework.test.context.support- 
Class org.springframework.test.context.support.DefaultTestContextclass DefaultTestContext extends Object implements Serializable- serialVersionUID:
- -5827157174866681233L
 - 
Serialized Fields- 
attributesMap<String, Object> attributes 
- 
cacheAwareContextLoaderDelegateCacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate 
- 
mergedConfigMergedContextConfiguration mergedConfig 
- 
methodInvokerMethodInvoker methodInvoker 
- 
testClassClass<?> testClass 
- 
testException@Nullable Throwable testException 
- 
testInstance@Nullable Object testInstance 
- 
testMethod@Nullable Method testMethod 
 
- 
 
 
- 
- 
Package org.springframework.test.context.web- 
Class org.springframework.test.context.web.WebMergedContextConfigurationclass WebMergedContextConfiguration extends MergedContextConfiguration implements Serializable- serialVersionUID:
- 7323361588604247458L
 - 
Serialized Fields- 
resourceBasePathString resourceBasePath 
 
- 
 
 
- 
- 
Package org.springframework.test.web.reactive.server- 
Exception org.springframework.test.web.reactive.server.HttpHandlerConnector.FailureAfterResponseCompletedExceptionclass FailureAfterResponseCompletedException extends RuntimeException implements Serializable- 
Serialized Fields- 
completedResponseClientHttpResponse completedResponse 
 
- 
 
- 
 
- 
- 
Package org.springframework.transaction- 
Exception org.springframework.transaction.CannotCreateTransactionExceptionclass CannotCreateTransactionException extends TransactionException implements Serializable
- 
Exception org.springframework.transaction.HeuristicCompletionExceptionclass HeuristicCompletionException extends TransactionException implements Serializable- 
Serialized Fields- 
outcomeStateint outcomeState The outcome state of the transaction: have some or all resources been committed?
 
- 
 
- 
- 
Exception org.springframework.transaction.IllegalTransactionStateExceptionclass IllegalTransactionStateException extends TransactionUsageException implements Serializable
- 
Exception org.springframework.transaction.InvalidIsolationLevelExceptionclass InvalidIsolationLevelException extends TransactionUsageException implements Serializable
- 
Exception org.springframework.transaction.InvalidTimeoutExceptionclass InvalidTimeoutException extends TransactionUsageException implements Serializable- 
Serialized Fields- 
timeoutint timeout 
 
- 
 
- 
- 
Exception org.springframework.transaction.NestedTransactionNotSupportedExceptionclass NestedTransactionNotSupportedException extends CannotCreateTransactionException implements Serializable
- 
Exception org.springframework.transaction.NoTransactionExceptionclass NoTransactionException extends TransactionUsageException implements Serializable
- 
Exception org.springframework.transaction.TransactionExceptionclass TransactionException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.transaction.TransactionSuspensionNotSupportedExceptionclass TransactionSuspensionNotSupportedException extends CannotCreateTransactionException implements Serializable
- 
Exception org.springframework.transaction.TransactionSystemExceptionclass TransactionSystemException extends TransactionException implements Serializable
- 
Exception org.springframework.transaction.TransactionTimedOutExceptionclass TransactionTimedOutException extends TransactionException implements Serializable
- 
Exception org.springframework.transaction.TransactionUsageExceptionclass TransactionUsageException extends TransactionException implements Serializable
- 
Exception org.springframework.transaction.UnexpectedRollbackExceptionclass UnexpectedRollbackException extends TransactionException implements Serializable
 
- 
- 
Package org.springframework.transaction.annotation- 
Class org.springframework.transaction.annotation.AnnotationTransactionAttributeSourceclass AnnotationTransactionAttributeSource extends AbstractFallbackTransactionAttributeSource implements Serializable- 
Serialized Fields- 
annotationParsersSet<TransactionAnnotationParser> annotationParsers 
- 
defaultRollbackRules@Nullable Set<RollbackRuleAttribute> defaultRollbackRules 
- 
publicMethodsOnlyboolean publicMethodsOnly 
 
- 
 
- 
- 
Class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParserclass Ejb3TransactionAnnotationParser extends Object implements Serializable
- 
Class org.springframework.transaction.annotation.JtaTransactionAnnotationParserclass JtaTransactionAnnotationParser extends Object implements Serializable
- 
Class org.springframework.transaction.annotation.SpringTransactionAnnotationParserclass SpringTransactionAnnotationParser extends Object implements Serializable
 
- 
- 
Package org.springframework.transaction.interceptor- 
Class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisorclass BeanFactoryTransactionAttributeSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutorg.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.CompositeTransactionAttributeSourceclass CompositeTransactionAttributeSource extends Object implements Serializable- 
Serialized Fields- 
transactionAttributeSourcesTransactionAttributeSource[] transactionAttributeSources 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.DefaultTransactionAttributeclass DefaultTransactionAttribute extends DefaultTransactionDefinition implements Serializable
- 
Class org.springframework.transaction.interceptor.DelegatingTransactionAttributeclass DelegatingTransactionAttribute extends DelegatingTransactionDefinition implements Serializable- 
Serialized Fields- 
targetAttributeTransactionAttribute targetAttribute 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSourceclass MatchAlwaysTransactionAttributeSource extends Object implements Serializable- 
Serialized Fields- 
transactionAttributeTransactionAttribute transactionAttribute 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSourceclass NameMatchTransactionAttributeSource extends Object implements Serializable- 
Serialized Fields- 
embeddedValueResolver@Nullable StringValueResolver embeddedValueResolver 
- 
nameMapMap<String, TransactionAttribute> nameMap Keys are method names; values are TransactionAttributes.
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.NoRollbackRuleAttributeclass NoRollbackRuleAttribute extends RollbackRuleAttribute implements Serializable
- 
Class org.springframework.transaction.interceptor.RollbackRuleAttributeclass RollbackRuleAttribute extends Object implements Serializable- 
Serialized Fields- 
exceptionPatternString exceptionPattern Exception pattern: used when searching for matches in a thrown exception's class hierarchy based on names of exceptions, with zero type safety and potentially resulting in unintentional matches for similarly named exception types and nested exception types.
- 
exceptionType@Nullable Class<? extends Throwable> exceptionType Exception type: used to ensure type safety when searching for matches in a thrown exception's class hierarchy.- Since:
- 6.0
 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.RuleBasedTransactionAttributeclass RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements Serializable- 
Serialized Fields- 
rollbackRules@Nullable List<RollbackRuleAttribute> rollbackRules 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisorclass TransactionAttributeSourceAdvisor extends AbstractPointcutAdvisor implements Serializable- 
Serialized Fields- 
pointcutorg.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut 
- 
transactionInterceptor@Nullable TransactionInterceptor transactionInterceptor 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.TransactionInterceptorclass TransactionInterceptor extends TransactionAspectSupport implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.springframework.transaction.interceptor.TransactionProxyFactoryBeanclass TransactionProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements Serializable- 
Serialized Fields- 
pointcut@Nullable Pointcut pointcut 
- 
transactionInterceptorTransactionInterceptor transactionInterceptor 
 
- 
 
- 
 
- 
- 
Package org.springframework.transaction.jta- 
Class org.springframework.transaction.jta.JtaTransactionManagerclass JtaTransactionManager extends AbstractPlatformTransactionManager implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
allowCustomIsolationLevelsboolean allowCustomIsolationLevels 
- 
autodetectTransactionManagerboolean autodetectTransactionManager 
- 
autodetectTransactionSynchronizationRegistryboolean autodetectTransactionSynchronizationRegistry 
- 
autodetectUserTransactionboolean autodetectUserTransaction 
- 
cacheUserTransactionboolean cacheUserTransaction 
- 
transactionManagerName@Nullable String transactionManagerName 
- 
transactionSynchronizationRegistryName@Nullable String transactionSynchronizationRegistryName 
- 
userTransactionName@Nullable String userTransactionName 
- 
userTransactionObtainedFromJndiboolean userTransactionObtainedFromJndi 
 
- 
 
- 
 
- 
- 
Package org.springframework.transaction.reactive- 
Class org.springframework.transaction.reactive.AbstractReactiveTransactionManagerclass AbstractReactiveTransactionManager extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
transactionExecutionListenersCollection<TransactionExecutionListener> transactionExecutionListeners 
 
- 
 
- 
 
- 
- 
Package org.springframework.transaction.support- 
Class org.springframework.transaction.support.AbstractPlatformTransactionManagerclass AbstractPlatformTransactionManager extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
defaultTimeoutint defaultTimeout 
- 
failEarlyOnGlobalRollbackOnlyboolean failEarlyOnGlobalRollbackOnly 
- 
globalRollbackOnParticipationFailureboolean globalRollbackOnParticipationFailure 
- 
nestedTransactionAllowedboolean nestedTransactionAllowed 
- 
rollbackOnCommitFailureboolean rollbackOnCommitFailure 
- 
transactionExecutionListenersCollection<TransactionExecutionListener> transactionExecutionListeners 
- 
transactionSynchronizationint transactionSynchronization 
- 
validateExistingTransactionboolean validateExistingTransaction 
 
- 
 
- 
- 
Class org.springframework.transaction.support.DefaultTransactionDefinitionclass DefaultTransactionDefinition extends Object implements Serializable
- 
Class org.springframework.transaction.support.DelegatingTransactionDefinitionclass DelegatingTransactionDefinition extends Object implements Serializable- 
Serialized Fields- 
targetDefinitionTransactionDefinition targetDefinition 
 
- 
 
- 
- 
Class org.springframework.transaction.support.TransactionTemplateclass TransactionTemplate extends DefaultTransactionDefinition implements Serializable- 
Serialized Fields- 
loggerorg.apache.commons.logging.Log logger Logger available to subclasses.
- 
transactionManager@Nullable PlatformTransactionManager transactionManager 
 
- 
 
- 
 
- 
- 
Package org.springframework.ui- 
Class org.springframework.ui.ConcurrentModel
- 
Class org.springframework.ui.ExtendedModelMapclass ExtendedModelMap extends ModelMap implements Serializable
- 
Class org.springframework.ui.ModelMap
 
- 
- 
Package org.springframework.util- 
Class org.springframework.util.AutoPopulatingListclass AutoPopulatingList extends Object implements Serializable- 
Serialized Fields- 
backingListList<E> backingList TheListthat all operations are eventually delegated to.
- 
elementFactoryAutoPopulatingList.ElementFactory<E> elementFactory TheAutoPopulatingList.ElementFactoryto use to create newListelements on demand.
 
- 
 
- 
- 
Exception org.springframework.util.AutoPopulatingList.ElementInstantiationExceptionclass ElementInstantiationException extends RuntimeException implements Serializable
- 
Class org.springframework.util.ConcurrencyThrottleSupportclass ConcurrencyThrottleSupport extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields
 
- 
- 
Class org.springframework.util.ConcurrentReferenceHashMap.Segmentclass Segment extends ReentrantLock implements Serializable- 
Serialized Fields- 
countAtomicInteger count The total number of references contained in this segment. This includes chained references and references that have been garbage collected but not purged.
- 
initialSizeint initialSize 
- 
referenceManagerConcurrentReferenceHashMap<K, V>.ReferenceManager referenceManager 
- 
references@Nullable ConcurrentReferenceHashMap.Reference<K, V>[] references Array of references indexed using the low order bits from the hash. This property should only be set along withresizeThreshold.
- 
resizeThresholdint resizeThreshold The threshold when resizing of the references should occur. Whencountexceeds this value references will be resized.
 
- 
 
- 
- 
Class org.springframework.util.CustomizableThreadCreatorclass CustomizableThreadCreator extends Object implements Serializable- 
Serialized Fields- 
daemonboolean daemon 
- 
threadCountAtomicInteger threadCount 
- 
threadGroup@Nullable ThreadGroup threadGroup 
- 
threadNamePrefixString threadNamePrefix 
- 
threadPriorityint threadPriority 
 
- 
 
- 
- 
Exception org.springframework.util.InvalidMimeTypeExceptionclass InvalidMimeTypeException extends IllegalArgumentException implements Serializable- 
Serialized Fields- 
mimeTypeString mimeType 
 
- 
 
- 
- 
Class org.springframework.util.LinkedCaseInsensitiveMapclass LinkedCaseInsensitiveMap extends Object implements Serializable
- 
Class org.springframework.util.LinkedMultiValueMap- serialVersionUID:
- 3801124242820219131L
 
- 
Class org.springframework.util.MimeTypeclass MimeType extends Object implements Serializable- serialVersionUID:
- 4085923477777865903L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields
 
- 
Class org.springframework.util.MultiValueMapAdapterclass MultiValueMapAdapter extends Object implements Serializable
- 
Exception org.springframework.util.PlaceholderResolutionExceptionclass PlaceholderResolutionException extends IllegalArgumentException implements Serializable
 
- 
- 
Package org.springframework.util.comparator- 
Class org.springframework.util.comparator.BooleanComparatorclass BooleanComparator extends Object implements Serializable- 
Serialized Fields- 
trueLowboolean trueLow 
 
- 
 
- 
 
- 
- 
Package org.springframework.util.unit- 
Class org.springframework.util.unit.DataSizeclass DataSize extends Object implements Serializable- 
Serialized Fields- 
byteslong bytes 
 
- 
 
- 
 
- 
- 
Package org.springframework.validation- 
Class org.springframework.validation.AbstractBindingResultclass AbstractBindingResult extends AbstractErrors implements Serializable
- 
Class org.springframework.validation.AbstractErrorsclass AbstractErrors extends Object implements Serializable
- 
Class org.springframework.validation.AbstractPropertyBindingResultclass AbstractPropertyBindingResult extends AbstractBindingResult implements Serializable
- 
Class org.springframework.validation.BeanPropertyBindingResultclass BeanPropertyBindingResult extends AbstractPropertyBindingResult implements Serializable
- 
Exception org.springframework.validation.BindExceptionclass BindException extends Exception implements Serializable- 
Serialized Fields- 
bindingResultBindingResult bindingResult 
 
- 
 
- 
- 
Class org.springframework.validation.DefaultMessageCodesResolverclass DefaultMessageCodesResolver extends Object implements Serializable- 
Serialized Fields- 
formatterMessageCodeFormatter formatter 
- 
prefixString prefix 
 
- 
 
- 
- 
Class org.springframework.validation.DirectFieldBindingResultclass DirectFieldBindingResult extends AbstractPropertyBindingResult implements Serializable
- 
Class org.springframework.validation.FieldErrorclass FieldError extends ObjectError implements Serializable
- 
Class org.springframework.validation.MapBindingResultclass MapBindingResult extends AbstractBindingResult implements Serializable- 
Serialized Fields- 
targetMap<?, ?> target 
 
- 
 
- 
- 
Class org.springframework.validation.ObjectErrorclass ObjectError extends DefaultMessageSourceResolvable implements Serializable- 
Serialized Fields- 
objectNameString objectName 
 
- 
 
- 
- 
Class org.springframework.validation.SimpleErrorsclass SimpleErrors extends Object implements Serializable- 
Serialized Fields- 
fieldErrorsList<FieldError> fieldErrors 
- 
globalErrorsList<ObjectError> globalErrors 
- 
objectNameString objectName 
- 
targetObject target 
 
- 
 
- 
 
- 
- 
Package org.springframework.validation.beanvalidation- 
Class org.springframework.validation.beanvalidation.MethodValidationPostProcessorclass MethodValidationPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements Serializable- 
Serialized Fields- 
adaptConstraintViolationsboolean adaptConstraintViolations 
- 
validatedAnnotationTypeClass<? extends Annotation> validatedAnnotationType 
- 
validatorSupplier<Validator> validator 
 
- 
 
- 
 
- 
- 
Package org.springframework.validation.method- 
Exception org.springframework.validation.method.MethodValidationExceptionclass MethodValidationException extends RuntimeException implements Serializable- 
Serialized Fields- 
validationResultMethodValidationResult validationResult 
 
- 
 
- 
 
- 
- 
Package org.springframework.validation.support- 
Class org.springframework.validation.support.BindingAwareConcurrentModelclass BindingAwareConcurrentModel extends ConcurrentModel implements Serializable
- 
Class org.springframework.validation.support.BindingAwareModelMapclass BindingAwareModelMap extends ExtendedModelMap implements Serializable
 
- 
- 
Package org.springframework.web- 
Exception org.springframework.web.ErrorResponseExceptionclass ErrorResponseException extends NestedRuntimeException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
headersHttpHeaders headers 
- 
messageDetailArgumentsObject @Nullable [] messageDetailArguments 
- 
messageDetailCodeString messageDetailCode 
- 
statusHttpStatusCode status 
 
- 
 
- 
- 
Exception org.springframework.web.HttpMediaTypeExceptionclass HttpMediaTypeException extends ServletException implements Serializable
- 
Exception org.springframework.web.HttpMediaTypeNotAcceptableExceptionclass HttpMediaTypeNotAcceptableException extends HttpMediaTypeException implements Serializable
- 
Exception org.springframework.web.HttpMediaTypeNotSupportedExceptionclass HttpMediaTypeNotSupportedException extends HttpMediaTypeException implements Serializable- 
Serialized Fields- 
contentType@Nullable MediaType contentType 
- 
httpMethod@Nullable HttpMethod httpMethod 
 
- 
 
- 
- 
Exception org.springframework.web.HttpRequestMethodNotSupportedExceptionclass HttpRequestMethodNotSupportedException extends ServletException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
methodString method 
- 
supportedMethodsString @Nullable [] supportedMethods 
 
- 
 
- 
- 
Exception org.springframework.web.HttpSessionRequiredExceptionclass HttpSessionRequiredException extends ServletException implements Serializable
 
- 
- 
Package org.springframework.web.bind- 
Exception org.springframework.web.bind.MethodArgumentNotValidExceptionclass MethodArgumentNotValidException extends BindException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
parameterMethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingMatrixVariableExceptionclass MissingMatrixVariableException extends MissingRequestValueException implements Serializable- 
Serialized Fields- 
parameterMethodParameter parameter 
- 
variableNameString variableName 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingPathVariableExceptionclass MissingPathVariableException extends MissingRequestValueException implements Serializable- 
Serialized Fields- 
parameterMethodParameter parameter 
- 
variableNameString variableName 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingRequestCookieExceptionclass MissingRequestCookieException extends MissingRequestValueException implements Serializable- 
Serialized Fields- 
cookieNameString cookieName 
- 
parameterMethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingRequestHeaderExceptionclass MissingRequestHeaderException extends MissingRequestValueException implements Serializable- 
Serialized Fields- 
headerNameString headerName 
- 
parameterMethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingRequestValueExceptionclass MissingRequestValueException extends ServletRequestBindingException implements Serializable- 
Serialized Fields- 
missingAfterConversionboolean missingAfterConversion 
 
- 
 
- 
- 
Exception org.springframework.web.bind.MissingServletRequestParameterExceptionclass MissingServletRequestParameterException extends MissingRequestValueException implements Serializable- 
Serialized Fields- 
parameter@Nullable MethodParameter parameter 
- 
parameterNameString parameterName 
- 
parameterTypeString parameterType 
 
- 
 
- 
- 
Exception org.springframework.web.bind.ServletRequestBindingExceptionclass ServletRequestBindingException extends ServletException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
messageDetailArgumentsObject @Nullable [] messageDetailArguments 
- 
messageDetailCodeString messageDetailCode 
 
- 
 
- 
- 
Class org.springframework.web.bind.ServletRequestParameterPropertyValuesclass ServletRequestParameterPropertyValues extends MutablePropertyValues implements Serializable
- 
Exception org.springframework.web.bind.UnsatisfiedServletRequestParameterExceptionclass UnsatisfiedServletRequestParameterException extends ServletRequestBindingException implements Serializable
 
- 
- 
Package org.springframework.web.bind.support- 
Exception org.springframework.web.bind.support.WebExchangeBindExceptionclass WebExchangeBindException extends ServerWebInputException implements Serializable- 
Serialized Fields- 
bindingResultBindingResult bindingResult 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.client- 
Exception org.springframework.web.client.HttpClientErrorExceptionclass HttpClientErrorException extends HttpStatusCodeException implements Serializable- serialVersionUID:
- 5177019431887513952L
 
- 
Exception org.springframework.web.client.HttpClientErrorException.BadRequestclass BadRequest extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.Conflictclass Conflict extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.Forbiddenclass Forbidden extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.Goneclass Gone extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.MethodNotAllowedclass MethodNotAllowed extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.NotAcceptableclass NotAcceptable extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.NotFoundclass NotFound extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.TooManyRequestsclass TooManyRequests extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.Unauthorizedclass Unauthorized extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.UnprocessableEntityclass UnprocessableEntity extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpClientErrorException.UnsupportedMediaTypeclass UnsupportedMediaType extends HttpClientErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpServerErrorExceptionclass HttpServerErrorException extends HttpStatusCodeException implements Serializable- serialVersionUID:
- -2915754006618138282L
 
- 
Exception org.springframework.web.client.HttpServerErrorException.BadGatewayclass BadGateway extends HttpServerErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpServerErrorException.GatewayTimeoutclass GatewayTimeout extends HttpServerErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpServerErrorException.InternalServerErrorclass InternalServerError extends HttpServerErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpServerErrorException.NotImplementedclass NotImplemented extends HttpServerErrorException implements Serializable
- 
Exception org.springframework.web.client.HttpStatusCodeExceptionclass HttpStatusCodeException extends RestClientResponseException implements Serializable- serialVersionUID:
- 5696801857651587810L
 
- 
Exception org.springframework.web.client.ResourceAccessExceptionclass ResourceAccessException extends RestClientException implements Serializable- serialVersionUID:
- -8513182514355844870L
 
- 
Exception org.springframework.web.client.RestClientExceptionclass RestClientException extends NestedRuntimeException implements Serializable- serialVersionUID:
- -4084444984163796577L
 
- 
Exception org.springframework.web.client.RestClientResponseExceptionclass RestClientResponseException extends RestClientException implements Serializable- serialVersionUID:
- -8803556342728481792L
 - 
Serialized Fields- 
responseBodybyte[] responseBody 
- 
responseCharset@Nullable String responseCharset 
- 
responseHeaders@Nullable HttpHeaders responseHeaders 
- 
statusCodeHttpStatusCode statusCode 
- 
statusTextString statusText 
 
- 
 
- 
Exception org.springframework.web.client.UnknownContentTypeExceptionclass UnknownContentTypeException extends RestClientException implements Serializable- serialVersionUID:
- 2759516676367274084L
 - 
Serialized Fields- 
contentTypeMediaType contentType 
- 
responseBodybyte[] responseBody 
- 
responseHeadersHttpHeaders responseHeaders 
- 
statusCodeHttpStatusCode statusCode 
- 
statusTextString statusText 
 
- 
 
- 
Exception org.springframework.web.client.UnknownHttpStatusCodeExceptionclass UnknownHttpStatusCodeException extends RestClientResponseException implements Serializable- serialVersionUID:
- 7103980251635005491L
 
 
- 
- 
Package org.springframework.web.context.request- 
Class org.springframework.web.context.request.DestructionCallbackBindingListenerclass DestructionCallbackBindingListener extends Object implements Serializable- 
Serialized Fields- 
destructionCallbackRunnable destructionCallback 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.context.request.async- 
Exception org.springframework.web.context.request.async.AsyncRequestNotUsableExceptionclass AsyncRequestNotUsableException extends IOException implements Serializable
- 
Exception org.springframework.web.context.request.async.AsyncRequestTimeoutExceptionclass AsyncRequestTimeoutException extends RuntimeException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.context.support- 
Class org.springframework.web.context.support.HttpRequestHandlerServletclass HttpRequestHandlerServlet extends HttpServlet implements Serializable- 
Serialized Fields- 
target@Nullable HttpRequestHandler target 
 
- 
 
- 
- 
Class org.springframework.web.context.support.RequestHandledEventclass RequestHandledEvent extends ApplicationEvent implements Serializable- 
Serialized Fields
 
- 
- 
Class org.springframework.web.context.support.ServletRequestHandledEventclass ServletRequestHandledEvent extends RequestHandledEvent implements Serializable- 
Serialized Fields- 
clientAddressString clientAddress IP address that the request came from.
- 
methodString method Usually GET or POST.
- 
requestUrlString requestUrl URL that triggered the request.
- 
servletNameString servletName Name of the servlet that handled the request.
- 
statusCodeint statusCode HTTP status code of the response.
 
- 
 
- 
 
- 
- 
Package org.springframework.web.jsf- 
Class org.springframework.web.jsf.DelegatingPhaseListenerMulticasterclass DelegatingPhaseListenerMulticaster extends Object implements Serializable
 
- 
- 
Package org.springframework.web.method.annotation- 
Exception org.springframework.web.method.annotation.HandlerMethodValidationExceptionclass HandlerMethodValidationException extends ResponseStatusException implements Serializable- 
Serialized Fields- 
modelAttributePredicatePredicate<MethodParameter> modelAttributePredicate 
- 
requestParamPredicatePredicate<MethodParameter> requestParamPredicate 
- 
validationResultMethodValidationResult validationResult 
 
- 
 
- 
- 
Exception org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedExceptionclass MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException implements Serializable- 
Serialized Fields- 
nameString name 
- 
parameterMethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.method.annotation.MethodArgumentTypeMismatchExceptionclass MethodArgumentTypeMismatchException extends TypeMismatchException implements Serializable- 
Serialized Fields- 
nameString name 
- 
parameterMethodParameter parameter 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.multipart- 
Exception org.springframework.web.multipart.MaxUploadSizeExceededExceptionclass MaxUploadSizeExceededException extends MultipartException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
maxUploadSizelong maxUploadSize 
 
- 
 
- 
- 
Exception org.springframework.web.multipart.MultipartExceptionclass MultipartException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.web.multipart.support- 
Exception org.springframework.web.multipart.support.MissingServletRequestPartExceptionclass MissingServletRequestPartException extends ServletException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
requestPartNameString requestPartName 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.reactive.function- 
Exception org.springframework.web.reactive.function.UnsupportedMediaTypeExceptionclass UnsupportedMediaTypeException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.web.reactive.function.client- 
Exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeExceptionclass UnknownHttpStatusCodeException extends WebClientResponseException implements Serializable- serialVersionUID:
- 2407169540168185007L
 
- 
Exception org.springframework.web.reactive.function.client.WebClientExceptionclass WebClientException extends NestedRuntimeException implements Serializable- serialVersionUID:
- 472776714118912855L
 
- 
Exception org.springframework.web.reactive.function.client.WebClientRequestExceptionclass WebClientRequestException extends WebClientException implements Serializable- serialVersionUID:
- -5139991985321385005L
 - 
Serialized Fields- 
headersHttpHeaders headers 
- 
methodHttpMethod method 
- 
uriURI uri 
 
- 
 
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseExceptionclass WebClientResponseException extends WebClientException implements Serializable- serialVersionUID:
- 4127543205414951611L
 - 
Serialized Fields- 
headersHttpHeaders headers 
- 
responseBodybyte[] responseBody 
- 
responseCharset@Nullable Charset responseCharset 
- 
statusCodeHttpStatusCode statusCode 
- 
statusTextString statusText 
 
- 
 
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.BadGatewayclass BadGateway extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.BadRequestclass BadRequest extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.Conflictclass Conflict extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.Forbiddenclass Forbidden extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.GatewayTimeoutclass GatewayTimeout extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.Goneclass Gone extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.InternalServerErrorclass InternalServerError extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.MethodNotAllowedclass MethodNotAllowed extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.NotAcceptableclass NotAcceptable extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.NotFoundclass NotFound extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.NotImplementedclass NotImplemented extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.TooManyRequestsclass TooManyRequests extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.Unauthorizedclass Unauthorized extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.UnprocessableEntityclass UnprocessableEntity extends WebClientResponseException implements Serializable
- 
Exception org.springframework.web.reactive.function.client.WebClientResponseException.UnsupportedMediaTypeclass UnsupportedMediaType extends WebClientResponseException implements Serializable
 
- 
- 
Package org.springframework.web.reactive.resource- 
Exception org.springframework.web.reactive.resource.NoResourceFoundExceptionclass NoResourceFoundException extends ResponseStatusException implements Serializable
 
- 
- 
Package org.springframework.web.server- 
Exception org.springframework.web.server.MethodNotAllowedExceptionclass MethodNotAllowedException extends ResponseStatusException implements Serializable- 
Serialized Fields- 
httpMethodsSet<HttpMethod> httpMethods 
- 
methodString method 
 
- 
 
- 
- 
Exception org.springframework.web.server.MissingRequestValueExceptionclass MissingRequestValueException extends ServerWebInputException implements Serializable
- 
Exception org.springframework.web.server.NotAcceptableStatusExceptionclass NotAcceptableStatusException extends ResponseStatusException implements Serializable
- 
Exception org.springframework.web.server.PayloadTooLargeExceptionclass PayloadTooLargeException extends ResponseStatusException implements Serializable
- 
Exception org.springframework.web.server.ResponseStatusExceptionclass ResponseStatusException extends ErrorResponseException implements Serializable
- 
Exception org.springframework.web.server.ServerErrorExceptionclass ServerErrorException extends ResponseStatusException implements Serializable- 
Serialized Fields- 
handlerMethod@Nullable Method handlerMethod 
- 
parameter@Nullable MethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.server.ServerWebInputExceptionclass ServerWebInputException extends ResponseStatusException implements Serializable- 
Serialized Fields- 
parameter@Nullable MethodParameter parameter 
 
- 
 
- 
- 
Exception org.springframework.web.server.UnsatisfiedRequestParameterExceptionclass UnsatisfiedRequestParameterException extends ServerWebInputException implements Serializable- 
Serialized Fields- 
conditionsList<String> conditions 
- 
requestParamsMultiValueMap<String, String> requestParams 
 
- 
 
- 
- 
Exception org.springframework.web.server.UnsupportedMediaTypeStatusExceptionclass UnsupportedMediaTypeStatusException extends ResponseStatusException implements Serializable- 
Serialized Fields- 
bodyType@Nullable ResolvableType bodyType 
- 
contentType@Nullable MediaType contentType 
- 
method@Nullable HttpMethod method 
- 
supportedMediaTypesList<MediaType> supportedMediaTypes 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.servlet- 
Class org.springframework.web.servlet.DispatcherServletclass DispatcherServlet extends FrameworkServlet implements Serializable- 
Serialized Fields- 
cleanupAfterIncludeboolean cleanupAfterInclude Perform cleanup of request attributes after include request?.
- 
detectAllHandlerAdaptersboolean detectAllHandlerAdapters Detect all HandlerAdapters or just expect "handlerAdapter" bean?.
- 
detectAllHandlerExceptionResolversboolean detectAllHandlerExceptionResolvers Detect all HandlerExceptionResolvers or just expect "handlerExceptionResolver" bean?.
- 
detectAllHandlerMappingsboolean detectAllHandlerMappings Detect all HandlerMappings or just expect "handlerMapping" bean?.
- 
detectAllViewResolversboolean detectAllViewResolvers Detect all ViewResolvers or just expect "viewResolver" bean?.
- 
flashMapManager@Nullable FlashMapManager flashMapManager FlashMapManager used by this servlet.
- 
handlerAdapters@Nullable List<HandlerAdapter> handlerAdapters List of HandlerAdapters used by this servlet.
- 
handlerExceptionResolvers@Nullable List<HandlerExceptionResolver> handlerExceptionResolvers List of HandlerExceptionResolvers used by this servlet.
- 
handlerMappings@Nullable List<HandlerMapping> handlerMappings List of HandlerMappings used by this servlet.
- 
localeResolver@Nullable LocaleResolver localeResolver LocaleResolver used by this servlet.
- 
multipartResolver@Nullable MultipartResolver multipartResolver MultipartResolver used by this servlet.
- 
parseRequestPathboolean parseRequestPath 
- 
viewNameTranslator@Nullable RequestToViewNameTranslator viewNameTranslator RequestToViewNameTranslator used by this servlet.
- 
viewResolvers@Nullable List<ViewResolver> viewResolvers List of ViewResolvers used by this servlet.
 
- 
 
- 
- 
Class org.springframework.web.servlet.FlashMap- 
Serialized Fields- 
expirationTimelong expirationTime 
- 
targetRequestParamsMultiValueMap<String, String> targetRequestParams 
- 
targetRequestPath@Nullable String targetRequestPath 
 
- 
 
- 
- 
Class org.springframework.web.servlet.FrameworkServletclass FrameworkServlet extends HttpServletBean implements Serializable- 
Serialized Fields- 
contextAttribute@Nullable String contextAttribute ServletContext attribute to find the WebApplicationContext in.
- 
contextClassClass<?> contextClass WebApplicationContext implementation class to create.
- 
contextConfigLocation@Nullable String contextConfigLocation Explicit context config location.
- 
contextId@Nullable String contextId WebApplicationContext id to assign.
- 
contextInitializerClasses@Nullable String contextInitializerClasses Comma-delimited ApplicationContextInitializer class names set through init param.
- 
contextInitializersList<ApplicationContextInitializer<ConfigurableApplicationContext>> contextInitializers Actual ApplicationContextInitializer instances to apply to the context.
- 
dispatchOptionsRequestboolean dispatchOptionsRequest Should we dispatch an HTTP OPTIONS request toFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)?.
- 
dispatchTraceRequestboolean dispatchTraceRequest Should we dispatch an HTTP TRACE request toFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)?.
- 
enableLoggingRequestDetailsboolean enableLoggingRequestDetails Whether to log potentially sensitive info (request params at DEBUG + headers at TRACE).
- 
namespace@Nullable String namespace Namespace for this servlet.
- 
onRefreshMonitorObject onRefreshMonitor Monitor for synchronized onRefresh execution.
- 
publishContextboolean publishContext Should we publish the context as a ServletContext attribute?.
- 
publishEventsboolean publishEvents Should we publish a ServletRequestHandledEvent at the end of each request?.
- 
refreshEventReceivedboolean refreshEventReceived Flag used to detect whether onRefresh has already been called.
- 
threadContextInheritableboolean threadContextInheritable Expose LocaleContext and RequestAttributes as inheritable for child threads?.
- 
webApplicationContext@Nullable WebApplicationContext webApplicationContext WebApplicationContext for this servlet.
- 
webApplicationContextInjectedboolean webApplicationContextInjected If the WebApplicationContext was injected viaFrameworkServlet.setApplicationContext(org.springframework.context.ApplicationContext).
 
- 
 
- 
- 
Class org.springframework.web.servlet.HttpServletBeanclass HttpServletBean extends HttpServlet implements Serializable- 
Serialized Fields- 
environment@Nullable ConfigurableEnvironment environment 
- 
loggerorg.apache.commons.logging.Log logger Logger available to subclasses.
- 
requiredPropertiesSet<String> requiredProperties 
 
- 
 
- 
- 
Exception org.springframework.web.servlet.ModelAndViewDefiningExceptionclass ModelAndViewDefiningException extends ServletException implements Serializable- 
Serialized Fields- 
modelAndViewModelAndView modelAndView 
 
- 
 
- 
- 
Exception org.springframework.web.servlet.NoHandlerFoundExceptionclass NoHandlerFoundException extends ServletException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
httpMethodString httpMethod 
- 
requestHeadersHttpHeaders requestHeaders 
- 
requestURLString requestURL 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.servlet.mvc.support- 
Class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMapclass RedirectAttributesModelMap extends ModelMap implements Serializable- 
Serialized Fields- 
dataBinder@Nullable DataBinder dataBinder 
- 
flashAttributesModelMap flashAttributes 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.servlet.resource- 
Exception org.springframework.web.servlet.resource.NoResourceFoundExceptionclass NoResourceFoundException extends ServletException implements Serializable- 
Serialized Fields- 
bodyProblemDetail body 
- 
httpMethodHttpMethod httpMethod 
- 
resourcePathString resourcePath 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.servlet.tags- 
Class org.springframework.web.servlet.tags.ArgumentTagclass ArgumentTag extends BodyTagSupport implements Serializable
- 
Class org.springframework.web.servlet.tags.BindErrorsTagclass BindErrorsTag extends HtmlEscapingAwareTag implements Serializable
- 
Class org.springframework.web.servlet.tags.BindTagclass BindTag extends HtmlEscapingAwareTag implements Serializable
- 
Class org.springframework.web.servlet.tags.EscapeBodyTagclass EscapeBodyTag extends HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
bodyContent@Nullable BodyContent bodyContent 
- 
javaScriptEscapeboolean javaScriptEscape 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.EvalTagclass EvalTag extends HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
expression@Nullable Expression expression 
- 
expressionParserExpressionParser expressionParser 
- 
javaScriptEscapeboolean javaScriptEscape 
- 
scopeint scope 
- 
var@Nullable String var 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.HtmlEscapeTagclass HtmlEscapeTag extends RequestContextAwareTag implements Serializable- 
Serialized Fields- 
defaultHtmlEscapeboolean defaultHtmlEscape 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.HtmlEscapingAwareTagclass HtmlEscapingAwareTag extends RequestContextAwareTag implements Serializable
- 
Class org.springframework.web.servlet.tags.MessageTagclass MessageTag extends HtmlEscapingAwareTag implements Serializable- 
Serialized Fields- 
arguments@Nullable Object arguments 
- 
argumentSeparatorString argumentSeparator 
- 
code@Nullable String code 
- 
javaScriptEscapeboolean javaScriptEscape 
- 
message@Nullable MessageSourceResolvable message 
- 
nestedArgumentsList<Object> nestedArguments 
- 
scopeString scope 
- 
text@Nullable String text 
- 
var@Nullable String var 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.NestedPathTagclass NestedPathTag extends TagSupport implements Serializable
- 
Class org.springframework.web.servlet.tags.ParamTagclass ParamTag extends BodyTagSupport implements Serializable
- 
Class org.springframework.web.servlet.tags.RequestContextAwareTagclass RequestContextAwareTag extends TagSupport implements Serializable- 
Serialized Fields- 
loggerorg.apache.commons.logging.Log logger Logger available to subclasses.
- 
requestContext@Nullable RequestContext requestContext 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.TransformTagclass TransformTag extends HtmlEscapingAwareTag implements Serializable
- 
Class org.springframework.web.servlet.tags.UrlTagclass UrlTag extends HtmlEscapingAwareTag implements Serializable- 
Serialized Fields
 
- 
 
- 
- 
Package org.springframework.web.servlet.tags.form- 
Class org.springframework.web.servlet.tags.form.AbstractCheckedElementTagclass AbstractCheckedElementTag extends AbstractHtmlInputElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTagclass AbstractDataBoundFormElementTag extends AbstractFormTag implements Serializable- 
Serialized Fields- 
bindStatus@Nullable BindStatus bindStatus TheBindStatusof this tag.
- 
id@Nullable String id The value of the 'id' attribute.
- 
path@Nullable String path The property path from theform object.
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.AbstractFormTagclass AbstractFormTag extends HtmlEscapingAwareTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTagclass AbstractHtmlElementBodyTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
bodyContent@Nullable BodyContent bodyContent 
- 
tagWriter@Nullable TagWriter tagWriter 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.AbstractHtmlElementTagclass AbstractHtmlElementTag extends AbstractDataBoundFormElementTag implements Serializable- 
Serialized Fields- 
cssClass@Nullable String cssClass 
- 
cssErrorClass@Nullable String cssErrorClass 
- 
cssStyle@Nullable String cssStyle 
- 
dir@Nullable String dir 
- 
dynamicAttributes@Nullable Map<String, Object> dynamicAttributes 
- 
lang@Nullable String lang 
- 
onclick@Nullable String onclick 
- 
ondblclick@Nullable String ondblclick 
- 
onkeydown@Nullable String onkeydown 
- 
onkeypress@Nullable String onkeypress 
- 
onkeyup@Nullable String onkeyup 
- 
onmousedown@Nullable String onmousedown 
- 
onmousemove@Nullable String onmousemove 
- 
onmouseout@Nullable String onmouseout 
- 
onmouseover@Nullable String onmouseover 
- 
onmouseup@Nullable String onmouseup 
- 
tabindex@Nullable String tabindex 
- 
title@Nullable String title 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTagclass AbstractHtmlInputElementTag extends AbstractHtmlElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTagclass AbstractMultiCheckedElementTag extends AbstractCheckedElementTag implements Serializable- 
Serialized Fields- 
delimiter@Nullable String delimiter Delimiter to use between each 'input type="checkbox/radio"' tags.
- 
elementString element The HTML element used to enclose the 'input type="checkbox/radio"' tag.
- 
itemLabel@Nullable String itemLabel The value to be displayed as part of the 'input type="checkbox/radio"' tag.
- 
items@Nullable Object items 
- 
itemValue@Nullable String itemValue The name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTagclass AbstractSingleCheckedElementTag extends AbstractCheckedElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.ButtonTagclass ButtonTag extends AbstractHtmlElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.CheckboxesTagclass CheckboxesTag extends AbstractMultiCheckedElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.CheckboxTagclass CheckboxTag extends AbstractSingleCheckedElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.ErrorsTagclass ErrorsTag extends AbstractHtmlElementBodyTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.FormTagclass FormTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
acceptCharset@Nullable String acceptCharset 
- 
action@Nullable String action 
- 
autocomplete@Nullable String autocomplete 
- 
enctype@Nullable String enctype 
- 
methodString method 
- 
methodParamString methodParam 
- 
modelAttributeString modelAttribute 
- 
name@Nullable String name 
- 
onreset@Nullable String onreset 
- 
onsubmit@Nullable String onsubmit 
- 
previousNestedPath@Nullable String previousNestedPath Caching a previous nested path, so that it may be reset.
- 
servletRelativeAction@Nullable String servletRelativeAction 
- 
tagWriter@Nullable TagWriter tagWriter 
- 
target@Nullable String target 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.HiddenInputTagclass HiddenInputTag extends AbstractHtmlElementTag implements Serializable- 
Serialized Fields- 
disabledboolean disabled 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.InputTagclass InputTag extends AbstractHtmlInputElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.LabelTagclass LabelTag extends AbstractHtmlElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.OptionsTagclass OptionsTag extends AbstractHtmlElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.OptionTagclass OptionTag extends AbstractHtmlElementBodyTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.PasswordInputTagclass PasswordInputTag extends InputTag implements Serializable- 
Serialized Fields- 
showPasswordboolean showPassword 
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.RadioButtonsTagclass RadioButtonsTag extends AbstractMultiCheckedElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.RadioButtonTagclass RadioButtonTag extends AbstractSingleCheckedElementTag implements Serializable
- 
Class org.springframework.web.servlet.tags.form.SelectTagclass SelectTag extends AbstractHtmlInputElementTag implements Serializable- 
Serialized Fields- 
itemLabel@Nullable String itemLabel The name of the property mapped to the inner text of the 'option' tag.
- 
items@Nullable Object items 
- 
itemValue@Nullable String itemValue The name of the property mapped to the 'value' attribute of the 'option' tag.
- 
multiple@Nullable Object multiple Indicates whether the 'select' tag allows multiple-selections.
- 
size@Nullable String size The value of the HTML 'size' attribute rendered on the final 'select' element.
- 
tagWriter@Nullable TagWriter tagWriter TheTagWriterinstance that the output is being written.Only used in conjunction with nested OptionTags.
 
- 
 
- 
- 
Class org.springframework.web.servlet.tags.form.TextareaTagclass TextareaTag extends AbstractHtmlInputElementTag implements Serializable
 
- 
- 
Package org.springframework.web.socket- 
Class org.springframework.web.socket.CloseStatusclass CloseStatus extends Object implements Serializable- serialVersionUID:
- 5199057709285570947L
 
- 
Class org.springframework.web.socket.WebSocketHttpHeadersclass WebSocketHttpHeaders extends HttpHeaders implements Serializable- serialVersionUID:
- -6644521016187828916L
 - 
Serialized Fields- 
headersHttpHeaders headers 
 
- 
 
 
- 
- 
Package org.springframework.web.socket.handler- 
Exception org.springframework.web.socket.handler.SessionLimitExceededExceptionclass SessionLimitExceededException extends RuntimeException implements Serializable- 
Serialized Fields- 
statusCloseStatus status 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.socket.messaging- 
Class org.springframework.web.socket.messaging.AbstractSubProtocolEventclass AbstractSubProtocolEvent extends ApplicationEvent implements Serializable
- 
Class org.springframework.web.socket.messaging.SessionConnectedEventclass SessionConnectedEvent extends AbstractSubProtocolEvent implements Serializable
- 
Class org.springframework.web.socket.messaging.SessionConnectEventclass SessionConnectEvent extends AbstractSubProtocolEvent implements Serializable
- 
Class org.springframework.web.socket.messaging.SessionDisconnectEventclass SessionDisconnectEvent extends AbstractSubProtocolEvent implements Serializable- 
Serialized Fields- 
sessionIdString sessionId 
- 
statusCloseStatus status 
 
- 
 
- 
- 
Class org.springframework.web.socket.messaging.SessionSubscribeEventclass SessionSubscribeEvent extends AbstractSubProtocolEvent implements Serializable
- 
Class org.springframework.web.socket.messaging.SessionUnsubscribeEventclass SessionUnsubscribeEvent extends AbstractSubProtocolEvent implements Serializable
 
- 
- 
Package org.springframework.web.socket.server- 
Exception org.springframework.web.socket.server.HandshakeFailureExceptionclass HandshakeFailureException extends NestedRuntimeException implements Serializable
 
- 
- 
Package org.springframework.web.socket.sockjs- 
Exception org.springframework.web.socket.sockjs.SockJsExceptionclass SockJsException extends NestedRuntimeException implements Serializable
- 
Exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryExceptionclass SockJsMessageDeliveryException extends SockJsException implements Serializable
- 
Exception org.springframework.web.socket.sockjs.SockJsTransportFailureExceptionclass SockJsTransportFailureException extends SockJsException implements Serializable
 
- 
- 
Package org.springframework.web.util- 
Exception org.springframework.web.util.InvalidUrlExceptionclass InvalidUrlException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 7409308391039105562L
 
- 
Class org.springframework.web.util.UriComponentsclass UriComponents extends Object implements Serializable
- 
Class org.springframework.web.util.UriTemplateclass UriTemplate extends Object implements Serializable- 
Serialized Fields- 
matchPatternPattern matchPattern 
- 
uriComponentsUriComponents uriComponents 
- 
uriTemplateString uriTemplate 
- 
variableNamesList<String> variableNames 
 
- 
 
- 
 
- 
- 
Package org.springframework.web.util.pattern- 
Exception org.springframework.web.util.pattern.PatternParseExceptionclass PatternParseException extends IllegalArgumentException implements Serializable- 
Serialized Fields- 
insertsObject[] inserts 
- 
messageTypePatternParseException.PatternMessage messageType 
- 
patternchar[] pattern 
- 
positionint position 
 
- 
 
- 
 
-