class org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner implements org.springframework.boot.Banner
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner
  super_class: java.lang.Object
{
  private final org.springframework.boot.Banner banner;
    descriptor: Lorg/springframework/boot/Banner;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?> sourceClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  void <init>(org.springframework.boot.Banner, java.lang.Class<?>);
    descriptor: (Lorg/springframework/boot/Banner;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner this
        start local 1 // org.springframework.boot.Banner banner
        start local 2 // java.lang.Class sourceClass
         0: .line 156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            aload 0 /* this */
            aload 1 /* banner */
            putfield org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.banner:Lorg/springframework/boot/Banner;
         2: .line 158
            aload 0 /* this */
            aload 2 /* sourceClass */
            putfield org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.sourceClass:Ljava/lang/Class;
         3: .line 159
            return
        end local 2 // java.lang.Class sourceClass
        end local 1 // org.springframework.boot.Banner banner
        end local 0 // org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/boot/SpringApplicationBannerPrinter$PrintedBanner;
            0    4     1       banner  Lorg/springframework/boot/Banner;
            0    4     2  sourceClass  Ljava/lang/Class<*>;
    Signature: (Lorg/springframework/boot/Banner;Ljava/lang/Class<*>;)V
    MethodParameters:
             Name  Flags
      banner       
      sourceClass  

  public void printBanner(org.springframework.core.env.Environment, java.lang.Class<?>, java.io.PrintStream);
    descriptor: (Lorg/springframework/core/env/Environment;Ljava/lang/Class;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner this
        start local 1 // org.springframework.core.env.Environment environment
        start local 2 // java.lang.Class sourceClass
        start local 3 // java.io.PrintStream out
         0: .line 163
            aload 2 /* sourceClass */
            ifnull 1
            aload 2 /* sourceClass */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.sourceClass:Ljava/lang/Class;
      StackMap locals:
      StackMap stack: java.lang.Class
         2: astore 2 /* sourceClass */
         3: .line 164
            aload 0 /* this */
            getfield org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.banner:Lorg/springframework/boot/Banner;
            aload 1 /* environment */
            aload 2 /* sourceClass */
            aload 3 /* out */
            invokeinterface org.springframework.boot.Banner.printBanner:(Lorg/springframework/core/env/Environment;Ljava/lang/Class;Ljava/io/PrintStream;)V
         4: .line 165
            return
        end local 3 // java.io.PrintStream out
        end local 2 // java.lang.Class sourceClass
        end local 1 // org.springframework.core.env.Environment environment
        end local 0 // org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/springframework/boot/SpringApplicationBannerPrinter$PrintedBanner;
            0    5     1  environment  Lorg/springframework/core/env/Environment;
            0    5     2  sourceClass  Ljava/lang/Class<*>;
            0    5     3          out  Ljava/io/PrintStream;
    Signature: (Lorg/springframework/core/env/Environment;Ljava/lang/Class<*>;Ljava/io/PrintStream;)V
    MethodParameters:
             Name  Flags
      environment  
      sourceClass  
      out          
}
SourceFile: "SpringApplicationBannerPrinter.java"
NestHost: org.springframework.boot.SpringApplicationBannerPrinter
InnerClasses:
  private PrintedBanner = org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner of org.springframework.boot.SpringApplicationBannerPrinter