直列化された形式
パッケージ org.aopalliance.aop
例外 org.aopalliance.aop.AspectException
class AspectException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.apache.commons.logging.impl
クラス org.apache.commons.logging.impl.NoOpLog
class NoOpLog extends ObjectSE implements SerializableSEクラス org.apache.commons.logging.impl.SimpleLog
class SimpleLog extends NoOpLog implements SerializableSE
パッケージ org.springframework.aop
例外 org.springframework.aop.AopInvocationException
class AopInvocationException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.aop.aspectj
クラス org.springframework.aop.aspectj.AbstractAspectJAdvice
class AbstractAspectJAdvice extends ObjectSE implements SerializableSESerialization Methods
readObject
private void readObject(ObjectInputStreamSE inputStream) throws IOExceptionSE, ClassNotFoundExceptionSE
Serialized Fields
argumentBindings
MapSE<StringSE,
IntegerSE> argumentBindings argumentNames
StringSE[] argumentNames
このアドバイスオブジェクトの作成者が引数名を知っていて、明示的に設定している場合、これは null 以外になります。argumentsIntrospected
boolean argumentsIntrospected
aspectInstanceFactory
AspectInstanceFactory aspectInstanceFactory
aspectName
StringSE aspectName
このアドバイスが定義されたアスペクトの名前(Bean を参照)(アドバイスの優先順位を決定するときに使用され、2 つのアドバイスが同じアスペクトからのものかどうかを判断できます)。declarationOrder
int declarationOrder
アスペクト内でのこのアドバイスの宣言の順序。declaringClass
ClassSE<?> declaringClass
discoveredReturningGenericType
TypeSE discoveredReturningGenericType
discoveredReturningType
ClassSE<?> discoveredReturningType
discoveredThrowingType
ClassSE<?> discoveredThrowingType
joinPointArgumentIndex
int joinPointArgumentIndex
thisJoinPoint 引数のインデックス (現在、存在する場合はインデックス 0 でのみサポートされます)。joinPointStaticPartArgumentIndex
int joinPointStaticPartArgumentIndex
thisJoinPointStaticPart 引数のインデックス (現在、存在する場合はインデックス 0 でのみサポートされます)。methodName
StringSE methodName
parameterTypes
ClassSE<?>[] parameterTypes
pointcut
AspectJExpressionPointcut pointcut
returningName
StringSE returningName
after returning アドバイスが戻り値をバインドする場合は null 以外。throwingName
StringSE throwingName
after throwing アドバイスがスローされた値をバインドする場合は null 以外。
例外 org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
class AmbiguousBindingException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.aop.aspectj.AspectJAfterAdvice
class AspectJAfterAdvice extends AbstractAspectJAdvice implements SerializableSEクラス org.springframework.aop.aspectj.AspectJAfterReturningAdvice
class AspectJAfterReturningAdvice extends AbstractAspectJAdvice implements SerializableSEクラス org.springframework.aop.aspectj.AspectJAfterThrowingAdvice
class AspectJAfterThrowingAdvice extends AbstractAspectJAdvice implements SerializableSEクラス org.springframework.aop.aspectj.AspectJAroundAdvice
class AspectJAroundAdvice extends AbstractAspectJAdvice implements SerializableSEクラス org.springframework.aop.aspectj.AspectJExpressionPointcut
class AspectJExpressionPointcut extends AbstractExpressionPointcut implements SerializableSESerialized Fields
aspectCompiledByAjc
boolean aspectCompiledByAjc
beanFactory
BeanFactory beanFactory
pointcutDeclarationScope
ClassSE<?> pointcutDeclarationScope
pointcutParameterNames
StringSE[] pointcutParameterNames
pointcutParameterTypes
ClassSE<?>[] pointcutParameterTypes
クラス org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor
class AspectJExpressionPointcutAdvisor extends AbstractGenericPointcutAdvisor implements SerializableSESerialized Fields
pointcut
AspectJExpressionPointcut pointcut
クラス org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
class AspectJMethodBeforeAdvice extends AbstractAspectJAdvice implements SerializableSEクラス org.springframework.aop.aspectj.SingletonAspectInstanceFactory
class SingletonAspectInstanceFactory extends ObjectSE implements SerializableSESerialized Fields
aspectInstance
ObjectSE aspectInstance
パッケージ org.springframework.aop.aspectj.annotation
クラス org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
class AnnotationAwareAspectJAutoProxyCreator extends AspectJAwareAdvisorAutoProxyCreator implements SerializableSESerialized Fields
aspectJAdvisorFactory
AspectJAdvisorFactory aspectJAdvisorFactory
aspectJAdvisorsBuilder
BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
includePatterns
ListSE<PatternSE> includePatterns
クラス org.springframework.aop.aspectj.annotation.AspectJProxyFactory
class AspectJProxyFactory extends ProxyCreatorSupport implements SerializableSESerialized Fields
aspectFactory
AspectJAdvisorFactory aspectFactory
クラス org.springframework.aop.aspectj.annotation.AspectMetadata
class AspectMetadata extends ObjectSE implements SerializableSESerialization Methods
readObject
private void readObject(ObjectInputStreamSE inputStream) throws IOExceptionSE, ClassNotFoundExceptionSE
Serialized Fields
aspectClass
ClassSE<?> aspectClass
逆直列化時に対応する AjType を再解決するために個別に格納されるアスペクトクラス。aspectName
StringSE aspectName
Spring に定義されたこのアスペクトの名前(Bean 名)-2 つのアドバイスが同じアスペクトから来ているかどうか、それらの相対的な優先度を判断できます。perClausePointcut
Pointcut perClausePointcut
Spring アスペクトの節ごとに対応する AOP ポイントカット。シングルトンの場合はPointcut.TRUE
正規インスタンスになり、それ以外の場合は AspectJExpressionPointcut になります。
クラス org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
class BeanFactoryAspectInstanceFactory extends ObjectSE implements SerializableSESerialized Fields
aspectMetadata
AspectMetadata aspectMetadata
beanFactory
BeanFactory beanFactory
name
StringSE name
クラス org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
class LazySingletonAspectInstanceFactoryDecorator extends ObjectSE implements SerializableSESerialized Fields
maaif
MetadataAwareAspectInstanceFactory maaif
materialized
ObjectSE materialized
例外 org.springframework.aop.aspectj.annotation.NotAnAtAspectException
class NotAnAtAspectException extends AopConfigException implements SerializableSESerialized Fields
nonAspectClass
ClassSE<?> nonAspectClass
クラス org.springframework.aop.aspectj.annotation.PrototypeAspectInstanceFactory
class PrototypeAspectInstanceFactory extends BeanFactoryAspectInstanceFactory implements SerializableSEクラス org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
class ReflectiveAspectJAdvisorFactory extends AbstractAspectJAdvisorFactory implements SerializableSESerialized Fields
beanFactory
BeanFactory beanFactory
クラス org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
class SyntheticInstantiationAdvisor extends DefaultPointcutAdvisor implements SerializableSEクラス org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
class SingletonMetadataAwareAspectInstanceFactory extends SingletonAspectInstanceFactory implements SerializableSESerialized Fields
metadata
AspectMetadata metadata
パッケージ org.springframework.aop.aspectj.autoproxy
クラス org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements SerializableSE
パッケージ org.springframework.aop.framework
クラス org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
class AbstractAdvisingBeanPostProcessor extends ProxyProcessorSupport implements SerializableSEクラス org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
class AbstractSingletonProxyFactoryBean extends ProxyConfig implements SerializableSEクラス org.springframework.aop.framework.AdvisedSupport
class AdvisedSupport extends ProxyConfig implements SerializableSE- serialVersionUID:
- 2651364800145442165L
Serialization Methods
readObject
Serialized Fields
advisorChainFactory
AdvisorChainFactory advisorChainFactory
使用する AdvisorChainFactory。advisorKey
ListSE<Advisor> advisorKey
最小のAdvisedSupport.AdvisorKeyEntry
インスタンスのリスト。削減時にAdvisedSupport.advisors
フィールドに割り当てられます。- 導入:
- 6.0.10
- 関連事項:
AdvisedSupport.reduceToAdvisorKey()
advisors
ListSE<Advisor> advisors
アドバイザーのリスト。アドバイスが追加された場合、このリストに追加される前にアドバイザーにラップされます。interfaces
ListSE<ClassSE<?>> interfaces
プロキシによって実装されるインターフェース。登録の順序を維持し、指定されたインターフェースの順序で JDK プロキシを作成するためにリストに保持されます。preFiltered
boolean preFiltered
特定のターゲットクラスに対してアドバイザがすでにフィルタリングされているかどうか。targetSource
TargetSource targetSource
効率のために直接アクセスできるようにパッケージ保護されています。
例外 org.springframework.aop.framework.AopConfigException
class AopConfigException extends NestedRuntimeException implements SerializableSEクラス org.springframework.aop.framework.CglibAopProxy.SerializableNoOp
class SerializableNoOp extends ObjectSE implements SerializableSEクラス org.springframework.aop.framework.DefaultAdvisorChainFactory
class DefaultAdvisorChainFactory extends ObjectSE implements SerializableSEクラス org.springframework.aop.framework.DefaultAopProxyFactory
class DefaultAopProxyFactory extends ObjectSE implements SerializableSE- serialVersionUID:
- 7930414337282325166L
クラス org.springframework.aop.framework.ProxyConfig
class ProxyConfig extends ObjectSE implements SerializableSE- serialVersionUID:
- -8409359707199703185L
Serialized Fields
exposeProxy
boolean exposeProxy
frozen
boolean frozen
opaque
boolean opaque
optimize
boolean optimize
proxyTargetClass
boolean proxyTargetClass
クラス org.springframework.aop.framework.ProxyCreatorSupport
class ProxyCreatorSupport extends AdvisedSupport implements SerializableSESerialized Fields
active
boolean active
最初の AOP プロキシが作成されている場合は true に設定します。aopProxyFactory
AopProxyFactory aopProxyFactory
listeners
ListSE<AdvisedSupportListener> listeners
クラス org.springframework.aop.framework.ProxyFactory
class ProxyFactory extends ProxyCreatorSupport implements SerializableSEクラス org.springframework.aop.framework.ProxyFactoryBean
class ProxyFactoryBean extends ProxyCreatorSupport implements SerializableSESerialization Methods
readObject
Serialized Fields
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
advisorChainInitialized
boolean advisorChainInitialized
アドバイザーチェーンがすでに初期化されているかどうか。autodetectInterfaces
boolean autodetectInterfaces
freezeProxy
boolean freezeProxy
interceptorNames
StringSE[] interceptorNames
logger
Log logger
singleton
boolean singleton
singletonInstance
ObjectSE singletonInstance
これがシングルトンの場合、キャッシュされたシングルトンプロキシインスタンス。targetName
StringSE targetName
クラス org.springframework.aop.framework.ProxyProcessorSupport
class ProxyProcessorSupport extends ProxyConfig implements SerializableSESerialized Fields
classLoaderConfigured
boolean classLoaderConfigured
order
int order
これは他のすべてのプロセッサーの後に実行する必要があるため、ダブルプロキシではなく、既存のプロキシにアドバイザを追加できます。proxyClassLoader
ClassLoaderSE proxyClassLoader
パッケージ org.springframework.aop.framework.adapter
クラス org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
class AfterReturningAdviceInterceptor extends ObjectSE implements SerializableSESerialized Fields
advice
AfterReturningAdvice advice
クラス org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
class DefaultAdvisorAdapterRegistry extends ObjectSE implements SerializableSESerialized Fields
adapters
ListSE<AdvisorAdapter> adapters
クラス org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
class MethodBeforeAdviceInterceptor extends ObjectSE implements SerializableSESerialized Fields
advice
MethodBeforeAdvice advice
例外 org.springframework.aop.framework.adapter.UnknownAdviceTypeException
class UnknownAdviceTypeException extends IllegalArgumentExceptionSE implements SerializableSE
パッケージ org.springframework.aop.framework.autoproxy
クラス org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
class AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyCreator implements SerializableSESerialized Fields
advisorRetrievalHelper
BeanFactoryAdvisorRetrievalHelper advisorRetrievalHelper
クラス org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
class AbstractAutoProxyCreator extends ProxyProcessorSupport implements SerializableSESerialized Fields
advisedBeans
MapSE<ObjectSE,
BooleanSE> advisedBeans advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
デフォルトはグローバル AdvisorAdapterRegistry です。applyCommonInterceptorsFirst
boolean applyCommonInterceptorsFirst
beanFactory
BeanFactory beanFactory
customTargetSourceCreators
TargetSourceCreator[] customTargetSourceCreators
earlyBeanReferences
MapSE<ObjectSE,
ObjectSE> earlyBeanReferences freezeProxy
boolean freezeProxy
プロキシを凍結する必要があるかどうかを示します。構成があまりにも早くフリーズするのを防ぐために、super からオーバーライドされます。interceptorNames
StringSE[] interceptorNames
デフォルトでは、一般的なインターセプターはありません。logger
Log logger
サブクラスで利用可能なロガー。proxyTypes
MapSE<ObjectSE,
ClassSE<?>> proxyTypes targetSourcedBeans
SetSE<StringSE> targetSourcedBeans
クラス org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
class AbstractBeanFactoryAwareAdvisingPostProcessor extends AbstractAdvisingBeanPostProcessor implements SerializableSESerialized Fields
beanFactory
ConfigurableListableBeanFactory beanFactory
クラス org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
class BeanNameAutoProxyCreator extends AbstractAutoProxyCreator implements SerializableSEクラス org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
class DefaultAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements SerializableSESerialized Fields
advisorBeanNamePrefix
StringSE advisorBeanNamePrefix
usePrefix
boolean usePrefix
クラス org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
class InfrastructureAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements SerializableSESerialized Fields
beanFactory
ConfigurableListableBeanFactory beanFactory
パッケージ org.springframework.aop.interceptor
クラス org.springframework.aop.interceptor.AbstractMonitoringInterceptor
class AbstractMonitoringInterceptor extends AbstractTraceInterceptor implements SerializableSEクラス org.springframework.aop.interceptor.AbstractTraceInterceptor
class AbstractTraceInterceptor extends ObjectSE implements SerializableSESerialized Fields
hideProxyClassNames
boolean hideProxyClassNames
動的ロガーの使用時にプロキシクラス名を非表示にするかどうかを示します。logExceptionStackTrace
boolean logExceptionStackTrace
ロガーに例外を渡すかどうかを示します。
クラス org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor
class ConcurrencyThrottleInterceptor extends ConcurrencyThrottleSupport implements SerializableSEクラス org.springframework.aop.interceptor.CustomizableTraceInterceptor
class CustomizableTraceInterceptor extends AbstractTraceInterceptor implements SerializableSEクラス org.springframework.aop.interceptor.DebugInterceptor
class DebugInterceptor extends SimpleTraceInterceptor implements SerializableSESerialized Fields
count
long count
クラス org.springframework.aop.interceptor.ExposeInvocationInterceptor
class ExposeInvocationInterceptor extends ObjectSE implements SerializableSESerialization Methods
readResolve
直列化をサポートするために必要です。直列化復元の正規インスタンスに置き換えて、シングルトンパターンを保護します。equals
メソッドオーバーライドの代替です。
クラス org.springframework.aop.interceptor.PerformanceMonitorInterceptor
class PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor implements SerializableSEクラス org.springframework.aop.interceptor.SimpleTraceInterceptor
class SimpleTraceInterceptor extends AbstractTraceInterceptor implements SerializableSE
パッケージ org.springframework.aop.scope
クラス org.springframework.aop.scope.DefaultScopedObject
class DefaultScopedObject extends ObjectSE implements SerializableSESerialized Fields
beanFactory
ConfigurableBeanFactory beanFactory
targetBeanName
StringSE targetBeanName
クラス org.springframework.aop.scope.ScopedProxyFactoryBean
class ScopedProxyFactoryBean extends ProxyConfig implements SerializableSESerialized Fields
proxy
ObjectSE proxy
キャッシュされたシングルトンプロキシ。scopedTargetSource
SimpleBeanTargetSource scopedTargetSource
スコーピングを管理する TargetSource。targetBeanName
StringSE targetBeanName
ターゲット Bean の名前。
パッケージ org.springframework.aop.support
クラス org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
class AbstractBeanFactoryPointcutAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialization Methods
readObject
Serialized Fields
adviceBeanName
StringSE adviceBeanName
beanFactory
BeanFactory beanFactory
クラス org.springframework.aop.support.AbstractExpressionPointcut
class AbstractExpressionPointcut extends ObjectSE implements SerializableSEクラス org.springframework.aop.support.AbstractGenericPointcutAdvisor
class AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialized Fields
advice
Advice advice
クラス org.springframework.aop.support.AbstractPointcutAdvisor
class AbstractPointcutAdvisor extends ObjectSE implements SerializableSESerialized Fields
order
IntegerSE order
クラス org.springframework.aop.support.AbstractRegexpMethodPointcut
class AbstractRegexpMethodPointcut extends StaticMethodMatcherPointcut implements SerializableSEクラス org.springframework.aop.support.ComposablePointcut
class ComposablePointcut extends ObjectSE implements SerializableSE- serialVersionUID:
- -2743223737633663832L
Serialized Fields
classFilter
ClassFilter classFilter
methodMatcher
MethodMatcher methodMatcher
クラス org.springframework.aop.support.ControlFlowPointcut
class ControlFlowPointcut extends ObjectSE implements SerializableSESerialized Fields
clazz
ClassSE<?> clazz
照合するクラス。- 導入:
- 6.1
evaluationCount
AtomicIntegerSE evaluationCount
methodNamePatterns
ListSE<StringSE> methodNamePatterns
照合する個別のメソッド名パターンの不変のリスト。- 導入:
- 6.1
クラス org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
class DefaultBeanFactoryPointcutAdvisor extends AbstractBeanFactoryPointcutAdvisor implements SerializableSESerialized Fields
pointcut
Pointcut pointcut
クラス org.springframework.aop.support.DefaultIntroductionAdvisor
class DefaultIntroductionAdvisor extends ObjectSE implements SerializableSEクラス org.springframework.aop.support.DefaultPointcutAdvisor
class DefaultPointcutAdvisor extends AbstractGenericPointcutAdvisor implements SerializableSESerialized Fields
pointcut
Pointcut pointcut
クラス org.springframework.aop.support.DelegatePerTargetObjectIntroductionInterceptor
class DelegatePerTargetObjectIntroductionInterceptor extends IntroductionInfoSupport implements SerializableSEクラス org.springframework.aop.support.DelegatingIntroductionInterceptor
class DelegatingIntroductionInterceptor extends IntroductionInfoSupport implements SerializableSESerialized Fields
delegate
ObjectSE delegate
実際にインターフェースを実装するオブジェクト。サブクラスが導入されたインターフェースを実装する場合、"this" になる場合があります。
クラス org.springframework.aop.support.IntroductionInfoSupport
class IntroductionInfoSupport extends ObjectSE implements SerializableSESerialization Methods
readObject
このメソッドは、ロガーを復元するためにのみ実装されます。ロガーを静的にすることはありません。サブクラスがこのクラスのログカテゴリを使用することを意味するからです。
Serialized Fields
クラス org.springframework.aop.support.JdkRegexpMethodPointcut
class JdkRegexpMethodPointcut extends AbstractRegexpMethodPointcut implements SerializableSEクラス org.springframework.aop.support.NameMatchMethodPointcut
class NameMatchMethodPointcut extends StaticMethodMatcherPointcut implements SerializableSEクラス org.springframework.aop.support.NameMatchMethodPointcutAdvisor
class NameMatchMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements SerializableSESerialized Fields
pointcut
NameMatchMethodPointcut pointcut
クラス org.springframework.aop.support.RegexpMethodPointcutAdvisor
class RegexpMethodPointcutAdvisor extends AbstractGenericPointcutAdvisor implements SerializableSESerialized Fields
patterns
StringSE[] patterns
pointcut
AbstractRegexpMethodPointcut pointcut
pointcutMonitor
ObjectSE pointcutMonitor
クラス org.springframework.aop.support.RootClassFilter
class RootClassFilter extends ObjectSE implements SerializableSESerialized Fields
clazz
ClassSE<?> clazz
クラス org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
class StaticMethodMatcherPointcutAdvisor extends StaticMethodMatcherPointcut implements SerializableSESerialized Fields
advice
Advice advice
order
int order
パッケージ org.springframework.aop.target
クラス org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
class AbstractBeanFactoryBasedTargetSource extends ObjectSE implements SerializableSE- serialVersionUID:
- -4721607536018568393L
Serialized Fields
beanFactory
BeanFactory beanFactory
この TargetSource を所有する BeanFactory。必要に応じて新しいプロトタイプインスタンスを作成できるように、この参照を保持する必要があります。targetBeanName
StringSE targetBeanName
各呼び出しで作成するターゲット Bean の名前。targetClass
ClassSE<?> targetClass
ターゲットのクラス。
クラス org.springframework.aop.target.AbstractPoolingTargetSource
class AbstractPoolingTargetSource extends AbstractPrototypeBasedTargetSource implements SerializableSESerialized Fields
maxSize
int maxSize
プールの最大サイズ。
クラス org.springframework.aop.target.AbstractPrototypeBasedTargetSource
class AbstractPrototypeBasedTargetSource extends AbstractBeanFactoryBasedTargetSource implements SerializableSESerialization Methods
readObject
writeReplace
直列化時にこのオブジェクトを SingletonTargetSource に置き換えます。それ以外の場合は保護され、サブクラスに対しては呼び出されません。(writeReplace()
メソッドは、直列化されるクラスから見える必要があります。)このメソッドのこの実装では、このクラスまたはサブクラスの直列化不可能なフィールドを一時的としてマークする必要はありません。
クラス org.springframework.aop.target.CommonsPool2TargetSource
class CommonsPool2TargetSource extends AbstractPoolingTargetSource implements SerializableSESerialized Fields
blockWhenExhausted
boolean blockWhenExhausted
maxIdle
int maxIdle
maxWait
long maxWait
minEvictableIdleTimeMillis
long minEvictableIdleTimeMillis
minIdle
int minIdle
pool
org.apache.commons.pool2.ObjectPool pool
ターゲットオブジェクトをプールするために使用される Apache CommonsObjectPool
。timeBetweenEvictionRunsMillis
long timeBetweenEvictionRunsMillis
クラス org.springframework.aop.target.EmptyTargetSource
class EmptyTargetSource extends ObjectSE implements SerializableSE- serialVersionUID:
- 3680494563553489691L
Serialization Methods
readResolve
ターゲットクラスがない場合の逆直列化の正規インスタンスを返し、シングルトンパターンを保護します。
Serialized Fields
isStatic
boolean isStatic
targetClass
ClassSE<?> targetClass
クラス org.springframework.aop.target.HotSwappableTargetSource
class HotSwappableTargetSource extends ObjectSE implements SerializableSE- serialVersionUID:
- 7497929212653839187L
Serialized Fields
target
ObjectSE target
現在のターゲットオブジェクト。
クラス org.springframework.aop.target.LazyInitTargetSource
class LazyInitTargetSource extends AbstractBeanFactoryBasedTargetSource implements SerializableSESerialized Fields
target
ObjectSE target
クラス org.springframework.aop.target.PrototypeTargetSource
class PrototypeTargetSource extends AbstractPrototypeBasedTargetSource implements SerializableSEクラス org.springframework.aop.target.SimpleBeanTargetSource
class SimpleBeanTargetSource extends AbstractBeanFactoryBasedTargetSource implements SerializableSEクラス org.springframework.aop.target.SingletonTargetSource
class SingletonTargetSource extends ObjectSE implements SerializableSE- serialVersionUID:
- 9031246629662423738L
Serialized Fields
target
ObjectSE target
ターゲットはキャッシュされ、リフレクションを使用して呼び出されます。
クラス org.springframework.aop.target.ThreadLocalTargetSource
class ThreadLocalTargetSource extends AbstractPrototypeBasedTargetSource implements SerializableSESerialized Fields
hitCount
int hitCount
invocationCount
int invocationCount
targetInThread
ThreadLocalSE<ObjectSE> targetInThread
現在のスレッドに関連付けられているターゲットを保持する ThreadLocal。静的なほとんどの ThreadLocals とは異なり、この変数は ThreadLocalTargetSource クラスのインスタンスごとにスレッドごとに存在することを意図しています。targetSet
SetSE<ObjectSE> targetSet
管理されたターゲットのセット。これにより、作成したターゲットを追跡できます。
パッケージ org.springframework.aot.generate
例外 org.springframework.aot.generate.UnsupportedTypeValueCodeGenerationException
class UnsupportedTypeValueCodeGenerationException extends ValueCodeGenerationException implements SerializableSE例外 org.springframework.aot.generate.ValueCodeGenerationException
class ValueCodeGenerationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
value
ObjectSE value
パッケージ org.springframework.asm
例外 org.springframework.asm.ClassTooLargeException
class ClassTooLargeException extends IndexOutOfBoundsExceptionSE implements SerializableSE- serialVersionUID:
- 160715609518896765L
Serialized Fields
className
StringSE className
constantPoolCount
int constantPoolCount
例外 org.springframework.asm.MethodTooLargeException
class MethodTooLargeException extends IndexOutOfBoundsExceptionSE implements SerializableSE- serialVersionUID:
- 6807380416709738314L
パッケージ org.springframework.beans
例外 org.springframework.beans.BeanInstantiationException
class BeanInstantiationException extends FatalBeanException implements SerializableSESerialized Fields
beanClass
ClassSE<?> beanClass
constructingMethod
MethodSE constructingMethod
constructor
ConstructorSE<?> constructor
クラス org.springframework.beans.BeanMetadataAttributeAccessor
class BeanMetadataAttributeAccessor extends AttributeAccessorSupport implements SerializableSESerialized Fields
source
ObjectSE source
例外 org.springframework.beans.BeansException
class BeansException extends NestedRuntimeException implements SerializableSE例外 org.springframework.beans.ConversionNotSupportedException
class ConversionNotSupportedException extends TypeMismatchException implements SerializableSE例外 org.springframework.beans.FatalBeanException
class FatalBeanException extends BeansException implements SerializableSE例外 org.springframework.beans.InvalidPropertyException
class InvalidPropertyException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.MethodInvocationException
class MethodInvocationException extends PropertyAccessException implements SerializableSEクラス org.springframework.beans.MutablePropertyValues
class MutablePropertyValues extends ObjectSE implements SerializableSESerialized Fields
converted
boolean converted
processedProperties
SetSE<StringSE> processedProperties
propertyValueList
ListSE<PropertyValue> propertyValueList
例外 org.springframework.beans.NotReadablePropertyException
class NotReadablePropertyException extends InvalidPropertyException implements SerializableSE例外 org.springframework.beans.NotWritablePropertyException
class NotWritablePropertyException extends InvalidPropertyException implements SerializableSESerialized Fields
possibleMatches
StringSE[] possibleMatches
例外 org.springframework.beans.NullValueInNestedPathException
class NullValueInNestedPathException extends InvalidPropertyException implements SerializableSE例外 org.springframework.beans.PropertyAccessException
class PropertyAccessException extends BeansException implements SerializableSESerialized Fields
propertyChangeEvent
PropertyChangeEventSE propertyChangeEvent
例外 org.springframework.beans.PropertyBatchUpdateException
class PropertyBatchUpdateException extends BeansException implements SerializableSESerialized Fields
propertyAccessExceptions
PropertyAccessException[] propertyAccessExceptions
PropertyAccessException オブジェクトのリスト。
クラス org.springframework.beans.PropertyValue
class PropertyValue extends BeanMetadataAttributeAccessor implements SerializableSE例外 org.springframework.beans.TypeMismatchException
class TypeMismatchException extends PropertyAccessException implements SerializableSE
パッケージ org.springframework.beans.factory
例外 org.springframework.beans.factory.BeanCreationException
class BeanCreationException extends FatalBeanException implements SerializableSESerialized Fields
beanName
StringSE beanName
relatedCauses
ListSE<ThrowableSE> relatedCauses
resourceDescription
StringSE resourceDescription
例外 org.springframework.beans.factory.BeanCreationNotAllowedException
class BeanCreationNotAllowedException extends BeanCreationException implements SerializableSE例外 org.springframework.beans.factory.BeanCurrentlyInCreationException
class BeanCurrentlyInCreationException extends BeanCreationException implements SerializableSE例外 org.springframework.beans.factory.BeanDefinitionStoreException
class BeanDefinitionStoreException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.factory.BeanExpressionException
class BeanExpressionException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.factory.BeanInitializationException
class BeanInitializationException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.factory.BeanIsAbstractException
class BeanIsAbstractException extends BeanCreationException implements SerializableSE例外 org.springframework.beans.factory.BeanIsNotAFactoryException
class BeanIsNotAFactoryException extends BeanNotOfRequiredTypeException implements SerializableSE例外 org.springframework.beans.factory.BeanNotOfRequiredTypeException
class BeanNotOfRequiredTypeException extends BeansException implements SerializableSE例外 org.springframework.beans.factory.CannotLoadBeanClassException
class CannotLoadBeanClassException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.factory.FactoryBeanNotInitializedException
class FactoryBeanNotInitializedException extends FatalBeanException implements SerializableSE例外 org.springframework.beans.factory.NoSuchBeanDefinitionException
class NoSuchBeanDefinitionException extends BeansException implements SerializableSESerialized Fields
beanName
StringSE beanName
resolvableType
ResolvableType resolvableType
例外 org.springframework.beans.factory.NoUniqueBeanDefinitionException
class NoUniqueBeanDefinitionException extends NoSuchBeanDefinitionException implements SerializableSESerialized Fields
beanNamesFound
CollectionSE<StringSE> beanNamesFound
numberOfBeansFound
int numberOfBeansFound
例外 org.springframework.beans.factory.UnsatisfiedDependencyException
class UnsatisfiedDependencyException extends BeanCreationException implements SerializableSESerialized Fields
injectionPoint
InjectionPoint injectionPoint
パッケージ org.springframework.beans.factory.annotation
クラス org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
class AnnotatedGenericBeanDefinition extends GenericBeanDefinition implements SerializableSESerialized Fields
factoryMethodMetadata
MethodMetadata factoryMethodMetadata
metadata
AnnotationMetadata metadata
クラス org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
class InitDestroyAnnotationBeanPostProcessor extends ObjectSE implements SerializableSESerialization Methods
readObject
Serialized Fields
destroyAnnotationTypes
SetSE<ClassSE<? extends AnnotationSE>> destroyAnnotationTypes
initAnnotationTypes
SetSE<ClassSE<? extends AnnotationSE>> initAnnotationTypes
order
int order
パッケージ org.springframework.beans.factory.aot
例外 org.springframework.beans.factory.aot.AotBeanProcessingException
class AotBeanProcessingException extends AotProcessingException implements SerializableSESerialized Fields
beanDefinition
RootBeanDefinition beanDefinition
例外 org.springframework.beans.factory.aot.AotException
class AotException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.beans.factory.aot.AotProcessingException
class AotProcessingException extends AotException implements SerializableSE
パッケージ org.springframework.beans.factory.config
クラス org.springframework.beans.factory.config.AutowiredPropertyMarker
class AutowiredPropertyMarker extends ObjectSE implements SerializableSESerialization Methods
readResolve
クラス org.springframework.beans.factory.config.DependencyDescriptor
class DependencyDescriptor extends InjectionPoint implements SerializableSESerialization Methods
readObject
Serialized Fields
パッケージ org.springframework.beans.factory.parsing
例外 org.springframework.beans.factory.parsing.BeanDefinitionParsingException
class BeanDefinitionParsingException extends BeanDefinitionStoreException implements SerializableSE
パッケージ org.springframework.beans.factory.support
クラス org.springframework.beans.factory.support.AbstractBeanDefinition
class AbstractBeanDefinition extends BeanMetadataAttributeAccessor implements SerializableSESerialized Fields
abstractFlag
boolean abstractFlag
autowireCandidate
boolean autowireCandidate
autowireMode
int autowireMode
backgroundInit
boolean backgroundInit
beanClass
ObjectSE beanClass
constructorArgumentValues
ConstructorArgumentValues constructorArgumentValues
defaultCandidate
boolean defaultCandidate
dependencyCheck
int dependencyCheck
dependsOn
StringSE[] dependsOn
description
StringSE description
destroyMethodNames
StringSE[] destroyMethodNames
enforceDestroyMethod
boolean enforceDestroyMethod
enforceInitMethod
boolean enforceInitMethod
factoryBeanName
StringSE factoryBeanName
factoryMethodName
StringSE factoryMethodName
fallback
boolean fallback
initMethodNames
StringSE[] initMethodNames
instanceSupplier
SupplierSE<?> instanceSupplier
lazyInit
BooleanSE lazyInit
lenientConstructorResolution
boolean lenientConstructorResolution
methodOverrides
MethodOverrides methodOverrides
nonPublicAccessAllowed
boolean nonPublicAccessAllowed
primary
boolean primary
propertyValues
MutablePropertyValues propertyValues
qualifiers
MapSE<StringSE,
AutowireCandidateQualifier> qualifiers resource
Resource resource
role
int role
scope
StringSE scope
synthetic
boolean synthetic
クラス org.springframework.beans.factory.support.AutowireCandidateQualifier
class AutowireCandidateQualifier extends BeanMetadataAttributeAccessor implements SerializableSESerialized Fields
typeName
StringSE typeName
例外 org.springframework.beans.factory.support.BeanDefinitionOverrideException
class BeanDefinitionOverrideException extends BeanDefinitionStoreException implements SerializableSESerialized Fields
beanDefinition
BeanDefinition beanDefinition
existingDefinition
BeanDefinition existingDefinition
例外 org.springframework.beans.factory.support.BeanDefinitionValidationException
class BeanDefinitionValidationException extends FatalBeanException implements SerializableSEクラス org.springframework.beans.factory.support.ChildBeanDefinition
class ChildBeanDefinition extends AbstractBeanDefinition implements SerializableSESerialized Fields
parentName
StringSE parentName
クラス org.springframework.beans.factory.support.DefaultListableBeanFactory
class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFactory implements SerializableSESerialization Methods
readObject
writeReplace
Serialized Fields
allBeanNamesByType
MapSE<ClassSE<?>,
StringSE[]> allBeanNamesByType 依存関係型をキーにした、シングルトンおよび非シングルトンの Bean 名のマップ。allowBeanDefinitionOverriding
BooleanSE allowBeanDefinitionOverriding
同じ名前の異なる定義の再登録を許可するかどうか。allowEagerClassLoading
boolean allowEagerClassLoading
lazy-init Bean でも先行したクラスのロードを許可するかどうか。autowireCandidateResolver
AutowireCandidateResolver autowireCandidateResolver
Bean 定義がオートワイヤー候補であるかどうかを確認するために使用するリゾルバー。beanDefinitionMap
MapSE<StringSE,
BeanDefinition> beanDefinitionMap Bean 名をキーとする Bean 定義オブジェクトのマップ。beanDefinitionNames
ListSE<StringSE> beanDefinitionNames
Bean 定義名の登録順のリスト。bootstrapExecutor
ExecutorSE bootstrapExecutor
configurationFrozen
boolean configurationFrozen
Bean 定義メタデータをすべての Bean に対してキャッシュできるかどうか。dependencyComparator
ComparatorSE<ObjectSE> dependencyComparator
依存関係リストと配列のオプションの OrderComparator。frozenBeanDefinitionNames
StringSE[] frozenBeanDefinitionNames
構成がフリーズした場合の Bean 定義名のキャッシュされた配列。mainThreadPrefix
StringSE mainThreadPrefix
Name prefix of main thread: only set during pre-instantiation phase.manualSingletonNames
SetSE<StringSE> manualSingletonNames
手動で登録されたシングルトンの名前の登録順のリスト。mergedBeanDefinitionHolders
MapSE<StringSE,
BeanDefinitionHolder> mergedBeanDefinitionHolders Bean 名からマージされた BeanDefinitionHolder へのマップ。preInstantiationThread
NamedThreadLocal<org.springframework.beans.factory.support.DefaultListableBeanFactory.PreInstantiation> preInstantiationThread
primaryBeanNames
SetSE<StringSE> primaryBeanNames
Set of bean definition names with a primary marker.resolvableDependencies
MapSE<ClassSE<?>,
ObjectSE> resolvableDependencies 依存関係型から対応するオートワイヤー値にマップします。serializationId
StringSE serializationId
直列化の目的で、このファクトリのオプションの ID。singletonBeanNamesByType
MapSE<ClassSE<?>,
StringSE[]> singletonBeanNamesByType 依存関係型をキーとする、シングルトンのみの Bean 名のマップ。strictLocking
BooleanSE strictLocking
Whether strict locking is enforced or relaxed in this factory.
クラス org.springframework.beans.factory.support.GenericBeanDefinition
class GenericBeanDefinition extends AbstractBeanDefinition implements SerializableSESerialized Fields
parentName
StringSE parentName
クラス org.springframework.beans.factory.support.ManagedArray
Serialized Fields
resolvedElementType
ClassSE<?> resolvedElementType
ターゲット配列のランタイム作成用に解決された要素型。
クラス org.springframework.beans.factory.support.ManagedList
クラス org.springframework.beans.factory.support.ManagedMap
クラス org.springframework.beans.factory.support.ManagedProperties
class ManagedProperties extends PropertiesSE implements SerializableSESerialized Fields
mergeEnabled
boolean mergeEnabled
source
ObjectSE source
クラス org.springframework.beans.factory.support.ManagedSet
クラス org.springframework.beans.factory.support.RootBeanDefinition
class RootBeanDefinition extends AbstractBeanDefinition implements SerializableSESerialized Fields
allowCaching
boolean allowCaching
beforeInstantiationResolved
BooleanSE beforeInstantiationResolved
インスタンス化前のポストプロセッサーが起動したことを示すパッケージ表示フィールド。constructorArgumentLock
ObjectSE constructorArgumentLock
以下の 4 つのコンストラクターフィールドの共通ロック。constructorArgumentsResolved
boolean constructorArgumentsResolved
コンストラクター引数を解決済みとしてマークするパッケージ可視フィールド。decoratedDefinition
BeanDefinitionHolder decoratedDefinition
externallyManagedConfigMembers
SetSE<MemberSE> externallyManagedConfigMembers
externallyManagedDestroyMethods
SetSE<StringSE> externallyManagedDestroyMethods
externallyManagedInitMethods
SetSE<StringSE> externallyManagedInitMethods
factoryMethodReturnType
ResolvableType factoryMethodReturnType
一般的に型指定されたファクトリメソッドの戻り値の型をキャッシュするためのパッケージ表示フィールド。factoryMethodToIntrospect
MethodSE factoryMethodToIntrospect
イントロスペクションの一意のファクトリメソッド候補をキャッシュするためのパッケージ表示フィールド。isFactoryBean
BooleanSE isFactoryBean
Bean がファクトリ Bean である場合のキャッシュ用のパッケージ表示フィールド。isFactoryMethodUnique
boolean isFactoryMethodUnique
postProcessed
boolean postProcessed
MergedBeanDefinitionPostProcessor が適用されたことを示すパッケージ表示フィールド。postProcessingLock
ObjectSE postProcessingLock
以下の 2 つの後処理フィールドの共通ロック。preparedConstructorArguments
ObjectSE[] preparedConstructorArguments
部分的に準備されたコンストラクター引数をキャッシュするためのパッケージ可視フィールド。qualifiedElement
AnnotatedElementSE qualifiedElement
resolvedConstructorArguments
ObjectSE[] resolvedConstructorArguments
完全に解決されたコンストラクター引数をキャッシュするためのパッケージ可視フィールド。resolvedConstructorOrFactoryMethod
ExecutableSE resolvedConstructorOrFactoryMethod
解決されたコンストラクターまたはファクトリメソッドをキャッシュするためのパッケージ表示フィールド。resolvedDestroyMethodName
StringSE resolvedDestroyMethodName
解決された destroy メソッド名をキャッシュするためのパッケージ表示フィールド(これも推測されます)。resolvedTargetType
ClassSE<?> resolvedTargetType
特定の Bean 定義の決定されたクラスをキャッシュするためのパッケージ表示フィールド。stale
boolean stale
定義を再マージする必要があるかどうかを決定します。targetType
ResolvableType targetType
例外 org.springframework.beans.factory.support.ScopeNotActiveException
class ScopeNotActiveException extends BeanCreationException implements SerializableSE
パッケージ org.springframework.beans.factory.xml
例外 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
class XmlBeanDefinitionStoreException extends BeanDefinitionStoreException implements SerializableSE
パッケージ org.springframework.beans.support
クラス org.springframework.beans.support.MutableSortDefinition
class MutableSortDefinition extends ObjectSE implements SerializableSESerialized Fields
ascending
boolean ascending
ignoreCase
boolean ignoreCase
property
StringSE property
toggleAscendingOnProperty
boolean toggleAscendingOnProperty
クラス org.springframework.beans.support.PagedListHolder
class PagedListHolder extends ObjectSE implements SerializableSESerialized Fields
maxLinkedPages
int maxLinkedPages
newPageSet
boolean newPageSet
page
int page
pageSize
int pageSize
refreshDate
DateSE refreshDate
sort
SortDefinition sort
sortUsed
SortDefinition sortUsed
source
ListSE<E> source
パッケージ org.springframework.cache
例外 org.springframework.cache.Cache.ValueRetrievalException
class ValueRetrievalException extends RuntimeExceptionSE implements SerializableSESerialized Fields
key
ObjectSE key
パッケージ org.springframework.cache.annotation
クラス org.springframework.cache.annotation.AnnotationCacheOperationSource
class AnnotationCacheOperationSource extends AbstractFallbackCacheOperationSource implements SerializableSESerialized Fields
annotationParsers
SetSE<CacheAnnotationParser> annotationParsers
publicMethodsOnly
boolean publicMethodsOnly
クラス org.springframework.cache.annotation.SpringCacheAnnotationParser
class SpringCacheAnnotationParser extends ObjectSE implements SerializableSE
パッケージ org.springframework.cache.interceptor
クラス org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
class BeanFactoryCacheOperationSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements SerializableSESerialized Fields
pointcut
org.springframework.cache.interceptor.CacheOperationSourcePointcut pointcut
クラス org.springframework.cache.interceptor.CacheInterceptor
class CacheInterceptor extends CacheAspectSupport implements SerializableSE例外 org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
class ThrowableWrapper extends RuntimeExceptionSE implements SerializableSESerialized Fields
original
ThrowableSE original
クラス org.springframework.cache.interceptor.CacheProxyFactoryBean
class CacheProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements SerializableSESerialized Fields
cacheInterceptor
CacheInterceptor cacheInterceptor
pointcut
Pointcut pointcut
クラス org.springframework.cache.interceptor.CompositeCacheOperationSource
class CompositeCacheOperationSource extends ObjectSE implements SerializableSESerialized Fields
cacheOperationSources
CacheOperationSource[] cacheOperationSources
クラス org.springframework.cache.interceptor.NameMatchCacheOperationSource
class NameMatchCacheOperationSource extends ObjectSE implements SerializableSESerialized Fields
nameMap
MapSE<StringSE,
CollectionSE<CacheOperation>> nameMap キーはメソッド名です。値は TransactionAttributes です。
クラス org.springframework.cache.interceptor.SimpleKey
class SimpleKey extends ObjectSE implements SerializableSESerialization Methods
readObject
Serialized Fields
params
ObjectSE[] params
パッケージ org.springframework.cache.jcache.interceptor
クラス org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
class BeanFactoryJCacheOperationSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements SerializableSESerialized Fields
pointcut
org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut pointcut
クラス org.springframework.cache.jcache.interceptor.JCacheInterceptor
class JCacheInterceptor extends JCacheAspectSupport implements SerializableSE
パッケージ org.springframework.cache.support
クラス org.springframework.cache.support.NullValue
class NullValue extends ObjectSE implements SerializableSE- serialVersionUID:
- 1L
Serialization Methods
readResolve
パッケージ org.springframework.cglib.beans
例外 org.springframework.cglib.beans.BulkBeanException
class BulkBeanException extends RuntimeExceptionSE implements SerializableSESerialized Fields
cause
ThrowableSE cause
index
int index
パッケージ org.springframework.cglib.core
例外 org.springframework.cglib.core.CodeGenerationException
class CodeGenerationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
cause
ThrowableSE cause
パッケージ org.springframework.cglib.proxy
クラス org.springframework.cglib.proxy.Proxy
class Proxy extends ObjectSE implements SerializableSESerialized Fields
例外 org.springframework.cglib.proxy.UndeclaredThrowableException
class UndeclaredThrowableException extends CodeGenerationException implements SerializableSE
パッケージ org.springframework.context
例外 org.springframework.context.ApplicationContextException
class ApplicationContextException extends FatalBeanException implements SerializableSEクラス org.springframework.context.ApplicationEvent
class ApplicationEvent extends EventObjectSE implements SerializableSE- serialVersionUID:
- 7099057708183571937L
Serialized Fields
timestamp
long timestamp
イベントが発生したシステム時刻。
例外 org.springframework.context.NoSuchMessageException
class NoSuchMessageException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.context.PayloadApplicationEvent
class PayloadApplicationEvent extends ApplicationEvent implements SerializableSESerialized Fields
payload
T payload
payloadType
ResolvableType payloadType
パッケージ org.springframework.context.annotation
クラス org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
class CommonAnnotationBeanPostProcessor extends InitDestroyAnnotationBeanPostProcessor implements SerializableSEクラス org.springframework.context.annotation.ScannedGenericBeanDefinition
class ScannedGenericBeanDefinition extends GenericBeanDefinition implements SerializableSESerialized Fields
metadata
AnnotationMetadata metadata
パッケージ org.springframework.context.event
クラス org.springframework.context.event.ApplicationContextEvent
class ApplicationContextEvent extends ApplicationEvent implements SerializableSEクラス org.springframework.context.event.ContextClosedEvent
class ContextClosedEvent extends ApplicationContextEvent implements SerializableSEクラス org.springframework.context.event.ContextRefreshedEvent
class ContextRefreshedEvent extends ApplicationContextEvent implements SerializableSEクラス org.springframework.context.event.ContextStartedEvent
class ContextStartedEvent extends ApplicationContextEvent implements SerializableSEクラス org.springframework.context.event.ContextStoppedEvent
class ContextStoppedEvent extends ApplicationContextEvent implements SerializableSE
パッケージ org.springframework.context.support
クラス org.springframework.context.support.DefaultMessageSourceResolvable
class DefaultMessageSourceResolvable extends ObjectSE implements SerializableSE
パッケージ org.springframework.core
クラス org.springframework.core.AttributeAccessorSupport
class AttributeAccessorSupport extends ObjectSE implements SerializableSE例外 org.springframework.core.Constants.ConstantException
class ConstantException extends IllegalArgumentExceptionSE implements SerializableSE例外 org.springframework.core.NestedCheckedException
class NestedCheckedException extends ExceptionSE implements SerializableSE- serialVersionUID:
- 7100714597678207546L
例外 org.springframework.core.NestedRuntimeException
class NestedRuntimeException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 5439915454935047936L
クラス org.springframework.core.ResolvableType
class ResolvableType extends ObjectSE implements SerializableSESerialization Methods
readResolve
ResolvableType.NONE
のカスタムシリアライゼーションサポート。
Serialized Fields
componentType
ResolvableType componentType
配列のコンポーネント型、または型を推定する必要がある場合はnull
。generics
ResolvableType[] generics
hash
IntegerSE hash
interfaces
ResolvableType[] interfaces
resolved
ClassSE<?> resolved
superType
ResolvableType superType
type
TypeSE type
管理される基になる Java 型。typeProvider
org.springframework.core.SerializableTypeWrapper.TypeProvider typeProvider
型のオプションのプロバイダー。unresolvableGenerics
BooleanSE unresolvableGenerics
variableResolver
org.springframework.core.ResolvableType.VariableResolver variableResolver
使用するVariableResolver
、または使用可能なリゾルバーがない場合はnull
。
パッケージ org.springframework.core.annotation
クラス org.springframework.core.annotation.AnnotationAttributes
Serialized Fields
annotationType
ClassSE<? extends AnnotationSE> annotationType
displayName
StringSE displayName
validated
boolean validated
例外 org.springframework.core.annotation.AnnotationConfigurationException
class AnnotationConfigurationException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.core.codec
例外 org.springframework.core.codec.CodecException
class CodecException extends NestedRuntimeException implements SerializableSE例外 org.springframework.core.codec.DecodingException
class DecodingException extends CodecException implements SerializableSE例外 org.springframework.core.codec.EncodingException
class EncodingException extends CodecException implements SerializableSE
パッケージ org.springframework.core.convert
例外 org.springframework.core.convert.ConversionException
class ConversionException extends NestedRuntimeException implements SerializableSE例外 org.springframework.core.convert.ConversionFailedException
class ConversionFailedException extends ConversionException implements SerializableSESerialized Fields
sourceType
TypeDescriptor sourceType
targetType
TypeDescriptor targetType
value
ObjectSE value
例外 org.springframework.core.convert.ConverterNotFoundException
class ConverterNotFoundException extends ConversionException implements SerializableSESerialized Fields
sourceType
TypeDescriptor sourceType
targetType
TypeDescriptor targetType
クラス org.springframework.core.convert.TypeDescriptor
class TypeDescriptor extends ObjectSE implements SerializableSESerialized Fields
annotatedElement
org.springframework.core.convert.TypeDescriptor.AnnotatedElementAdapter annotatedElement
annotatedElementSupplier
org.springframework.core.convert.TypeDescriptor.AnnotatedElementSupplier annotatedElementSupplier
resolvableType
ResolvableType resolvableType
type
ClassSE<?> type
パッケージ org.springframework.core.env
例外 org.springframework.core.env.MissingRequiredPropertiesException
class MissingRequiredPropertiesException extends IllegalStateExceptionSE implements SerializableSE
パッケージ org.springframework.core.io.buffer
例外 org.springframework.core.io.buffer.DataBufferLimitException
class DataBufferLimitException extends IllegalStateExceptionSE implements SerializableSEクラス org.springframework.core.io.buffer.LimitedDataBufferList
Serialized Fields
byteCount
int byteCount
maxByteCount
int maxByteCount
パッケージ org.springframework.core.serializer.support
例外 org.springframework.core.serializer.support.SerializationFailedException
class SerializationFailedException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.core.task
クラス org.springframework.core.task.SimpleAsyncTaskExecutor
class SimpleAsyncTaskExecutor extends CustomizableThreadCreator implements SerializableSESerialized Fields
active
boolean active
activeThreads
SetSE<ThreadSE> activeThreads
concurrencyThrottle
org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle
このエグゼキューターが使用する内部並行性スロットル。rejectTasksWhenLimitReached
boolean rejectTasksWhenLimitReached
taskDecorator
TaskDecorator taskDecorator
taskTerminationTimeout
long taskTerminationTimeout
threadFactory
ThreadFactorySE threadFactory
virtualThreadDelegate
org.springframework.core.task.VirtualThreadDelegate virtualThreadDelegate
クラス org.springframework.core.task.SyncTaskExecutor
class SyncTaskExecutor extends ObjectSE implements SerializableSE例外 org.springframework.core.task.TaskRejectedException
class TaskRejectedException extends RejectedExecutionExceptionSE implements SerializableSE例外 org.springframework.core.task.TaskTimeoutException
class TaskTimeoutException extends TaskRejectedException implements SerializableSE
パッケージ org.springframework.core.test.tools
例外 org.springframework.core.test.tools.CompilationException
class CompilationException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.core.type.classreading
例外 org.springframework.core.type.classreading.ClassFormatException
class ClassFormatException extends IOExceptionSE implements SerializableSE
パッケージ org.springframework.dao
例外 org.springframework.dao.CannotAcquireLockException
class CannotAcquireLockException extends PessimisticLockingFailureException implements SerializableSE例外 org.springframework.dao.CannotSerializeTransactionException
class CannotSerializeTransactionException extends PessimisticLockingFailureException implements SerializableSE例外 org.springframework.dao.CleanupFailureDataAccessException
class CleanupFailureDataAccessException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.ConcurrencyFailureException
class ConcurrencyFailureException extends TransientDataAccessException implements SerializableSE例外 org.springframework.dao.DataAccessException
class DataAccessException extends NestedRuntimeException implements SerializableSE例外 org.springframework.dao.DataAccessResourceFailureException
class DataAccessResourceFailureException extends NonTransientDataAccessResourceException implements SerializableSE例外 org.springframework.dao.DataIntegrityViolationException
class DataIntegrityViolationException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.DataRetrievalFailureException
class DataRetrievalFailureException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.DeadlockLoserDataAccessException
class DeadlockLoserDataAccessException extends PessimisticLockingFailureException implements SerializableSE例外 org.springframework.dao.DuplicateKeyException
class DuplicateKeyException extends DataIntegrityViolationException implements SerializableSE例外 org.springframework.dao.EmptyResultDataAccessException
class EmptyResultDataAccessException extends IncorrectResultSizeDataAccessException implements SerializableSE例外 org.springframework.dao.IncorrectResultSizeDataAccessException
class IncorrectResultSizeDataAccessException extends DataRetrievalFailureException implements SerializableSESerialized Fields
actualSize
int actualSize
expectedSize
int expectedSize
例外 org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
class IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException implements SerializableSE例外 org.springframework.dao.InvalidDataAccessApiUsageException
class InvalidDataAccessApiUsageException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.InvalidDataAccessResourceUsageException
class InvalidDataAccessResourceUsageException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.NonTransientDataAccessException
class NonTransientDataAccessException extends DataAccessException implements SerializableSE例外 org.springframework.dao.NonTransientDataAccessResourceException
class NonTransientDataAccessResourceException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.OptimisticLockingFailureException
class OptimisticLockingFailureException extends ConcurrencyFailureException implements SerializableSE例外 org.springframework.dao.PermissionDeniedDataAccessException
class PermissionDeniedDataAccessException extends NonTransientDataAccessException implements SerializableSE例外 org.springframework.dao.PessimisticLockingFailureException
class PessimisticLockingFailureException extends ConcurrencyFailureException implements SerializableSE例外 org.springframework.dao.QueryTimeoutException
class QueryTimeoutException extends TransientDataAccessException implements SerializableSE例外 org.springframework.dao.RecoverableDataAccessException
class RecoverableDataAccessException extends DataAccessException implements SerializableSE例外 org.springframework.dao.TransientDataAccessException
class TransientDataAccessException extends DataAccessException implements SerializableSE例外 org.springframework.dao.TransientDataAccessResourceException
class TransientDataAccessResourceException extends TransientDataAccessException implements SerializableSE例外 org.springframework.dao.TypeMismatchDataAccessException
class TypeMismatchDataAccessException extends InvalidDataAccessResourceUsageException implements SerializableSE例外 org.springframework.dao.UncategorizedDataAccessException
class UncategorizedDataAccessException extends NonTransientDataAccessException implements SerializableSE
パッケージ org.springframework.dao.annotation
クラス org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
class PersistenceExceptionTranslationAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialized Fields
advice
PersistenceExceptionTranslationInterceptor advice
pointcut
AnnotationMatchingPointcut pointcut
クラス org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
class PersistenceExceptionTranslationPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements SerializableSESerialized Fields
repositoryAnnotationType
ClassSE<? extends AnnotationSE> repositoryAnnotationType
パッケージ org.springframework.expression
例外 org.springframework.expression.AccessException
class AccessException extends ExceptionSE implements SerializableSE例外 org.springframework.expression.EvaluationException
class EvaluationException extends ExpressionException implements SerializableSE例外 org.springframework.expression.ExpressionException
class ExpressionException extends RuntimeExceptionSE implements SerializableSESerialized Fields
expressionString
StringSE expressionString
position
int position
例外 org.springframework.expression.ExpressionInvocationTargetException
class ExpressionInvocationTargetException extends EvaluationException implements SerializableSE例外 org.springframework.expression.ParseException
class ParseException extends ExpressionException implements SerializableSE
パッケージ org.springframework.expression.spel
例外 org.springframework.expression.spel.InternalParseException
class InternalParseException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.expression.spel.SpelEvaluationException
class SpelEvaluationException extends EvaluationException implements SerializableSESerialized Fields
inserts
ObjectSE[] inserts
message
SpelMessage message
例外 org.springframework.expression.spel.SpelParseException
class SpelParseException extends ParseException implements SerializableSESerialized Fields
inserts
ObjectSE[] inserts
message
SpelMessage message
パッケージ org.springframework.http
クラス org.springframework.http.HttpHeaders
class HttpHeaders extends ObjectSE implements SerializableSE- serialVersionUID:
- -8578554704772377436L
Serialized Fields
headers
MultiValueMap<StringSE,
StringSE> headers
クラス org.springframework.http.HttpMethod
class HttpMethod extends ObjectSE implements SerializableSE- serialVersionUID:
- -70133475680645360L
Serialized Fields
name
StringSE name
例外 org.springframework.http.InvalidMediaTypeException
class InvalidMediaTypeException extends IllegalArgumentExceptionSE implements SerializableSESerialized Fields
mediaType
StringSE mediaType
クラス org.springframework.http.MediaType
class MediaType extends MimeType implements SerializableSE- serialVersionUID:
- 2069937152339670231L
クラス org.springframework.http.ProblemDetail
class ProblemDetail extends ObjectSE implements SerializableSE- serialVersionUID:
- 3307761915842206538L
パッケージ org.springframework.http.converter
例外 org.springframework.http.converter.HttpMessageConversionException
class HttpMessageConversionException extends NestedRuntimeException implements SerializableSE例外 org.springframework.http.converter.HttpMessageNotReadableException
class HttpMessageNotReadableException extends HttpMessageConversionException implements SerializableSESerialized Fields
httpInputMessage
HttpInputMessage httpInputMessage
例外 org.springframework.http.converter.HttpMessageNotWritableException
class HttpMessageNotWritableException extends HttpMessageConversionException implements SerializableSE
パッケージ org.springframework.jca.endpoint
例外 org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
class InternalResourceException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.jdbc
例外 org.springframework.jdbc.BadSqlGrammarException
class BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements SerializableSESerialized Fields
sql
StringSE sql
例外 org.springframework.jdbc.CannotGetJdbcConnectionException
class CannotGetJdbcConnectionException extends DataAccessResourceFailureException implements SerializableSE例外 org.springframework.jdbc.IncorrectResultSetColumnCountException
class IncorrectResultSetColumnCountException extends DataRetrievalFailureException implements SerializableSESerialized Fields
actualCount
int actualCount
expectedCount
int expectedCount
例外 org.springframework.jdbc.InvalidResultSetAccessException
class InvalidResultSetAccessException extends InvalidDataAccessResourceUsageException implements SerializableSESerialized Fields
sql
StringSE sql
例外 org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
class JdbcUpdateAffectedIncorrectNumberOfRowsException extends IncorrectUpdateSemanticsDataAccessException implements SerializableSESerialized Fields
actual
int actual
実際に影響を受けた行の数。expected
int expected
影響を受けるはずの行数。
例外 org.springframework.jdbc.LobRetrievalFailureException
class LobRetrievalFailureException extends DataRetrievalFailureException implements SerializableSE例外 org.springframework.jdbc.SQLWarningException
class SQLWarningException extends UncategorizedDataAccessException implements SerializableSE例外 org.springframework.jdbc.UncategorizedSQLException
class UncategorizedSQLException extends UncategorizedDataAccessException implements SerializableSESerialized Fields
sql
StringSE sql
問題の原因となった SQL。
パッケージ org.springframework.jdbc.core
例外 org.springframework.jdbc.core.AggregatedBatchUpdateException
class AggregatedBatchUpdateException extends BatchUpdateExceptionSE implements SerializableSESerialized Fields
originalException
BatchUpdateExceptionSE originalException
successfulUpdateCounts
int[][] successfulUpdateCounts
パッケージ org.springframework.jdbc.datasource
クラス org.springframework.jdbc.datasource.DataSourceTransactionManager
class DataSourceTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialized Fields
dataSource
DataSourceSE dataSource
enforceReadOnly
boolean enforceReadOnly
パッケージ org.springframework.jdbc.datasource.init
例外 org.springframework.jdbc.datasource.init.CannotReadScriptException
class CannotReadScriptException extends ScriptException implements SerializableSE例外 org.springframework.jdbc.datasource.init.ScriptException
class ScriptException extends DataAccessException implements SerializableSE例外 org.springframework.jdbc.datasource.init.ScriptParseException
class ScriptParseException extends ScriptException implements SerializableSE例外 org.springframework.jdbc.datasource.init.ScriptStatementFailedException
class ScriptStatementFailedException extends ScriptException implements SerializableSE例外 org.springframework.jdbc.datasource.init.UncategorizedScriptException
class UncategorizedScriptException extends ScriptException implements SerializableSE
パッケージ org.springframework.jdbc.datasource.lookup
例外 org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
class DataSourceLookupFailureException extends NonTransientDataAccessException implements SerializableSE
パッケージ org.springframework.jdbc.support
クラス org.springframework.jdbc.support.JdbcTransactionManager
class JdbcTransactionManager extends DataSourceTransactionManager implements SerializableSESerialized Fields
exceptionTranslator
SQLExceptionTranslator exceptionTranslator
lazyInit
boolean lazyInit
例外 org.springframework.jdbc.support.MetaDataAccessException
class MetaDataAccessException extends NestedCheckedException implements SerializableSE
パッケージ org.springframework.jdbc.support.rowset
クラス org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
class ResultSetWrappingSqlRowSet extends ObjectSE implements SerializableSE- serialVersionUID:
- -4688694393146734764L
Serialized Fields
columnLabelMap
MapSE<StringSE,
IntegerSE> columnLabelMap resultSet
ResultSetSE resultSet
rowSetMetaData
SqlRowSetMetaData rowSetMetaData
パッケージ org.springframework.jdbc.support.xml
例外 org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
class SqlXmlFeatureNotImplementedException extends InvalidDataAccessApiUsageException implements SerializableSE
パッケージ org.springframework.jms
例外 org.springframework.jms.IllegalStateException
class IllegalStateException extends JmsException implements SerializableSE例外 org.springframework.jms.InvalidClientIDException
class InvalidClientIDException extends JmsException implements SerializableSE例外 org.springframework.jms.InvalidDestinationException
class InvalidDestinationException extends JmsException implements SerializableSE例外 org.springframework.jms.InvalidSelectorException
class InvalidSelectorException extends JmsException implements SerializableSE例外 org.springframework.jms.JmsException
class JmsException extends NestedRuntimeException implements SerializableSE例外 org.springframework.jms.JmsSecurityException
class JmsSecurityException extends JmsException implements SerializableSE例外 org.springframework.jms.MessageEOFException
class MessageEOFException extends JmsException implements SerializableSE例外 org.springframework.jms.MessageFormatException
class MessageFormatException extends JmsException implements SerializableSE例外 org.springframework.jms.MessageNotReadableException
class MessageNotReadableException extends JmsException implements SerializableSE例外 org.springframework.jms.MessageNotWriteableException
class MessageNotWriteableException extends JmsException implements SerializableSE例外 org.springframework.jms.ResourceAllocationException
class ResourceAllocationException extends JmsException implements SerializableSE例外 org.springframework.jms.TransactionInProgressException
class TransactionInProgressException extends JmsException implements SerializableSE例外 org.springframework.jms.TransactionRolledBackException
class TransactionRolledBackException extends JmsException implements SerializableSE例外 org.springframework.jms.UncategorizedJmsException
class UncategorizedJmsException extends JmsException implements SerializableSE
パッケージ org.springframework.jms.connection
クラス org.springframework.jms.connection.JmsTransactionManager
class JmsTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialized Fields
connectionFactory
ConnectionFactoryEE connectionFactory
lazyResourceRetrieval
boolean lazyResourceRetrieval
例外 org.springframework.jms.connection.SynchedLocalTransactionFailedException
class SynchedLocalTransactionFailedException extends JmsException implements SerializableSE
パッケージ org.springframework.jms.listener
パッケージ org.springframework.jms.listener.adapter
例外 org.springframework.jms.listener.adapter.ListenerExecutionFailedException
class ListenerExecutionFailedException extends JmsException implements SerializableSE例外 org.springframework.jms.listener.adapter.ReplyFailureException
class ReplyFailureException extends JmsException implements SerializableSE
パッケージ org.springframework.jms.listener.endpoint
例外 org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory.JmsResourceException
class JmsResourceException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.jms.support.converter
例外 org.springframework.jms.support.converter.MessageConversionException
class MessageConversionException extends JmsException implements SerializableSE
パッケージ org.springframework.jms.support.destination
例外 org.springframework.jms.support.destination.DestinationResolutionException
class DestinationResolutionException extends JmsException implements SerializableSE
パッケージ org.springframework.jmx
例外 org.springframework.jmx.JmxException
class JmxException extends NestedRuntimeException implements SerializableSE例外 org.springframework.jmx.MBeanServerNotFoundException
class MBeanServerNotFoundException extends JmxException implements SerializableSE
パッケージ org.springframework.jmx.access
例外 org.springframework.jmx.access.InvalidInvocationException
class InvalidInvocationException extends JMRuntimeExceptionSE implements SerializableSE例外 org.springframework.jmx.access.InvocationFailureException
class InvocationFailureException extends JmxException implements SerializableSE例外 org.springframework.jmx.access.MBeanConnectFailureException
class MBeanConnectFailureException extends JmxException implements SerializableSE例外 org.springframework.jmx.access.MBeanInfoRetrievalException
class MBeanInfoRetrievalException extends JmxException implements SerializableSE
パッケージ org.springframework.jmx.export
例外 org.springframework.jmx.export.MBeanExportException
class MBeanExportException extends JmxException implements SerializableSE例外 org.springframework.jmx.export.UnableToRegisterMBeanException
class UnableToRegisterMBeanException extends MBeanExportException implements SerializableSE
パッケージ org.springframework.jmx.export.metadata
例外 org.springframework.jmx.export.metadata.InvalidMetadataException
class InvalidMetadataException extends JmxException implements SerializableSE
パッケージ org.springframework.jmx.export.notification
例外 org.springframework.jmx.export.notification.UnableToSendNotificationException
class UnableToSendNotificationException extends JmxException implements SerializableSE
パッケージ org.springframework.jndi
例外 org.springframework.jndi.JndiLookupFailureException
class JndiLookupFailureException extends NestedRuntimeException implements SerializableSE例外 org.springframework.jndi.TypeMismatchNamingException
class TypeMismatchNamingException extends NamingExceptionSE implements SerializableSE
パッケージ org.springframework.mail
例外 org.springframework.mail.MailAuthenticationException
class MailAuthenticationException extends MailException implements SerializableSE例外 org.springframework.mail.MailException
class MailException extends NestedRuntimeException implements SerializableSE例外 org.springframework.mail.MailParseException
class MailParseException extends MailException implements SerializableSE例外 org.springframework.mail.MailPreparationException
class MailPreparationException extends MailException implements SerializableSE例外 org.springframework.mail.MailSendException
class MailSendException extends MailException implements SerializableSESerialized Fields
messageExceptions
ExceptionSE[] messageExceptions
クラス org.springframework.mail.SimpleMailMessage
class SimpleMailMessage extends ObjectSE implements SerializableSE
パッケージ org.springframework.messaging
例外 org.springframework.messaging.MessageDeliveryException
class MessageDeliveryException extends MessagingException implements SerializableSE例外 org.springframework.messaging.MessageHandlingException
class MessageHandlingException extends MessagingException implements SerializableSEクラス org.springframework.messaging.MessageHeaders
class MessageHeaders extends ObjectSE implements SerializableSE- serialVersionUID:
- 7035068984263400920L
Serialization Methods
readObject
writeObject
Serialized Fields
例外 org.springframework.messaging.MessagingException
class MessagingException extends NestedRuntimeException implements SerializableSESerialized Fields
failedMessage
Message<?> failedMessage
パッケージ org.springframework.messaging.converter
例外 org.springframework.messaging.converter.MessageConversionException
class MessageConversionException extends MessagingException implements SerializableSE
パッケージ org.springframework.messaging.core
例外 org.springframework.messaging.core.DestinationResolutionException
class DestinationResolutionException extends MessagingException implements SerializableSE
パッケージ org.springframework.messaging.handler.annotation.support
例外 org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
class MethodArgumentNotValidException extends MethodArgumentResolutionException implements SerializableSESerialized Fields
bindingResult
BindingResult bindingResult
例外 org.springframework.messaging.handler.annotation.support.MethodArgumentTypeMismatchException
class MethodArgumentTypeMismatchException extends MethodArgumentResolutionException implements SerializableSE
パッケージ org.springframework.messaging.handler.invocation
例外 org.springframework.messaging.handler.invocation.MethodArgumentResolutionException
class MethodArgumentResolutionException extends MessagingException implements SerializableSESerialized Fields
parameter
MethodParameter parameter
パッケージ org.springframework.messaging.simp.annotation.support
例外 org.springframework.messaging.simp.annotation.support.MissingSessionUserException
class MissingSessionUserException extends MessagingException implements SerializableSE
パッケージ org.springframework.messaging.simp.broker
クラス org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
class BrokerAvailabilityEvent extends ApplicationEvent implements SerializableSE- serialVersionUID:
- -8156742505179181002L
Serialized Fields
brokerAvailable
boolean brokerAvailable
パッケージ org.springframework.messaging.simp.stomp
例外 org.springframework.messaging.simp.stomp.ConnectionLostException
class ConnectionLostException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.messaging.simp.stomp.StompConversionException
class StompConversionException extends NestedRuntimeException implements SerializableSEクラス org.springframework.messaging.simp.stomp.StompHeaders
class StompHeaders extends ObjectSE implements SerializableSE- serialVersionUID:
- 7514642206528452544L
パッケージ org.springframework.messaging.support
クラス org.springframework.messaging.support.ErrorMessage
- serialVersionUID:
- -5470210965279837728L
Serialized Fields
originalMessage
Message<?> originalMessage
クラス org.springframework.messaging.support.GenericMessage
class GenericMessage extends ObjectSE implements SerializableSE- serialVersionUID:
- 4268801052358035098L
Serialized Fields
headers
MessageHeaders headers
payload
T payload
パッケージ org.springframework.mock.web
クラス org.springframework.mock.web.MockCookie
class MockCookie extends CookieEE implements SerializableSE- serialVersionUID:
- 4312531139502726325L
Serialized Fields
expires
ZonedDateTimeSE expires
パッケージ org.springframework.objenesis
例外 org.springframework.objenesis.ObjenesisException
class ObjenesisException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -2677230016262426968L
パッケージ org.springframework.orm
例外 org.springframework.orm.ObjectOptimisticLockingFailureException
class ObjectOptimisticLockingFailureException extends OptimisticLockingFailureException implements SerializableSE例外 org.springframework.orm.ObjectRetrievalFailureException
class ObjectRetrievalFailureException extends DataRetrievalFailureException implements SerializableSE
パッケージ org.springframework.orm.hibernate5
例外 org.springframework.orm.hibernate5.HibernateJdbcException
class HibernateJdbcException extends UncategorizedDataAccessException implements SerializableSE例外 org.springframework.orm.hibernate5.HibernateObjectRetrievalFailureException
class HibernateObjectRetrievalFailureException extends ObjectRetrievalFailureException implements SerializableSE例外 org.springframework.orm.hibernate5.HibernateOptimisticLockingFailureException
class HibernateOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements SerializableSE例外 org.springframework.orm.hibernate5.HibernateQueryException
class HibernateQueryException extends InvalidDataAccessResourceUsageException implements SerializableSE例外 org.springframework.orm.hibernate5.HibernateSystemException
class HibernateSystemException extends UncategorizedDataAccessException implements SerializableSEクラス org.springframework.orm.hibernate5.HibernateTransactionManager
class HibernateTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialized Fields
allowResultAccessAfterCompletion
boolean allowResultAccessAfterCompletion
autodetectDataSource
boolean autodetectDataSource
beanFactory
BeanFactory beanFactory
entityInterceptorBeanName にのみ必要です。dataSource
DataSourceSE dataSource
entityInterceptor
ObjectSE entityInterceptor
hibernateManagedSession
boolean hibernateManagedSession
prepareConnection
boolean prepareConnection
sessionFactory
SessionFactory sessionFactory
sessionInitializer
ConsumerSE<Session> sessionInitializer
クラス org.springframework.orm.hibernate5.SpringJtaSessionContext
class SpringJtaSessionContext extends org.hibernate.context.internal.JTASessionContext implements SerializableSEクラス org.springframework.orm.hibernate5.SpringSessionContext
class SpringSessionContext extends ObjectSE implements SerializableSESerialized Fields
jtaSessionContext
CurrentSessionContext jtaSessionContext
sessionFactory
SessionFactoryImplementor sessionFactory
transactionManager
TransactionManagerEE transactionManager
パッケージ org.springframework.orm.jpa
クラス org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
class AbstractEntityManagerFactoryBean extends ObjectSE implements SerializableSESerialization Methods
readObject
writeReplace
Serialized Fields
beanClassLoader
ClassLoaderSE beanClassLoader
beanFactory
BeanFactory beanFactory
beanName
StringSE beanName
bootstrapExecutor
AsyncTaskExecutor bootstrapExecutor
entityManagerFactory
EntityManagerFactoryEE entityManagerFactory
公開されたクライアントレベルの EntityManagerFactory プロキシ。entityManagerFactoryInterface
ClassSE<? extends EntityManagerFactoryEE> entityManagerFactoryInterface
entityManagerInitializer
ConsumerSE<EntityManagerEE> entityManagerInitializer
entityManagerInterface
ClassSE<? extends EntityManagerEE> entityManagerInterface
jpaDialect
JpaDialect jpaDialect
jpaPropertyMap
MapSE<StringSE,
ObjectSE> jpaPropertyMap jpaVendorAdapter
JpaVendorAdapter jpaVendorAdapter
logger
Log logger
サブクラスで利用可能なロガー。nativeEntityManagerFactory
EntityManagerFactoryEE nativeEntityManagerFactory
PersistenceProvider によって返される未加工の EntityManagerFactory。nativeEntityManagerFactoryFuture
FutureSE<EntityManagerFactoryEE> nativeEntityManagerFactoryFuture
raw ターゲット EntityManagerFactory を遅延初期化するための将来。persistenceProvider
PersistenceProviderEE persistenceProvider
persistenceUnitName
StringSE persistenceUnitName
クラス org.springframework.orm.jpa.DefaultJpaDialect
class DefaultJpaDialect extends ObjectSE implements SerializableSE例外 org.springframework.orm.jpa.JpaObjectRetrievalFailureException
class JpaObjectRetrievalFailureException extends ObjectRetrievalFailureException implements SerializableSE例外 org.springframework.orm.jpa.JpaOptimisticLockingFailureException
class JpaOptimisticLockingFailureException extends ObjectOptimisticLockingFailureException implements SerializableSE例外 org.springframework.orm.jpa.JpaSystemException
class JpaSystemException extends UncategorizedDataAccessException implements SerializableSEクラス org.springframework.orm.jpa.JpaTransactionManager
class JpaTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialized Fields
dataSource
DataSourceSE dataSource
entityManagerFactory
EntityManagerFactoryEE entityManagerFactory
entityManagerInitializer
ConsumerSE<EntityManagerEE> entityManagerInitializer
jpaDialect
JpaDialect jpaDialect
jpaPropertyMap
MapSE<StringSE,
ObjectSE> jpaPropertyMap persistenceUnitName
StringSE persistenceUnitName
クラス org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
class LocalContainerEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements SerializableSESerialized Fields
internalPersistenceUnitManager
DefaultPersistenceUnitManager internalPersistenceUnitManager
persistenceUnitInfo
PersistenceUnitInfoEE persistenceUnitInfo
persistenceUnitManager
PersistenceUnitManager persistenceUnitManager
クラス org.springframework.orm.jpa.LocalEntityManagerFactoryBean
class LocalEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements SerializableSE
パッケージ org.springframework.orm.jpa.support
クラス org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
class PersistenceAnnotationBeanPostProcessor extends ObjectSE implements SerializableSESerialized Fields
extendedEntityManagersToClose
MapSE<ObjectSE,
EntityManagerEE> extendedEntityManagersToClose jndiEnvironment
ObjectSE jndiEnvironment
order
int order
resourceRef
boolean resourceRef
パッケージ org.springframework.orm.jpa.vendor
クラス org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
class EclipseLinkJpaDialect extends DefaultJpaDialect implements SerializableSESerialized Fields
lazyDatabaseTransaction
boolean lazyDatabaseTransaction
transactionIsolationLock
LockSE transactionIsolationLock
クラス org.springframework.orm.jpa.vendor.HibernateJpaDialect
class HibernateJpaDialect extends DefaultJpaDialect implements SerializableSESerialized Fields
jdbcExceptionTranslator
SQLExceptionTranslator jdbcExceptionTranslator
prepareConnection
boolean prepareConnection
transactionExceptionTranslator
SQLExceptionTranslator transactionExceptionTranslator
パッケージ org.springframework.oxm
例外 org.springframework.oxm.MarshallingException
class MarshallingException extends XmlMappingException implements SerializableSE例外 org.springframework.oxm.MarshallingFailureException
class MarshallingFailureException extends MarshallingException implements SerializableSE例外 org.springframework.oxm.UncategorizedMappingException
class UncategorizedMappingException extends XmlMappingException implements SerializableSE例外 org.springframework.oxm.UnmarshallingFailureException
class UnmarshallingFailureException extends MarshallingException implements SerializableSE例外 org.springframework.oxm.ValidationFailureException
class ValidationFailureException extends XmlMappingException implements SerializableSE例外 org.springframework.oxm.XmlMappingException
class XmlMappingException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.r2dbc
例外 org.springframework.r2dbc.BadSqlGrammarException
class BadSqlGrammarException extends InvalidDataAccessResourceUsageException implements SerializableSESerialized Fields
sql
StringSE sql
例外 org.springframework.r2dbc.UncategorizedR2dbcException
class UncategorizedR2dbcException extends UncategorizedDataAccessException implements SerializableSESerialized Fields
sql
StringSE sql
問題の原因となった SQL。
パッケージ org.springframework.r2dbc.connection
クラス org.springframework.r2dbc.connection.R2dbcTransactionManager
class R2dbcTransactionManager extends AbstractReactiveTransactionManager implements SerializableSESerialized Fields
connectionFactory
ConnectionFactory connectionFactory
enforceReadOnly
boolean enforceReadOnly
パッケージ org.springframework.r2dbc.connection.init
例外 org.springframework.r2dbc.connection.init.CannotReadScriptException
class CannotReadScriptException extends ScriptException implements SerializableSE例外 org.springframework.r2dbc.connection.init.ScriptException
class ScriptException extends DataAccessException implements SerializableSE例外 org.springframework.r2dbc.connection.init.ScriptParseException
class ScriptParseException extends ScriptException implements SerializableSE例外 org.springframework.r2dbc.connection.init.ScriptStatementFailedException
class ScriptStatementFailedException extends ScriptException implements SerializableSE例外 org.springframework.r2dbc.connection.init.UncategorizedScriptException
class UncategorizedScriptException extends ScriptException implements SerializableSE
パッケージ org.springframework.r2dbc.connection.lookup
例外 org.springframework.r2dbc.connection.lookup.ConnectionFactoryLookupFailureException
class ConnectionFactoryLookupFailureException extends NonTransientDataAccessException implements SerializableSE
パッケージ org.springframework.r2dbc.core.binding
例外 org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver.NoBindMarkersFactoryException
class NoBindMarkersFactoryException extends NonTransientDataAccessException implements SerializableSE
パッケージ org.springframework.scheduling
例外 org.springframework.scheduling.SchedulingException
class SchedulingException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.scheduling.annotation
クラス org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
class AsyncAnnotationAdvisor extends AbstractPointcutAdvisor implements SerializableSEクラス org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
class AsyncAnnotationBeanPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements SerializableSESerialized Fields
asyncAnnotationType
ClassSE<? extends AnnotationSE> asyncAnnotationType
exceptionHandler
SupplierSE<AsyncUncaughtExceptionHandler> exceptionHandler
executor
SupplierSE<ExecutorSE> executor
logger
Log logger
パッケージ org.springframework.scheduling.concurrent
クラス org.springframework.scheduling.concurrent.CustomizableThreadFactory
class CustomizableThreadFactory extends CustomizableThreadCreator implements SerializableSEクラス org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
class DefaultManagedAwareThreadFactory extends CustomizableThreadFactory implements SerializableSESerialized Fields
jndiLocator
JndiLocatorDelegate jndiLocator
jndiName
StringSE jndiName
logger
Log logger
threadFactory
ThreadFactorySE threadFactory
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
class ExecutorConfigurationSupport extends CustomizableThreadFactory implements SerializableSESerialized Fields
acceptTasksAfterContextClose
boolean acceptTasksAfterContextClose
applicationContext
ApplicationContext applicationContext
awaitTerminationMillis
long awaitTerminationMillis
beanName
StringSE beanName
executor
ExecutorServiceSE executor
lateShutdown
boolean lateShutdown
lifecycleDelegate
org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate lifecycleDelegate
logger
Log logger
phase
int phase
rejectedExecutionHandler
RejectedExecutionHandlerSE rejectedExecutionHandler
threadFactory
ThreadFactorySE threadFactory
threadNamePrefixSet
boolean threadNamePrefixSet
virtualThreads
boolean virtualThreads
waitForTasksToCompleteOnShutdown
boolean waitForTasksToCompleteOnShutdown
クラス org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
class ScheduledExecutorFactoryBean extends ExecutorConfigurationSupport implements SerializableSESerialized Fields
continueScheduledExecutionAfterException
boolean continueScheduledExecutionAfterException
exposedExecutor
ScheduledExecutorServiceSE exposedExecutor
exposeUnconfigurableExecutor
boolean exposeUnconfigurableExecutor
poolSize
int poolSize
removeOnCancelPolicy
boolean removeOnCancelPolicy
scheduledExecutorTasks
ScheduledExecutorTask[] scheduledExecutorTasks
クラス org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
class SimpleAsyncTaskScheduler extends SimpleAsyncTaskExecutor implements SerializableSESerialized Fields
applicationContext
ApplicationContext applicationContext
clock
ClockSE clock
errorHandler
ErrorHandler errorHandler
fixedDelayExecutor
ScheduledExecutorServiceSE fixedDelayExecutor
fixedDelayLifecycle
org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate fixedDelayLifecycle
phase
int phase
targetTaskExecutor
ExecutorSE targetTaskExecutor
triggerExecutor
ScheduledExecutorServiceSE triggerExecutor
triggerLifecycle
org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate triggerLifecycle
クラス org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
class ThreadPoolExecutorFactoryBean extends ExecutorConfigurationSupport implements SerializableSESerialized Fields
allowCoreThreadTimeOut
boolean allowCoreThreadTimeOut
corePoolSize
int corePoolSize
exposedExecutor
ExecutorServiceSE exposedExecutor
exposeUnconfigurableExecutor
boolean exposeUnconfigurableExecutor
keepAliveSeconds
int keepAliveSeconds
maxPoolSize
int maxPoolSize
prestartAllCoreThreads
boolean prestartAllCoreThreads
queueCapacity
int queueCapacity
strictEarlyShutdown
boolean strictEarlyShutdown
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
class ThreadPoolTaskExecutor extends ExecutorConfigurationSupport implements SerializableSESerialized Fields
allowCoreThreadTimeOut
boolean allowCoreThreadTimeOut
corePoolSize
int corePoolSize
decoratedTaskMap
MapSE<RunnableSE,
ObjectSE> decoratedTaskMap keepAliveSeconds
int keepAliveSeconds
maxPoolSize
int maxPoolSize
poolSizeMonitor
ObjectSE poolSizeMonitor
prestartAllCoreThreads
boolean prestartAllCoreThreads
queueCapacity
int queueCapacity
strictEarlyShutdown
boolean strictEarlyShutdown
taskDecorator
TaskDecorator taskDecorator
threadPoolExecutor
ThreadPoolExecutorSE threadPoolExecutor
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
class ThreadPoolTaskScheduler extends ExecutorConfigurationSupport implements SerializableSESerialized Fields
clock
ClockSE clock
continueExistingPeriodicTasksAfterShutdownPolicy
boolean continueExistingPeriodicTasksAfterShutdownPolicy
errorHandler
ErrorHandler errorHandler
executeExistingDelayedTasksAfterShutdownPolicy
boolean executeExistingDelayedTasksAfterShutdownPolicy
listenableFutureMap
MapSE<ObjectSE,
ListenableFuture<?>> listenableFutureMap poolSize
int poolSize
removeOnCancelPolicy
boolean removeOnCancelPolicy
scheduledExecutor
ScheduledExecutorServiceSE scheduledExecutor
taskDecorator
TaskDecorator taskDecorator
パッケージ org.springframework.scheduling.quartz
例外 org.springframework.scheduling.quartz.JobMethodInvocationFailedException
class JobMethodInvocationFailedException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.scripting
例外 org.springframework.scripting.ScriptCompilationException
class ScriptCompilationException extends NestedRuntimeException implements SerializableSESerialized Fields
scriptSource
ScriptSource scriptSource
パッケージ org.springframework.scripting.bsh
例外 org.springframework.scripting.bsh.BshScriptUtils.BshExecutionException
class BshExecutionException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.scripting.support
例外 org.springframework.scripting.support.StandardScriptEvalException
class StandardScriptEvalException extends RuntimeExceptionSE implements SerializableSESerialized Fields
scriptException
ScriptExceptionSE scriptException
パッケージ org.springframework.test.context
例外 org.springframework.test.context.ContextLoadException
class ContextLoadException extends ExceptionSE implements SerializableSESerialized Fields
applicationContext
ApplicationContext applicationContext
クラス org.springframework.test.context.MergedContextConfiguration
class MergedContextConfiguration extends ObjectSE implements SerializableSE- serialVersionUID:
- -3290560718464957422L
Serialized Fields
activeProfiles
StringSE[] activeProfiles
cacheAwareContextLoaderDelegate
CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate
classes
ClassSE<?>[] classes
contextCustomizers
SetSE<ContextCustomizer> contextCustomizers
contextInitializerClasses
SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses
contextLoader
ContextLoader contextLoader
locations
StringSE[] locations
parent
MergedContextConfiguration parent
propertySourceDescriptors
ListSE<PropertySourceDescriptor> propertySourceDescriptors
propertySourceLocations
StringSE[] propertySourceLocations
propertySourceProperties
StringSE[] propertySourceProperties
testClass
ClassSE<?> testClass
パッケージ org.springframework.test.context.aot
例外 org.springframework.test.context.aot.TestContextAotException
class TestContextAotException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.test.context.event
クラス org.springframework.test.context.event.AfterTestClassEvent
class AfterTestClassEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.AfterTestExecutionEvent
class AfterTestExecutionEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.AfterTestMethodEvent
class AfterTestMethodEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.BeforeTestClassEvent
class BeforeTestClassEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.BeforeTestExecutionEvent
class BeforeTestExecutionEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.BeforeTestMethodEvent
class BeforeTestMethodEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.PrepareTestInstanceEvent
class PrepareTestInstanceEvent extends TestContextEvent implements SerializableSEクラス org.springframework.test.context.event.TestContextEvent
class TestContextEvent extends ApplicationEvent implements SerializableSE
パッケージ org.springframework.test.context.support
クラス org.springframework.test.context.support.DefaultTestContext
class DefaultTestContext extends ObjectSE implements SerializableSE- serialVersionUID:
- -5827157174866681233L
Serialized Fields
attributes
MapSE<StringSE,
ObjectSE> attributes cacheAwareContextLoaderDelegate
CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate
mergedConfig
MergedContextConfiguration mergedConfig
methodInvoker
MethodInvoker methodInvoker
testClass
ClassSE<?> testClass
testException
ThrowableSE testException
testInstance
ObjectSE testInstance
testMethod
MethodSE testMethod
パッケージ org.springframework.test.context.web
クラス org.springframework.test.context.web.WebMergedContextConfiguration
class WebMergedContextConfiguration extends MergedContextConfiguration implements SerializableSE- serialVersionUID:
- 7323361588604247458L
Serialized Fields
resourceBasePath
StringSE resourceBasePath
パッケージ org.springframework.test.web.reactive.server
例外 org.springframework.test.web.reactive.server.HttpHandlerConnector.FailureAfterResponseCompletedException
class FailureAfterResponseCompletedException extends RuntimeExceptionSE implements SerializableSESerialized Fields
completedResponse
ClientHttpResponse completedResponse
パッケージ org.springframework.transaction
例外 org.springframework.transaction.CannotCreateTransactionException
class CannotCreateTransactionException extends TransactionException implements SerializableSE例外 org.springframework.transaction.HeuristicCompletionException
class HeuristicCompletionException extends TransactionException implements SerializableSESerialized Fields
outcomeState
int outcomeState
トランザクションの結果の状態: 一部またはすべてのリソースがコミットされましたか?
例外 org.springframework.transaction.IllegalTransactionStateException
class IllegalTransactionStateException extends TransactionUsageException implements SerializableSE例外 org.springframework.transaction.InvalidIsolationLevelException
class InvalidIsolationLevelException extends TransactionUsageException implements SerializableSE例外 org.springframework.transaction.InvalidTimeoutException
class InvalidTimeoutException extends TransactionUsageException implements SerializableSESerialized Fields
timeout
int timeout
例外 org.springframework.transaction.NestedTransactionNotSupportedException
class NestedTransactionNotSupportedException extends CannotCreateTransactionException implements SerializableSE例外 org.springframework.transaction.NoTransactionException
class NoTransactionException extends TransactionUsageException implements SerializableSE例外 org.springframework.transaction.TransactionException
class TransactionException extends NestedRuntimeException implements SerializableSE例外 org.springframework.transaction.TransactionSuspensionNotSupportedException
class TransactionSuspensionNotSupportedException extends CannotCreateTransactionException implements SerializableSE例外 org.springframework.transaction.TransactionSystemException
class TransactionSystemException extends TransactionException implements SerializableSESerialized Fields
applicationException
ThrowableSE applicationException
例外 org.springframework.transaction.TransactionTimedOutException
class TransactionTimedOutException extends TransactionException implements SerializableSE例外 org.springframework.transaction.TransactionUsageException
class TransactionUsageException extends TransactionException implements SerializableSE例外 org.springframework.transaction.UnexpectedRollbackException
class UnexpectedRollbackException extends TransactionException implements SerializableSE
パッケージ org.springframework.transaction.annotation
クラス org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
class AnnotationTransactionAttributeSource extends AbstractFallbackTransactionAttributeSource implements SerializableSESerialized Fields
annotationParsers
SetSE<TransactionAnnotationParser> annotationParsers
defaultRollbackRules
SetSE<RollbackRuleAttribute> defaultRollbackRules
publicMethodsOnly
boolean publicMethodsOnly
クラス org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
class Ejb3TransactionAnnotationParser extends ObjectSE implements SerializableSEクラス org.springframework.transaction.annotation.JtaTransactionAnnotationParser
class JtaTransactionAnnotationParser extends ObjectSE implements SerializableSEクラス org.springframework.transaction.annotation.SpringTransactionAnnotationParser
class SpringTransactionAnnotationParser extends ObjectSE implements SerializableSE
パッケージ org.springframework.transaction.interceptor
クラス org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
class BeanFactoryTransactionAttributeSourceAdvisor extends AbstractBeanFactoryPointcutAdvisor implements SerializableSESerialized Fields
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
クラス org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
class CompositeTransactionAttributeSource extends ObjectSE implements SerializableSESerialized Fields
transactionAttributeSources
TransactionAttributeSource[] transactionAttributeSources
クラス org.springframework.transaction.interceptor.DefaultTransactionAttribute
class DefaultTransactionAttribute extends DefaultTransactionDefinition implements SerializableSESerialized Fields
descriptor
StringSE descriptor
labels
CollectionSE<StringSE> labels
qualifier
StringSE qualifier
timeoutString
StringSE timeoutString
クラス org.springframework.transaction.interceptor.DelegatingTransactionAttribute
class DelegatingTransactionAttribute extends DelegatingTransactionDefinition implements SerializableSESerialized Fields
targetAttribute
TransactionAttribute targetAttribute
クラス org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
class MatchAlwaysTransactionAttributeSource extends ObjectSE implements SerializableSESerialized Fields
transactionAttribute
TransactionAttribute transactionAttribute
クラス org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
class NameMatchTransactionAttributeSource extends ObjectSE implements SerializableSESerialized Fields
embeddedValueResolver
StringValueResolver embeddedValueResolver
nameMap
MapSE<StringSE,
TransactionAttribute> nameMap キーはメソッド名です。値は TransactionAttributes です。
クラス org.springframework.transaction.interceptor.NoRollbackRuleAttribute
class NoRollbackRuleAttribute extends RollbackRuleAttribute implements SerializableSEクラス org.springframework.transaction.interceptor.RollbackRuleAttribute
class RollbackRuleAttribute extends ObjectSE implements SerializableSESerialized Fields
exceptionPattern
StringSE exceptionPattern
例外パターン: 例外の名前に基づいて、スローされた例外のクラス階層で一致を検索するときに使用されます。型の安全性はゼロであり、同様の名前の例外型とネストされた例外型の意図しない一致が発生する可能性があります。exceptionType
ClassSE<? extends ThrowableSE> exceptionType
例外型: スローされた例外のクラス階層で一致を検索するときに型の安全性を確保するために使用されます。- 導入:
- 6.0
クラス org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
class RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements SerializableSESerialized Fields
rollbackRules
ListSE<RollbackRuleAttribute> rollbackRules
クラス org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
class TransactionAttributeSourceAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialized Fields
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
transactionInterceptor
TransactionInterceptor transactionInterceptor
クラス org.springframework.transaction.interceptor.TransactionInterceptor
class TransactionInterceptor extends TransactionAspectSupport implements SerializableSESerialization Methods
readObject
writeObject
クラス org.springframework.transaction.interceptor.TransactionProxyFactoryBean
class TransactionProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements SerializableSESerialized Fields
pointcut
Pointcut pointcut
transactionInterceptor
TransactionInterceptor transactionInterceptor
パッケージ org.springframework.transaction.jta
クラス org.springframework.transaction.jta.JtaTransactionManager
class JtaTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialization Methods
readObject
Serialized Fields
allowCustomIsolationLevels
boolean allowCustomIsolationLevels
autodetectTransactionManager
boolean autodetectTransactionManager
autodetectTransactionSynchronizationRegistry
boolean autodetectTransactionSynchronizationRegistry
autodetectUserTransaction
boolean autodetectUserTransaction
cacheUserTransaction
boolean cacheUserTransaction
transactionManagerName
StringSE transactionManagerName
transactionSynchronizationRegistryName
StringSE transactionSynchronizationRegistryName
userTransactionName
StringSE userTransactionName
userTransactionObtainedFromJndi
boolean userTransactionObtainedFromJndi
パッケージ org.springframework.transaction.reactive
クラス org.springframework.transaction.reactive.AbstractReactiveTransactionManager
class AbstractReactiveTransactionManager extends ObjectSE implements SerializableSESerialization Methods
readObject
Serialized Fields
transactionExecutionListeners
CollectionSE<TransactionExecutionListener> transactionExecutionListeners
パッケージ org.springframework.transaction.support
クラス org.springframework.transaction.support.AbstractPlatformTransactionManager
class AbstractPlatformTransactionManager extends ObjectSE implements SerializableSESerialization Methods
readObject
Serialized Fields
defaultTimeout
int defaultTimeout
failEarlyOnGlobalRollbackOnly
boolean failEarlyOnGlobalRollbackOnly
globalRollbackOnParticipationFailure
boolean globalRollbackOnParticipationFailure
nestedTransactionAllowed
boolean nestedTransactionAllowed
rollbackOnCommitFailure
boolean rollbackOnCommitFailure
transactionExecutionListeners
CollectionSE<TransactionExecutionListener> transactionExecutionListeners
transactionSynchronization
int transactionSynchronization
validateExistingTransaction
boolean validateExistingTransaction
クラス org.springframework.transaction.support.DefaultTransactionDefinition
class DefaultTransactionDefinition extends ObjectSE implements SerializableSESerialized Fields
isolationLevel
int isolationLevel
name
StringSE name
propagationBehavior
int propagationBehavior
readOnly
boolean readOnly
timeout
int timeout
クラス org.springframework.transaction.support.DelegatingTransactionDefinition
class DelegatingTransactionDefinition extends ObjectSE implements SerializableSESerialized Fields
targetDefinition
TransactionDefinition targetDefinition
クラス org.springframework.transaction.support.TransactionTemplate
class TransactionTemplate extends DefaultTransactionDefinition implements SerializableSESerialized Fields
logger
Log logger
サブクラスで利用可能なロガー。transactionManager
PlatformTransactionManager transactionManager
パッケージ org.springframework.ui
クラス org.springframework.ui.ConcurrentModel
クラス org.springframework.ui.ExtendedModelMap
class ExtendedModelMap extends ModelMap implements SerializableSEクラス org.springframework.ui.ModelMap
パッケージ org.springframework.util
クラス org.springframework.util.AutoPopulatingList
class AutoPopulatingList extends ObjectSE implements SerializableSESerialized Fields
backingList
ListSE<E> backingList
すべての操作が最終的に委譲されるList
SE。elementFactory
AutoPopulatingList.ElementFactory<E> elementFactory
オンデマンドで新しいList
SE 要素を作成するために使用するAutoPopulatingList.ElementFactory
。
例外 org.springframework.util.AutoPopulatingList.ElementInstantiationException
class ElementInstantiationException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.util.ConcurrencyThrottleSupport
class ConcurrencyThrottleSupport extends ObjectSE implements SerializableSESerialization Methods
readObject
Serialized Fields
concurrencyCondition
ConditionSE concurrencyCondition
concurrencyCount
int concurrencyCount
concurrencyLimit
int concurrencyLimit
concurrencyLock
LockSE concurrencyLock
クラス org.springframework.util.ConcurrentReferenceHashMap.Segment
class Segment extends ReentrantLockSE implements SerializableSESerialized Fields
count
AtomicIntegerSE count
このセグメントに含まれる参照の総数。これには、連鎖参照、ガベージコレクションされましたがパージされていない参照が含まれます。initialSize
int initialSize
referenceManager
ConcurrentReferenceHashMap<K,
V>.ReferenceManager referenceManager references
ConcurrentReferenceHashMap.Reference<K,
V>[] references ハッシュの下位ビットを使用してインデックス付けされた参照の配列。このプロパティはresizeThreshold
と一緒にのみ設定する必要があります。resizeThreshold
int resizeThreshold
参照のサイズ変更時のしきい値が発生します。count
がこの値を超えると、参照のサイズが変更されます。
クラス org.springframework.util.CustomizableThreadCreator
class CustomizableThreadCreator extends ObjectSE implements SerializableSESerialized Fields
daemon
boolean daemon
threadCount
AtomicIntegerSE threadCount
threadGroup
ThreadGroupSE threadGroup
threadNamePrefix
StringSE threadNamePrefix
threadPriority
int threadPriority
例外 org.springframework.util.InvalidMimeTypeException
class InvalidMimeTypeException extends IllegalArgumentExceptionSE implements SerializableSESerialized Fields
mimeType
StringSE mimeType
クラス org.springframework.util.LinkedCaseInsensitiveMap
class LinkedCaseInsensitiveMap extends ObjectSE implements SerializableSEクラス org.springframework.util.LinkedMultiValueMap
- serialVersionUID:
- 3801124242820219131L
クラス org.springframework.util.MimeType
class MimeType extends ObjectSE implements SerializableSE- serialVersionUID:
- 4085923477777865903L
Serialization Methods
readObject
Serialized Fields
クラス org.springframework.util.MultiValueMapAdapter
class MultiValueMapAdapter extends ObjectSE implements SerializableSE例外 org.springframework.util.PlaceholderResolutionException
class PlaceholderResolutionException extends IllegalArgumentExceptionSE implements SerializableSE
パッケージ org.springframework.util.comparator
クラス org.springframework.util.comparator.BooleanComparator
class BooleanComparator extends ObjectSE implements SerializableSESerialized Fields
trueLow
boolean trueLow
パッケージ org.springframework.util.unit
クラス org.springframework.util.unit.DataSize
class DataSize extends ObjectSE implements SerializableSESerialized Fields
bytes
long bytes
パッケージ org.springframework.validation
クラス org.springframework.validation.AbstractBindingResult
class AbstractBindingResult extends AbstractErrors implements SerializableSEクラス org.springframework.validation.AbstractErrors
class AbstractErrors extends ObjectSE implements SerializableSEクラス org.springframework.validation.AbstractPropertyBindingResult
class AbstractPropertyBindingResult extends AbstractBindingResult implements SerializableSEクラス org.springframework.validation.BeanPropertyBindingResult
class BeanPropertyBindingResult extends AbstractPropertyBindingResult implements SerializableSESerialized Fields
autoGrowCollectionLimit
int autoGrowCollectionLimit
autoGrowNestedPaths
boolean autoGrowNestedPaths
target
ObjectSE target
例外 org.springframework.validation.BindException
class BindException extends ExceptionSE implements SerializableSESerialized Fields
bindingResult
BindingResult bindingResult
クラス org.springframework.validation.DefaultMessageCodesResolver
class DefaultMessageCodesResolver extends ObjectSE implements SerializableSESerialized Fields
formatter
MessageCodeFormatter formatter
prefix
StringSE prefix
クラス org.springframework.validation.DirectFieldBindingResult
class DirectFieldBindingResult extends AbstractPropertyBindingResult implements SerializableSESerialized Fields
autoGrowNestedPaths
boolean autoGrowNestedPaths
target
ObjectSE target
クラス org.springframework.validation.FieldError
class FieldError extends ObjectError implements SerializableSEクラス org.springframework.validation.MapBindingResult
class MapBindingResult extends AbstractBindingResult implements SerializableSESerialized Fields
target
MapSE<?,
?> target
クラス org.springframework.validation.ObjectError
class ObjectError extends DefaultMessageSourceResolvable implements SerializableSESerialized Fields
objectName
StringSE objectName
クラス org.springframework.validation.SimpleErrors
class SimpleErrors extends ObjectSE implements SerializableSESerialized Fields
fieldErrors
ListSE<FieldError> fieldErrors
globalErrors
ListSE<ObjectError> globalErrors
objectName
StringSE objectName
target
ObjectSE target
パッケージ org.springframework.validation.beanvalidation
クラス org.springframework.validation.beanvalidation.MethodValidationPostProcessor
class MethodValidationPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements SerializableSESerialized Fields
adaptConstraintViolations
boolean adaptConstraintViolations
validatedAnnotationType
ClassSE<? extends AnnotationSE> validatedAnnotationType
validator
SupplierSE<ValidatorEE> validator
パッケージ org.springframework.validation.method
例外 org.springframework.validation.method.MethodValidationException
class MethodValidationException extends RuntimeExceptionSE implements SerializableSESerialized Fields
validationResult
MethodValidationResult validationResult
パッケージ org.springframework.validation.support
クラス org.springframework.validation.support.BindingAwareConcurrentModel
class BindingAwareConcurrentModel extends ConcurrentModel implements SerializableSEクラス org.springframework.validation.support.BindingAwareModelMap
class BindingAwareModelMap extends ExtendedModelMap implements SerializableSE
パッケージ org.springframework.web
例外 org.springframework.web.ErrorResponseException
class ErrorResponseException extends NestedRuntimeException implements SerializableSESerialized Fields
body
ProblemDetail body
headers
HttpHeaders headers
messageDetailArguments
ObjectSE[] messageDetailArguments
messageDetailCode
StringSE messageDetailCode
status
HttpStatusCode status
例外 org.springframework.web.HttpMediaTypeException
class HttpMediaTypeException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
messageDetailArguments
ObjectSE[] messageDetailArguments
messageDetailCode
StringSE messageDetailCode
supportedMediaTypes
ListSE<MediaType> supportedMediaTypes
例外 org.springframework.web.HttpMediaTypeNotAcceptableException
class HttpMediaTypeNotAcceptableException extends HttpMediaTypeException implements SerializableSE例外 org.springframework.web.HttpMediaTypeNotSupportedException
class HttpMediaTypeNotSupportedException extends HttpMediaTypeException implements SerializableSESerialized Fields
contentType
MediaType contentType
httpMethod
HttpMethod httpMethod
例外 org.springframework.web.HttpRequestMethodNotSupportedException
class HttpRequestMethodNotSupportedException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
method
StringSE method
supportedMethods
StringSE[] supportedMethods
例外 org.springframework.web.HttpSessionRequiredException
class HttpSessionRequiredException extends ServletExceptionEE implements SerializableSESerialized Fields
expectedAttribute
StringSE expectedAttribute
パッケージ org.springframework.web.bind
例外 org.springframework.web.bind.MethodArgumentNotValidException
class MethodArgumentNotValidException extends BindException implements SerializableSESerialized Fields
body
ProblemDetail body
parameter
MethodParameter parameter
例外 org.springframework.web.bind.MissingMatrixVariableException
class MissingMatrixVariableException extends MissingRequestValueException implements SerializableSESerialized Fields
parameter
MethodParameter parameter
variableName
StringSE variableName
例外 org.springframework.web.bind.MissingPathVariableException
class MissingPathVariableException extends MissingRequestValueException implements SerializableSESerialized Fields
parameter
MethodParameter parameter
variableName
StringSE variableName
例外 org.springframework.web.bind.MissingRequestCookieException
class MissingRequestCookieException extends MissingRequestValueException implements SerializableSESerialized Fields
cookieName
StringSE cookieName
parameter
MethodParameter parameter
例外 org.springframework.web.bind.MissingRequestHeaderException
class MissingRequestHeaderException extends MissingRequestValueException implements SerializableSESerialized Fields
headerName
StringSE headerName
parameter
MethodParameter parameter
例外 org.springframework.web.bind.MissingRequestValueException
class MissingRequestValueException extends ServletRequestBindingException implements SerializableSESerialized Fields
missingAfterConversion
boolean missingAfterConversion
例外 org.springframework.web.bind.MissingServletRequestParameterException
class MissingServletRequestParameterException extends MissingRequestValueException implements SerializableSESerialized Fields
parameter
MethodParameter parameter
parameterName
StringSE parameterName
parameterType
StringSE parameterType
例外 org.springframework.web.bind.ServletRequestBindingException
class ServletRequestBindingException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
messageDetailArguments
ObjectSE[] messageDetailArguments
messageDetailCode
StringSE messageDetailCode
クラス org.springframework.web.bind.ServletRequestParameterPropertyValues
class ServletRequestParameterPropertyValues extends MutablePropertyValues implements SerializableSE例外 org.springframework.web.bind.UnsatisfiedServletRequestParameterException
class UnsatisfiedServletRequestParameterException extends ServletRequestBindingException implements SerializableSE
パッケージ org.springframework.web.bind.support
例外 org.springframework.web.bind.support.WebExchangeBindException
class WebExchangeBindException extends ServerWebInputException implements SerializableSESerialized Fields
bindingResult
BindingResult bindingResult
パッケージ org.springframework.web.client
例外 org.springframework.web.client.HttpClientErrorException
class HttpClientErrorException extends HttpStatusCodeException implements SerializableSE- serialVersionUID:
- 5177019431887513952L
例外 org.springframework.web.client.HttpClientErrorException.BadRequest
class BadRequest extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.Conflict
class Conflict extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.Forbidden
class Forbidden extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.Gone
class Gone extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.MethodNotAllowed
class MethodNotAllowed extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.NotAcceptable
class NotAcceptable extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.NotFound
class NotFound extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.TooManyRequests
class TooManyRequests extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.Unauthorized
class Unauthorized extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.UnprocessableEntity
class UnprocessableEntity extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpClientErrorException.UnsupportedMediaType
class UnsupportedMediaType extends HttpClientErrorException implements SerializableSE例外 org.springframework.web.client.HttpServerErrorException
class HttpServerErrorException extends HttpStatusCodeException implements SerializableSE- serialVersionUID:
- -2915754006618138282L
例外 org.springframework.web.client.HttpServerErrorException.BadGateway
class BadGateway extends HttpServerErrorException implements SerializableSE例外 org.springframework.web.client.HttpServerErrorException.GatewayTimeout
class GatewayTimeout extends HttpServerErrorException implements SerializableSE例外 org.springframework.web.client.HttpServerErrorException.InternalServerError
class InternalServerError extends HttpServerErrorException implements SerializableSE例外 org.springframework.web.client.HttpServerErrorException.NotImplemented
class NotImplemented extends HttpServerErrorException implements SerializableSE例外 org.springframework.web.client.HttpStatusCodeException
class HttpStatusCodeException extends RestClientResponseException implements SerializableSE- serialVersionUID:
- 5696801857651587810L
例外 org.springframework.web.client.ResourceAccessException
class ResourceAccessException extends RestClientException implements SerializableSE- serialVersionUID:
- -8513182514355844870L
例外 org.springframework.web.client.RestClientException
class RestClientException extends NestedRuntimeException implements SerializableSE- serialVersionUID:
- -4084444984163796577L
例外 org.springframework.web.client.RestClientResponseException
class RestClientResponseException extends RestClientException implements SerializableSE- serialVersionUID:
- -8803556342728481792L
Serialized Fields
responseBody
byte[] responseBody
responseCharset
StringSE responseCharset
responseHeaders
HttpHeaders responseHeaders
statusCode
HttpStatusCode statusCode
statusText
StringSE statusText
例外 org.springframework.web.client.UnknownContentTypeException
class UnknownContentTypeException extends RestClientException implements SerializableSE- serialVersionUID:
- 2759516676367274084L
Serialized Fields
contentType
MediaType contentType
responseBody
byte[] responseBody
responseHeaders
HttpHeaders responseHeaders
statusCode
HttpStatusCode statusCode
statusText
StringSE statusText
例外 org.springframework.web.client.UnknownHttpStatusCodeException
class UnknownHttpStatusCodeException extends RestClientResponseException implements SerializableSE- serialVersionUID:
- 7103980251635005491L
パッケージ org.springframework.web.context.request
クラス org.springframework.web.context.request.DestructionCallbackBindingListener
class DestructionCallbackBindingListener extends ObjectSE implements SerializableSESerialized Fields
destructionCallback
RunnableSE destructionCallback
パッケージ org.springframework.web.context.request.async
例外 org.springframework.web.context.request.async.AsyncRequestNotUsableException
class AsyncRequestNotUsableException extends IOExceptionSE implements SerializableSE例外 org.springframework.web.context.request.async.AsyncRequestTimeoutException
class AsyncRequestTimeoutException extends RuntimeExceptionSE implements SerializableSESerialized Fields
body
ProblemDetail body
パッケージ org.springframework.web.context.support
クラス org.springframework.web.context.support.HttpRequestHandlerServlet
class HttpRequestHandlerServlet extends HttpServletEE implements SerializableSESerialized Fields
target
HttpRequestHandler target
クラス org.springframework.web.context.support.RequestHandledEvent
class RequestHandledEvent extends ApplicationEvent implements SerializableSESerialized Fields
failureCause
ThrowableSE failureCause
失敗の原因(ある場合)。processingTimeMillis
long processingTimeMillis
リクエストの処理時間。sessionId
StringSE sessionId
リクエストに適用されたセッション ID(存在する場合)。userName
StringSE userName
通常 UserPrincipal。
クラス org.springframework.web.context.support.ServletRequestHandledEvent
class ServletRequestHandledEvent extends RequestHandledEvent implements SerializableSE
パッケージ org.springframework.web.jsf
クラス org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
class DelegatingPhaseListenerMulticaster extends ObjectSE implements SerializableSE
パッケージ org.springframework.web.method.annotation
例外 org.springframework.web.method.annotation.HandlerMethodValidationException
class HandlerMethodValidationException extends ResponseStatusException implements SerializableSESerialized Fields
modelAttributePredicate
PredicateSE<MethodParameter> modelAttributePredicate
requestParamPredicate
PredicateSE<MethodParameter> requestParamPredicate
validationResult
MethodValidationResult validationResult
例外 org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
class MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException implements SerializableSESerialized Fields
name
StringSE name
parameter
MethodParameter parameter
例外 org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
class MethodArgumentTypeMismatchException extends TypeMismatchException implements SerializableSESerialized Fields
name
StringSE name
parameter
MethodParameter parameter
パッケージ org.springframework.web.multipart
例外 org.springframework.web.multipart.MaxUploadSizeExceededException
class MaxUploadSizeExceededException extends MultipartException implements SerializableSESerialized Fields
body
ProblemDetail body
maxUploadSize
long maxUploadSize
例外 org.springframework.web.multipart.MultipartException
class MultipartException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.web.multipart.support
例外 org.springframework.web.multipart.support.MissingServletRequestPartException
class MissingServletRequestPartException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
requestPartName
StringSE requestPartName
パッケージ org.springframework.web.reactive.function
例外 org.springframework.web.reactive.function.UnsupportedMediaTypeException
class UnsupportedMediaTypeException extends NestedRuntimeException implements SerializableSESerialized Fields
bodyType
ResolvableType bodyType
contentType
MediaType contentType
supportedMediaTypes
ListSE<MediaType> supportedMediaTypes
パッケージ org.springframework.web.reactive.function.client
例外 org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
class UnknownHttpStatusCodeException extends WebClientResponseException implements SerializableSE- serialVersionUID:
- 2407169540168185007L
例外 org.springframework.web.reactive.function.client.WebClientException
class WebClientException extends NestedRuntimeException implements SerializableSE- serialVersionUID:
- 472776714118912855L
例外 org.springframework.web.reactive.function.client.WebClientRequestException
class WebClientRequestException extends WebClientException implements SerializableSE- serialVersionUID:
- -5139991985321385005L
Serialized Fields
headers
HttpHeaders headers
method
HttpMethod method
uri
URISE uri
例外 org.springframework.web.reactive.function.client.WebClientResponseException
class WebClientResponseException extends WebClientException implements SerializableSE- serialVersionUID:
- 4127543205414951611L
Serialized Fields
headers
HttpHeaders headers
responseBody
byte[] responseBody
responseCharset
CharsetSE responseCharset
statusCode
HttpStatusCode statusCode
statusText
StringSE statusText
例外 org.springframework.web.reactive.function.client.WebClientResponseException.BadGateway
class BadGateway extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.BadRequest
class BadRequest extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.Conflict
class Conflict extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.Forbidden
class Forbidden extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.GatewayTimeout
class GatewayTimeout extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.Gone
class Gone extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.InternalServerError
class InternalServerError extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.MethodNotAllowed
class MethodNotAllowed extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.NotAcceptable
class NotAcceptable extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.NotFound
class NotFound extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.NotImplemented
class NotImplemented extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.TooManyRequests
class TooManyRequests extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.Unauthorized
class Unauthorized extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.UnprocessableEntity
class UnprocessableEntity extends WebClientResponseException implements SerializableSE例外 org.springframework.web.reactive.function.client.WebClientResponseException.UnsupportedMediaType
class UnsupportedMediaType extends WebClientResponseException implements SerializableSE
パッケージ org.springframework.web.reactive.resource
例外 org.springframework.web.reactive.resource.NoResourceFoundException
class NoResourceFoundException extends ResponseStatusException implements SerializableSE
パッケージ org.springframework.web.server
例外 org.springframework.web.server.MethodNotAllowedException
class MethodNotAllowedException extends ResponseStatusException implements SerializableSESerialized Fields
httpMethods
SetSE<HttpMethod> httpMethods
method
StringSE method
例外 org.springframework.web.server.MissingRequestValueException
class MissingRequestValueException extends ServerWebInputException implements SerializableSE例外 org.springframework.web.server.NotAcceptableStatusException
class NotAcceptableStatusException extends ResponseStatusException implements SerializableSE例外 org.springframework.web.server.PayloadTooLargeException
class PayloadTooLargeException extends ResponseStatusException implements SerializableSE例外 org.springframework.web.server.ResponseStatusException
class ResponseStatusException extends ErrorResponseException implements SerializableSESerialized Fields
reason
StringSE reason
例外 org.springframework.web.server.ServerErrorException
class ServerErrorException extends ResponseStatusException implements SerializableSESerialized Fields
handlerMethod
MethodSE handlerMethod
parameter
MethodParameter parameter
例外 org.springframework.web.server.ServerWebInputException
class ServerWebInputException extends ResponseStatusException implements SerializableSESerialized Fields
parameter
MethodParameter parameter
例外 org.springframework.web.server.UnsatisfiedRequestParameterException
class UnsatisfiedRequestParameterException extends ServerWebInputException implements SerializableSESerialized Fields
conditions
ListSE<StringSE> conditions
requestParams
MultiValueMap<StringSE,
StringSE> requestParams
例外 org.springframework.web.server.UnsupportedMediaTypeStatusException
class UnsupportedMediaTypeStatusException extends ResponseStatusException implements SerializableSESerialized Fields
bodyType
ResolvableType bodyType
contentType
MediaType contentType
method
HttpMethod method
supportedMediaTypes
ListSE<MediaType> supportedMediaTypes
パッケージ org.springframework.web.servlet
クラス org.springframework.web.servlet.DispatcherServlet
class DispatcherServlet extends FrameworkServlet implements SerializableSESerialized Fields
cleanupAfterInclude
boolean cleanupAfterInclude
include request ? の後にリクエスト属性のクリーンアップを実行します。detectAllHandlerAdapters
boolean detectAllHandlerAdapters
すべての HandlerAdapters を検出するか、単に "handlerAdapter" Bean を期待しますか ?detectAllHandlerExceptionResolvers
boolean detectAllHandlerExceptionResolvers
すべての HandlerExceptionResolvers を検出するか、単に "handlerExceptionResolver" Bean を期待しますか ?detectAllHandlerMappings
boolean detectAllHandlerMappings
すべての HandlerMappings を検出するか、単に "handlerMapping" Bean を期待しますか ?detectAllViewResolvers
boolean detectAllViewResolvers
すべての ViewResolvers を検出するか、単に "viewResolver" Bean を期待しますか ?flashMapManager
FlashMapManager flashMapManager
このサーブレットが使用する FlashMapManager。handlerAdapters
ListSE<HandlerAdapter> handlerAdapters
このサーブレットが使用する HandlerAdapters のリスト。handlerExceptionResolvers
ListSE<HandlerExceptionResolver> handlerExceptionResolvers
このサーブレットが使用する HandlerExceptionResolvers のリスト。handlerMappings
ListSE<HandlerMapping> handlerMappings
このサーブレットが使用する HandlerMappings のリスト。localeResolver
LocaleResolver localeResolver
このサーブレットが使用する LocaleResolver。multipartResolver
MultipartResolver multipartResolver
このサーブレットが使用する MultipartResolver。parseRequestPath
boolean parseRequestPath
themeResolver
ThemeResolver themeResolver
使用すべきではありません。このサーブレットが使用する ThemeResolver。throwExceptionIfNoHandlerFound
boolean throwExceptionIfNoHandlerFound
このリクエストを処理するハンドラーが見つからなかった場合、NoHandlerFoundException をスローしますか? *.viewNameTranslator
RequestToViewNameTranslator viewNameTranslator
このサーブレットが使用する RequestToViewNameTranslator。viewResolvers
ListSE<ViewResolver> viewResolvers
このサーブレットが使用する ViewResolvers のリスト。
クラス org.springframework.web.servlet.FlashMap
Serialized Fields
expirationTime
long expirationTime
targetRequestParams
MultiValueMap<StringSE,
StringSE> targetRequestParams targetRequestPath
StringSE targetRequestPath
クラス org.springframework.web.servlet.FrameworkServlet
class FrameworkServlet extends HttpServletBean implements SerializableSESerialized Fields
contextAttribute
StringSE contextAttribute
WebApplicationContext を見つける ServletContext 属性。contextClass
ClassSE<?> contextClass
作成する WebApplicationContext 実装クラス。contextConfigLocation
StringSE contextConfigLocation
明示的なコンテキスト構成の場所。contextId
StringSE contextId
割り当てる WebApplicationContext ID。contextInitializerClasses
StringSE contextInitializerClasses
init param で設定されたカンマ区切りの ApplicationContextInitializer クラス名。contextInitializers
ListSE<ApplicationContextInitializer<ConfigurableApplicationContext>> contextInitializers
コンテキストに適用する実際の ApplicationContextInitializer インスタンス。dispatchOptionsRequest
boolean dispatchOptionsRequest
HTTP OPTIONS リクエストをFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
にディスパッチする必要がありますか?dispatchTraceRequest
boolean dispatchTraceRequest
HTTP TRACE リクエストをFrameworkServlet.doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
にディスパッチする必要がありますか?enableLoggingRequestDetails
boolean enableLoggingRequestDetails
機密性の高い情報をログに記録するかどうか(DEBUG のリクエストパラメーター + TRACE のヘッダー)。namespace
StringSE namespace
このサーブレットの名前空間。onRefreshMonitor
ObjectSE onRefreshMonitor
同期された onRefresh 実行を監視します。publishContext
boolean publishContext
コンテキストを ServletContext 属性として公開する必要がありますか? 。publishEvents
boolean publishEvents
各リクエストの最後に ServletRequestHandledEvent を公開する必要がありますか?refreshEventReceived
boolean refreshEventReceived
onRefresh がすでに呼び出されているかどうかを検出するために使用されるフラグ。threadContextInheritable
boolean threadContextInheritable
LocaleContext および RequestAttributes を子スレッドの継承可能として公開しますか? 。webApplicationContext
WebApplicationContext webApplicationContext
このサーブレットの WebApplicationContext。webApplicationContextInjected
boolean webApplicationContextInjected
WebApplicationContext がFrameworkServlet.setApplicationContext(org.springframework.context.ApplicationContext)
経由で注入された場合。
クラス org.springframework.web.servlet.HttpServletBean
class HttpServletBean extends HttpServletEE implements SerializableSESerialized Fields
environment
ConfigurableEnvironment environment
logger
Log logger
サブクラスで利用可能なロガー。requiredProperties
SetSE<StringSE> requiredProperties
例外 org.springframework.web.servlet.ModelAndViewDefiningException
class ModelAndViewDefiningException extends ServletExceptionEE implements SerializableSESerialized Fields
modelAndView
ModelAndView modelAndView
例外 org.springframework.web.servlet.NoHandlerFoundException
class NoHandlerFoundException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
httpMethod
StringSE httpMethod
requestHeaders
HttpHeaders requestHeaders
requestURL
StringSE requestURL
パッケージ org.springframework.web.servlet.mvc.support
クラス org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
class RedirectAttributesModelMap extends ModelMap implements SerializableSESerialized Fields
dataBinder
DataBinder dataBinder
flashAttributes
ModelMap flashAttributes
パッケージ org.springframework.web.servlet.resource
例外 org.springframework.web.servlet.resource.NoResourceFoundException
class NoResourceFoundException extends ServletExceptionEE implements SerializableSESerialized Fields
body
ProblemDetail body
httpMethod
HttpMethod httpMethod
resourcePath
StringSE resourcePath
パッケージ org.springframework.web.servlet.tags
クラス org.springframework.web.servlet.tags.ArgumentTag
class ArgumentTag extends BodyTagSupportEE implements SerializableSESerialized Fields
value
ObjectSE value
valueSet
boolean valueSet
クラス org.springframework.web.servlet.tags.BindErrorsTag
class BindErrorsTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.BindTag
class BindTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
ignoreNestedPath
boolean ignoreNestedPath
path
StringSE path
previousPageStatus
ObjectSE previousPageStatus
previousRequestStatus
ObjectSE previousRequestStatus
status
BindStatus status
クラス org.springframework.web.servlet.tags.EscapeBodyTag
class EscapeBodyTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
bodyContent
BodyContentEE bodyContent
javaScriptEscape
boolean javaScriptEscape
クラス org.springframework.web.servlet.tags.EvalTag
class EvalTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
expression
Expression expression
expressionParser
ExpressionParser expressionParser
javaScriptEscape
boolean javaScriptEscape
scope
int scope
var
StringSE var
クラス org.springframework.web.servlet.tags.HtmlEscapeTag
class HtmlEscapeTag extends RequestContextAwareTag implements SerializableSESerialized Fields
defaultHtmlEscape
boolean defaultHtmlEscape
クラス org.springframework.web.servlet.tags.HtmlEscapingAwareTag
class HtmlEscapingAwareTag extends RequestContextAwareTag implements SerializableSESerialized Fields
htmlEscape
BooleanSE htmlEscape
クラス org.springframework.web.servlet.tags.MessageTag
class MessageTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.NestedPathTag
class NestedPathTag extends TagSupportEE implements SerializableSEクラス org.springframework.web.servlet.tags.ParamTag
class ParamTag extends BodyTagSupportEE implements SerializableSEクラス org.springframework.web.servlet.tags.RequestContextAwareTag
class RequestContextAwareTag extends TagSupportEE implements SerializableSESerialized Fields
logger
Log logger
サブクラスで利用可能なロガー。requestContext
RequestContext requestContext
クラス org.springframework.web.servlet.tags.ThemeTag
class ThemeTag extends MessageTag implements SerializableSEクラス org.springframework.web.servlet.tags.TransformTag
class TransformTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.UrlTag
class UrlTag extends HtmlEscapingAwareTag implements SerializableSE
パッケージ org.springframework.web.servlet.tags.form
クラス org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
class AbstractCheckedElementTag extends AbstractHtmlInputElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
class AbstractDataBoundFormElementTag extends AbstractFormTag implements SerializableSESerialized Fields
bindStatus
BindStatus bindStatus
このタグのBindStatus
。id
StringSE id
'id
' 属性の値。path
StringSE path
form object
からのプロパティパス。
クラス org.springframework.web.servlet.tags.form.AbstractFormTag
class AbstractFormTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
class AbstractHtmlElementBodyTag extends AbstractHtmlElementTag implements SerializableSESerialized Fields
bodyContent
BodyContentEE bodyContent
tagWriter
TagWriter tagWriter
クラス org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
class AbstractHtmlElementTag extends AbstractDataBoundFormElementTag implements SerializableSESerialized Fields
cssClass
StringSE cssClass
cssErrorClass
StringSE cssErrorClass
cssStyle
StringSE cssStyle
dir
StringSE dir
dynamicAttributes
MapSE<StringSE,
ObjectSE> dynamicAttributes lang
StringSE lang
onclick
StringSE onclick
ondblclick
StringSE ondblclick
onkeydown
StringSE onkeydown
onkeypress
StringSE onkeypress
onkeyup
StringSE onkeyup
onmousedown
StringSE onmousedown
onmousemove
StringSE onmousemove
onmouseout
StringSE onmouseout
onmouseover
StringSE onmouseover
onmouseup
StringSE onmouseup
tabindex
StringSE tabindex
title
StringSE title
クラス org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
class AbstractHtmlInputElementTag extends AbstractHtmlElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
class AbstractMultiCheckedElementTag extends AbstractCheckedElementTag implements SerializableSESerialized Fields
delimiter
StringSE delimiter
各 'input type="checkbox/radio"
' タグ間で使用する区切り文字。element
StringSE element
'input type="checkbox/radio"
' タグを囲むために使用される HTML 要素。itemLabel
StringSE itemLabel
'input type="checkbox/radio"
' タグの一部として表示される値。items
ObjectSE items
itemValue
StringSE itemValue
'input type="checkbox/radio"
' タグの 'value
' 属性にマップされたプロパティの名前。
クラス org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
class AbstractSingleCheckedElementTag extends AbstractCheckedElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.ButtonTag
class ButtonTag extends AbstractHtmlElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.CheckboxesTag
class CheckboxesTag extends AbstractMultiCheckedElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.CheckboxTag
class CheckboxTag extends AbstractSingleCheckedElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.ErrorsTag
class ErrorsTag extends AbstractHtmlElementBodyTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.FormTag
class FormTag extends AbstractHtmlElementTag implements SerializableSESerialized Fields
acceptCharset
StringSE acceptCharset
action
StringSE action
autocomplete
StringSE autocomplete
enctype
StringSE enctype
method
StringSE method
methodParam
StringSE methodParam
modelAttribute
StringSE modelAttribute
name
StringSE name
onreset
StringSE onreset
onsubmit
StringSE onsubmit
previousNestedPath
StringSE previousNestedPath
以前にネストされたパスをキャッシュして、リセットできるようにします。servletRelativeAction
StringSE servletRelativeAction
tagWriter
TagWriter tagWriter
target
StringSE target
クラス org.springframework.web.servlet.tags.form.HiddenInputTag
class HiddenInputTag extends AbstractHtmlElementTag implements SerializableSESerialized Fields
disabled
boolean disabled
クラス org.springframework.web.servlet.tags.form.InputTag
class InputTag extends AbstractHtmlInputElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.LabelTag
class LabelTag extends AbstractHtmlElementTag implements SerializableSESerialized Fields
forId
StringSE forId
'for
' 属性の値。tagWriter
TagWriter tagWriter
使用されているTagWriter
インスタンス。LabelTag.doEndTag()
でタグを閉じることができるように保存されました。
クラス org.springframework.web.servlet.tags.form.OptionsTag
class OptionsTag extends AbstractHtmlElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.OptionTag
class OptionTag extends AbstractHtmlElementBodyTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.PasswordInputTag
class PasswordInputTag extends InputTag implements SerializableSESerialized Fields
showPassword
boolean showPassword
クラス org.springframework.web.servlet.tags.form.RadioButtonsTag
class RadioButtonsTag extends AbstractMultiCheckedElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.RadioButtonTag
class RadioButtonTag extends AbstractSingleCheckedElementTag implements SerializableSEクラス org.springframework.web.servlet.tags.form.SelectTag
class SelectTag extends AbstractHtmlInputElementTag implements SerializableSESerialized Fields
itemLabel
StringSE itemLabel
'option
' タグの内部テキストにマップされたプロパティの名前。items
ObjectSE items
itemValue
StringSE itemValue
'option
' タグの 'value
' 属性にマップされたプロパティの名前。multiple
ObjectSE multiple
"select
" タグが複数選択を許可するかどうかを示します。size
StringSE size
最後の 'select
' 要素にレンダリングされた HTML 'size
' 属性の値。tagWriter
TagWriter tagWriter
出力が書き込まれているTagWriter
インスタンス。ネストされた
OptionTags
と組み合わせてのみ使用されます。
クラス org.springframework.web.servlet.tags.form.TextareaTag
class TextareaTag extends AbstractHtmlInputElementTag implements SerializableSE
パッケージ org.springframework.web.socket
クラス org.springframework.web.socket.CloseStatus
class CloseStatus extends ObjectSE implements SerializableSE- serialVersionUID:
- 5199057709285570947L
Serialized Fields
code
int code
reason
StringSE reason
クラス org.springframework.web.socket.WebSocketHttpHeaders
class WebSocketHttpHeaders extends HttpHeaders implements SerializableSE- serialVersionUID:
- -6644521016187828916L
Serialized Fields
headers
HttpHeaders headers
パッケージ org.springframework.web.socket.handler
例外 org.springframework.web.socket.handler.SessionLimitExceededException
class SessionLimitExceededException extends RuntimeExceptionSE implements SerializableSESerialized Fields
status
CloseStatus status
パッケージ org.springframework.web.socket.messaging
クラス org.springframework.web.socket.messaging.AbstractSubProtocolEvent
class AbstractSubProtocolEvent extends ApplicationEvent implements SerializableSESerialized Fields
message
Message<byte[]> message
user
PrincipalSE user
クラス org.springframework.web.socket.messaging.SessionConnectedEvent
class SessionConnectedEvent extends AbstractSubProtocolEvent implements SerializableSEクラス org.springframework.web.socket.messaging.SessionConnectEvent
class SessionConnectEvent extends AbstractSubProtocolEvent implements SerializableSEクラス org.springframework.web.socket.messaging.SessionDisconnectEvent
class SessionDisconnectEvent extends AbstractSubProtocolEvent implements SerializableSESerialized Fields
sessionId
StringSE sessionId
status
CloseStatus status
クラス org.springframework.web.socket.messaging.SessionSubscribeEvent
class SessionSubscribeEvent extends AbstractSubProtocolEvent implements SerializableSEクラス org.springframework.web.socket.messaging.SessionUnsubscribeEvent
class SessionUnsubscribeEvent extends AbstractSubProtocolEvent implements SerializableSE
パッケージ org.springframework.web.socket.server
例外 org.springframework.web.socket.server.HandshakeFailureException
class HandshakeFailureException extends NestedRuntimeException implements SerializableSE
パッケージ org.springframework.web.socket.sockjs
例外 org.springframework.web.socket.sockjs.SockJsException
class SockJsException extends NestedRuntimeException implements SerializableSESerialized Fields
sessionId
StringSE sessionId
例外 org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
class SockJsMessageDeliveryException extends SockJsException implements SerializableSE例外 org.springframework.web.socket.sockjs.SockJsTransportFailureException
class SockJsTransportFailureException extends SockJsException implements SerializableSE
パッケージ org.springframework.web.util
例外 org.springframework.web.util.InvalidUrlException
class InvalidUrlException extends IllegalArgumentExceptionSE implements SerializableSE- serialVersionUID:
- 7409308391039105562L
例外 org.springframework.web.util.NestedServletException
class NestedServletException extends ServletExceptionEE implements SerializableSE- serialVersionUID:
- -5292377985529381145L
クラス org.springframework.web.util.UriComponents
class UriComponents extends ObjectSE implements SerializableSEクラス org.springframework.web.util.UriTemplate
class UriTemplate extends ObjectSE implements SerializableSESerialized Fields
matchPattern
PatternSE matchPattern
uriComponents
UriComponents uriComponents
uriTemplate
StringSE uriTemplate
variableNames
ListSE<StringSE> variableNames
パッケージ org.springframework.web.util.pattern
例外 org.springframework.web.util.pattern.PatternParseException
class PatternParseException extends IllegalArgumentExceptionSE implements SerializableSESerialized Fields
inserts
ObjectSE[] inserts
messageType
PatternParseException.PatternMessage messageType
pattern
char[] pattern
position
int position