Class RouterFunctionTestConfig
java.lang.Object
io.microsphere.spring.test.webmvc.RouterFunctionTestConfig
RouterFunction Test Config- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
RouterFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse>nestedPersonRouterFunction(PersonHandler handler) org.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse>personRouterFunction(PersonHandler handler)
-
Constructor Details
-
RouterFunctionTestConfig
public RouterFunctionTestConfig()
-
-
Method Details
-
personRouterFunction
@Bean public org.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse> personRouterFunction(PersonHandler handler) -
nestedPersonRouterFunction
@Bean public org.springframework.web.servlet.function.RouterFunction<org.springframework.web.servlet.function.ServerResponse> nestedPersonRouterFunction(PersonHandler handler)
-