class org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput
  super_class: java.lang.Object
{
  private final java.lang.String line;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.io.Resource resource;
    descriptor: Lorg/springframework/core/io/Resource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.String, org.springframework.core.io.Resource);
    descriptor: (Ljava/lang/String;Lorg/springframework/core/io/Resource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
        start local 1 // java.lang.String line
        start local 2 // org.springframework.core.io.Resource resource
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 212
            aload 0 /* this */
            aload 1 /* line */
            putfield org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput.line:Ljava/lang/String;
         2: .line 213
            aload 0 /* this */
            aload 2 /* resource */
            putfield org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput.resource:Lorg/springframework/core/io/Resource;
         3: .line 214
            return
        end local 2 // org.springframework.core.io.Resource resource
        end local 1 // java.lang.String line
        end local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/web/servlet/resource/AppCacheManifestTransformer$LineOutput;
            0    4     1      line  Ljava/lang/String;
            0    4     2  resource  Lorg/springframework/core/io/Resource;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      line      
      resource  

  public java.lang.String getLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
         0: .line 217
            aload 0 /* this */
            getfield org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput.line:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/AppCacheManifestTransformer$LineOutput;

  public org.springframework.core.io.Resource getResource();
    descriptor: ()Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
         0: .line 222
            aload 0 /* this */
            getfield org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput.resource:Lorg/springframework/core/io/Resource;
            areturn
        end local 0 // org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/AppCacheManifestTransformer$LineOutput;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "AppCacheManifestTransformer.java"
NestHost: org.springframework.web.servlet.resource.AppCacheManifestTransformer
InnerClasses:
  private LineOutput = org.springframework.web.servlet.resource.AppCacheManifestTransformer$LineOutput of org.springframework.web.servlet.resource.AppCacheManifestTransformer