Uses of Enum Class
org.springframework.data.util.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
Modifier 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.Modifier and TypeMethodDescriptionstatic boolean
ReactiveWrappers.isAvailable
(ReactiveWrappers.ReactiveLibrary reactiveLibrary) Returns true if theReactiveWrappers.ReactiveLibrary
is available.