public abstract class com.fasterxml.jackson.databind.cfg.ContextAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.fasterxml.jackson.databind.cfg.ContextAttributes
  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 // com.fasterxml.jackson.databind.cfg.ContextAttributes this
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.fasterxml.jackson.databind.cfg.ContextAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;

  public static com.fasterxml.jackson.databind.cfg.ContextAttributes getEmpty();
    descriptor: ()Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 24
            invokestatic com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl.getEmpty:()Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract com.fasterxml.jackson.databind.cfg.ContextAttributes withSharedAttribute(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract com.fasterxml.jackson.databind.cfg.ContextAttributes withSharedAttributes(java.util.Map<?, ?>);
    descriptor: (Ljava/util/Map;)Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Map<**>;)Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    MethodParameters:
            Name  Flags
      attributes  

  public abstract com.fasterxml.jackson.databind.cfg.ContextAttributes withoutSharedAttribute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract java.lang.Object getAttribute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract com.fasterxml.jackson.databind.cfg.ContextAttributes withPerCallAttribute(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lcom/fasterxml/jackson/databind/cfg/ContextAttributes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  
}
SourceFile: "ContextAttributes.java"
NestMembers:
  com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl
InnerClasses:
  public Impl = com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl of com.fasterxml.jackson.databind.cfg.ContextAttributes