public class io.dropwizard.Configuration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.Configuration
  super_class: java.lang.Object
{
  private io.dropwizard.server.ServerFactory server;
    descriptor: Lio/dropwizard/server/ServerFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.Valid()
      javax.validation.constraints.NotNull()

  private io.dropwizard.logging.LoggingFactory logging;
    descriptor: Lio/dropwizard/logging/LoggingFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.Valid()
      javax.annotation.Nullable()

  private io.dropwizard.metrics.MetricsFactory metrics;
    descriptor: Lio/dropwizard/metrics/MetricsFactory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      javax.validation.Valid()
      javax.validation.constraints.NotNull()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.Configuration this
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            new io.dropwizard.server.DefaultServerFactory
            dup
            invokespecial io.dropwizard.server.DefaultServerFactory.<init>:()V
            putfield io.dropwizard.Configuration.server:Lio/dropwizard/server/ServerFactory;
         2: .line 74
            aload 0 /* this */
            new io.dropwizard.metrics.MetricsFactory
            dup
            invokespecial io.dropwizard.metrics.MetricsFactory.<init>:()V
            putfield io.dropwizard.Configuration.metrics:Lio/dropwizard/metrics/MetricsFactory;
         3: .line 63
            return
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/dropwizard/Configuration;

  public io.dropwizard.server.ServerFactory getServerFactory();
    descriptor: ()Lio/dropwizard/server/ServerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.Configuration this
         0: .line 83
            aload 0 /* this */
            getfield io.dropwizard.Configuration.server:Lio/dropwizard/server/ServerFactory;
            areturn
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/Configuration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "server")

  public void setServerFactory(io.dropwizard.server.ServerFactory);
    descriptor: (Lio/dropwizard/server/ServerFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.Configuration this
        start local 1 // io.dropwizard.server.ServerFactory factory
         0: .line 91
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.dropwizard.Configuration.server:Lio/dropwizard/server/ServerFactory;
         1: .line 92
            return
        end local 1 // io.dropwizard.server.ServerFactory factory
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/Configuration;
            0    2     1  factory  Lio/dropwizard/server/ServerFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "server")
    MethodParameters:
         Name  Flags
      factory  

  public synchronized io.dropwizard.logging.LoggingFactory getLoggingFactory();
    descriptor: ()Lio/dropwizard/logging/LoggingFactory;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.Configuration this
         0: .line 101
            aload 0 /* this */
            getfield io.dropwizard.Configuration.logging:Lio/dropwizard/logging/LoggingFactory;
            ifnonnull 2
         1: .line 103
            aload 0 /* this */
            new io.dropwizard.logging.DefaultLoggingFactory
            dup
            invokespecial io.dropwizard.logging.DefaultLoggingFactory.<init>:()V
            putfield io.dropwizard.Configuration.logging:Lio/dropwizard/logging/LoggingFactory;
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.dropwizard.Configuration.logging:Lio/dropwizard/logging/LoggingFactory;
            areturn
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/dropwizard/Configuration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "logging")

  public synchronized void setLoggingFactory(io.dropwizard.logging.LoggingFactory);
    descriptor: (Lio/dropwizard/logging/LoggingFactory;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.Configuration this
        start local 1 // io.dropwizard.logging.LoggingFactory factory
         0: .line 113
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.dropwizard.Configuration.logging:Lio/dropwizard/logging/LoggingFactory;
         1: .line 114
            return
        end local 1 // io.dropwizard.logging.LoggingFactory factory
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/Configuration;
            0    2     1  factory  Lio/dropwizard/logging/LoggingFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "logging")
    MethodParameters:
         Name  Flags
      factory  

  public io.dropwizard.metrics.MetricsFactory getMetricsFactory();
    descriptor: ()Lio/dropwizard/metrics/MetricsFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.Configuration this
         0: .line 118
            aload 0 /* this */
            getfield io.dropwizard.Configuration.metrics:Lio/dropwizard/metrics/MetricsFactory;
            areturn
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/Configuration;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "metrics")

  public void setMetricsFactory(io.dropwizard.metrics.MetricsFactory);
    descriptor: (Lio/dropwizard/metrics/MetricsFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.Configuration this
        start local 1 // io.dropwizard.metrics.MetricsFactory metrics
         0: .line 123
            aload 0 /* this */
            aload 1 /* metrics */
            putfield io.dropwizard.Configuration.metrics:Lio/dropwizard/metrics/MetricsFactory;
         1: .line 124
            return
        end local 1 // io.dropwizard.metrics.MetricsFactory metrics
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/Configuration;
            0    2     1  metrics  Lio/dropwizard/metrics/MetricsFactory;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "metrics")
    MethodParameters:
         Name  Flags
      metrics  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.Configuration this
         0: .line 128
            aload 0 /* this */
            invokestatic com.google.common.base.MoreObjects.toStringHelper:(Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
         1: .line 129
            ldc "server"
            aload 0 /* this */
            getfield io.dropwizard.Configuration.server:Lio/dropwizard/server/ServerFactory;
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
         2: .line 130
            ldc "logging"
            aload 0 /* this */
            getfield io.dropwizard.Configuration.logging:Lio/dropwizard/logging/LoggingFactory;
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
         3: .line 131
            ldc "metrics"
            aload 0 /* this */
            getfield io.dropwizard.Configuration.metrics:Lio/dropwizard/metrics/MetricsFactory;
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
         4: .line 132
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.toString:()Ljava/lang/String;
         5: .line 128
            areturn
        end local 0 // io.dropwizard.Configuration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/dropwizard/Configuration;
}
SourceFile: "Configuration.java"
InnerClasses:
  public final ToStringHelper = com.google.common.base.MoreObjects$ToStringHelper of com.google.common.base.MoreObjects