連載形式
パッケージ org.aopalliance.aop
例外クラス org.aopalliance.aop.AspectException
class AspectException extends RuntimeExceptionSE 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
@Nullable MapSE<StringSE,
IntegerSE> argumentBindings argumentNames
@Nullable StringSE @Nullable [] argumentNames
このアドバイスオブジェクトの作成者が引数名を知っていて、明示的に設定している場合、これは null 以外になります。argumentsIntrospected
boolean argumentsIntrospected
aspectInstanceFactory
AspectInstanceFactory aspectInstanceFactory
aspectName
StringSE aspectName
このアドバイスが定義されたアスペクトの名前(Bean を参照)(アドバイスの優先順位を決定するときに使用され、2 つのアドバイスが同じアスペクトからのものかどうかを判断できます)。declarationOrder
int declarationOrder
アスペクト内でのこのアドバイスの宣言の順序。declaringClass
ClassSE<?> declaringClass
discoveredReturningGenericType
@Nullable 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
@Nullable StringSE returningName
after returning アドバイスが戻り値をバインドする場合は null 以外。throwingName
@Nullable 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 SerializableSEクラス 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
@Nullable AspectJAdvisorFactory aspectJAdvisorFactory
aspectJAdvisorsBuilder
@Nullable BeanFactoryAspectJAdvisorsBuilder aspectJAdvisorsBuilder
includePatterns
@Nullable 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
@Nullable 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
@Nullable 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 SerializableSESerialized Fields
advisorAdapterRegistry
AdvisorAdapterRegistry advisorAdapterRegistry
デフォルトはグローバル AdvisorAdapterRegistry です。postInterceptors
ObjectSE @Nullable [] postInterceptors
preInterceptors
ObjectSE @Nullable [] preInterceptors
proxy
@Nullable ObjectSE proxy
proxyInterfaces
ClassSE<?> @Nullable [] proxyInterfaces
target
@Nullable ObjectSE target
クラス 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
- 関連事項:
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
クラス 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 @Nullable [] interceptorNames
singleton
boolean singleton
singletonInstance
@Nullable ObjectSE singletonInstance
これがシングルトンの場合、キャッシュされたシングルトンプロキシインスタンス。targetName
@Nullable StringSE targetName
クラス org.springframework.aop.framework.ProxyProcessorSupport
class ProxyProcessorSupport extends ProxyConfig implements SerializableSESerialized Fields
classLoaderConfigured
boolean classLoaderConfigured
order
int order
これは他のすべてのプロセッサーの後に実行する必要があるため、ダブルプロキシではなく、既存のプロキシにアドバイザを追加できます。proxyClassLoader
@Nullable 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
@Nullable 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
@Nullable BeanFactory beanFactory
customTargetSourceCreators
TargetSourceCreator @Nullable [] customTargetSourceCreators
earlyBeanReferences
MapSE<ObjectSE,
ObjectSE> earlyBeanReferences interceptorNames
StringSE[] interceptorNames
デフォルトでは、一般的なインターセプターはありません。logger
org.apache.commons.logging.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
@Nullable 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 SerializableSEクラス org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator
class InfrastructureAdvisorAutoProxyCreator extends AbstractAdvisorAutoProxyCreator implements SerializableSESerialized Fields
beanFactory
@Nullable 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
@Nullable ObjectSE proxy
キャッシュされたシングルトンプロキシ。scopedTargetSource
SimpleBeanTargetSource scopedTargetSource
スコーピングを管理する TargetSource。targetBeanName
@Nullable StringSE targetBeanName
ターゲット Bean の名前。
パッケージ org.springframework.aop.support
クラス org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
class AbstractBeanFactoryPointcutAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialization Methods
readObject
Serialized Fields
adviceBeanName
@Nullable StringSE adviceBeanName
beanFactory
@Nullable 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 SerializableSEクラス 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 SerializableSEクラス 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 @Nullable [] patterns
pointcut
@Nullable 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
クラス 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
@Nullable org.apache.commons.pool2.ObjectPool pool
ターゲットオブジェクトをプールするために使用される Apache CommonsObjectPool。timeBetweenEvictionRunsMillis
long timeBetweenEvictionRunsMillis
クラス org.springframework.aop.target.EmptyTargetSource
class EmptyTargetSource extends ObjectSE implements SerializableSE- serialVersionUID:
- 3680494563553489691L
クラス 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 SerializableSEクラス 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 SerializableSE
パッケージ 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
@Nullable MethodSE constructingMethod
constructor
@Nullable ConstructorSE<?> constructor
クラス org.springframework.beans.BeanMetadataAttributeAccessor
class BeanMetadataAttributeAccessor extends AttributeAccessorSupport implements SerializableSE例外クラス 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
@Nullable 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 SerializableSE例外クラス org.springframework.beans.NullValueInNestedPathException
class NullValueInNestedPathException extends InvalidPropertyException implements SerializableSE例外クラス org.springframework.beans.PropertyAccessException
class PropertyAccessException extends BeansException implements SerializableSESerialized Fields
propertyChangeEvent
@Nullable 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 SerializableSE例外クラス 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
@Nullable StringSE beanName
resolvableType
@Nullable ResolvableType resolvableType
例外クラス org.springframework.beans.factory.NoUniqueBeanDefinitionException
class NoUniqueBeanDefinitionException extends NoSuchBeanDefinitionException implements SerializableSESerialized Fields
beanNamesFound
@Nullable CollectionSE<StringSE> beanNamesFound
numberOfBeansFound
int numberOfBeansFound
例外クラス org.springframework.beans.factory.UnsatisfiedDependencyException
class UnsatisfiedDependencyException extends BeanCreationException implements SerializableSESerialized Fields
injectionPoint
@Nullable InjectionPoint injectionPoint
パッケージ org.springframework.beans.factory.annotation
クラス org.springframework.beans.factory.annotation.AnnotatedGenericBeanDefinition
class AnnotatedGenericBeanDefinition extends GenericBeanDefinition implements SerializableSESerialized Fields
factoryMethodMetadata
@Nullable 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
containingClass
@Nullable ClassSE<?> containingClass
declaringClass
ClassSE<?> declaringClass
eager
boolean eager
fieldName
@Nullable StringSE fieldName
methodName
@Nullable StringSE methodName
nestingLevel
int nestingLevel
parameterIndex
int parameterIndex
parameterTypes
ClassSE<?> @Nullable [] parameterTypes
required
boolean required
パッケージ 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
@Nullable ObjectSE beanClass
constructorArgumentValues
@Nullable ConstructorArgumentValues constructorArgumentValues
defaultCandidate
boolean defaultCandidate
dependencyCheck
int dependencyCheck
dependsOn
StringSE @Nullable [] dependsOn
description
@Nullable StringSE description
destroyMethodNames
StringSE @Nullable [] destroyMethodNames
enforceDestroyMethod
boolean enforceDestroyMethod
enforceInitMethod
boolean enforceInitMethod
factoryBeanName
@Nullable StringSE factoryBeanName
factoryMethodName
@Nullable StringSE factoryMethodName
fallback
boolean fallback
initMethodNames
StringSE @Nullable [] initMethodNames
instanceSupplier
@Nullable SupplierSE<?> instanceSupplier
lazyInit
@Nullable BooleanSE lazyInit
lenientConstructorResolution
boolean lenientConstructorResolution
methodOverrides
MethodOverrides methodOverrides
nonPublicAccessAllowed
boolean nonPublicAccessAllowed
primary
boolean primary
propertyValues
@Nullable MutablePropertyValues propertyValues
qualifiers
MapSE<StringSE, AutowireCandidateQualifier> qualifiers
resource
@Nullable Resource resource
role
int role
scope
@Nullable 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 SerializableSEクラス org.springframework.beans.factory.support.DefaultListableBeanFactory
class DefaultListableBeanFactory extends AbstractAutowireCapableBeanFactory implements SerializableSESerialization Methods
readObject
writeReplace
Serialized Fields
allBeanNamesByType
MapSE<ClassSE<?>,
StringSE[]> allBeanNamesByType 依存関係型をキーにした、シングルトンおよび非シングルトンの Bean 名のマップ。allowBeanDefinitionOverriding
@Nullable 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
@Nullable ExecutorSE bootstrapExecutor
configurationFrozen
boolean configurationFrozen
Bean 定義メタデータをすべての Bean に対してキャッシュできるかどうか。dependencyComparator
@Nullable ComparatorSE<ObjectSE> dependencyComparator
依存関係リストと配列のオプションの OrderComparator。frozenBeanDefinitionNames
StringSE @Nullable [] frozenBeanDefinitionNames
構成がフリーズした場合の Bean 定義名のキャッシュされた配列。mainThreadPrefix
@Nullable StringSE mainThreadPrefix
メインスレッドの名前プレフィックス: インスタンス化前のフェーズでのみ設定されます。manualSingletonNames
SetSE<StringSE> manualSingletonNames
手動で登録されたシングルトンの名前の登録順のリスト。mergedBeanDefinitionHolders
MapSE<StringSE, BeanDefinitionHolder> mergedBeanDefinitionHolders
Bean 名からマージされた BeanDefinitionHolder へのマップ。preInstantiationThread
NamedThreadLocal<org.springframework.beans.factory.support.DefaultListableBeanFactory.PreInstantiation> preInstantiationThread
primaryBeanNamesWithType
MapSE<StringSE,
ClassSE<?>> primaryBeanNamesWithType プライマリマーカーと対応する型を含む Bean 定義名のマップ。resolvableDependencies
MapSE<ClassSE<?>,
ObjectSE> resolvableDependencies 依存関係型から対応するオートワイヤー値にマップします。serializationId
@Nullable StringSE serializationId
直列化の目的で、このファクトリのオプションの ID。singletonBeanNamesByType
MapSE<ClassSE<?>,
StringSE[]> singletonBeanNamesByType 依存関係型をキーとする、シングルトンのみの Bean 名のマップ。strictLocking
@Nullable BooleanSE strictLocking
このファクトリでは厳格なロックが施行されているか、緩和されているか。
クラス org.springframework.beans.factory.support.GenericBeanDefinition
class GenericBeanDefinition extends AbstractBeanDefinition implements SerializableSEクラス org.springframework.beans.factory.support.ManagedArray
クラス org.springframework.beans.factory.support.ManagedList
クラス org.springframework.beans.factory.support.ManagedMap
クラス org.springframework.beans.factory.support.ManagedProperties
class ManagedProperties extends PropertiesSE implements SerializableSEクラス org.springframework.beans.factory.support.ManagedSet
クラス org.springframework.beans.factory.support.RootBeanDefinition
class RootBeanDefinition extends AbstractBeanDefinition implements SerializableSESerialized Fields
allowCaching
boolean allowCaching
beforeInstantiationResolved
@Nullable BooleanSE beforeInstantiationResolved
インスタンス化前のポストプロセッサーが起動したことを示すパッケージ表示フィールド。constructorArgumentLock
ObjectSE constructorArgumentLock
以下の 4 つのコンストラクターフィールドの共通ロック。constructorArgumentsResolved
boolean constructorArgumentsResolved
コンストラクター引数を解決済みとしてマークするパッケージ可視フィールド。decoratedDefinition
@Nullable BeanDefinitionHolder decoratedDefinition
externallyManagedConfigMembers
@Nullable SetSE<MemberSE> externallyManagedConfigMembers
externallyManagedDestroyMethods
@Nullable SetSE<StringSE> externallyManagedDestroyMethods
externallyManagedInitMethods
@Nullable SetSE<StringSE> externallyManagedInitMethods
factoryMethodReturnType
@Nullable ResolvableType factoryMethodReturnType
一般的に型指定されたファクトリメソッドの戻り値の型をキャッシュするためのパッケージ表示フィールド。factoryMethodToIntrospect
@Nullable MethodSE factoryMethodToIntrospect
イントロスペクションの一意のファクトリメソッド候補をキャッシュするためのパッケージ表示フィールド。isFactoryBean
@Nullable BooleanSE isFactoryBean
Bean がファクトリ Bean である場合のキャッシュ用のパッケージ表示フィールド。isFactoryMethodUnique
boolean isFactoryMethodUnique
postProcessed
boolean postProcessed
MergedBeanDefinitionPostProcessor が適用されたことを示すパッケージ表示フィールド。postProcessingLock
ObjectSE postProcessingLock
以下の 2 つの後処理フィールドの共通ロック。preparedConstructorArguments
@Nullable ObjectSE @Nullable [] preparedConstructorArguments
部分的に準備されたコンストラクター引数をキャッシュするためのパッケージ可視フィールド。qualifiedElement
@Nullable AnnotatedElementSE qualifiedElement
resolvedConstructorArguments
@Nullable ObjectSE @Nullable [] resolvedConstructorArguments
完全に解決されたコンストラクター引数をキャッシュするためのパッケージ可視フィールド。resolvedConstructorOrFactoryMethod
@Nullable ExecutableSE resolvedConstructorOrFactoryMethod
解決されたコンストラクターまたはファクトリメソッドをキャッシュするためのパッケージ表示フィールド。resolvedDestroyMethodName
@Nullable StringSE resolvedDestroyMethodName
解決された destroy メソッド名をキャッシュするためのパッケージ表示フィールド(これも推測されます)。resolvedTargetType
@Nullable ClassSE<?> resolvedTargetType
特定の Bean 定義の決定されたクラスをキャッシュするためのパッケージ表示フィールド。stale
boolean stale
定義を再マージする必要があるかどうかを決定します。targetType
@Nullable 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
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。ignoreCase
boolean ignoreCase
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。property
StringSE property
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。toggleAscendingOnProperty
boolean toggleAscendingOnProperty
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
クラス org.springframework.beans.support.PagedListHolder
class PagedListHolder extends ObjectSE implements SerializableSESerialized Fields
maxLinkedPages
int maxLinkedPages
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。newPageSet
boolean newPageSet
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。page
int page
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。pageSize
int pageSize
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。refreshDate
@Nullable DateSE refreshDate
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。sort
@Nullable SortDefinition sort
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。sortUsed
@Nullable SortDefinition sortUsed
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。source
ListSE<E> source
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
パッケージ org.springframework.cache
例外クラス org.springframework.cache.Cache.ValueRetrievalException
class ValueRetrievalException extends RuntimeExceptionSE implements SerializableSE
パッケージ 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
パッケージ 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.ContextPausedEvent
class ContextPausedEvent extends ContextStoppedEvent implements SerializableSEクラス org.springframework.context.event.ContextRefreshedEvent
class ContextRefreshedEvent extends ApplicationContextEvent implements SerializableSEクラス org.springframework.context.event.ContextRestartedEvent
class ContextRestartedEvent extends ContextStartedEvent 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.event.MethodFailureEvent
class MethodFailureEvent extends ApplicationEvent implements SerializableSESerialized Fields
failure
ThrowableSE failure
パッケージ 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
@Nullable ResolvableType componentType
配列のコンポーネント型、または型を推定する必要がある場合はnull。generics
ResolvableType @Nullable [] generics
hash
@Nullable IntegerSE hash
interfaces
ResolvableType @Nullable [] interfaces
resolved
@Nullable ClassSE<?> resolved
superType
@Nullable ResolvableType superType
type
TypeSE type
管理される基になる Java 型。typeProvider
@Nullable org.springframework.core.SerializableTypeWrapper.TypeProvider typeProvider
型のオプションのプロバイダー。unresolvableGenerics
@Nullable BooleanSE unresolvableGenerics
variableResolver
@Nullable org.springframework.core.ResolvableType.VariableResolver variableResolver
使用するVariableResolver、または使用可能なリゾルバーがない場合はnull。
パッケージ org.springframework.core.annotation
クラス org.springframework.core.annotation.AnnotatedElementAdapter
class AnnotatedElementAdapter extends ObjectSE implements SerializableSESerialized Fields
annotations
AnnotationSE[] annotations
クラス org.springframework.core.annotation.AnnotationAttributes
class AnnotationAttributes extends LinkedHashMapSE<StringSE, @Nullable ObjectSE> implements SerializableSESerialized Fields
annotationType
@Nullable 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
@Nullable TypeDescriptor sourceType
targetType
TypeDescriptor targetType
value
@Nullable ObjectSE value
例外クラス org.springframework.core.convert.ConverterNotFoundException
class ConverterNotFoundException extends ConversionException implements SerializableSESerialized Fields
sourceType
@Nullable TypeDescriptor sourceType
targetType
TypeDescriptor targetType
クラス org.springframework.core.convert.TypeDescriptor
class TypeDescriptor extends ObjectSE implements SerializableSESerialized Fields
annotatedElement
@Nullable 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.retry
例外クラス org.springframework.core.retry.RetryException
class RetryException extends ExceptionSE implements SerializableSE- serialVersionUID:
- 1L
パッケージ 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
@Nullable SetSE<ThreadSE> activeThreads
cancelRemainingTasksOnClose
boolean cancelRemainingTasksOnClose
concurrencyThrottle
org.springframework.core.task.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter concurrencyThrottle
このエグゼキューターが使用する内部並行性スロットル。rejectTasksWhenLimitReached
boolean rejectTasksWhenLimitReached
taskDecorator
@Nullable TaskDecorator taskDecorator
taskTerminationTimeout
long taskTerminationTimeout
threadFactory
@Nullable ThreadFactorySE threadFactory
virtualThreadDelegate
@Nullable org.springframework.core.task.VirtualThreadDelegate virtualThreadDelegate
クラス org.springframework.core.task.SyncTaskExecutor
class SyncTaskExecutor extends ConcurrencyThrottleSupport implements SerializableSESerialized Fields
rejectTasksWhenLimitReached
boolean rejectTasksWhenLimitReached
例外クラス 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 SerializableSESerialized Fields
problems
ListSE<CompilationException.Problem> problems
パッケージ 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 SerializableSE例外クラス 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
@Nullable 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
@Nullable 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 SerializableSE例外クラス 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 SerializableSE
パッケージ 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
@Nullable DataSourceSE dataSource
defaultReadOnly
@Nullable BooleanSE defaultReadOnly
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
@Nullable 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
@Nullable jakarta.jms.ConnectionFactory 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 @Nullable [] 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 SerializableSE
パッケージ 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
@Nullable 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
クラス 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 jakarta.servlet.http.Cookie implements SerializableSE- serialVersionUID:
- 4312531139502726325L
Serialized Fields
expires
@Nullable 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.jpa
クラス org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
class AbstractEntityManagerFactoryBean extends ObjectSE implements SerializableSESerialization Methods
readObject
writeReplace
Serialized Fields
beanClassLoader
ClassLoaderSE beanClassLoader
beanFactory
@Nullable BeanFactory beanFactory
beanName
@Nullable StringSE beanName
bootstrapExecutor
@Nullable AsyncTaskExecutor bootstrapExecutor
entityManagerFactory
@Nullable jakarta.persistence.EntityManagerFactory entityManagerFactory
公開されたクライアントレベルの EntityManagerFactory プロキシ。entityManagerFactoryInterface
@Nullable ClassSE<? extends jakarta.persistence.EntityManagerFactory> entityManagerFactoryInterface
entityManagerInitializer
@Nullable ConsumerSE<jakarta.persistence.EntityManager> entityManagerInitializer
entityManagerInterface
@Nullable ClassSE<? extends jakarta.persistence.EntityManager> entityManagerInterface
jpaDialect
@Nullable JpaDialect jpaDialect
jpaPropertyMap
MapSE<StringSE,
ObjectSE> jpaPropertyMap jpaVendorAdapter
@Nullable JpaVendorAdapter jpaVendorAdapter
logger
org.apache.commons.logging.Log logger
サブクラスで利用可能なロガー。nativeEntityManagerFactory
@Nullable jakarta.persistence.EntityManagerFactory nativeEntityManagerFactory
PersistenceProvider によって返される未加工の EntityManagerFactory。nativeEntityManagerFactoryFuture
@Nullable FutureSE<jakarta.persistence.EntityManagerFactory> nativeEntityManagerFactoryFuture
raw ターゲット EntityManagerFactory を遅延初期化するための将来。persistenceProvider
@Nullable jakarta.persistence.spi.PersistenceProvider persistenceProvider
persistenceUnitName
@Nullable StringSE persistenceUnitName
sharedEntityManager
@Nullable jakarta.persistence.EntityManager sharedEntityManager
クライアントレベルの共有 EntityManager プロキシを公開しました。
クラス 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
@Nullable DataSourceSE dataSource
entityManagerFactory
@Nullable jakarta.persistence.EntityManagerFactory entityManagerFactory
entityManagerInitializer
@Nullable ConsumerSE<jakarta.persistence.EntityManager> entityManagerInitializer
jpaDialect
JpaDialect jpaDialect
jpaPropertyMap
MapSE<StringSE,
ObjectSE> jpaPropertyMap persistenceUnitName
@Nullable StringSE persistenceUnitName
クラス org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
class LocalContainerEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements SerializableSESerialized Fields
internalPersistenceUnitManager
DefaultPersistenceUnitManager internalPersistenceUnitManager
persistenceUnitInfo
@Nullable jakarta.persistence.spi.PersistenceUnitInfo persistenceUnitInfo
persistenceUnitManager
@Nullable PersistenceUnitManager persistenceUnitManager
クラス org.springframework.orm.jpa.LocalEntityManagerFactoryBean
class LocalEntityManagerFactoryBean extends AbstractEntityManagerFactoryBean implements SerializableSESerialized Fields
configuration
@Nullable jakarta.persistence.PersistenceConfiguration configuration
パッケージ org.springframework.orm.jpa.hibernate
クラス org.springframework.orm.jpa.hibernate.HibernateTransactionManager
class HibernateTransactionManager extends AbstractPlatformTransactionManager implements SerializableSESerialized Fields
autodetectDataSource
boolean autodetectDataSource
beanFactory
@Nullable BeanFactory beanFactory
entityInterceptorBeanName にのみ必要です。- 関連事項:
dataSource
@Nullable DataSourceSE dataSource
entityInterceptor
@Nullable ObjectSE entityInterceptor
exceptionTranslator
HibernateExceptionTranslator exceptionTranslator
hibernateManagedSession
boolean hibernateManagedSession
prepareConnection
boolean prepareConnection
sessionFactory
@Nullable SessionFactory sessionFactory
sessionInitializer
@Nullable ConsumerSE<Session> sessionInitializer
クラス org.springframework.orm.jpa.hibernate.SpringSessionContext
class SpringSessionContext extends ObjectSE implements SerializableSESerialized Fields
jtaSessionContext
@Nullable CurrentSessionContext jtaSessionContext
sessionFactory
SessionFactoryImplementor sessionFactory
transactionManager
@Nullable jakarta.transaction.TransactionManager transactionManager
パッケージ org.springframework.orm.jpa.support
クラス org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
class PersistenceAnnotationBeanPostProcessor extends ObjectSE implements SerializableSE
パッケージ 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
exceptionTranslator
HibernateExceptionTranslator exceptionTranslator
prepareConnection
boolean prepareConnection
パッケージ 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 SerializableSE
パッケージ org.springframework.r2dbc.connection
クラス org.springframework.r2dbc.connection.R2dbcTransactionManager
class R2dbcTransactionManager extends AbstractReactiveTransactionManager implements SerializableSESerialized Fields
connectionFactory
@Nullable 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.resilience
例外クラス org.springframework.resilience.InvocationRejectedException
class InvocationRejectedException extends RejectedExecutionExceptionSE implements SerializableSESerialized Fields
target
ObjectSE target
パッケージ org.springframework.resilience.annotation
クラス org.springframework.resilience.annotation.ConcurrencyLimitBeanPostProcessor
class ConcurrencyLimitBeanPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements SerializableSESerialized Fields
embeddedValueResolver
@Nullable StringValueResolver embeddedValueResolver
クラス org.springframework.resilience.annotation.RetryAnnotationBeanPostProcessor
class RetryAnnotationBeanPostProcessor extends AbstractBeanFactoryAwareAdvisingPostProcessor implements SerializableSESerialized Fields
embeddedValueResolver
@Nullable StringValueResolver embeddedValueResolver
interceptor
org.springframework.resilience.annotation.RetryAnnotationBeanPostProcessor.RetryAnnotationInterceptor interceptor
パッケージ org.springframework.resilience.retry
クラス org.springframework.resilience.retry.MethodRetryEvent
class MethodRetryEvent extends MethodFailureEvent implements SerializableSESerialized Fields
retryAborted
boolean retryAborted
パッケージ 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
@Nullable ClassSE<? extends AnnotationSE> asyncAnnotationType
exceptionHandler
@Nullable SupplierSE<? extends @Nullable AsyncUncaughtExceptionHandler> exceptionHandler
executor
@Nullable SupplierSE<? extends @Nullable ExecutorSE> executor
logger
org.apache.commons.logging.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
@Nullable StringSE jndiName
logger
org.apache.commons.logging.Log logger
threadFactory
@Nullable ThreadFactorySE threadFactory
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
class ExecutorConfigurationSupport extends CustomizableThreadFactory implements SerializableSESerialized Fields
acceptTasksAfterContextClose
boolean acceptTasksAfterContextClose
applicationContext
@Nullable ApplicationContext applicationContext
awaitTerminationMillis
long awaitTerminationMillis
beanName
@Nullable StringSE beanName
executor
@Nullable ExecutorServiceSE executor
lateShutdown
boolean lateShutdown
lifecycleDelegate
@Nullable org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate lifecycleDelegate
logger
org.apache.commons.logging.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
@Nullable ScheduledExecutorServiceSE exposedExecutor
exposeUnconfigurableExecutor
boolean exposeUnconfigurableExecutor
poolSize
int poolSize
removeOnCancelPolicy
boolean removeOnCancelPolicy
scheduledExecutorTasks
ScheduledExecutorTask @Nullable [] scheduledExecutorTasks
クラス org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler
class SimpleAsyncTaskScheduler extends SimpleAsyncTaskExecutor implements SerializableSESerialized Fields
applicationContext
@Nullable ApplicationContext applicationContext
clock
ClockSE clock
errorHandler
@Nullable ErrorHandler errorHandler
fixedDelayExecutor
ScheduledExecutorServiceSE fixedDelayExecutor
fixedDelayLifecycle
org.springframework.scheduling.concurrent.ExecutorLifecycleDelegate fixedDelayLifecycle
phase
int phase
targetTaskExecutor
@Nullable 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
@Nullable 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
@Nullable TaskDecorator taskDecorator
threadPoolExecutor
@Nullable ThreadPoolExecutorSE threadPoolExecutor
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
class ThreadPoolTaskScheduler extends ExecutorConfigurationSupport implements SerializableSESerialized Fields
clock
ClockSE clock
continueExistingPeriodicTasksAfterShutdownPolicy
boolean continueExistingPeriodicTasksAfterShutdownPolicy
errorHandler
@Nullable ErrorHandler errorHandler
executeExistingDelayedTasksAfterShutdownPolicy
boolean executeExistingDelayedTasksAfterShutdownPolicy
poolSize
int poolSize
removeOnCancelPolicy
boolean removeOnCancelPolicy
scheduledExecutor
@Nullable ScheduledExecutorServiceSE scheduledExecutor
taskDecorator
@Nullable 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
@Nullable 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
@Nullable CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate
classes
ClassSE<?>[] classes
contextCustomizers
SetSE<ContextCustomizer> contextCustomizers
contextInitializerClasses
SetSE<ClassSE<? extends ApplicationContextInitializer<?>>> contextInitializerClasses
contextLoader
ContextLoader contextLoader
locations
StringSE[] locations
parent
@Nullable 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
@Nullable ThrowableSE testException
testInstance
@Nullable ObjectSE testInstance
testMethod
@Nullable 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
@Nullable 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
@Nullable 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 SerializableSEクラス 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.MethodRollbackEvent
class MethodRollbackEvent extends MethodFailureEvent implements SerializableSESerialized Fields
transaction
TransactionExecution transaction
クラス org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
class NameMatchTransactionAttributeSource extends ObjectSE implements SerializableSESerialized Fields
embeddedValueResolver
@Nullable 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
@Nullable ClassSE<? extends ThrowableSE> exceptionType
例外型: スローされた例外のクラス階層で一致を検索するときに型の安全性を確保するために使用されます。- 導入:
- 6.0
クラス org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
class RuleBasedTransactionAttribute extends DefaultTransactionAttribute implements SerializableSESerialized Fields
rollbackRules
@Nullable ListSE<RollbackRuleAttribute> rollbackRules
クラス org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
class TransactionAttributeSourceAdvisor extends AbstractPointcutAdvisor implements SerializableSESerialized Fields
pointcut
org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut pointcut
transactionInterceptor
@Nullable TransactionInterceptor transactionInterceptor
クラス org.springframework.transaction.interceptor.TransactionInterceptor
class TransactionInterceptor extends TransactionAspectSupport implements SerializableSESerialization Methods
readObject
writeObject
Serialized Fields
applicationEventPublisher
@Nullable ApplicationEventPublisher applicationEventPublisher
クラス org.springframework.transaction.interceptor.TransactionProxyFactoryBean
class TransactionProxyFactoryBean extends AbstractSingletonProxyFactoryBean implements SerializableSESerialized Fields
pointcut
@Nullable 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
@Nullable StringSE transactionManagerName
transactionSynchronizationRegistryName
@Nullable StringSE transactionSynchronizationRegistryName
userTransactionName
@Nullable 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 SerializableSEクラス 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
org.apache.commons.logging.Log logger
サブクラスで利用可能なロガー。transactionManager
@Nullable 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
すべての操作が最終的に委譲されるListSE。elementFactory
AutoPopulatingList.ElementFactory<E> elementFactory
オンデマンドで新しいListSE 要素を作成するために使用する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
@Nullable 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
@Nullable 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- serialVersionUID:
- -1797561627545787622L
クラス 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 SerializableSE例外クラス 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 SerializableSEクラス 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<jakarta.validation.Validator> 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 @Nullable [] messageDetailArguments
messageDetailCode
StringSE messageDetailCode
status
HttpStatusCode status
例外クラス org.springframework.web.HttpMediaTypeException
class HttpMediaTypeException extends jakarta.servlet.ServletException implements SerializableSE例外クラス org.springframework.web.HttpMediaTypeNotAcceptableException
class HttpMediaTypeNotAcceptableException extends HttpMediaTypeException implements SerializableSE例外クラス org.springframework.web.HttpMediaTypeNotSupportedException
class HttpMediaTypeNotSupportedException extends HttpMediaTypeException implements SerializableSESerialized Fields
contentType
@Nullable MediaType contentType
httpMethod
@Nullable HttpMethod httpMethod
例外クラス org.springframework.web.HttpRequestMethodNotSupportedException
class HttpRequestMethodNotSupportedException extends jakarta.servlet.ServletException implements SerializableSESerialized Fields
body
ProblemDetail body
method
StringSE method
supportedMethods
StringSE @Nullable [] supportedMethods
例外クラス org.springframework.web.HttpSessionRequiredException
class HttpSessionRequiredException extends jakarta.servlet.ServletException implements SerializableSE
パッケージ org.springframework.web.accept
例外クラス org.springframework.web.accept.InvalidApiVersionException
class InvalidApiVersionException extends ResponseStatusException implements SerializableSESerialized Fields
version
StringSE version
例外クラス org.springframework.web.accept.MissingApiVersionException
class MissingApiVersionException extends ResponseStatusException implements SerializableSE例外クラス org.springframework.web.accept.NotAcceptableApiVersionException
class NotAcceptableApiVersionException extends InvalidApiVersionException implements SerializableSE
パッケージ 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
@Nullable MethodParameter parameter
parameterName
StringSE parameterName
parameterType
StringSE parameterType
例外クラス org.springframework.web.bind.ServletRequestBindingException
class ServletRequestBindingException extends jakarta.servlet.ServletException implements SerializableSESerialized Fields
body
@Nullable ProblemDetail body
messageDetailArguments
ObjectSE @Nullable [] 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.UnprocessableContent
class UnprocessableContent 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
@Nullable StringSE responseCharset
responseHeaders
@Nullable 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 jakarta.servlet.http.HttpServlet implements SerializableSESerialized Fields
target
@Nullable HttpRequestHandler target
クラス org.springframework.web.context.support.RequestHandledEvent
class RequestHandledEvent extends ApplicationEvent implements SerializableSEクラス 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 jakarta.servlet.ServletException 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 SerializableSE
パッケージ 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
@Nullable 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.UnprocessableContent
class UnprocessableContent 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.ContentTooLargeException
class ContentTooLargeException extends ResponseStatusException implements SerializableSE例外クラス 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 SerializableSE例外クラス org.springframework.web.server.ServerErrorException
class ServerErrorException extends ResponseStatusException implements SerializableSESerialized Fields
handlerMethod
@Nullable MethodSE handlerMethod
parameter
@Nullable MethodParameter parameter
例外クラス org.springframework.web.server.ServerWebInputException
class ServerWebInputException extends ResponseStatusException implements SerializableSESerialized Fields
parameter
@Nullable 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
@Nullable ResolvableType bodyType
contentType
@Nullable MediaType contentType
method
@Nullable 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
@Nullable FlashMapManager flashMapManager
このサーブレットが使用する FlashMapManager。handlerAdapters
@Nullable ListSE<HandlerAdapter> handlerAdapters
このサーブレットが使用する HandlerAdapters のリスト。handlerExceptionResolvers
@Nullable ListSE<HandlerExceptionResolver> handlerExceptionResolvers
このサーブレットが使用する HandlerExceptionResolvers のリスト。handlerMappings
@Nullable ListSE<HandlerMapping> handlerMappings
このサーブレットが使用する HandlerMappings のリスト。localeResolver
@Nullable LocaleResolver localeResolver
このサーブレットが使用する LocaleResolver。multipartResolver
@Nullable MultipartResolver multipartResolver
このサーブレットが使用する MultipartResolver。parseRequestPath
boolean parseRequestPath
viewNameTranslator
@Nullable RequestToViewNameTranslator viewNameTranslator
このサーブレットが使用する RequestToViewNameTranslator。viewResolvers
@Nullable ListSE<ViewResolver> viewResolvers
このサーブレットが使用する ViewResolvers のリスト。
クラス org.springframework.web.servlet.FlashMap
Serialized Fields
expirationTime
long expirationTime
targetRequestParams
MultiValueMap<StringSE,
StringSE> targetRequestParams targetRequestPath
@Nullable StringSE targetRequestPath
クラス org.springframework.web.servlet.FrameworkServlet
class FrameworkServlet extends HttpServletBean implements SerializableSESerialized Fields
contextAttribute
@Nullable StringSE contextAttribute
WebApplicationContext を見つける ServletContext 属性。contextClass
ClassSE<?> contextClass
作成する WebApplicationContext 実装クラス。contextConfigLocation
@Nullable StringSE contextConfigLocation
明示的なコンテキスト構成の場所。contextId
@Nullable StringSE contextId
割り当てる WebApplicationContext ID。contextInitializerClasses
@Nullable StringSE contextInitializerClasses
init param で設定されたカンマ区切りの ApplicationContextInitializer クラス名。contextInitializers
ListSE<ApplicationContextInitializer<ConfigurableApplicationContext>> contextInitializers
コンテキストに適用する実際の ApplicationContextInitializer インスタンス。dispatchOptionsRequest
boolean dispatchOptionsRequest
HTTP OPTIONS リクエストをFrameworkServlet.doService(HttpServletRequest, HttpServletResponse)にディスパッチする必要がありますか?dispatchTraceRequest
boolean dispatchTraceRequest
HTTP TRACE リクエストをFrameworkServlet.doService(HttpServletRequest, HttpServletResponse)にディスパッチする必要がありますか?enableLoggingRequestDetails
boolean enableLoggingRequestDetails
機密性の高い情報をログに記録するかどうか(DEBUG のリクエストパラメーター + TRACE のヘッダー)。namespace
@Nullable StringSE namespace
このサーブレットの名前空間。onRefreshMonitor
ObjectSE onRefreshMonitor
同期された onRefresh 実行を監視します。publishContext
boolean publishContext
コンテキストを ServletContext 属性として公開する必要がありますか? 。publishEvents
boolean publishEvents
各リクエストの最後に ServletRequestHandledEvent を公開する必要がありますか?refreshEventReceived
boolean refreshEventReceived
onRefresh がすでに呼び出されているかどうかを検出するために使用されるフラグ。threadContextInheritable
boolean threadContextInheritable
LocaleContext および RequestAttributes を子スレッドの継承可能として公開しますか? 。webApplicationContext
@Nullable WebApplicationContext webApplicationContext
このサーブレットの WebApplicationContext。webApplicationContextInjected
boolean webApplicationContextInjected
WebApplicationContext がFrameworkServlet.setApplicationContext(ApplicationContext)経由で注入された場合。
クラス org.springframework.web.servlet.HttpServletBean
class HttpServletBean extends jakarta.servlet.http.HttpServlet implements SerializableSESerialized Fields
environment
@Nullable ConfigurableEnvironment environment
logger
org.apache.commons.logging.Log logger
サブクラスで利用可能なロガー。requiredProperties
SetSE<StringSE> requiredProperties
例外クラス org.springframework.web.servlet.ModelAndViewDefiningException
class ModelAndViewDefiningException extends jakarta.servlet.ServletException implements SerializableSESerialized Fields
modelAndView
ModelAndView modelAndView
例外クラス org.springframework.web.servlet.NoHandlerFoundException
class NoHandlerFoundException extends jakarta.servlet.ServletException 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
@Nullable DataBinder dataBinder
flashAttributes
ModelMap flashAttributes
パッケージ org.springframework.web.servlet.resource
例外クラス org.springframework.web.servlet.resource.NoResourceFoundException
class NoResourceFoundException extends jakarta.servlet.ServletException 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 jakarta.servlet.jsp.tagext.BodyTagSupport implements SerializableSEクラス org.springframework.web.servlet.tags.BindErrorsTag
class BindErrorsTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.BindTag
class BindTag extends HtmlEscapingAwareTag implements SerializableSEクラス org.springframework.web.servlet.tags.EscapeBodyTag
class EscapeBodyTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
bodyContent
@Nullable jakarta.servlet.jsp.tagext.BodyContent bodyContent
javaScriptEscape
boolean javaScriptEscape
クラス org.springframework.web.servlet.tags.EvalTag
class EvalTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
expression
@Nullable Expression expression
expressionParser
ExpressionParser expressionParser
javaScriptEscape
boolean javaScriptEscape
scope
int scope
var
@Nullable 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 SerializableSEクラス org.springframework.web.servlet.tags.MessageTag
class MessageTag extends HtmlEscapingAwareTag implements SerializableSESerialized Fields
arguments
@Nullable ObjectSE arguments
argumentSeparator
StringSE argumentSeparator
code
@Nullable StringSE code
javaScriptEscape
boolean javaScriptEscape
message
@Nullable MessageSourceResolvable message
nestedArguments
ListSE<ObjectSE> nestedArguments
scope
StringSE scope
text
@Nullable StringSE text
var
@Nullable StringSE var
クラス org.springframework.web.servlet.tags.NestedPathTag
class NestedPathTag extends jakarta.servlet.jsp.tagext.TagSupport implements SerializableSEクラス org.springframework.web.servlet.tags.ParamTag
class ParamTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements SerializableSEクラス org.springframework.web.servlet.tags.RequestContextAwareTag
class RequestContextAwareTag extends jakarta.servlet.jsp.tagext.TagSupport implements SerializableSESerialized Fields
logger
org.apache.commons.logging.Log logger
サブクラスで利用可能なロガー。requestContext
@Nullable RequestContext requestContext
クラス 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
@Nullable BindStatus bindStatus
このタグのBindStatus。id
@Nullable StringSE id
'id' 属性の値。path
@Nullable 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 SerializableSEクラス org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
class AbstractHtmlElementTag extends AbstractDataBoundFormElementTag implements SerializableSESerialized Fields
cssClass
@Nullable StringSE cssClass
cssErrorClass
@Nullable StringSE cssErrorClass
cssStyle
@Nullable StringSE cssStyle
dir
@Nullable StringSE dir
dynamicAttributes
@Nullable MapSE<StringSE,
ObjectSE> dynamicAttributes lang
@Nullable StringSE lang
onclick
@Nullable StringSE onclick
ondblclick
@Nullable StringSE ondblclick
onkeydown
@Nullable StringSE onkeydown
onkeypress
@Nullable StringSE onkeypress
onkeyup
@Nullable StringSE onkeyup
onmousedown
@Nullable StringSE onmousedown
onmousemove
@Nullable StringSE onmousemove
onmouseout
@Nullable StringSE onmouseout
onmouseover
@Nullable StringSE onmouseover
onmouseup
@Nullable StringSE onmouseup
tabindex
@Nullable StringSE tabindex
title
@Nullable 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
@Nullable StringSE delimiter
各 'input type="checkbox/radio"' タグ間で使用する区切り文字。element
StringSE element
'input type="checkbox/radio"' タグを囲むために使用される HTML 要素。itemLabel
@Nullable StringSE itemLabel
'input type="checkbox/radio"' タグの一部として表示される値。items
@Nullable ObjectSE items
itemValue
@Nullable 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
@Nullable StringSE acceptCharset
action
@Nullable StringSE action
autocomplete
@Nullable StringSE autocomplete
enctype
@Nullable StringSE enctype
method
StringSE method
methodParam
StringSE methodParam
modelAttribute
StringSE modelAttribute
name
@Nullable StringSE name
onreset
@Nullable StringSE onreset
onsubmit
@Nullable StringSE onsubmit
previousNestedPath
@Nullable StringSE previousNestedPath
以前にネストされたパスをキャッシュして、リセットできるようにします。servletRelativeAction
@Nullable StringSE servletRelativeAction
tagWriter
@Nullable TagWriter tagWriter
target
@Nullable 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 SerializableSEクラス 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
@Nullable StringSE itemLabel
'option' タグの内部テキストにマップされたプロパティの名前。items
@Nullable ObjectSE items
itemValue
@Nullable StringSE itemValue
'option' タグの 'value' 属性にマップされたプロパティの名前。multiple
@Nullable ObjectSE multiple
"select" タグが複数選択を許可するかどうかを示します。size
@Nullable StringSE size
最後の 'select' 要素にレンダリングされた HTML 'size' 属性の値。tagWriter
@Nullable 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
クラス org.springframework.web.socket.WebSocketHttpHeaders
class WebSocketHttpHeaders extends HttpHeaders implements SerializableSE- serialVersionUID:
- -6644521016187828916L
パッケージ 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
@Nullable 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 SerializableSE例外クラス 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.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