public class org.jdbi.v3.sqlobject.config.internal.UseSqlParserImpl 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.UseSqlParserImpl
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe type javax.annotation.Nullable cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/config/internal/UseSqlParserImpl;
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=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/config/internal/UseSqlParserImpl;
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=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/config/internal/UseSqlParserImpl;
Signature: (Lorg/jdbi/v3/core/config/ConfigRegistry;Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
registry
annotation
sqlObjectType
private org.jdbi.v3.core.statement.SqlParser instantiate(java.lang.Class<? extends org.jdbi.v3.core.statement.SqlParser>, java.lang.Class<?>, java.lang.reflect.Method);
descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/jdbi/v3/core/statement/SqlParser;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jdbi/v3/sqlobject/config/internal/UseSqlParserImpl;
Signature: (Ljava/lang/Class<+Lorg/jdbi/v3/core/statement/SqlParser;>;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;)Lorg/jdbi/v3/core/statement/SqlParser;
RuntimeInvisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
Nullable()
RuntimeInvisibleParameterAnnotations:
0:
1:
2:
Nullable()
MethodParameters:
Name Flags
parserClass
sqlObjectType
method
private static <T extends org.jdbi.v3.core.statement.SqlParser> java.util.function.Supplier<T> tryConstructor(java.lang.Class<T>, []);
descriptor: (Ljava/lang/Class;[Ljava/lang/Object;)Ljava/util/function/Supplier;
flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Signature: <T::Lorg/jdbi/v3/core/statement/SqlParser;>(Ljava/lang/Class<TT;>;[Ljava/lang/Object;)Ljava/util/function/Supplier<TT;>;
MethodParameters:
Name Flags
clazz
args
}
SourceFile: "UseSqlParserImpl.java"