public class org.jdbi.v3.sqlobject.config.internal.RegisterCollectorFactoryImpl 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.RegisterCollectorFactoryImpl
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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/config/internal/RegisterCollectorFactoryImpl;
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokevirtual org.jdbi.v3.sqlobject.config.internal.RegisterCollectorFactoryImpl.configureForType:(Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jdbi/v3/sqlobject/config/internal/RegisterCollectorFactoryImpl;
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=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
checkcast org.jdbi.v3.sqlobject.config.RegisterCollectorFactory
astore 4
start local 4 1: aload 1
ldc Lorg/jdbi/v3/core/collector/JdbiCollectors;
invokevirtual org.jdbi.v3.core.config.ConfigRegistry.get:(Ljava/lang/Class;)Lorg/jdbi/v3/core/config/JdbiConfig;
checkcast org.jdbi.v3.core.collector.JdbiCollectors
astore 5
start local 5 2: aload 4
invokeinterface org.jdbi.v3.sqlobject.config.RegisterCollectorFactory.value:()Ljava/lang/Class;
astore 6
start local 6 3: aload 5
aload 6
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
checkcast org.jdbi.v3.core.collector.CollectorFactory
invokevirtual org.jdbi.v3.core.collector.JdbiCollectors.register:(Lorg/jdbi/v3/core/collector/CollectorFactory;)Lorg/jdbi/v3/core/collector/JdbiCollectors;
pop
4: goto 7
StackMap locals: org.jdbi.v3.sqlobject.config.internal.RegisterCollectorFactoryImpl org.jdbi.v3.core.config.ConfigRegistry java.lang.annotation.Annotation java.lang.Class org.jdbi.v3.sqlobject.config.RegisterCollectorFactory org.jdbi.v3.core.collector.JdbiCollectors java.lang.Class
StackMap stack: java.lang.ReflectiveOperationException
5: astore 7
start local 7 6: new java.lang.IllegalStateException
dup
ldc "Unable to instantiate container factory"
aload 7
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 7 7: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jdbi/v3/sqlobject/config/internal/RegisterCollectorFactoryImpl;
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<*>;
1 8 4 registerCollectorFactory Lorg/jdbi/v3/sqlobject/config/RegisterCollectorFactory;
2 8 5 collectors Lorg/jdbi/v3/core/collector/JdbiCollectors;
3 8 6 type Ljava/lang/Class<+Lorg/jdbi/v3/core/collector/CollectorFactory;>;
6 7 7 e Ljava/lang/ReflectiveOperationException;
Exception table:
from to target type
3 4 5 Class java.lang.InstantiationException
3 4 5 Class java.lang.IllegalAccessException
Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
registry
annotation
sqlObjectType
}
SourceFile: "RegisterCollectorFactoryImpl.java"