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

  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=2, locals=7, args_size=5
        start local 0 // org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl 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 2 /* annotation */
            checkcast org.jdbi.v3.sqlobject.config.ValueColumn
            astore 5 /* valueColumn */
        start local 5 // org.jdbi.v3.sqlobject.config.ValueColumn valueColumn
         1: .line 28
            aload 5 /* valueColumn */
            invokeinterface org.jdbi.v3.sqlobject.config.ValueColumn.value:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         2: .line 29
            aload 1 /* registry */
            ldc Lorg/jdbi/v3/core/mapper/MapEntryMappers;
            invokevirtual org.jdbi.v3.core.config.ConfigRegistry.get:(Ljava/lang/Class;)Lorg/jdbi/v3/core/config/JdbiConfig;
            checkcast org.jdbi.v3.core.mapper.MapEntryMappers
            aload 6 /* name */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 3
            aconst_null
            goto 4
      StackMap locals: org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class java.lang.reflect.Method org.jdbi.v3.sqlobject.config.ValueColumn java.lang.String
      StackMap stack: org.jdbi.v3.core.mapper.MapEntryMappers
         3: aload 6 /* name */
      StackMap locals: org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class java.lang.reflect.Method org.jdbi.v3.sqlobject.config.ValueColumn java.lang.String
      StackMap stack: org.jdbi.v3.core.mapper.MapEntryMappers java.lang.String
         4: invokevirtual org.jdbi.v3.core.mapper.MapEntryMappers.setValueColumn:(Ljava/lang/String;)Lorg/jdbi/v3/core/mapper/MapEntryMappers;
            pop
         5: .line 30
            return
        end local 6 // java.lang.String name
        end local 5 // org.jdbi.v3.sqlobject.config.ValueColumn valueColumn
        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.ValueColumnImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/jdbi/v3/sqlobject/config/internal/ValueColumnImpl;
            0    6     1       registry  Lorg/jdbi/v3/core/config/ConfigRegistry;
            0    6     2     annotation  Ljava/lang/annotation/Annotation;
            0    6     3  sqlObjectType  Ljava/lang/Class<*>;
            0    6     4         method  Ljava/lang/reflect/Method;
            1    6     5    valueColumn  Lorg/jdbi/v3/sqlobject/config/ValueColumn;
            2    6     6           name  Ljava/lang/String;
    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: "ValueColumnImpl.java"