public interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  super_class: java.lang.Object
{
  public void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/PathMatchConfigurer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer
         0: .line 61
            return
        end local 1 // org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  configurer  Lorg/springframework/web/servlet/config/annotation/PathMatchConfigurer;
    MethodParameters:
            Name  Flags
      configurer  

  public void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer
         0: .line 67
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  configurer  Lorg/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer;
    MethodParameters:
            Name  Flags
      configurer  

  public void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/AsyncSupportConfigurer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer
         0: .line 73
            return
        end local 1 // org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  configurer  Lorg/springframework/web/servlet/config/annotation/AsyncSupportConfigurer;
    MethodParameters:
            Name  Flags
      configurer  

  public void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer
         0: .line 82
            return
        end local 1 // org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  configurer  Lorg/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurer;
    MethodParameters:
            Name  Flags
      configurer  

  public void addFormatters(org.springframework.format.FormatterRegistry);
    descriptor: (Lorg/springframework/format/FormatterRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.format.FormatterRegistry registry
         0: .line 89
            return
        end local 1 // org.springframework.format.FormatterRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/format/FormatterRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/InterceptorRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.InterceptorRegistry registry
         0: .line 104
            return
        end local 1 // org.springframework.web.servlet.config.annotation.InterceptorRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/web/servlet/config/annotation/InterceptorRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/ResourceHandlerRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry
         0: .line 112
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/web/servlet/config/annotation/ResourceHandlerRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/CorsRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.CorsRegistry registry
         0: .line 119
            return
        end local 1 // org.springframework.web.servlet.config.annotation.CorsRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/web/servlet/config/annotation/CorsRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/ViewControllerRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry
         0: .line 129
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/web/servlet/config/annotation/ViewControllerRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry);
    descriptor: (Lorg/springframework/web/servlet/config/annotation/ViewResolverRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry
         0: .line 138
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  registry  Lorg/springframework/web/servlet/config/annotation/ViewResolverRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public void addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List resolvers
         0: .line 148
            return
        end local 1 // java.util.List resolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  resolvers  Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;)V
    MethodParameters:
           Name  Flags
      resolvers  

  public void addReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List handlers
         0: .line 158
            return
        end local 1 // java.util.List handlers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  handlers  Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodReturnValueHandler;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodReturnValueHandler;>;)V
    MethodParameters:
          Name  Flags
      handlers  

  public void configureMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List converters
         0: .line 171
            return
        end local 1 // java.util.List converters
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  converters  Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;
    Signature: (Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;)V
    MethodParameters:
            Name  Flags
      converters  

  public void extendMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List converters
         0: .line 181
            return
        end local 1 // java.util.List converters
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  converters  Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;
    Signature: (Ljava/util/List<Lorg/springframework/http/converter/HttpMessageConverter<*>;>;)V
    MethodParameters:
            Name  Flags
      converters  

  public void configureHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List resolvers
         0: .line 199
            return
        end local 1 // java.util.List resolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  resolvers  Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;)V
    MethodParameters:
           Name  Flags
      resolvers  

  public void extendHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
        start local 1 // java.util.List resolvers
         0: .line 210
            return
        end local 1 // java.util.List resolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
            0    1     1  resolvers  Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;)V
    MethodParameters:
           Name  Flags
      resolvers  

  public org.springframework.validation.Validator getValidator();
    descriptor: ()Lorg/springframework/validation/Validator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
         0: .line 220
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public org.springframework.validation.MessageCodesResolver getMessageCodesResolver();
    descriptor: ()Lorg/springframework/validation/MessageCodesResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
         0: .line 230
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurer;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "WebMvcConfigurer.java"