public abstract class org.springframework.web.servlet.i18n.AbstractLocaleResolver implements org.springframework.web.servlet.LocaleResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.i18n.AbstractLocaleResolver
  super_class: java.lang.Object
{
  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=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.i18n.AbstractLocaleResolver this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.i18n.AbstractLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AbstractLocaleResolver;

  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.AbstractLocaleResolver this
        start local 1 // java.util.Locale defaultLocale
         0: .line 42
            aload 0 /* this */
            aload 1 /* defaultLocale */
            putfield org.springframework.web.servlet.i18n.AbstractLocaleResolver.defaultLocale:Ljava/util/Locale;
         1: .line 43
            return
        end local 1 // java.util.Locale defaultLocale
        end local 0 // org.springframework.web.servlet.i18n.AbstractLocaleResolver this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/web/servlet/i18n/AbstractLocaleResolver;
            0    2     1  defaultLocale  Ljava/util/Locale;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      defaultLocale  

  protected java.util.Locale getDefaultLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.i18n.AbstractLocaleResolver this
         0: .line 50
            aload 0 /* this */
            getfield org.springframework.web.servlet.i18n.AbstractLocaleResolver.defaultLocale:Ljava/util/Locale;
            areturn
        end local 0 // org.springframework.web.servlet.i18n.AbstractLocaleResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/i18n/AbstractLocaleResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "AbstractLocaleResolver.java"