public class com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 8
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type JavaPropsMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<JavaPropsMapper>) is undefined for the type JavaPropsMapper\n\tThe method version() of type JavaPropsMapper must override or implement a supertype method\n\tThe method getFactory() of type JavaPropsMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n\tThe method readValue(JsonParser, Class<T>) is undefined for the type JavaPropsMapper\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;

  public void <init>(com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 8
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type JavaPropsMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<JavaPropsMapper>) is undefined for the type JavaPropsMapper\n\tThe method version() of type JavaPropsMapper must override or implement a supertype method\n\tThe method getFactory() of type JavaPropsMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n\tThe method readValue(JsonParser, Class<T>) is undefined for the type JavaPropsMapper\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    MethodParameters:
      Name  Flags
      f     

  protected void <init>(com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 8
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tThe import com.fasterxml.jackson.databind cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tThe method copy() of type JavaPropsMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<JavaPropsMapper>) is undefined for the type JavaPropsMapper\n\tThe method version() of type JavaPropsMapper must override or implement a supertype method\n\tThe method getFactory() of type JavaPropsMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n\tThe method readValue(JsonParser, Class<T>) is undefined for the type JavaPropsMapper\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tJavaType cannot be resolved to a type\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    MethodParameters:
      Name  Flags
      src   

  public com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper copy();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method copy() of type JavaPropsMapper must override or implement a supertype method\n\tThe method _checkInvalidCopy(Class<JavaPropsMapper>) is undefined for the type JavaPropsMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;

  public com.fasterxml.jackson.core.Version version();
    descriptor: ()Lcom/fasterxml/jackson/core/Version;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method version() of type JavaPropsMapper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;

  public com.fasterxml.jackson.dataformat.javaprop.JavaPropsFactory getFactory();
    descriptor: ()Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getFactory() of type JavaPropsMapper must override or implement a supertype method\n\t_jsonFactory cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;

  public <T> T readPropertiesAs(java.util.Properties, com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, java.lang.Class<T>);
    descriptor: (Ljava/util/Properties;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method readValue(JsonParser, Class<T>) is undefined for the type JavaPropsMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Properties;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
           Name  Flags
      props      
      schema     
      valueType  

  public <T> T readPropertiesAs(java.util.Properties, com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, JavaType);
    descriptor: (Ljava/util/Properties;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJavaType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Properties;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)TT;
    MethodParameters:
           Name  Flags
      props      
      schema     
      valueType  

  public <T> T readPropertiesAs(java.util.Properties, java.lang.Class<T>);
    descriptor: (Ljava/util/Properties;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Properties;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
           Name  Flags
      props      
      valueType  

  public <T> T readPropertiesAs(java.util.Properties, JavaType);
    descriptor: (Ljava/util/Properties;LJavaType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJavaType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Properties;LJavaType;)TT;
    MethodParameters:
           Name  Flags
      props      
      valueType  

  public <T> T readSystemPropertiesAs(com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, java.lang.Class<T>);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
           Name  Flags
      schema     
      valueType  

  public <T> T readSystemPropertiesAs(com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, JavaType);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJavaType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)TT;
    MethodParameters:
           Name  Flags
      schema     
      valueType  

  public <T> T readEnvVariablesAs(com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, java.lang.Class<T>);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 154
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
           Name  Flags
      schema     
      valueType  

  public <T> T readEnvVariablesAs(com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema, JavaType);
    descriptor: (Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 168
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJavaType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;LJavaType;)TT;
    MethodParameters:
           Name  Flags
      schema     
      valueType  

  protected java.util.Properties _env();
    descriptor: ()Ljava/util/Properties;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 172
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;

  public void writeValue(java.util.Properties, java.lang.Object);
    descriptor: (Ljava/util/Properties;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetProps  
      value        

  public void writeValue(java.util.Properties, java.lang.Object, com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema);
    descriptor: (Ljava/util/Properties;Ljava/lang/Object;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 218
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method writeValue(Properties, Object) in the type JavaPropsMapper is not applicable for the arguments (JavaPropsGenerator, Object)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      targetProps  
      value        
      schema       

  public java.util.Properties writeValueAsProperties(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/Properties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public java.util.Properties writeValueAsProperties(java.lang.Object, com.fasterxml.jackson.dataformat.javaprop.JavaPropsSchema);
    descriptor: (Ljava/lang/Object;Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsSchema;)Ljava/util/Properties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/dataformat/javaprop/JavaPropsMapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      value   
      schema  
}
SourceFile: "JavaPropsMapper.java"