public abstract class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.ui.freemarker.FreeMarkerTemplateUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerTemplateUtils this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.ui.freemarker.FreeMarkerTemplateUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerTemplateUtils;

  public static java.lang.String processTemplateIntoString(Template, java.lang.Object);
    descriptor: (LTemplate;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTemplate cannot be resolved to a type\n\tTemplateException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException, TemplateException
    MethodParameters:
          Name  Flags
      template  
      model     
}
SourceFile: "FreeMarkerTemplateUtils.java"