public class io.dropwizard.jersey.DropwizardResourceConfig extends org.glassfish.jersey.server.ResourceConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.DropwizardResourceConfig
  super_class: org.glassfish.jersey.server.ResourceConfig
{
  private static final org.slf4j.Logger LOGGER;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String NEWLINE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final com.fasterxml.classmate.TypeResolver TYPE_RESOLVER;
    descriptor: Lcom/fasterxml/classmate/TypeResolver;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.regex.Pattern PATH_DIRTY_SLASHES;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.String urlPattern;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String contextPath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            ldc Lio/dropwizard/jersey/DropwizardResourceConfig;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic io.dropwizard.jersey.DropwizardResourceConfig.LOGGER:Lorg/slf4j/Logger;
         1: .line 38
            ldc "%n"
            iconst_0
            anewarray java.lang.Object
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            putstatic io.dropwizard.jersey.DropwizardResourceConfig.NEWLINE:Ljava/lang/String;
         2: .line 39
            new com.fasterxml.classmate.TypeResolver
            dup
            invokespecial com.fasterxml.classmate.TypeResolver.<init>:()V
            putstatic io.dropwizard.jersey.DropwizardResourceConfig.TYPE_RESOLVER:Lcom/fasterxml/classmate/TypeResolver;
         3: .line 41
            ldc "\\s*/\\s*/+\\s*"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic io.dropwizard.jersey.DropwizardResourceConfig.PATH_DIRTY_SLASHES:Ljava/util/regex/Pattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.codahale.metrics.MetricRegistry);
    descriptor: (Lcom/codahale/metrics/MetricRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // com.codahale.metrics.MetricRegistry metricRegistry
         0: .line 47
            aload 0 /* this */
            iconst_0
            aload 1 /* metricRegistry */
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig.<init>:(ZLcom/codahale/metrics/MetricRegistry;)V
         1: .line 48
            return
        end local 1 // com.codahale.metrics.MetricRegistry metricRegistry
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0    2     1  metricRegistry  Lcom/codahale/metrics/MetricRegistry;
    MethodParameters:
                Name  Flags
      metricRegistry  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
         0: .line 51
            aload 0 /* this */
            iconst_1
            aconst_null
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig.<init>:(ZLcom/codahale/metrics/MetricRegistry;)V
         1: .line 52
            return
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jersey/DropwizardResourceConfig;

  public void <init>(boolean, com.codahale.metrics.MetricRegistry);
    descriptor: (ZLcom/codahale/metrics/MetricRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // boolean testOnly
        start local 2 // com.codahale.metrics.MetricRegistry metricRegistry
         0: .line 55
            aload 0 /* this */
            invokespecial org.glassfish.jersey.server.ResourceConfig.<init>:()V
         1: .line 43
            aload 0 /* this */
            ldc "/*"
            putfield io.dropwizard.jersey.DropwizardResourceConfig.urlPattern:Ljava/lang/String;
         2: .line 44
            aload 0 /* this */
            ldc "/"
            putfield io.dropwizard.jersey.DropwizardResourceConfig.contextPath:Ljava/lang/String;
         3: .line 57
            aload 2 /* metricRegistry */
            ifnonnull 5
         4: .line 58
            new com.codahale.metrics.MetricRegistry
            dup
            invokespecial com.codahale.metrics.MetricRegistry.<init>:()V
            astore 2 /* metricRegistry */
         5: .line 61
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig int com.codahale.metrics.MetricRegistry
      StackMap stack:
            aload 0 /* this */
            ldc "jersey.config.server.wadl.disableWadl"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.property:(Ljava/lang/String;Ljava/lang/Object;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
         6: .line 62
            iload 1 /* testOnly */
            ifne 8
         7: .line 64
            aload 0 /* this */
            new io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener
            dup
            aload 0 /* this */
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener.<init>:(Lio/dropwizard/jersey/DropwizardResourceConfig;)V
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Object;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
         8: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener
            dup
            aload 2 /* metricRegistry */
            invokespecial com.codahale.metrics.jersey2.InstrumentedResourceMethodApplicationListener.<init>:(Lcom/codahale/metrics/MetricRegistry;)V
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Object;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
         9: .line 68
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/caching/CacheControlledResponseFeature;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        10: .line 69
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/guava/OptionalMessageBodyWriter;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        11: .line 70
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/guava/OptionalParamFeature;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        12: .line 71
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/optional/OptionalMessageBodyWriter;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        13: .line 72
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/optional/OptionalDoubleMessageBodyWriter;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        14: .line 73
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/optional/OptionalIntMessageBodyWriter;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        15: .line 74
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/optional/OptionalLongMessageBodyWriter;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        16: .line 75
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/optional/OptionalParamFeature;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        17: .line 76
            aload 0 /* this */
            ldc Lio/dropwizard/jersey/params/AbstractParamConverterProvider;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        18: .line 77
            aload 0 /* this */
            new io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider
            dup
            invokespecial io.dropwizard.jersey.validation.FuzzyEnumParamConverterProvider.<init>:()V
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Object;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        19: .line 78
            aload 0 /* this */
            new io.dropwizard.jersey.sessions.SessionFactoryProvider$Binder
            dup
            invokespecial io.dropwizard.jersey.sessions.SessionFactoryProvider$Binder.<init>:()V
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.register:(Ljava/lang/Object;)Lorg/glassfish/jersey/server/ResourceConfig;
            pop
        20: .line 79
            return
        end local 2 // com.codahale.metrics.MetricRegistry metricRegistry
        end local 1 // boolean testOnly
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0   21     1        testOnly  Z
            0   21     2  metricRegistry  Lcom/codahale/metrics/MetricRegistry;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        javax.annotation.Nullable()
    MethodParameters:
                Name  Flags
      testOnly        
      metricRegistry  

  public static io.dropwizard.jersey.DropwizardResourceConfig forTesting(com.codahale.metrics.MetricRegistry);
    descriptor: (Lcom/codahale/metrics/MetricRegistry;)Lio/dropwizard/jersey/DropwizardResourceConfig;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.codahale.metrics.MetricRegistry metricRegistry
         0: .line 82
            new io.dropwizard.jersey.DropwizardResourceConfig
            dup
            iconst_1
            aload 0 /* metricRegistry */
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig.<init>:(ZLcom/codahale/metrics/MetricRegistry;)V
            areturn
        end local 0 // com.codahale.metrics.MetricRegistry metricRegistry
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0  metricRegistry  Lcom/codahale/metrics/MetricRegistry;
    MethodParameters:
                Name  Flags
      metricRegistry  

  public void logComponents();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
         0: .line 86
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.LOGGER:Lorg/slf4j/Logger;
            ldc "resources = {}"
            aload 0 /* this */
            ldc Ljavax/ws/rs/Path;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.canonicalNamesByAnnotation:(Ljava/lang/Class;)Ljava/util/Set;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 87
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.LOGGER:Lorg/slf4j/Logger;
            ldc "providers = {}"
            aload 0 /* this */
            ldc Ljavax/ws/rs/ext/Provider;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.canonicalNamesByAnnotation:(Ljava/lang/Class;)Ljava/util/Set;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 88
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.LOGGER:Lorg/slf4j/Logger;
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.getEndpointsInfo:()Ljava/lang/String;
            invokeinterface org.slf4j.Logger.info:(Ljava/lang/String;)V
         3: .line 89
            return
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/dropwizard/jersey/DropwizardResourceConfig;

  public java.lang.String getUrlPattern();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
         0: .line 92
            aload 0 /* this */
            getfield io.dropwizard.jersey.DropwizardResourceConfig.urlPattern:Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/DropwizardResourceConfig;

  public void setUrlPattern(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // java.lang.String urlPattern
         0: .line 96
            aload 0 /* this */
            aload 1 /* urlPattern */
            putfield io.dropwizard.jersey.DropwizardResourceConfig.urlPattern:Ljava/lang/String;
         1: .line 97
            return
        end local 1 // java.lang.String urlPattern
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0    2     1  urlPattern  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      urlPattern  

  public void setContextPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // java.lang.String contextPath
         0: .line 100
            aload 0 /* this */
            aload 1 /* contextPath */
            putfield io.dropwizard.jersey.DropwizardResourceConfig.contextPath:Ljava/lang/String;
         1: .line 101
            return
        end local 1 // java.lang.String contextPath
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0    2     1  contextPath  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      contextPath  

  java.util.Set<java.lang.Class<?>> allClasses();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
         0: .line 110
            new java.util.HashSet
            dup
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.getClasses:()Ljava/util/Set;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            astore 1 /* allClasses */
        start local 1 // java.util.Set allClasses
         1: .line 111
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.getSingletons:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* singleton */
        start local 2 // java.lang.Object singleton
         3: .line 112
            aload 1 /* allClasses */
            aload 2 /* singleton */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.Object singleton
         4: .line 111
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 114
            aload 1 /* allClasses */
            areturn
        end local 1 // java.util.Set allClasses
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            1    6     1  allClasses  Ljava/util/Set<Ljava/lang/Class<*>;>;
            3    4     2   singleton  Ljava/lang/Object;
    Signature: ()Ljava/util/Set<Ljava/lang/Class<*>;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  private java.util.Set<java.lang.String> canonicalNamesByAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // java.lang.Class annotation
         0: .line 118
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* result */
        start local 2 // java.util.Set result
         1: .line 119
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.getClasses:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.Class java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* clazz */
        start local 3 // java.lang.Class clazz
         3: .line 120
            aload 3 /* clazz */
            aload 1 /* annotation */
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 5
         4: .line 121
            aload 2 /* result */
            aload 3 /* clazz */
            invokevirtual java.lang.Class.getCanonicalName:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.Class clazz
         5: .line 119
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 124
            aload 2 /* result */
            areturn
        end local 2 // java.util.Set result
        end local 1 // java.lang.Class annotation
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0    7     1  annotation  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1    7     2      result  Ljava/util/Set<Ljava/lang/String;>;
            3    5     3       clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      annotation  final

  public java.lang.String getEndpointsInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=1
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
         0: .line 128
            new java.lang.StringBuilder
            dup
            sipush 1024
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* msg */
        start local 1 // java.lang.StringBuilder msg
         1: .line 129
            new java.util.TreeSet
            dup
            new io.dropwizard.jersey.DropwizardResourceConfig$EndpointComparator
            dup
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig$EndpointComparator.<init>:()V
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            astore 2 /* endpointLogLines */
        start local 2 // java.util.Set endpointLogLines
         2: .line 131
            aload 1 /* msg */
            ldc "The following paths were found for the configured resources:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 132
            aload 1 /* msg */
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.NEWLINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.NEWLINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 134
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* allResourcesClasses */
        start local 3 // java.util.Set allResourcesClasses
         5: .line 135
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.allClasses:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* clazz */
        start local 4 // java.lang.Class clazz
         7: .line 136
            aload 4 /* clazz */
            invokevirtual java.lang.Class.isInterface:()Z
            ifne 9
            aload 4 /* clazz */
            invokestatic org.glassfish.jersey.server.model.Resource.from:(Ljava/lang/Class;)Lorg/glassfish/jersey/server/model/Resource;
            ifnull 9
         8: .line 137
            aload 3 /* allResourcesClasses */
            aload 4 /* clazz */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Class clazz
         9: .line 135
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        10: .line 141
            aload 3 /* allResourcesClasses */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals:
      StackMap stack:
        11: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* klass */
        start local 4 // java.lang.Class klass
        12: .line 142
            new io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger
            dup
            aload 0 /* this */
            getfield io.dropwizard.jersey.DropwizardResourceConfig.contextPath:Ljava/lang/String;
            aload 0 /* this */
            getfield io.dropwizard.jersey.DropwizardResourceConfig.urlPattern:Ljava/lang/String;
            aload 4 /* klass */
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V
            aload 2 /* endpointLogLines */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.populate:(Ljava/util/Set;)V
        end local 4 // java.lang.Class klass
        13: .line 141
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 145
            aload 0 /* this */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.getResources:()Ljava/util/Set;
            astore 4 /* allResources */
        start local 4 // java.util.Set allResources
        15: .line 146
            aload 4 /* allResources */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 25
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
        16: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.jersey.server.model.Resource
            astore 5 /* res */
        start local 5 // org.glassfish.jersey.server.model.Resource res
        17: .line 147
            aload 5 /* res */
            invokevirtual org.glassfish.jersey.server.model.Resource.getChildResources:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 24
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set org.glassfish.jersey.server.model.Resource java.util.Iterator top java.util.Iterator
      StackMap stack:
        18: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.glassfish.jersey.server.model.Resource
            astore 7 /* childRes */
        start local 7 // org.glassfish.jersey.server.model.Resource childRes
        19: .line 153
            aload 7 /* childRes */
            invokevirtual org.glassfish.jersey.server.model.Resource.getHandlerClasses:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 10
            goto 23
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set org.glassfish.jersey.server.model.Resource java.util.Iterator org.glassfish.jersey.server.model.Resource java.util.Iterator top java.util.Iterator
      StackMap stack:
        20: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 9 /* childResHandlerClass */
        start local 9 // java.lang.Class childResHandlerClass
        21: .line 154
            new io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger
            dup
            aload 0 /* this */
            getfield io.dropwizard.jersey.DropwizardResourceConfig.contextPath:Ljava/lang/String;
            aload 0 /* this */
            getfield io.dropwizard.jersey.DropwizardResourceConfig.urlPattern:Ljava/lang/String;
            aload 9 /* childResHandlerClass */
            invokespecial io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V
            astore 11 /* epl */
        start local 11 // io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger epl
        22: .line 155
            aload 11 /* epl */
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 5 /* res */
            invokevirtual org.glassfish.jersey.server.model.Resource.getPath:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* epl */
            getfield io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.rootPath:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig.cleanUpPath:(Ljava/lang/String;)Ljava/lang/String;
            aload 11 /* epl */
            getfield io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.klass:Ljava/lang/Class;
            iconst_0
            aload 7 /* childRes */
            aload 2 /* endpointLogLines */
            invokevirtual io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger.populate:(Ljava/lang/String;Ljava/lang/Class;ZLorg/glassfish/jersey/server/model/Resource;Ljava/util/Set;)V
        end local 11 // io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger epl
        end local 9 // java.lang.Class childResHandlerClass
        23: .line 153
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 20
        end local 7 // org.glassfish.jersey.server.model.Resource childRes
        24: .line 147
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set org.glassfish.jersey.server.model.Resource java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        end local 5 // org.glassfish.jersey.server.model.Resource res
        25: .line 146
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        26: .line 160
            aload 2 /* endpointLogLines */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 32
        27: .line 161
            aload 2 /* endpointLogLines */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 30
      StackMap locals:
      StackMap stack:
        28: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogLine
            astore 5 /* line */
        start local 5 // io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogLine line
        29: .line 162
            aload 1 /* msg */
            aload 5 /* line */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.NEWLINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogLine line
        30: .line 161
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 28
        31: .line 164
            goto 33
        32: .line 165
      StackMap locals: io.dropwizard.jersey.DropwizardResourceConfig java.lang.StringBuilder java.util.Set java.util.Set java.util.Set
      StackMap stack:
            aload 1 /* msg */
            ldc "    NONE"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.NEWLINE:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        33: .line 168
      StackMap locals:
      StackMap stack:
            aload 1 /* msg */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.util.Set allResources
        end local 3 // java.util.Set allResourcesClasses
        end local 2 // java.util.Set endpointLogLines
        end local 1 // java.lang.StringBuilder msg
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   34     0                  this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            1   34     1                   msg  Ljava/lang/StringBuilder;
            2   34     2      endpointLogLines  Ljava/util/Set<Lio/dropwizard/jersey/DropwizardResourceConfig$EndpointLogLine;>;
            5   34     3   allResourcesClasses  Ljava/util/Set<Ljava/lang/Class<*>;>;
            7    9     4                 clazz  Ljava/lang/Class<*>;
           12   13     4                 klass  Ljava/lang/Class<*>;
           15   34     4          allResources  Ljava/util/Set<Lorg/glassfish/jersey/server/model/Resource;>;
           17   25     5                   res  Lorg/glassfish/jersey/server/model/Resource;
           19   24     7              childRes  Lorg/glassfish/jersey/server/model/Resource;
           21   23     9  childResHandlerClass  Ljava/lang/Class<*>;
           22   23    11                   epl  Lio/dropwizard/jersey/DropwizardResourceConfig$EndpointLogger;
           29   30     5                  line  Lio/dropwizard/jersey/DropwizardResourceConfig$EndpointLogLine;

  java.lang.String cleanUpPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
        start local 1 // java.lang.String path
         0: .line 173
            getstatic io.dropwizard.jersey.DropwizardResourceConfig.PATH_DIRTY_SLASHES:Ljava/util/regex/Pattern;
            aload 1 /* path */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            ldc "/"
            invokevirtual java.util.regex.Matcher.replaceAll:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.dropwizard.jersey.DropwizardResourceConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/DropwizardResourceConfig;
            0    1     1  path  Ljava/lang/String;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "DropwizardResourceConfig.java"
NestMembers:
  io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener  io.dropwizard.jersey.DropwizardResourceConfig$EndpointComparator  io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogLine  io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger
InnerClasses:
  private ComponentLoggingListener = io.dropwizard.jersey.DropwizardResourceConfig$ComponentLoggingListener of io.dropwizard.jersey.DropwizardResourceConfig
  private EndpointComparator = io.dropwizard.jersey.DropwizardResourceConfig$EndpointComparator of io.dropwizard.jersey.DropwizardResourceConfig
  private EndpointLogLine = io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogLine of io.dropwizard.jersey.DropwizardResourceConfig
  private EndpointLogger = io.dropwizard.jersey.DropwizardResourceConfig$EndpointLogger of io.dropwizard.jersey.DropwizardResourceConfig
  public Binder = io.dropwizard.jersey.sessions.SessionFactoryProvider$Binder of io.dropwizard.jersey.sessions.SessionFactoryProvider