public class org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl 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.config.internal.RegisterColumnMapperImpl
  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.config.internal.RegisterColumnMapperImpl this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jdbi/v3/sqlobject/config/internal/RegisterColumnMapperImpl;

  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.config.internal.RegisterColumnMapperImpl 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 27
            aload 0 /* this */
            aload 1 /* registry */
            aload 2 /* annotation */
            aload 3 /* sqlObjectType */
            invokevirtual org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl.configureForType:(Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
         1: .line 28
            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.config.internal.RegisterColumnMapperImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jdbi/v3/sqlobject/config/internal/RegisterColumnMapperImpl;
            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         

  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=7, args_size=4
        start local 0 // org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl 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 32
            aload 2 /* annotation */
            checkcast org.jdbi.v3.sqlobject.config.RegisterColumnMapper
            astore 4 /* registerColumnMapper */
        start local 4 // org.jdbi.v3.sqlobject.config.RegisterColumnMapper registerColumnMapper
         1: .line 33
            aload 1 /* registry */
            ldc Lorg/jdbi/v3/core/mapper/ColumnMappers;
            invokevirtual org.jdbi.v3.core.config.ConfigRegistry.get:(Ljava/lang/Class;)Lorg/jdbi/v3/core/config/JdbiConfig;
            checkcast org.jdbi.v3.core.mapper.ColumnMappers
            astore 5 /* mappers */
        start local 5 // org.jdbi.v3.core.mapper.ColumnMappers mappers
         2: .line 35
            aload 5 /* mappers */
            aload 4 /* registerColumnMapper */
            invokeinterface org.jdbi.v3.sqlobject.config.RegisterColumnMapper.value:()Ljava/lang/Class;
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast org.jdbi.v3.core.mapper.ColumnMapper
            invokevirtual org.jdbi.v3.core.mapper.ColumnMappers.register:(Lorg/jdbi/v3/core/mapper/ColumnMapper;)Lorg/jdbi/v3/core/mapper/ColumnMappers;
            pop
         3: .line 36
            goto 6
      StackMap locals: org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class org.jdbi.v3.sqlobject.config.RegisterColumnMapper org.jdbi.v3.core.mapper.ColumnMappers
      StackMap stack: java.lang.Exception
         4: astore 6 /* e */
        start local 6 // java.lang.Exception e
         5: .line 37
            new java.lang.IllegalStateException
            dup
            ldc "unable to create a specified column mapper"
            aload 6 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.Exception e
         6: .line 39
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.jdbi.v3.core.mapper.ColumnMappers mappers
        end local 4 // org.jdbi.v3.sqlobject.config.RegisterColumnMapper registerColumnMapper
        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.config.internal.RegisterColumnMapperImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/jdbi/v3/sqlobject/config/internal/RegisterColumnMapperImpl;
            0    7     1              registry  Lorg/jdbi/v3/core/config/ConfigRegistry;
            0    7     2            annotation  Ljava/lang/annotation/Annotation;
            0    7     3         sqlObjectType  Ljava/lang/Class<*>;
            1    7     4  registerColumnMapper  Lorg/jdbi/v3/sqlobject/config/RegisterColumnMapper;
            2    7     5               mappers  Lorg/jdbi/v3/core/mapper/ColumnMappers;
            5    6     6                     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
    Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
    MethodParameters:
               Name  Flags
      registry       
      annotation     
      sqlObjectType  
}
SourceFile: "RegisterColumnMapperImpl.java"