Uses of Enum Class
org.springframework.data.repository.util.ReactiveWrappers.ReactiveLibrary
Package
Description
Utility classes for repository implementations.
-
Uses of ReactiveWrappers.ReactiveLibrary in org.springframework.data.repository.util
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ReactiveWrappers.ReactiveLibrary[]
ReactiveWrappers.ReactiveLibrary.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
ReactiveWrappers.isAvailable
(ReactiveWrappers.ReactiveLibrary reactiveLibrary) Deprecated, for removal: This API element is subject to removal in a future version.Returns true if theReactiveWrappers.ReactiveLibrary
is available.