public final class com.mongodb.management.MBeanServerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.management.MBeanServerFactory
  super_class: java.lang.Object
{
  private static final com.mongodb.management.MBeanServer M_BEAN_SERVER;
    descriptor: Lcom/mongodb/management/MBeanServer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 37
            new com.mongodb.internal.management.jmx.JMXMBeanServer
            dup
            invokespecial com.mongodb.internal.management.jmx.JMXMBeanServer.<init>:()V
            astore 0 /* tmp */
        start local 0 // com.mongodb.management.MBeanServer tmp
         1: .line 38
            goto 4
        end local 0 // com.mongodb.management.MBeanServer tmp
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: pop
         3: .line 39
            new com.mongodb.management.NullMBeanServer
            dup
            invokespecial com.mongodb.management.NullMBeanServer.<init>:()V
            astore 0 /* tmp */
        start local 0 // com.mongodb.management.MBeanServer tmp
         4: .line 42
      StackMap locals: com.mongodb.management.MBeanServer
      StackMap stack:
            aload 0 /* tmp */
            putstatic com.mongodb.management.MBeanServerFactory.M_BEAN_SERVER:Lcom/mongodb/management/MBeanServer;
        end local 0 // com.mongodb.management.MBeanServer tmp
         5: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   tmp  Lcom/mongodb/management/MBeanServer;
            4    5     0   tmp  Lcom/mongodb/management/MBeanServer;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.management.MBeanServerFactory this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            return
        end local 0 // com.mongodb.management.MBeanServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/management/MBeanServerFactory;

  public static com.mongodb.management.MBeanServer getMBeanServer();
    descriptor: ()Lcom/mongodb/management/MBeanServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            getstatic com.mongodb.management.MBeanServerFactory.M_BEAN_SERVER:Lcom/mongodb/management/MBeanServer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MBeanServerFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()