public interface org.springframework.beans.factory.parsing.ProblemReporter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.beans.factory.parsing.ProblemReporter
  super_class: java.lang.Object
{
  public abstract void fatal(org.springframework.beans.factory.parsing.Problem);
    descriptor: (Lorg/springframework/beans/factory/parsing/Problem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      problem  

  public abstract void error(org.springframework.beans.factory.parsing.Problem);
    descriptor: (Lorg/springframework/beans/factory/parsing/Problem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      problem  

  public abstract void warning(org.springframework.beans.factory.parsing.Problem);
    descriptor: (Lorg/springframework/beans/factory/parsing/Problem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      problem  
}
SourceFile: "ProblemReporter.java"