Uses of Class
io.microsphere.spring.webflux.function.server.RequestPredicateKind
-
Packages that use RequestPredicateKind Package Description io.microsphere.spring.webflux.function.server -
-
Uses of RequestPredicateKind in io.microsphere.spring.webflux.function.server
Methods in io.microsphere.spring.webflux.function.server that return RequestPredicateKind Modifier and Type Method Description static RequestPredicateKindRequestPredicateKind. valueOf(java.lang.String name)Returns the enum constant of this type 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 type, in the order they are declared.
-