public class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean extends org.springframework.ui.freemarker.FreeMarkerConfigurationFactory implements org.springframework.beans.factory.FactoryBean<Configuration>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
  super_class: org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
{
  private Configuration configuration;
    descriptor: LConfiguration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import freemarker.template cannot be resolved\n\tThe import freemarker.template cannot be resolved\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tTemplateException cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tThe method createConfiguration() from the type FreeMarkerConfigurationFactory refers to the missing type Configuration\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTemplateException cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tThe method createConfiguration() from the type FreeMarkerConfigurationFactory refers to the missing type Configuration\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;
    Exceptions:
      throws java.io.IOException, TemplateException

  public Configuration getObject();
    descriptor: ()LConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Class<? extends Configuration> getObjectType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;
    Signature: ()Ljava/lang/Class<+LConfiguration;>;

  public boolean isSingleton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;
}
Signature: Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactory;Lorg/springframework/beans/factory/FactoryBean<LConfiguration;>;Lorg/springframework/beans/factory/InitializingBean;Lorg/springframework/context/ResourceLoaderAware;
SourceFile: "FreeMarkerConfigurationFactoryBean.java"