Uses of Enum Class
org.springframework.data.repository.util.ReactiveWrappers.ReactiveLibrary
Packages that use ReactiveWrappers.ReactiveLibrary
Package
Description
Utility classes for repository implementations.
-
Uses of ReactiveWrappers.ReactiveLibrary in org.springframework.data.repository.util
Methods in org.springframework.data.repository.util that return ReactiveWrappers.ReactiveLibraryModifier 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.Methods in org.springframework.data.repository.util with parameters of type ReactiveWrappers.ReactiveLibraryModifier and TypeMethodDescriptionstatic booleanReactiveWrappers.isAvailable(ReactiveWrappers.ReactiveLibrary reactiveLibrary) Deprecated, for removal: This API element is subject to removal in a future version.Returns true if theReactiveWrappers.ReactiveLibraryis available.