public interface org.springframework.boot.BootstrapRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.BootstrapRegistry
  super_class: java.lang.Object
{
  public abstract <T> void register(java.lang.Class<T>, org.springframework.boot.BootstrapRegistry$InstanceSupplier<T>);
    descriptor: (Ljava/lang/Class;Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier<TT;>;)V
    MethodParameters:
                  Name  Flags
      type              
      instanceSupplier  

  public abstract <T> void registerIfAbsent(java.lang.Class<T>, org.springframework.boot.BootstrapRegistry$InstanceSupplier<T>);
    descriptor: (Ljava/lang/Class;Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier<TT;>;)V
    MethodParameters:
                  Name  Flags
      type              
      instanceSupplier  

  public abstract <T> boolean isRegistered(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Z
    MethodParameters:
      Name  Flags
      type  

  public abstract <T> org.springframework.boot.BootstrapRegistry$InstanceSupplier<T> getRegisteredInstanceSupplier(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/springframework/boot/BootstrapRegistry$InstanceSupplier<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public abstract void addCloseListener(org.springframework.context.ApplicationListener<org.springframework.boot.BootstrapContextClosedEvent>);
    descriptor: (Lorg/springframework/context/ApplicationListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/context/ApplicationListener<Lorg/springframework/boot/BootstrapContextClosedEvent;>;)V
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "BootstrapRegistry.java"
NestMembers:
  org.springframework.boot.BootstrapRegistry$InstanceSupplier
InnerClasses:
  public abstract InstanceSupplier = org.springframework.boot.BootstrapRegistry$InstanceSupplier of org.springframework.boot.BootstrapRegistry