final class com.oracle.svm.driver.NativeImage$MetaInfFileType extends java.lang.Enum<com.oracle.svm.driver.NativeImage$MetaInfFileType>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.svm.driver.NativeImage$MetaInfFileType
  super_class: java.lang.Enum
{
  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType Properties;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType JniConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType ReflectConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType ResourceConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType ProxyConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType SerializationConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.driver.NativeImage$MetaInfFileType SerializationDenyConfiguration;
    descriptor: Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final org.graalvm.compiler.options.OptionKey<?> optionKey;
    descriptor: Lorg/graalvm/compiler/options/OptionKey;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/graalvm/compiler/options/OptionKey<*>;

  final java.lang.String fileName;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  private static final com.oracle.svm.driver.NativeImage$MetaInfFileType[] ENUM$VALUES;
    descriptor: [Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 863
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "Properties"
            iconst_0
            aconst_null
            ldc "native-image.properties"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.Properties:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         1: .line 864
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "JniConfiguration"
            iconst_1
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.JNIConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "jni-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.JniConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         2: .line 865
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "ReflectConfiguration"
            iconst_2
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.ReflectionConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "reflect-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ReflectConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         3: .line 866
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "ResourceConfiguration"
            iconst_3
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.ResourceConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "resource-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ResourceConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         4: .line 867
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "ProxyConfiguration"
            iconst_4
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.DynamicProxyConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "proxy-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ProxyConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         5: .line 868
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "SerializationConfiguration"
            iconst_5
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.SerializationConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "serialization-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.SerializationConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         6: .line 869
            new com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            ldc "SerializationDenyConfiguration"
            bipush 6
            getstatic com.oracle.svm.core.configure.ConfigurationFiles$Options.SerializationDenyConfigurationResources:Lcom/oracle/svm/core/option/HostedOptionKey;
            ldc "serialization-deny-config.json"
            invokespecial com.oracle.svm.driver.NativeImage$MetaInfFileType.<init>:(Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.SerializationDenyConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
         7: .line 862
            bipush 7
            anewarray com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            iconst_0
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.Properties:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            iconst_1
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.JniConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            iconst_2
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ReflectConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            iconst_3
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ResourceConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            iconst_4
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ProxyConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            iconst_5
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.SerializationConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            dup
            bipush 6
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.SerializationDenyConfiguration:Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aastore
            putstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ENUM$VALUES:[Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.graalvm.compiler.options.OptionKey<?>, java.lang.String);
    descriptor: (Ljava/lang/String;ILorg/graalvm/compiler/options/OptionKey;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.oracle.svm.driver.NativeImage$MetaInfFileType this
        start local 3 // org.graalvm.compiler.options.OptionKey optionKey
        start local 4 // java.lang.String fileName
         0: .line 874
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 875
            aload 0 /* this */
            aload 3 /* optionKey */
            putfield com.oracle.svm.driver.NativeImage$MetaInfFileType.optionKey:Lorg/graalvm/compiler/options/OptionKey;
         2: .line 876
            aload 0 /* this */
            aload 4 /* fileName */
            putfield com.oracle.svm.driver.NativeImage$MetaInfFileType.fileName:Ljava/lang/String;
         3: .line 877
            return
        end local 4 // java.lang.String fileName
        end local 3 // org.graalvm.compiler.options.OptionKey optionKey
        end local 0 // com.oracle.svm.driver.NativeImage$MetaInfFileType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            0    4     3  optionKey  Lorg/graalvm/compiler/options/OptionKey<*>;
            0    4     4   fileName  Ljava/lang/String;
    Signature: (Lorg/graalvm/compiler/options/OptionKey<*>;Ljava/lang/String;)V
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      optionKey      
      fileName       

  public static com.oracle.svm.driver.NativeImage$MetaInfFileType[] values();
    descriptor: ()[Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.oracle.svm.driver.NativeImage$MetaInfFileType.ENUM$VALUES:[Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.oracle.svm.driver.NativeImage$MetaInfFileType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.svm.driver.NativeImage$MetaInfFileType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.oracle.svm.driver.NativeImage$MetaInfFileType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/oracle/svm/driver/NativeImage$MetaInfFileType;>;
SourceFile: "NativeImage.java"
NestHost: com.oracle.svm.driver.NativeImage
InnerClasses:
  public final Options = com.oracle.svm.core.configure.ConfigurationFiles$Options of com.oracle.svm.core.configure.ConfigurationFiles
  final MetaInfFileType = com.oracle.svm.driver.NativeImage$MetaInfFileType of com.oracle.svm.driver.NativeImage