public class RouterFunctionVisitor extends AbstractRouterFunctionVisitor implements org.springframework.web.reactive.function.server.RouterFunctions.Visitor, org.springframework.web.reactive.function.server.RequestPredicates.Visitor
attributes, currentRouterFunctionDatas, isOr, nestedPaths, orPaths, routerFunctionDatas| Constructor and Description |
|---|
RouterFunctionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
endNested(org.springframework.web.reactive.function.server.RequestPredicate predicate) |
void |
resources(Function<org.springframework.web.reactive.function.server.ServerRequest,reactor.core.publisher.Mono<org.springframework.core.io.Resource>> lookupFunction) |
void |
route(org.springframework.web.reactive.function.server.RequestPredicate predicate,
org.springframework.web.reactive.function.server.HandlerFunction<?> handlerFunction) |
void |
startNested(org.springframework.web.reactive.function.server.RequestPredicate predicate) |
void |
unknown(org.springframework.web.reactive.function.server.RequestPredicate predicate) |
void |
unknown(org.springframework.web.reactive.function.server.RouterFunction<?> routerFunction) |
and, attributes, commonEndNested, commonRoute, commonStartNested, endAnd, endNegate, endOr, getRouterFunctionDatas, header, method, or, param, path, pathExtension, queryParam, startAnd, startNegate, startOrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void route(org.springframework.web.reactive.function.server.RequestPredicate predicate,
org.springframework.web.reactive.function.server.HandlerFunction<?> handlerFunction)
route in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitorpublic void startNested(org.springframework.web.reactive.function.server.RequestPredicate predicate)
startNested in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitorpublic void endNested(org.springframework.web.reactive.function.server.RequestPredicate predicate)
endNested in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitorpublic void resources(Function<org.springframework.web.reactive.function.server.ServerRequest,reactor.core.publisher.Mono<org.springframework.core.io.Resource>> lookupFunction)
resources in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitorpublic void unknown(org.springframework.web.reactive.function.server.RouterFunction<?> routerFunction)
unknown in interface org.springframework.web.reactive.function.server.RouterFunctions.Visitorpublic void unknown(org.springframework.web.reactive.function.server.RequestPredicate predicate)
unknown in interface org.springframework.web.reactive.function.server.RequestPredicates.VisitorCopyright © 2024. All rights reserved.