public interface RoutePredicateFactory<C>
Modifier and Type | Method and Description |
---|---|
Predicate<org.springframework.web.context.request.WebRequest> |
apply(C config) |
default Predicate<org.springframework.web.context.request.WebRequest> |
apply(Consumer<C> consumer) |
String |
name() |
default C |
newConfig() |
Copyright © 2021. All rights reserved.