public class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean extends org.springframework.ui.freemarker.FreeMarkerConfigurationFactory implements org.springframework.beans.factory.FactoryBean<freemarker.template.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 freemarker.template.Configuration configuration;
    descriptor: Lfreemarker/template/Configuration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 54
            aload 0 /* this */
            invokespecial org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.<init>:()V
            return
        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=2, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 63
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.createConfiguration:()Lfreemarker/template/Configuration;
            putfield org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.configuration:Lfreemarker/template/Configuration;
         1: .line 64
            return
        end local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean;
    Exceptions:
      throws java.io.IOException, freemarker.template.TemplateException

  public freemarker.template.Configuration getObject();
    descriptor: ()Lfreemarker/template/Configuration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 70
            aload 0 /* this */
            getfield org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.configuration:Lfreemarker/template/Configuration;
            areturn
        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 freemarker.template.Configuration> getObjectType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 75
            ldc Lfreemarker/template/Configuration;
            areturn
        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<+Lfreemarker/template/Configuration;>;

  public boolean isSingleton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean this
         0: .line 80
            iconst_1
            ireturn
        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 java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean.getObject:()Lfreemarker/template/Configuration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lorg/springframework/ui/freemarker/FreeMarkerConfigurationFactory;Lorg/springframework/beans/factory/FactoryBean<Lfreemarker/template/Configuration;>;Lorg/springframework/beans/factory/InitializingBean;Lorg/springframework/context/ResourceLoaderAware;
SourceFile: "FreeMarkerConfigurationFactoryBean.java"