Class MongoAotPredicates

java.lang.Object
org.springframework.data.mongodb.aot.MongoAotPredicates

public class MongoAotPredicates extends Object
Since:
4.0
Author:
Christoph Strobl
  • Field Details

    • IS_SIMPLE_TYPE

      public static final Predicate<Class<?>> IS_SIMPLE_TYPE
    • IS_REACTIVE_LIBARARY_AVAILABLE

      public static final Predicate<org.springframework.data.util.ReactiveWrappers.ReactiveLibrary> IS_REACTIVE_LIBARARY_AVAILABLE
    • IS_SYNC_CLIENT_PRESENT

      public static final Predicate<ClassLoader> IS_SYNC_CLIENT_PRESENT
  • Constructor Details

    • MongoAotPredicates

      public MongoAotPredicates()
  • Method Details

    • isReactorPresent

      public static boolean isReactorPresent()
    • isSyncClientPresent

      public static boolean isSyncClientPresent(@Nullable ClassLoader classLoader)