abstract class org.apache.logging.log4j.core.jackson.InstantMixIn
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.logging.log4j.core.jackson.InstantMixIn
  super_class: java.lang.Object
{
  void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // org.apache.logging.log4j.core.jackson.InstantMixIn this
        start local 1 // long epochSecond
        start local 3 // int nanoOfSecond
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            return
        end local 3 // int nanoOfSecond
        end local 1 // long epochSecond
        end local 0 // org.apache.logging.log4j.core.jackson.InstantMixIn this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/logging/log4j/core/jackson/InstantMixIn;
            0    2     1   epochSecond  J
            0    2     3  nanoOfSecond  I
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonCreator()
    RuntimeVisibleParameterAnnotations: 
      0:
        com.fasterxml.jackson.annotation.JsonProperty(value = "epochSecond")
      1:
        com.fasterxml.jackson.annotation.JsonProperty(value = "nanoOfSecond")
    MethodParameters:
              Name  Flags
      epochSecond   final
      nanoOfSecond  final

  abstract long getEpochSecond();
    descriptor: ()J
    flags: (0x0400) ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "epochSecond")
      com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(localName = "epochSecond", isAttribute = true)

  abstract int getNanoOfSecond();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "nanoOfSecond")
      com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(localName = "nanoOfSecond", isAttribute = true)
}
SourceFile: "InstantMixIn.java"
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonIgnoreProperties(value = {"epochMillisecond", "nanoOfMillisecond"})