public class org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
  super_class: java.lang.Object
{
  private final java.lang.String urlPath;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.web.servlet.view.RedirectView redirectView;
    descriptor: Lorg/springframework/web/servlet/view/RedirectView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.web.servlet.mvc.ParameterizableViewController controller;
    descriptor: Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
        start local 1 // java.lang.String urlPath
        start local 2 // java.lang.String redirectUrl
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new org.springframework.web.servlet.mvc.ParameterizableViewController
            dup
            invokespecial org.springframework.web.servlet.mvc.ParameterizableViewController.<init>:()V
            putfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.controller:Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
         2: .line 42
            aload 1 /* urlPath */
            ldc "'urlPath' is required."
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 43
            aload 2 /* redirectUrl */
            ldc "'redirectUrl' is required."
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         4: .line 44
            aload 0 /* this */
            aload 1 /* urlPath */
            putfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.urlPath:Ljava/lang/String;
         5: .line 45
            aload 0 /* this */
            new org.springframework.web.servlet.view.RedirectView
            dup
            aload 2 /* redirectUrl */
            invokespecial org.springframework.web.servlet.view.RedirectView.<init>:(Ljava/lang/String;)V
            putfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
         6: .line 46
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            iconst_1
            invokevirtual org.springframework.web.servlet.view.RedirectView.setContextRelative:(Z)V
         7: .line 47
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.controller:Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            invokevirtual org.springframework.web.servlet.mvc.ParameterizableViewController.setView:(Lorg/springframework/web/servlet/View;)V
         8: .line 48
            return
        end local 2 // java.lang.String redirectUrl
        end local 1 // java.lang.String urlPath
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
            0    9     1      urlPath  Ljava/lang/String;
            0    9     2  redirectUrl  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      urlPath      
      redirectUrl  

  public org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration setStatusCode(org.springframework.http.HttpStatus);
    descriptor: (Lorg/springframework/http/HttpStatus;)Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
        start local 1 // org.springframework.http.HttpStatus statusCode
         0: .line 57
            aload 1 /* statusCode */
            invokevirtual org.springframework.http.HttpStatus.is3xxRedirection:()Z
            ldc "Not a redirect status code"
            invokestatic org.springframework.util.Assert.isTrue:(ZLjava/lang/String;)V
         1: .line 58
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            aload 1 /* statusCode */
            invokevirtual org.springframework.web.servlet.view.RedirectView.setStatusCode:(Lorg/springframework/http/HttpStatus;)V
         2: .line 59
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.http.HttpStatus statusCode
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
            0    3     1  statusCode  Lorg/springframework/http/HttpStatus;
    MethodParameters:
            Name  Flags
      statusCode  

  public org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration setContextRelative(boolean);
    descriptor: (Z)Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
        start local 1 // boolean contextRelative
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            iload 1 /* contextRelative */
            invokevirtual org.springframework.web.servlet.view.RedirectView.setContextRelative:(Z)V
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // boolean contextRelative
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
            0    2     1  contextRelative  Z
    MethodParameters:
                 Name  Flags
      contextRelative  

  public org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration setKeepQueryParams(boolean);
    descriptor: (Z)Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
        start local 1 // boolean propagate
         0: .line 79
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            iload 1 /* propagate */
            invokevirtual org.springframework.web.servlet.view.RedirectView.setPropagateQueryParams:(Z)V
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // boolean propagate
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
            0    2     1  propagate  Z
    MethodParameters:
           Name  Flags
      propagate  

  protected void setApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
        start local 1 // org.springframework.context.ApplicationContext applicationContext
         0: .line 84
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.controller:Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
            aload 1 /* applicationContext */
            invokevirtual org.springframework.web.servlet.mvc.ParameterizableViewController.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V
         1: .line 85
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.redirectView:Lorg/springframework/web/servlet/view/RedirectView;
            aload 1 /* applicationContext */
            invokevirtual org.springframework.web.servlet.view.RedirectView.setApplicationContext:(Lorg/springframework/context/ApplicationContext;)V
         2: .line 86
            return
        end local 1 // org.springframework.context.ApplicationContext applicationContext
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
            0    3     1  applicationContext  Lorg/springframework/context/ApplicationContext;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                    Name  Flags
      applicationContext  

  protected java.lang.String getUrlPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
         0: .line 89
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.urlPath:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;

  protected org.springframework.web.servlet.mvc.ParameterizableViewController getViewController();
    descriptor: ()Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
         0: .line 93
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration.controller:Lorg/springframework/web/servlet/mvc/ParameterizableViewController;
            areturn
        end local 0 // org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/annotation/RedirectViewControllerRegistration;
}
SourceFile: "RedirectViewControllerRegistration.java"