public class com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer extends com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer
  super_class: com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer
{
  public static final com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer INSTANCE;
    descriptor: Lcom/fasterxml/jackson/datatype/jsr310/deser/key/YearMothKeyDeserializer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 9
            new com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer
            dup
            invokespecial com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer.<init>:()V
            putstatic com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer.INSTANCE:Lcom/fasterxml/jackson/datatype/jsr310/deser/key/YearMothKeyDeserializer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer this
         0: .line 11
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer.<init>:()V
         1: .line 13
            return
        end local 0 // com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/datatype/jsr310/deser/key/YearMothKeyDeserializer;
}
SourceFile: "YearMothKeyDeserializer.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()