public interface org.hibernate.proxy.ProxyConfiguration$Interceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.proxy.ProxyConfiguration$Interceptor
  super_class: java.lang.Object
{
  public abstract java.lang.Object intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      net.bytebuddy.implementation.bind.annotation.RuntimeType()
    RuntimeVisibleParameterAnnotations: 
      0:
        net.bytebuddy.implementation.bind.annotation.This()
      1:
        net.bytebuddy.implementation.bind.annotation.Origin()
      2:
        net.bytebuddy.implementation.bind.annotation.AllArguments()
    MethodParameters:
           Name  Flags
      instance   
      method     
      arguments  
}
SourceFile: "ProxyConfiguration.java"
NestHost: org.hibernate.proxy.ProxyConfiguration
InnerClasses:
  public abstract Interceptor = org.hibernate.proxy.ProxyConfiguration$Interceptor of org.hibernate.proxy.ProxyConfiguration