public class io.dropwizard.logging.layout.DropwizardLayoutFactory implements io.dropwizard.logging.layout.LayoutFactory<ch.qos.logback.classic.spi.ILoggingEvent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.logging.layout.DropwizardLayoutFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.logging.layout.DropwizardLayoutFactory this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.logging.layout.DropwizardLayoutFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/logging/layout/DropwizardLayoutFactory;

  public ch.qos.logback.core.pattern.PatternLayoutBase<ch.qos.logback.classic.spi.ILoggingEvent> build(ch.qos.logback.classic.LoggerContext, java.util.TimeZone);
    descriptor: (Lch/qos/logback/classic/LoggerContext;Ljava/util/TimeZone;)Lch/qos/logback/core/pattern/PatternLayoutBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.dropwizard.logging.layout.DropwizardLayoutFactory this
        start local 1 // ch.qos.logback.classic.LoggerContext context
        start local 2 // java.util.TimeZone timeZone
         0: .line 16
            new io.dropwizard.logging.DropwizardLayout
            dup
            aload 1 /* context */
            aload 2 /* timeZone */
            invokespecial io.dropwizard.logging.DropwizardLayout.<init>:(Lch/qos/logback/classic/LoggerContext;Ljava/util/TimeZone;)V
            areturn
        end local 2 // java.util.TimeZone timeZone
        end local 1 // ch.qos.logback.classic.LoggerContext context
        end local 0 // io.dropwizard.logging.layout.DropwizardLayoutFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/dropwizard/logging/layout/DropwizardLayoutFactory;
            0    1     1   context  Lch/qos/logback/classic/LoggerContext;
            0    1     2  timeZone  Ljava/util/TimeZone;
    Signature: (Lch/qos/logback/classic/LoggerContext;Ljava/util/TimeZone;)Lch/qos/logback/core/pattern/PatternLayoutBase<Lch/qos/logback/classic/spi/ILoggingEvent;>;
    MethodParameters:
          Name  Flags
      context   
      timeZone  
}
Signature: Ljava/lang/Object;Lio/dropwizard/logging/layout/LayoutFactory<Lch/qos/logback/classic/spi/ILoggingEvent;>;
SourceFile: "DropwizardLayoutFactory.java"