public class org.springframework.beans.propertyeditors.InputStreamEditor extends java.beans.PropertyEditorSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.propertyeditors.InputStreamEditor
  super_class: java.beans.PropertyEditorSupport
{
  private final org.springframework.core.io.ResourceEditor resourceEditor;
    descriptor: Lorg/springframework/core/io/ResourceEditor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
         0: .line 53
            aload 0 /* this */
            invokespecial java.beans.PropertyEditorSupport.<init>:()V
         1: .line 54
            aload 0 /* this */
            new org.springframework.core.io.ResourceEditor
            dup
            invokespecial org.springframework.core.io.ResourceEditor.<init>:()V
            putfield org.springframework.beans.propertyeditors.InputStreamEditor.resourceEditor:Lorg/springframework/core/io/ResourceEditor;
         2: .line 55
            return
        end local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/propertyeditors/InputStreamEditor;

  public void <init>(org.springframework.core.io.ResourceEditor);
    descriptor: (Lorg/springframework/core/io/ResourceEditor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
        start local 1 // org.springframework.core.io.ResourceEditor resourceEditor
         0: .line 61
            aload 0 /* this */
            invokespecial java.beans.PropertyEditorSupport.<init>:()V
         1: .line 62
            aload 1 /* resourceEditor */
            ldc "ResourceEditor must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 63
            aload 0 /* this */
            aload 1 /* resourceEditor */
            putfield org.springframework.beans.propertyeditors.InputStreamEditor.resourceEditor:Lorg/springframework/core/io/ResourceEditor;
         3: .line 64
            return
        end local 1 // org.springframework.core.io.ResourceEditor resourceEditor
        end local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/springframework/beans/propertyeditors/InputStreamEditor;
            0    4     1  resourceEditor  Lorg/springframework/core/io/ResourceEditor;
    MethodParameters:
                Name  Flags
      resourceEditor  

  public void setAsText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
        start local 1 // java.lang.String text
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.beans.propertyeditors.InputStreamEditor.resourceEditor:Lorg/springframework/core/io/ResourceEditor;
            aload 1 /* text */
            invokevirtual org.springframework.core.io.ResourceEditor.setAsText:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            getfield org.springframework.beans.propertyeditors.InputStreamEditor.resourceEditor:Lorg/springframework/core/io/ResourceEditor;
            invokevirtual org.springframework.core.io.ResourceEditor.getValue:()Ljava/lang/Object;
            checkcast org.springframework.core.io.Resource
            astore 2 /* resource */
        start local 2 // org.springframework.core.io.Resource resource
         2: .line 72
            aload 0 /* this */
            aload 2 /* resource */
            ifnull 3
            aload 2 /* resource */
            invokeinterface org.springframework.core.io.Resource.getInputStream:()Ljava/io/InputStream;
            goto 4
      StackMap locals: org.springframework.beans.propertyeditors.InputStreamEditor java.lang.String org.springframework.core.io.Resource
      StackMap stack: org.springframework.beans.propertyeditors.InputStreamEditor
         3: aconst_null
      StackMap locals: org.springframework.beans.propertyeditors.InputStreamEditor java.lang.String org.springframework.core.io.Resource
      StackMap stack: org.springframework.beans.propertyeditors.InputStreamEditor java.io.InputStream
         4: invokevirtual org.springframework.beans.propertyeditors.InputStreamEditor.setValue:(Ljava/lang/Object;)V
         5: .line 73
            goto 8
         6: .line 74
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ex */
        start local 3 // java.io.IOException ex
         7: .line 75
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to retrieve InputStream for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* resource */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* ex */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException ex
         8: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.springframework.core.io.Resource resource
        end local 1 // java.lang.String text
        end local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/springframework/beans/propertyeditors/InputStreamEditor;
            0    9     1      text  Ljava/lang/String;
            2    9     2  resource  Lorg/springframework/core/io/Resource;
            7    8     3        ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     5       6  Class java.io.IOException
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      text  

  public java.lang.String getAsText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
         0: .line 86
            aconst_null
            areturn
        end local 0 // org.springframework.beans.propertyeditors.InputStreamEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/propertyeditors/InputStreamEditor;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "InputStreamEditor.java"