final class org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry implements org.eclipse.aether.artifact.ArtifactTypeRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry
  super_class: java.lang.Object
{
  public static final org.eclipse.aether.artifact.ArtifactTypeRegistry INSTANCE;
    descriptor: Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 853
            new org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry
            dup
            invokespecial org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry.<init>:()V
            putstatic org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry.INSTANCE:Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry this
         0: .line 849
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/DefaultRepositorySystemSession$NullArtifactTypeRegistry;

  public org.eclipse.aether.artifact.ArtifactType get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/aether/artifact/ArtifactType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry this
        start local 1 // java.lang.String typeId
         0: .line 857
            aconst_null
            areturn
        end local 1 // java.lang.String typeId
        end local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/aether/DefaultRepositorySystemSession$NullArtifactTypeRegistry;
            0    1     1  typeId  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      typeId  
}
SourceFile: "DefaultRepositorySystemSession.java"
NestHost: org.eclipse.aether.DefaultRepositorySystemSession
InnerClasses:
  final NullArtifactTypeRegistry = org.eclipse.aether.DefaultRepositorySystemSession$NullArtifactTypeRegistry of org.eclipse.aether.DefaultRepositorySystemSession