public class org.springframework.jmx.export.metadata.ManagedNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jmx.export.metadata.ManagedNotification
  super_class: java.lang.Object
{
  private java.lang.String[] notificationTypes;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jmx/export/metadata/ManagedNotification;

  public void setNotificationType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
        start local 1 // java.lang.String notificationType
         0: .line 45
            aload 0 /* this */
            aload 1 /* notificationType */
            invokestatic org.springframework.util.StringUtils.commaDelimitedListToStringArray:(Ljava/lang/String;)[Ljava/lang/String;
            putfield org.springframework.jmx.export.metadata.ManagedNotification.notificationTypes:[Ljava/lang/String;
         1: .line 46
            return
        end local 1 // java.lang.String notificationType
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
            0    2     1  notificationType  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      notificationType  

  public void setNotificationTypes(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
        start local 1 // java.lang.String[] notificationTypes
         0: .line 52
            aload 0 /* this */
            aload 1 /* notificationTypes */
            putfield org.springframework.jmx.export.metadata.ManagedNotification.notificationTypes:[Ljava/lang/String;
         1: .line 53
            return
        end local 1 // java.lang.String[] notificationTypes
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
            0    2     1  notificationTypes  [Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                   Name  Flags
      notificationTypes  

  public java.lang.String[] getNotificationTypes();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
         0: .line 60
            aload 0 /* this */
            getfield org.springframework.jmx.export.metadata.ManagedNotification.notificationTypes:[Ljava/lang/String;
            areturn
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
        start local 1 // java.lang.String name
         0: .line 67
            aload 0 /* this */
            aload 1 /* name */
            putfield org.springframework.jmx.export.metadata.ManagedNotification.name:Ljava/lang/String;
         1: .line 68
            return
        end local 1 // java.lang.String name
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
            0    2     1  name  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
         0: .line 75
            aload 0 /* this */
            getfield org.springframework.jmx.export.metadata.ManagedNotification.name:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void setDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
        start local 1 // java.lang.String description
         0: .line 82
            aload 0 /* this */
            aload 1 /* description */
            putfield org.springframework.jmx.export.metadata.ManagedNotification.description:Ljava/lang/String;
         1: .line 83
            return
        end local 1 // java.lang.String description
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
            0    2     1  description  Ljava/lang/String;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      description  

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
         0: .line 90
            aload 0 /* this */
            getfield org.springframework.jmx.export.metadata.ManagedNotification.description:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.jmx.export.metadata.ManagedNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jmx/export/metadata/ManagedNotification;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "ManagedNotification.java"