Uses of Interface
org.springframework.web.servlet.function.RouterFunctions.Visitor
Packages that use RouterFunctions.Visitor
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of RouterFunctions.Visitor in org.springframework.web.servlet.function
Methods in org.springframework.web.servlet.function with parameters of type RouterFunctions.VisitorModifier and TypeMethodDescriptiondefault void
RouterFunction.accept
(RouterFunctions.Visitor visitor) Accept the given visitor.