Uses of Package
org.springframework.web.method
Packages that use org.springframework.web.method Package Description org.springframework.web.method Common infrastructure for handler method processing, as used by Spring MVC'sorg.springframework.web.servlet.mvc.methodpackage.org.springframework.web.method.annotation Support classes for annotation-based handler method processing.org.springframework.web.method.support Generic support classes for handler method processing.org.springframework.web.reactive.result.method Infrastructure for handler method processing.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.servlet.mvc.method Servlet-based infrastructure for handler method processing, building on theorg.springframework.web.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Classes in org.springframework.web.method used by org.springframework.web.method Class Description ControllerAdviceBean Encapsulates information about an@ControllerAdviceSpring-managed bean without necessarily requiring it to be instantiated.HandlerMethod HandlerMethod.HandlerMethodParameter A MethodParameter with HandlerMethod-specific behavior.HandlerTypePredicate APredicateto match request handling component types if any of the following selectors match: Base packages -- for selecting handlers by their package.HandlerTypePredicate.Builder AHandlerTypePredicatebuilder.Classes in org.springframework.web.method used by org.springframework.web.method.annotation Class Description HandlerMethod Classes in org.springframework.web.method used by org.springframework.web.method.support Class Description HandlerMethod Classes in org.springframework.web.method used by org.springframework.web.reactive.result.method Class Description HandlerMethod Classes in org.springframework.web.method used by org.springframework.web.servlet.handler Class Description HandlerMethod Classes in org.springframework.web.method used by org.springframework.web.servlet.mvc.method Class Description HandlerMethod Classes in org.springframework.web.method used by org.springframework.web.servlet.mvc.method.annotation Class Description ControllerAdviceBean Encapsulates information about an@ControllerAdviceSpring-managed bean without necessarily requiring it to be instantiated.HandlerMethod