Enum クラスの使用箇所
org.springframework.test.context.cache.ContextCache.PauseMode
ContextCache.PauseMode を使用するパッケージ
org.springframework.test.context.cache 内の ContextCache.PauseMode 使用
org.springframework.test.context.cache 内の ContextCache.PauseMode 型の型引数を持つサブクラス修飾子と型メソッド説明static @Nullable ContextCache.PauseMode指定された名前のPauseMode列挙定数を取得し、大文字と小文字を区別せずに削除します。static ContextCache.PauseModeContextCacheUtils.retrievePauseMode()ContextCacheのContextCache.PauseModeを取得します。static ContextCache.PauseMode指定された名前でこのクラスの列挙型定数を返します。static ContextCache.PauseMode[]ContextCache.PauseMode.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 ContextCache.PauseMode のパラメーターを持つ org.springframework.test.context.cache のコンストラクター修飾子コンストラクター説明DefaultContextCache(int maxSize, ContextCache.PauseMode pauseMode) 指定された最大キャッシュサイズとContextCache.PauseModeを使用して新しいDefaultContextCacheを作成します。