public interface org.springframework.jdbc.core.PreparedStatementSetter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.core.PreparedStatementSetter
  super_class: java.lang.Object
{
  public abstract void setValues(java.sql.PreparedStatement);
    descriptor: (Ljava/sql/PreparedStatement;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      ps    
}
SourceFile: "PreparedStatementSetter.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()