public class org.springframework.boot.jackson.JsonComponentModule implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.jackson.JsonComponentModule
  super_class: java.lang.Object
{
  private org.springframework.beans.factory.BeanFactory beanFactory;
    descriptor: Lorg/springframework/beans/factory/BeanFactory;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tSimpleModule cannot be resolved to a type\n\tJsonSerializer cannot be resolved to a type\n\tThe method addJsonSerializerBean(JsonSerializer<T>, JsonComponent.Scope, Class<?>[]) from the type JsonComponentModule refers to the missing type JsonSerializer\n\tJsonSerializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tThe method addJsonDeserializerBean(JsonDeserializer<T>, Class<?>[]) from the type JsonComponentModule refers to the missing type JsonDeserializer\n\tJsonDeserializer cannot be resolved to a type\n\tKeyDeserializer cannot be resolved to a type\n\tThe method addKeyDeserializerBean(KeyDeserializer, Class<?>[]) from the type JsonComponentModule refers to the missing type KeyDeserializer\n\tKeyDeserializer cannot be resolved to a type\n\tJsonSerializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tKeyDeserializer cannot be resolved to a type\n\tJsonSerializer cannot be resolved to a type\n\tJsonSerializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tKeyDeserializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;

  public void setBeanFactory(org.springframework.beans.factory.BeanFactory);
    descriptor: (Lorg/springframework/beans/factory/BeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 58
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
             Name  Flags
      beanFactory  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 63
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;

  public void registerJsonComponents();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 67
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;

  private void addJsonBeans(org.springframework.beans.factory.ListableBeanFactory);
    descriptor: (Lorg/springframework/beans/factory/ListableBeanFactory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 78
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    MethodParameters:
             Name  Flags
      beanFactory  

  private void addJsonBean(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 85
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    MethodParameters:
      Name  Flags
      bean  

  private void addJsonBean(, java.lang.Class<?>[], org.springframework.boot.jackson.JsonComponent$Scope);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Class;Lorg/springframework/boot/jackson/JsonComponent$Scope;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonSerializer cannot be resolved to a type\n\tThe method addJsonSerializerBean(JsonSerializer<T>, JsonComponent.Scope, Class<?>[]) from the type JsonComponentModule refers to the missing type JsonSerializer\n\tJsonSerializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tThe method addJsonDeserializerBean(JsonDeserializer<T>, Class<?>[]) from the type JsonComponentModule refers to the missing type JsonDeserializer\n\tJsonDeserializer cannot be resolved to a type\n\tKeyDeserializer cannot be resolved to a type\n\tThe method addKeyDeserializerBean(KeyDeserializer, Class<?>[]) from the type JsonComponentModule refers to the missing type KeyDeserializer\n\tKeyDeserializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: (Ljava/lang/Object;[Ljava/lang/Class<*>;Lorg/springframework/boot/jackson/JsonComponent$Scope;)V
    MethodParameters:
       Name  Flags
      bean   
      types  
      scope  

  private boolean isSuitableInnerClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonSerializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n\tKeyDeserializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
            Name  Flags
      innerClass  

  <T> void addJsonSerializerBean(JsonSerializer<T>, org.springframework.boot.jackson.JsonComponent$Scope, java.lang.Class<?>[]);
    descriptor: (LJsonSerializer;Lorg/springframework/boot/jackson/JsonComponent$Scope;[Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonSerializer cannot be resolved to a type\n\tJsonSerializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: <T:Ljava/lang/Object;>(LJsonSerializer<TT;>;Lorg/springframework/boot/jackson/JsonComponent$Scope;[Ljava/lang/Class<*>;)V
    MethodParameters:
            Name  Flags
      serializer  
      scope       
      types       

  <T> void addJsonDeserializerBean(JsonDeserializer<T>, java.lang.Class<?>[]);
    descriptor: (LJsonDeserializer;[Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonDeserializer cannot be resolved to a type\n\tJsonDeserializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: <T:Ljava/lang/Object;>(LJsonDeserializer<TT;>;[Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      deserializer  
      types         

  void addKeyDeserializerBean(KeyDeserializer, java.lang.Class<?>[]);
    descriptor: (LKeyDeserializer;[Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKeyDeserializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: (LKeyDeserializer;[Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      deserializer  
      types         

  private <E, T> void addBeanToModule(E, java.lang.Class<T>, java.lang.Class<?>[], java.util.function.BiConsumer<java.lang.Class<T>, E>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;[Ljava/lang/Class;Ljava/util/function/BiConsumer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.jackson.JsonComponentModule this
         0: .line 139
            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.boot.jackson.JsonComponentModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonComponentModule;
    Signature: <E:Ljava/lang/Object;T:Ljava/lang/Object;>(TE;Ljava/lang/Class<TT;>;[Ljava/lang/Class<*>;Ljava/util/function/BiConsumer<Ljava/lang/Class<TT;>;TE;>;)V
    MethodParameters:
          Name  Flags
      element   
      baseType  
      types     
      consumer  
}
SourceFile: "JsonComponentModule.java"
InnerClasses:
  public final Scope = org.springframework.boot.jackson.JsonComponent$Scope of org.springframework.boot.jackson.JsonComponent