public abstract class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;

  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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer
         0: .line 49
            return
        end local 1 // org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer
         0: .line 57
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer
         0: .line 65
            return
        end local 1 // org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer
         0: .line 73
            return
        end local 1 // org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.format.FormatterRegistry registry
         0: .line 81
            return
        end local 1 // org.springframework.format.FormatterRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.InterceptorRegistry registry
         0: .line 89
            return
        end local 1 // org.springframework.web.servlet.config.annotation.InterceptorRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry
         0: .line 97
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.CorsRegistry registry
         0: .line 105
            return
        end local 1 // org.springframework.web.servlet.config.annotation.CorsRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry
         0: .line 113
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry
         0: .line 121
            return
        end local 1 // org.springframework.web.servlet.config.annotation.ViewResolverRegistry registry
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List argumentResolvers
         0: .line 129
            return
        end local 1 // java.util.List argumentResolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            0    1     1  argumentResolvers  Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;)V
    MethodParameters:
                   Name  Flags
      argumentResolvers  

  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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List returnValueHandlers
         0: .line 137
            return
        end local 1 // java.util.List returnValueHandlers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            0    1     1  returnValueHandlers  Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodReturnValueHandler;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodReturnValueHandler;>;)V
    MethodParameters:
                     Name  Flags
      returnValueHandlers  

  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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List converters
         0: .line 145
            return
        end local 1 // java.util.List converters
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List converters
         0: .line 153
            return
        end local 1 // java.util.List converters
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List exceptionResolvers
         0: .line 161
            return
        end local 1 // java.util.List exceptionResolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            0    1     1  exceptionResolvers  Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;)V
    MethodParameters:
                    Name  Flags
      exceptionResolvers  

  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.WebMvcConfigurerAdapter this
        start local 1 // java.util.List exceptionResolvers
         0: .line 169
            return
        end local 1 // java.util.List exceptionResolvers
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
            0    1     1  exceptionResolvers  Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/servlet/HandlerExceptionResolver;>;)V
    MethodParameters:
                    Name  Flags
      exceptionResolvers  

  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.WebMvcConfigurerAdapter this
         0: .line 178
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
    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.WebMvcConfigurerAdapter this
         0: .line 188
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "WebMvcConfigurerAdapter.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()