class org.springframework.web.servlet.function.ChangePathPatternParserVisitor implements org.springframework.web.servlet.function.RouterFunctions$Visitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.ChangePathPatternParserVisitor
  super_class: java.lang.Object
{
  private final org.springframework.web.util.pattern.PathPatternParser parser;
    descriptor: Lorg/springframework/web/util/pattern/PathPatternParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.web.util.pattern.PathPatternParser);
    descriptor: (Lorg/springframework/web/util/pattern/PathPatternParser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.util.pattern.PathPatternParser parser
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 1 /* parser */
            ldc "Parser must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 42
            aload 0 /* this */
            aload 1 /* parser */
            putfield org.springframework.web.servlet.function.ChangePathPatternParserVisitor.parser:Lorg/springframework/web/util/pattern/PathPatternParser;
         3: .line 43
            return
        end local 1 // org.springframework.web.util.pattern.PathPatternParser parser
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    4     1  parser  Lorg/springframework/web/util/pattern/PathPatternParser;
    MethodParameters:
        Name  Flags
      parser  

  public void startNested(org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
         0: .line 47
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.springframework.web.servlet.function.ChangePathPatternParserVisitor.changeParser:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
         1: .line 48
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    2     1  predicate  Lorg/springframework/web/servlet/function/RequestPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public void endNested(org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
         0: .line 52
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    1     1  predicate  Lorg/springframework/web/servlet/function/RequestPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public void route(org.springframework.web.servlet.function.RequestPredicate, org.springframework.web.servlet.function.HandlerFunction<?>);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/HandlerFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        start local 2 // org.springframework.web.servlet.function.HandlerFunction handlerFunction
         0: .line 56
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.springframework.web.servlet.function.ChangePathPatternParserVisitor.changeParser:(Lorg/springframework/web/servlet/function/RequestPredicate;)V
         1: .line 57
            return
        end local 2 // org.springframework.web.servlet.function.HandlerFunction handlerFunction
        end local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    2     1        predicate  Lorg/springframework/web/servlet/function/RequestPredicate;
            0    2     2  handlerFunction  Lorg/springframework/web/servlet/function/HandlerFunction<*>;
    Signature: (Lorg/springframework/web/servlet/function/RequestPredicate;Lorg/springframework/web/servlet/function/HandlerFunction<*>;)V
    MethodParameters:
                 Name  Flags
      predicate        
      handlerFunction  

  public void resources(java.util.function.Function<org.springframework.web.servlet.function.ServerRequest, java.util.Optional<org.springframework.core.io.Resource>>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // java.util.function.Function lookupFunction
         0: .line 61
            return
        end local 1 // java.util.function.Function lookupFunction
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    1     1  lookupFunction  Ljava/util/function/Function<Lorg/springframework/web/servlet/function/ServerRequest;Ljava/util/Optional<Lorg/springframework/core/io/Resource;>;>;
    Signature: (Ljava/util/function/Function<Lorg/springframework/web/servlet/function/ServerRequest;Ljava/util/Optional<Lorg/springframework/core/io/Resource;>;>;)V
    MethodParameters:
                Name  Flags
      lookupFunction  

  public void attributes(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // java.util.Map attributes
         0: .line 65
            return
        end local 1 // java.util.Map attributes
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    1     1  attributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
            Name  Flags
      attributes  

  public void unknown(org.springframework.web.servlet.function.RouterFunction<?>);
    descriptor: (Lorg/springframework/web/servlet/function/RouterFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.servlet.function.RouterFunction routerFunction
         0: .line 69
            return
        end local 1 // org.springframework.web.servlet.function.RouterFunction routerFunction
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    1     1  routerFunction  Lorg/springframework/web/servlet/function/RouterFunction<*>;
    Signature: (Lorg/springframework/web/servlet/function/RouterFunction<*>;)V
    MethodParameters:
                Name  Flags
      routerFunction  

  private void changeParser(org.springframework.web.servlet.function.RequestPredicate);
    descriptor: (Lorg/springframework/web/servlet/function/RequestPredicate;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
        start local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
         0: .line 72
            aload 1 /* predicate */
            instanceof org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            ifeq 3
         1: .line 73
            aload 1 /* predicate */
            checkcast org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
            astore 2 /* target */
        start local 2 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target target
         2: .line 74
            aload 2 /* target */
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ChangePathPatternParserVisitor.parser:Lorg/springframework/web/util/pattern/PathPatternParser;
            invokeinterface org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target.changeParser:(Lorg/springframework/web/util/pattern/PathPatternParser;)V
        end local 2 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target target
         3: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.web.servlet.function.RequestPredicate predicate
        end local 0 // org.springframework.web.servlet.function.ChangePathPatternParserVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor;
            0    4     1  predicate  Lorg/springframework/web/servlet/function/RequestPredicate;
            2    3     2     target  Lorg/springframework/web/servlet/function/ChangePathPatternParserVisitor$Target;
    MethodParameters:
           Name  Flags
      predicate  
}
SourceFile: "ChangePathPatternParserVisitor.java"
NestMembers:
  org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target
InnerClasses:
  public abstract Target = org.springframework.web.servlet.function.ChangePathPatternParserVisitor$Target of org.springframework.web.servlet.function.ChangePathPatternParserVisitor
  public abstract Visitor = org.springframework.web.servlet.function.RouterFunctions$Visitor of org.springframework.web.servlet.function.RouterFunctions