public class ApiWebMvcRegistrations extends Object implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
| Constructor and Description |
|---|
ApiWebMvcRegistrations() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver |
getExceptionHandlerExceptionResolver() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter |
getRequestMappingHandlerAdapter() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
getRequestMappingHandlerMapping() |
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
getRequestMappingHandlerMapping in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrationspublic org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
getRequestMappingHandlerAdapter in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrationspublic org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver getExceptionHandlerExceptionResolver()
getExceptionHandlerExceptionResolver in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrationsCopyright © 2021. All rights reserved.