Uses of Enum Class
org.springframework.data.core.ReactiveWrappers.ReactiveLibrary
Packages that use ReactiveWrappers.ReactiveLibrary
Package
Description
Provides basic classes for type handling and other core helpers that are not specific to any part of the framework.
-
Uses of ReactiveWrappers.ReactiveLibrary in org.springframework.data.core
Subclasses with type arguments of type ReactiveWrappers.ReactiveLibrary in org.springframework.data.coreModifier and TypeClassDescriptionstatic enumEnumeration of supported reactive libraries.Methods in org.springframework.data.core that return ReactiveWrappers.ReactiveLibraryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReactiveWrappers.ReactiveLibrary[]ReactiveWrappers.ReactiveLibrary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.core with parameters of type ReactiveWrappers.ReactiveLibraryModifier and TypeMethodDescriptionstatic booleanReactiveWrappers.isAvailable(ReactiveWrappers.ReactiveLibrary reactiveLibrary) Returns true if theReactiveWrappers.ReactiveLibraryis available.