类 CustomWebMvcRegistrations

java.lang.Object
io.eden.apiversion.mapping.core.CustomWebMvcRegistrations
所有已实现的接口:
org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations

public class CustomWebMvcRegistrations
extends java.lang.Object
implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
spring boot专用,避免继承webconfigurationsupport对spring的自动配置侵入和破坏
  • 构造器概要

    构造器 
    构造器 说明
    CustomWebMvcRegistrations()  
  • 方法概要

    修饰符和类型 方法 说明
    org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations

    getExceptionHandlerExceptionResolver, getRequestMappingHandlerAdapter
  • 构造器详细资料

  • 方法详细资料

    • getRequestMappingHandlerMapping

      public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
      指定者:
      getRequestMappingHandlerMapping 在接口中 org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations