public class org.springframework.boot.actuate.audit.listener.AuditListener extends org.springframework.boot.actuate.audit.listener.AbstractAuditListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.audit.listener.AuditListener
  super_class: org.springframework.boot.actuate.audit.listener.AbstractAuditListener
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.boot.actuate.audit.AuditEventRepository auditEventRepository;
    descriptor: Lorg/springframework/boot/actuate/audit/AuditEventRepository;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 36
            ldc Lorg/springframework/boot/actuate/audit/listener/AuditListener;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.springframework.boot.actuate.audit.listener.AuditListener.logger:Lorg/apache/commons/logging/Log;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.springframework.boot.actuate.audit.AuditEventRepository);
    descriptor: (Lorg/springframework/boot/actuate/audit/AuditEventRepository;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.audit.listener.AuditListener this
        start local 1 // org.springframework.boot.actuate.audit.AuditEventRepository auditEventRepository
         0: .line 40
            aload 0 /* this */
            invokespecial org.springframework.boot.actuate.audit.listener.AbstractAuditListener.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* auditEventRepository */
            putfield org.springframework.boot.actuate.audit.listener.AuditListener.auditEventRepository:Lorg/springframework/boot/actuate/audit/AuditEventRepository;
         2: .line 42
            return
        end local 1 // org.springframework.boot.actuate.audit.AuditEventRepository auditEventRepository
        end local 0 // org.springframework.boot.actuate.audit.listener.AuditListener this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/springframework/boot/actuate/audit/listener/AuditListener;
            0    3     1  auditEventRepository  Lorg/springframework/boot/actuate/audit/AuditEventRepository;
    MethodParameters:
                      Name  Flags
      auditEventRepository  

  protected void onAuditEvent(org.springframework.boot.actuate.audit.AuditEvent);
    descriptor: (Lorg/springframework/boot/actuate/audit/AuditEvent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.audit.listener.AuditListener this
        start local 1 // org.springframework.boot.actuate.audit.AuditEvent event
         0: .line 46
            getstatic org.springframework.boot.actuate.audit.listener.AuditListener.logger:Lorg/apache/commons/logging/Log;
            invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
            ifeq 2
         1: .line 47
            getstatic org.springframework.boot.actuate.audit.listener.AuditListener.logger:Lorg/apache/commons/logging/Log;
            aload 1 /* event */
            invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
         2: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.actuate.audit.listener.AuditListener.auditEventRepository:Lorg/springframework/boot/actuate/audit/AuditEventRepository;
            aload 1 /* event */
            invokeinterface org.springframework.boot.actuate.audit.AuditEventRepository.add:(Lorg/springframework/boot/actuate/audit/AuditEvent;)V
         3: .line 50
            return
        end local 1 // org.springframework.boot.actuate.audit.AuditEvent event
        end local 0 // org.springframework.boot.actuate.audit.listener.AuditListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/boot/actuate/audit/listener/AuditListener;
            0    4     1  event  Lorg/springframework/boot/actuate/audit/AuditEvent;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "AuditListener.java"