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

  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.RegisterRowMapperFactoriesImpl 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 28
            aload 0 /* this */
            aload 1 /* registry */
            aload 2 /* annotation */
            aload 3 /* sqlObjectType */
            invokevirtual org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoriesImpl.configureForType:(Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
         1: .line 29
            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.RegisterRowMapperFactoriesImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jdbi/v3/sqlobject/config/internal/RegisterRowMapperFactoriesImpl;
            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=6, args_size=4
        start local 0 // org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoriesImpl 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 33
            new org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoryImpl
            dup
            invokespecial org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoryImpl.<init>:()V
            astore 4 /* delegate */
        start local 4 // org.jdbi.v3.sqlobject.config.Configurer delegate
         1: .line 35
            aload 2 /* annotation */
            checkcast org.jdbi.v3.sqlobject.config.RegisterRowMapperFactories
            astore 5 /* registerRowMapperFactories */
        start local 5 // org.jdbi.v3.sqlobject.config.RegisterRowMapperFactories registerRowMapperFactories
         2: .line 36
            aload 5 /* registerRowMapperFactories */
            invokeinterface org.jdbi.v3.sqlobject.config.RegisterRowMapperFactories.value:()[Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactory;
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            aload 4 /* delegate */
            aload 1 /* registry */
            aload 3 /* sqlObjectType */
            invokedynamic accept(Lorg/jdbi/v3/sqlobject/config/Configurer;Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/Class;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/jdbi/v3/sqlobject/config/internal/RegisterRowMapperFactoriesImpl.lambda$0(Lorg/jdbi/v3/sqlobject/config/Configurer;Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/Class;Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactory;)V (6)
                  (Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactory;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         3: .line 37
            return
        end local 5 // org.jdbi.v3.sqlobject.config.RegisterRowMapperFactories registerRowMapperFactories
        end local 4 // org.jdbi.v3.sqlobject.config.Configurer delegate
        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.RegisterRowMapperFactoriesImpl this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    4     0                        this  Lorg/jdbi/v3/sqlobject/config/internal/RegisterRowMapperFactoriesImpl;
            0    4     1                    registry  Lorg/jdbi/v3/core/config/ConfigRegistry;
            0    4     2                  annotation  Ljava/lang/annotation/Annotation;
            0    4     3               sqlObjectType  Ljava/lang/Class<*>;
            1    4     4                    delegate  Lorg/jdbi/v3/sqlobject/config/Configurer;
            2    4     5  registerRowMapperFactories  Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactories;
    Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
    MethodParameters:
               Name  Flags
      registry       
      annotation     
      sqlObjectType  

  private static void lambda$0(org.jdbi.v3.sqlobject.config.Configurer, org.jdbi.v3.core.config.ConfigRegistry, java.lang.Class, org.jdbi.v3.sqlobject.config.RegisterRowMapperFactory);
    descriptor: (Lorg/jdbi/v3/sqlobject/config/Configurer;Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/Class;Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactory;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 3 // org.jdbi.v3.sqlobject.config.RegisterRowMapperFactory anno
         0: .line 36
            aload 0
            aload 1
            aload 3 /* anno */
            aload 2
            invokeinterface org.jdbi.v3.sqlobject.config.Configurer.configureForType:(Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
            return
        end local 3 // org.jdbi.v3.sqlobject.config.RegisterRowMapperFactory anno
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     3  anno  Lorg/jdbi/v3/sqlobject/config/RegisterRowMapperFactory;
}
SourceFile: "RegisterRowMapperFactoriesImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles