public class org.springframework.http.server.PathContainer$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.http.server.PathContainer$Options
  super_class: java.lang.Object
{
  public static final org.springframework.http.server.PathContainer$Options HTTP_PATH;
    descriptor: Lorg/springframework/http/server/PathContainer$Options;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.springframework.http.server.PathContainer$Options MESSAGE_ROUTE;
    descriptor: Lorg/springframework/http/server/PathContainer$Options;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final char separator;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean decodeAndParseSegments;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 142
            bipush 47
            iconst_1
            invokestatic org.springframework.http.server.PathContainer$Options.create:(CZ)Lorg/springframework/http/server/PathContainer$Options;
            putstatic org.springframework.http.server.PathContainer$Options.HTTP_PATH:Lorg/springframework/http/server/PathContainer$Options;
         1: .line 149
            bipush 46
            iconst_0
            invokestatic org.springframework.http.server.PathContainer$Options.create:(CZ)Lorg/springframework/http/server/PathContainer$Options;
            putstatic org.springframework.http.server.PathContainer$Options.MESSAGE_ROUTE:Lorg/springframework/http/server/PathContainer$Options;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(char, boolean);
    descriptor: (CZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.http.server.PathContainer$Options this
        start local 1 // char separator
        start local 2 // boolean decodeAndParseSegments
         0: .line 155
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 156
            aload 0 /* this */
            iload 1 /* separator */
            putfield org.springframework.http.server.PathContainer$Options.separator:C
         2: .line 157
            aload 0 /* this */
            iload 2 /* decodeAndParseSegments */
            putfield org.springframework.http.server.PathContainer$Options.decodeAndParseSegments:Z
         3: .line 158
            return
        end local 2 // boolean decodeAndParseSegments
        end local 1 // char separator
        end local 0 // org.springframework.http.server.PathContainer$Options this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lorg/springframework/http/server/PathContainer$Options;
            0    4     1               separator  C
            0    4     2  decodeAndParseSegments  Z
    MethodParameters:
                        Name  Flags
      separator               
      decodeAndParseSegments  

  public char separator();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.server.PathContainer$Options this
         0: .line 161
            aload 0 /* this */
            getfield org.springframework.http.server.PathContainer$Options.separator:C
            ireturn
        end local 0 // org.springframework.http.server.PathContainer$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/PathContainer$Options;

  public boolean shouldDecodeAndParseSegments();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.server.PathContainer$Options this
         0: .line 165
            aload 0 /* this */
            getfield org.springframework.http.server.PathContainer$Options.decodeAndParseSegments:Z
            ireturn
        end local 0 // org.springframework.http.server.PathContainer$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/PathContainer$Options;

  public static org.springframework.http.server.PathContainer$Options create(char, boolean);
    descriptor: (CZ)Lorg/springframework/http/server/PathContainer$Options;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // char separator
        start local 1 // boolean decodeAndParseSegments
         0: .line 177
            new org.springframework.http.server.PathContainer$Options
            dup
            iload 0 /* separator */
            iload 1 /* decodeAndParseSegments */
            invokespecial org.springframework.http.server.PathContainer$Options.<init>:(CZ)V
            areturn
        end local 1 // boolean decodeAndParseSegments
        end local 0 // char separator
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0               separator  C
            0    1     1  decodeAndParseSegments  Z
    MethodParameters:
                        Name  Flags
      separator               
      decodeAndParseSegments  
}
SourceFile: "PathContainer.java"
NestHost: org.springframework.http.server.PathContainer
InnerClasses:
  public Options = org.springframework.http.server.PathContainer$Options of org.springframework.http.server.PathContainer