class org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter implements org.springframework.boot.web.servlet.ServletContextInitializerBeans$RegistrationBeanAdapter<java.util.EventListener>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter this
         0: .line 304
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter;

  public org.springframework.boot.web.servlet.RegistrationBean createRegistrationBean(java.lang.String, java.util.EventListener, int);
    descriptor: (Ljava/lang/String;Ljava/util/EventListener;I)Lorg/springframework/boot/web/servlet/RegistrationBean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter this
        start local 1 // java.lang.String name
        start local 2 // java.util.EventListener source
        start local 3 // int totalNumberOfSourceBeans
         0: .line 309
            new org.springframework.boot.web.servlet.ServletListenerRegistrationBean
            dup
            aload 2 /* source */
            invokespecial org.springframework.boot.web.servlet.ServletListenerRegistrationBean.<init>:(Ljava/util/EventListener;)V
            areturn
        end local 3 // int totalNumberOfSourceBeans
        end local 2 // java.util.EventListener source
        end local 1 // java.lang.String name
        end local 0 // org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    1     0                      this  Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter;
            0    1     1                      name  Ljava/lang/String;
            0    1     2                    source  Ljava/util/EventListener;
            0    1     3  totalNumberOfSourceBeans  I
    MethodParameters:
                          Name  Flags
      name                      
      source                    
      totalNumberOfSourceBeans  

  public org.springframework.boot.web.servlet.RegistrationBean createRegistrationBean(java.lang.String, java.lang.Object, int);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;I)Lorg/springframework/boot/web/servlet/RegistrationBean;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.EventListener
            iload 3
            invokevirtual org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter.createRegistrationBean:(Ljava/lang/String;Ljava/util/EventListener;I)Lorg/springframework/boot/web/servlet/RegistrationBean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/web/servlet/ServletContextInitializerBeans$RegistrationBeanAdapter<Ljava/util/EventListener;>;
SourceFile: "ServletContextInitializerBeans.java"
NestHost: org.springframework.boot.web.servlet.ServletContextInitializerBeans
InnerClasses:
  protected abstract RegistrationBeanAdapter = org.springframework.boot.web.servlet.ServletContextInitializerBeans$RegistrationBeanAdapter of org.springframework.boot.web.servlet.ServletContextInitializerBeans
  private ServletListenerRegistrationBeanAdapter = org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter of org.springframework.boot.web.servlet.ServletContextInitializerBeans