public abstract class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler extends org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
  super_class: org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
{
  private javax.management.modelmbean.ModelMBeanNotificationInfo[] notificationInfos;
    descriptor: [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.util.Map<java.lang.String, javax.management.modelmbean.ModelMBeanNotificationInfo[]> notificationInfoMappings;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
         0: .line 39
            aload 0 /* this */
            invokespecial org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.notificationInfoMappings:Ljava/util/Map;
         2: .line 39
            return
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;

  public void setNotificationInfos(org.springframework.jmx.export.metadata.ManagedNotification[]);
    descriptor: ([Lorg/springframework/jmx/export/metadata/ManagedNotification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
        start local 1 // org.springframework.jmx.export.metadata.ManagedNotification[] notificationInfos
         0: .line 48
            aload 1 /* notificationInfos */
            arraylength
            anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
            astore 2 /* infos */
        start local 2 // javax.management.modelmbean.ModelMBeanNotificationInfo[] infos
         1: .line 49
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 50
      StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo[] int
      StackMap stack:
            aload 1 /* notificationInfos */
            iload 3 /* i */
            aaload
            astore 4 /* notificationInfo */
        start local 4 // org.springframework.jmx.export.metadata.ManagedNotification notificationInfo
         4: .line 51
            aload 2 /* infos */
            iload 3 /* i */
            aload 4 /* notificationInfo */
            invokestatic org.springframework.jmx.export.metadata.JmxMetadataUtils.convertToModelMBeanNotificationInfo:(Lorg/springframework/jmx/export/metadata/ManagedNotification;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            aastore
        end local 4 // org.springframework.jmx.export.metadata.ManagedNotification notificationInfo
         5: .line 49
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* notificationInfos */
            arraylength
            if_icmplt 3
        end local 3 // int i
         7: .line 53
            aload 0 /* this */
            aload 2 /* infos */
            putfield org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.notificationInfos:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
         8: .line 54
            return
        end local 2 // javax.management.modelmbean.ModelMBeanNotificationInfo[] infos
        end local 1 // org.springframework.jmx.export.metadata.ManagedNotification[] notificationInfos
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;
            0    9     1  notificationInfos  [Lorg/springframework/jmx/export/metadata/ManagedNotification;
            1    9     2              infos  [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            2    7     3                  i  I
            4    5     4   notificationInfo  Lorg/springframework/jmx/export/metadata/ManagedNotification;
    MethodParameters:
                   Name  Flags
      notificationInfos  

  public void setNotificationInfoMappings(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
        start local 1 // java.util.Map notificationInfoMappings
         0: .line 57
            aload 1 /* notificationInfoMappings */
            aload 0 /* this */
            invokedynamic accept(Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler.lambda$0(Ljava/lang/String;Ljava/lang/Object;)V (7)
                  (Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
         1: .line 59
            return
        end local 1 // java.util.Map notificationInfoMappings
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;
            0    2     1  notificationInfoMappings  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
                          Name  Flags
      notificationInfoMappings  

  protected javax.management.modelmbean.ModelMBeanNotificationInfo[] getNotificationInfo(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
        start local 1 // java.lang.Object managedBean
        start local 2 // java.lang.String beanKey
         0: .line 64
            aconst_null
            astore 3 /* result */
        start local 3 // javax.management.modelmbean.ModelMBeanNotificationInfo[] result
         1: .line 65
            aload 2 /* beanKey */
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 66
            aload 0 /* this */
            getfield org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.notificationInfoMappings:Ljava/util/Map;
            aload 2 /* beanKey */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.management.modelmbean.ModelMBeanNotificationInfo[]
            astore 3 /* result */
         3: .line 68
      StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo[]
      StackMap stack:
            aload 3 /* result */
            ifnonnull 5
         4: .line 69
            aload 0 /* this */
            getfield org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.notificationInfos:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            astore 3 /* result */
         5: .line 71
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            ifnull 6
            aload 3 /* result */
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
            anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
      StackMap locals:
      StackMap stack: javax.management.modelmbean.ModelMBeanNotificationInfo[]
         7: areturn
        end local 3 // javax.management.modelmbean.ModelMBeanNotificationInfo[] result
        end local 2 // java.lang.String beanKey
        end local 1 // java.lang.Object managedBean
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;
            0    8     1  managedBean  Ljava/lang/Object;
            0    8     2      beanKey  Ljava/lang/String;
            1    8     3       result  [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    MethodParameters:
             Name  Flags
      managedBean  
      beanKey      

  private javax.management.modelmbean.ModelMBeanNotificationInfo[] extractNotificationMetadata(java.lang.Object);
    descriptor: (Ljava/lang/Object;)[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
        start local 1 // java.lang.Object mapValue
         0: .line 75
            aload 1 /* mapValue */
            instanceof org.springframework.jmx.export.metadata.ManagedNotification
            ifeq 3
         1: .line 76
            aload 1 /* mapValue */
            checkcast org.springframework.jmx.export.metadata.ManagedNotification
            astore 2 /* mn */
        start local 2 // org.springframework.jmx.export.metadata.ManagedNotification mn
         2: .line 77
            iconst_1
            anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
            dup
            iconst_0
            aload 2 /* mn */
            invokestatic org.springframework.jmx.export.metadata.JmxMetadataUtils.convertToModelMBeanNotificationInfo:(Lorg/springframework/jmx/export/metadata/ManagedNotification;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            aastore
            areturn
        end local 2 // org.springframework.jmx.export.metadata.ManagedNotification mn
         3: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* mapValue */
            instanceof java.util.Collection
            ifeq 16
         4: .line 80
            aload 1 /* mapValue */
            checkcast java.util.Collection
            astore 2 /* col */
        start local 2 // java.util.Collection col
         5: .line 81
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* result */
        start local 3 // java.util.List result
         6: .line 82
            aload 2 /* col */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler java.lang.Object java.util.Collection java.util.List top java.util.Iterator
      StackMap stack:
         7: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* colValue */
        start local 4 // java.lang.Object colValue
         8: .line 83
            aload 4 /* colValue */
            instanceof org.springframework.jmx.export.metadata.ManagedNotification
            ifne 12
         9: .line 84
            new java.lang.IllegalArgumentException
            dup
        10: .line 85
            ldc "Property 'notificationInfoMappings' only accepts ManagedNotifications for Map values"
        11: .line 84
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 87
      StackMap locals: org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler java.lang.Object java.util.Collection java.util.List java.lang.Object java.util.Iterator
      StackMap stack:
            aload 4 /* colValue */
            checkcast org.springframework.jmx.export.metadata.ManagedNotification
            astore 6 /* mn */
        start local 6 // org.springframework.jmx.export.metadata.ManagedNotification mn
        13: .line 88
            aload 3 /* result */
            aload 6 /* mn */
            invokestatic org.springframework.jmx.export.metadata.JmxMetadataUtils.convertToModelMBeanNotificationInfo:(Lorg/springframework/jmx/export/metadata/ManagedNotification;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.springframework.jmx.export.metadata.ManagedNotification mn
        end local 4 // java.lang.Object colValue
        14: .line 82
      StackMap locals: org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler java.lang.Object java.util.Collection java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        15: .line 90
            aload 3 /* result */
            iconst_0
            anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javax.management.modelmbean.ModelMBeanNotificationInfo[]
            areturn
        end local 3 // java.util.List result
        end local 2 // java.util.Collection col
        16: .line 93
      StackMap locals: org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler java.lang.Object
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        17: .line 94
            ldc "Property 'notificationInfoMappings' only accepts ManagedNotifications for Map values"
        18: .line 93
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object mapValue
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;
            0   19     1  mapValue  Ljava/lang/Object;
            2    3     2        mn  Lorg/springframework/jmx/export/metadata/ManagedNotification;
            5   16     2       col  Ljava/util/Collection<*>;
            6   16     3    result  Ljava/util/List<Ljavax/management/modelmbean/ModelMBeanNotificationInfo;>;
            8   14     4  colValue  Ljava/lang/Object;
           13   14     6        mn  Lorg/springframework/jmx/export/metadata/ManagedNotification;
    MethodParameters:
          Name  Flags
      mapValue  

  private void lambda$0(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
        start local 1 // java.lang.String beanKey
        start local 2 // java.lang.Object result
         0: .line 58
            aload 0 /* this */
            getfield org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.notificationInfoMappings:Ljava/util/Map;
            aload 1 /* beanKey */
            aload 0 /* this */
            aload 2 /* result */
            invokevirtual org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler.extractNotificationMetadata:(Ljava/lang/Object;)[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            return
        end local 2 // java.lang.Object result
        end local 1 // java.lang.String beanKey
        end local 0 // org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/jmx/export/assembler/AbstractConfigurableMBeanInfoAssembler;
            0    1     1  beanKey  Ljava/lang/String;
            0    1     2   result  Ljava/lang/Object;
}
SourceFile: "AbstractConfigurableMBeanInfoAssembler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles