public interface org.jdbi.v3.sqlobject.customizer.BindList extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: org.jdbi.v3.sqlobject.customizer.BindList
super_class: java.lang.Object
{
public abstract java.lang.String value();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: ""
public abstract org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling onEmpty();
descriptor: ()Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling.THROW:Lorg/jdbi/v3/sqlobject/customizer/BindList$EmptyHandling;
}
SourceFile: "BindList.java"
NestMembers:
org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling
InnerClasses:
public final EmptyHandling = org.jdbi.v3.sqlobject.customizer.BindList$EmptyHandling of org.jdbi.v3.sqlobject.customizer.BindList
RuntimeVisibleAnnotations:
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
java.lang.annotation.Target(value = {java.lang.annotation.ElementType.PARAMETER:Ljava/lang/annotation/ElementType;})
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizingAnnotation(value = Lorg/jdbi/v3/sqlobject/customizer/internal/BindListFactory;)