Uses of Interface
org.springframework.web.bind.support.WebBindingInitializer

Packages that use WebBindingInitializer
Package
Description
Support classes for web data binding.
Support classes for annotation-based handler method processing.
Top-level package for the spring-webflux module that contains DispatcherHandler, the main entry point for WebFlux server endpoint processing including key contracts used to map requests to handlers, invoke them, and process the result.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.