Uses of Enum Class
org.springframework.data.util.ReactiveWrappers.ReactiveLibrary
Packages that use ReactiveWrappers.ReactiveLibrary
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of ReactiveWrappers.ReactiveLibrary in org.springframework.data.util
Methods in org.springframework.data.util 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.util with parameters of type ReactiveWrappers.ReactiveLibraryModifier and TypeMethodDescriptionstatic boolean
ReactiveWrappers.isAvailable
(ReactiveWrappers.ReactiveLibrary reactiveLibrary) Returns true if theReactiveWrappers.ReactiveLibrary
is available.