public interface org.hibernate.proxy.ProxyConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.proxy.ProxyConfiguration
  super_class: java.lang.Object
{
  public static final java.lang.String INTERCEPTOR_FIELD_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "$$_hibernate_interceptor"

  public abstract void $$_hibernate_set_interceptor(org.hibernate.proxy.ProxyConfiguration$Interceptor);
    descriptor: (Lorg/hibernate/proxy/ProxyConfiguration$Interceptor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      interceptor  
}
SourceFile: "ProxyConfiguration.java"
NestMembers:
  org.hibernate.proxy.ProxyConfiguration$Interceptor  org.hibernate.proxy.ProxyConfiguration$InterceptorDispatcher
InnerClasses:
  public abstract Interceptor = org.hibernate.proxy.ProxyConfiguration$Interceptor of org.hibernate.proxy.ProxyConfiguration
  public InterceptorDispatcher = org.hibernate.proxy.ProxyConfiguration$InterceptorDispatcher of org.hibernate.proxy.ProxyConfiguration