クラス MongoAotPredicates
java.lang.ObjectSE
org.springframework.data.mongodb.aot.MongoAotPredicates
AOT 計算中に動的ライブラリの側面を決定するための
predicatesSE のコレクション。内部使用のみを目的としています。- 導入:
- 4.0
- 作成者:
- Christoph Strobl
フィールド概要
フィールド修飾子と型フィールド説明static final PredicateSE<ClassLoaderSE> static final PredicateSE<ReactiveWrappers.ReactiveLibrary> static final PredicateSE<ClassSE<?>> static final PredicateSE<ClassLoaderSE> コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明static booleanisReactiveClientPresent(@Nullable ClassLoaderSE classLoader) static booleanstatic booleanisSyncClientPresent(@Nullable ClassLoaderSE classLoader)
フィールドの詳細
IS_SIMPLE_TYPE
IS_REACTIVE_LIBARARY_AVAILABLE
IS_SYNC_CLIENT_PRESENT
IS_REACTIVE_CLIENT_PRESENT
コンストラクターの詳細
MongoAotPredicates
public MongoAotPredicates()
方法の詳細
isReactorPresent
public static boolean isReactorPresent()- 戻り値:
- true if the Project Reactor is present.
isSyncClientPresent
- パラメーター:
classLoader- null でもかまいません。- 戻り値:
MongoClientが存在する場合は true です。- 導入:
- 4.0
isReactiveClientPresent
- パラメーター:
classLoader- null でもかまいません。- 戻り値:
MongoClientが存在する場合は true です。- 導入:
- 4.3