Package | Description |
---|---|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.reactive.result.method.annotation |
Infrastructure for annotation-based handler method processing.
|
Modifier and Type | Method and Description |
---|---|
WebTestClient.ControllerSpec |
WebTestClient.ControllerSpec.argumentResolvers(Consumer<ArgumentResolverConfigurer> configurer)
Configure resolvers for custom controller method arguments.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatingWebFluxConfiguration.configureArgumentResolvers(ArgumentResolverConfigurer configurer) |
protected void |
WebFluxConfigurationSupport.configureArgumentResolvers(ArgumentResolverConfigurer configurer)
Configure resolvers for custom controller method arguments.
|
default void |
WebFluxConfigurer.configureArgumentResolvers(ArgumentResolverConfigurer configurer)
Configure resolvers for custom
@RequestMapping method arguments. |
void |
WebFluxConfigurerComposite.configureArgumentResolvers(ArgumentResolverConfigurer configurer) |
Modifier and Type | Method and Description |
---|---|
ArgumentResolverConfigurer |
RequestMappingHandlerAdapter.getArgumentResolverConfigurer()
Return the configured resolvers for controller method arguments.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerAdapter.setArgumentResolverConfigurer(ArgumentResolverConfigurer configurer)
Configure resolvers for controller method arguments.
|