public class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartingEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean LIQUIBASE_PRESENT;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            ldc Lorg/springframework/boot/liquibase/LiquibaseServiceLocatorApplicationListener;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener.logger:Lorg/apache/commons/logging/Log;
         1: .line 41
            ldc "liquibase.servicelocator.CustomResolverServiceLocator"
         2: .line 42
            ldc Lorg/springframework/boot/liquibase/LiquibaseServiceLocatorApplicationListener;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
         3: .line 40
            invokestatic org.springframework.util.ClassUtils.isPresent:(Ljava/lang/String;Ljava/lang/ClassLoader;)Z
            putstatic org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener.LIQUIBASE_PRESENT:Z
         4: .line 42
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartingEvent);
    descriptor: (Lorg/springframework/boot/context/event/ApplicationStartingEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener this
        start local 1 // org.springframework.boot.context.event.ApplicationStartingEvent event
         0: .line 46
            getstatic org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener.LIQUIBASE_PRESENT:Z
            ifeq 2
         1: .line 47
            new org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent
            dup
            invokespecial org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent.<init>:()V
            invokevirtual org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent.replaceServiceLocator:()V
         2: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.springframework.boot.context.event.ApplicationStartingEvent event
        end local 0 // org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/boot/liquibase/LiquibaseServiceLocatorApplicationListener;
            0    3     1  event  Lorg/springframework/boot/context/event/ApplicationStartingEvent;
    MethodParameters:
       Name  Flags
      event  

  public void onApplicationEvent(org.springframework.context.ApplicationEvent);
    descriptor: (Lorg/springframework/context/ApplicationEvent;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.boot.context.event.ApplicationStartingEvent
            invokevirtual org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener.onApplicationEvent:(Lorg/springframework/boot/context/event/ApplicationStartingEvent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/context/ApplicationListener<Lorg/springframework/boot/context/event/ApplicationStartingEvent;>;
SourceFile: "LiquibaseServiceLocatorApplicationListener.java"
NestMembers:
  org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent
InnerClasses:
  private LiquibasePresent = org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent of org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener