public class org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl implements org.jdbi.v3.sqlobject.config.Configurer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl
  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 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/locator/internal/UseClasspathSqlLocatorImpl;

  public void configureForType(org.jdbi.v3.core.config.ConfigRegistry, java.lang.annotation.Annotation, java.lang.Class<?>);
    descriptor: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
        start local 1 // org.jdbi.v3.core.config.ConfigRegistry registry
        start local 2 // java.lang.annotation.Annotation annotation
        start local 3 // java.lang.Class sqlObjectType
         0: .line 29
            aload 1 /* registry */
            ldc Lorg/jdbi/v3/sqlobject/SqlObjects;
            invokevirtual org.jdbi.v3.core.config.ConfigRegistry.get:(Ljava/lang/Class;)Lorg/jdbi/v3/core/config/JdbiConfig;
            checkcast org.jdbi.v3.sqlobject.SqlObjects
         1: new org.jdbi.v3.sqlobject.locator.SqlObjectClasspathSqlLocator
            dup
         2: .line 30
            aload 2 /* annotation */
            checkcast org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator
            invokeinterface org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator.stripComments:()Z
            ifeq 4
         3: .line 31
            invokestatic org.jdbi.v3.core.locator.ClasspathSqlLocator.removingComments:()Lorg/jdbi/v3/core/locator/ClasspathSqlLocator;
            goto 5
         4: .line 32
      StackMap locals: org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class
      StackMap stack: org.jdbi.v3.sqlobject.SqlObjects new 1 new 1
            invokestatic org.jdbi.v3.core.locator.ClasspathSqlLocator.create:()Lorg/jdbi/v3/core/locator/ClasspathSqlLocator;
      StackMap locals: org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class
      StackMap stack: org.jdbi.v3.sqlobject.SqlObjects new 1 new 1 org.jdbi.v3.core.locator.ClasspathSqlLocator
         5: invokespecial org.jdbi.v3.sqlobject.locator.SqlObjectClasspathSqlLocator.<init>:(Lorg/jdbi/v3/core/locator/ClasspathSqlLocator;)V
         6: .line 29
            invokevirtual org.jdbi.v3.sqlobject.SqlObjects.setSqlLocator:(Lorg/jdbi/v3/sqlobject/locator/SqlLocator;)Lorg/jdbi/v3/sqlobject/SqlObjects;
            pop
         7: .line 33
            return
        end local 3 // java.lang.Class sqlObjectType
        end local 2 // java.lang.annotation.Annotation annotation
        end local 1 // org.jdbi.v3.core.config.ConfigRegistry registry
        end local 0 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/jdbi/v3/sqlobject/locator/internal/UseClasspathSqlLocatorImpl;
            0    8     1       registry  Lorg/jdbi/v3/core/config/ConfigRegistry;
            0    8     2     annotation  Ljava/lang/annotation/Annotation;
            0    8     3  sqlObjectType  Ljava/lang/Class<*>;
    Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
    MethodParameters:
               Name  Flags
      registry       
      annotation     
      sqlObjectType  

  public void configureForMethod(org.jdbi.v3.core.config.ConfigRegistry, java.lang.annotation.Annotation, java.lang.Class<?>, java.lang.reflect.Method);
    descriptor: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
        start local 1 // org.jdbi.v3.core.config.ConfigRegistry registry
        start local 2 // java.lang.annotation.Annotation annotation
        start local 3 // java.lang.Class sqlObjectType
        start local 4 // java.lang.reflect.Method method
         0: .line 37
            aload 0 /* this */
            aload 1 /* registry */
            aload 2 /* annotation */
            aload 3 /* sqlObjectType */
            invokevirtual org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl.configureForType:(Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
         1: .line 38
            return
        end local 4 // java.lang.reflect.Method method
        end local 3 // java.lang.Class sqlObjectType
        end local 2 // java.lang.annotation.Annotation annotation
        end local 1 // org.jdbi.v3.core.config.ConfigRegistry registry
        end local 0 // org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jdbi/v3/sqlobject/locator/internal/UseClasspathSqlLocatorImpl;
            0    2     1       registry  Lorg/jdbi/v3/core/config/ConfigRegistry;
            0    2     2     annotation  Ljava/lang/annotation/Annotation;
            0    2     3  sqlObjectType  Ljava/lang/Class<*>;
            0    2     4         method  Ljava/lang/reflect/Method;
    Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)V
    MethodParameters:
               Name  Flags
      registry       
      annotation     
      sqlObjectType  
      method         
}
SourceFile: "UseClasspathSqlLocatorImpl.java"