Uses of Enum Class
io.microsphere.spring.webflux.function.server.RequestPredicateKind
Packages that use RequestPredicateKind
-
Uses of RequestPredicateKind in io.microsphere.spring.webflux.function.server
Methods in io.microsphere.spring.webflux.function.server that return RequestPredicateKindModifier and TypeMethodDescriptionstatic RequestPredicateKindReturns the enum constant of this class with the specified name.static RequestPredicateKindRequestPredicateKind.valueOf(org.springframework.web.reactive.function.server.RequestPredicate predicate) Resolves theRequestPredicateKindfrom the givenRequestPredicatestatic RequestPredicateKind[]RequestPredicateKind.values()Returns an array containing the constants of this enum class, in the order they are declared.