public class org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver implements org.springframework.web.servlet.LocaleResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
  super_class: java.lang.Object
{
  private final java.util.List<java.util.Locale> supportedLocales;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/util/Locale;>;

  private java.util.Locale defaultLocale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_4
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.supportedLocales:Ljava/util/List;
         2: .line 44
            return
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;

  public void setSupportedLocales(java.util.List<java.util.Locale>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
        start local 1 // java.util.List locales
         0: .line 60
            aload 0 /* this */
            getfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.supportedLocales:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 61
            aload 0 /* this */
            getfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.supportedLocales:Ljava/util/List;
            aload 1 /* locales */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 62
            return
        end local 1 // java.util.List locales
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
            0    3     1  locales  Ljava/util/List<Ljava/util/Locale;>;
    Signature: (Ljava/util/List<Ljava/util/Locale;>;)V
    MethodParameters:
         Name  Flags
      locales  

  public java.util.List<java.util.Locale> getSupportedLocales();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.supportedLocales:Ljava/util/List;
            areturn
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
    Signature: ()Ljava/util/List<Ljava/util/Locale;>;

  public void setDefaultLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
        start local 1 // java.util.Locale defaultLocale
         0: .line 82
            aload 0 /* this */
            aload 1 /* defaultLocale */
            putfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.defaultLocale:Ljava/util/Locale;
         1: .line 83
            return
        end local 1 // java.util.Locale defaultLocale
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
            0    2     1  defaultLocale  Ljava/util/Locale;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      defaultLocale  

  public java.util.Locale getDefaultLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 92
            aload 0 /* this */
            getfield org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver.defaultLocale:Ljava/util/Locale;
            areturn
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.util.Locale resolveLocale(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
    MethodParameters:
         Name  Flags
      request  

  java.util.Locale findSupportedLocale(HttpServletRequest, java.util.List<java.util.Locale>);
    descriptor: (LHttpServletRequest;Ljava/util/List;)Ljava/util/Locale;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
    Signature: (LHttpServletRequest;Ljava/util/List<Ljava/util/Locale;>;)Ljava/util/Locale;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
                  Name  Flags
      request           
      supportedLocales  

  public void setLocale(HttpServletRequest, HttpServletResponse, java.util.Locale);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
         0: .line 141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AcceptHeaderLocaleResolver;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      request   
      response  
      locale    

  public java.util.Locale resolveLocale(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Ljava/util/Locale;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type AcceptHeaderLocaleResolver must implement the inherited abstract method LocaleResolver.resolveLocale(HttpServletRequest)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            

  public void setLocale(HttpServletRequest, HttpServletResponse, java.util.Locale);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Ljava/util/Locale;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type AcceptHeaderLocaleResolver must implement the inherited abstract method LocaleResolver.setLocale(HttpServletRequest, HttpServletResponse, Locale)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            
            
}
SourceFile: "AcceptHeaderLocaleResolver.java"