public interface org.hibernate.param.ParameterSpecification extends org.hibernate.param.ParameterBinder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.param.ParameterSpecification
  super_class: java.lang.Object
{
  public abstract org.hibernate.type.Type getExpectedType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setExpectedType(org.hibernate.type.Type);
    descriptor: (Lorg/hibernate/type/Type;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      expectedType  

  public abstract java.lang.String renderDisplayInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ParameterSpecification.java"