Class MongoAotPredicates
java.lang.Object
org.springframework.data.mongodb.aot.MongoAotPredicates
- Since:
- 4.0
- Author:
- Christoph Strobl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Predicate<ReactiveWrappers.ReactiveLibrary>
static final Predicate<ClassLoader>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
isSyncClientPresent
(ClassLoader classLoader)
-
Field Details
-
IS_SIMPLE_TYPE
-
IS_REACTIVE_LIBARARY_AVAILABLE
-
IS_SYNC_CLIENT_PRESENT
-
-
Constructor Details
-
MongoAotPredicates
public MongoAotPredicates()
-
-
Method Details
-
isReactorPresent
public static boolean isReactorPresent() -
isSyncClientPresent
-