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