class io.undertow.server.handlers.form.FormData$FormValueImpl implements io.undertow.server.handlers.form.FormData$FormValue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.handlers.form.FormData$FormValueImpl
  super_class: java.lang.Object
{
  private final java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String fileName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.file.Path file;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.util.HeaderMap headers;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, io.undertow.util.HeaderMap);
    descriptor: (Ljava/lang/String;Lio/undertow/util/HeaderMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
        start local 1 // java.lang.String value
        start local 2 // io.undertow.util.HeaderMap headers
         0: .line 192
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 193
            aload 0 /* this */
            aload 1 /* value */
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.value:Ljava/lang/String;
         2: .line 194
            aload 0 /* this */
            aload 2 /* headers */
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.headers:Lio/undertow/util/HeaderMap;
         3: .line 195
            aload 0 /* this */
            aconst_null
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.file:Ljava/nio/file/Path;
         4: .line 196
            aload 0 /* this */
            aconst_null
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.fileName:Ljava/lang/String;
         5: .line 197
            return
        end local 2 // io.undertow.util.HeaderMap headers
        end local 1 // java.lang.String value
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;
            0    6     1    value  Ljava/lang/String;
            0    6     2  headers  Lio/undertow/util/HeaderMap;
    MethodParameters:
         Name  Flags
      value    
      headers  

  void <init>(java.nio.file.Path, java.lang.String, io.undertow.util.HeaderMap);
    descriptor: (Ljava/nio/file/Path;Ljava/lang/String;Lio/undertow/util/HeaderMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
        start local 1 // java.nio.file.Path file
        start local 2 // java.lang.String fileName
        start local 3 // io.undertow.util.HeaderMap headers
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 200
            aload 0 /* this */
            aload 1 /* file */
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.file:Ljava/nio/file/Path;
         2: .line 201
            aload 0 /* this */
            aload 3 /* headers */
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.headers:Lio/undertow/util/HeaderMap;
         3: .line 202
            aload 0 /* this */
            aload 2 /* fileName */
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.fileName:Ljava/lang/String;
         4: .line 203
            aload 0 /* this */
            aconst_null
            putfield io.undertow.server.handlers.form.FormData$FormValueImpl.value:Ljava/lang/String;
         5: .line 204
            return
        end local 3 // io.undertow.util.HeaderMap headers
        end local 2 // java.lang.String fileName
        end local 1 // java.nio.file.Path file
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;
            0    6     1      file  Ljava/nio/file/Path;
            0    6     2  fileName  Ljava/lang/String;
            0    6     3   headers  Lio/undertow/util/HeaderMap;
    MethodParameters:
          Name  Flags
      file      
      fileName  final
      headers   

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 209
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.value:Ljava/lang/String;
            ifnonnull 2
         1: .line 210
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.formValueIsAFile:()Ljava/lang/IllegalStateException;
            athrow
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.value:Ljava/lang/String;
            areturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;

  public boolean isFile();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 217
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.file:Ljava/nio/file/Path;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;

  public java.nio.file.Path getPath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 222
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.file:Ljava/nio/file/Path;
            ifnonnull 2
         1: .line 223
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.formValueIsAString:()Ljava/lang/IllegalStateException;
            athrow
         2: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.file:Ljava/nio/file/Path;
            areturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 230
            aload 0 /* this */
            invokevirtual io.undertow.server.handlers.form.FormData$FormValueImpl.getPath:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            areturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;

  public io.undertow.util.HeaderMap getHeaders();
    descriptor: ()Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 235
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.headers:Lio/undertow/util/HeaderMap;
            areturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;

  public java.lang.String getFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
         0: .line 239
            aload 0 /* this */
            getfield io.undertow.server.handlers.form.FormData$FormValueImpl.fileName:Ljava/lang/String;
            areturn
        end local 0 // io.undertow.server.handlers.form.FormData$FormValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/handlers/form/FormData$FormValueImpl;
}
SourceFile: "FormData.java"
NestHost: io.undertow.server.handlers.form.FormData
InnerClasses:
  public abstract FormValue = io.undertow.server.handlers.form.FormData$FormValue of io.undertow.server.handlers.form.FormData
  FormValueImpl = io.undertow.server.handlers.form.FormData$FormValueImpl of io.undertow.server.handlers.form.FormData