class org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1 implements java.time.temporal.TemporalQuery<java.time.Instant>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1
  super_class: java.lang.Object
{
  final org.bson.json.DateTimeFormatter$Java8DateTimeFormatter this$1;
    descriptor: Lorg/bson/json/DateTimeFormatter$Java8DateTimeFormatter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.bson.json.DateTimeFormatter$Java8DateTimeFormatter);
    descriptor: (Lorg/bson/json/DateTimeFormatter$Java8DateTimeFormatter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1 this
         0: .line 139
            aload 0 /* this */
            aload 1
            putfield org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1.this$1:Lorg/bson/json/DateTimeFormatter$Java8DateTimeFormatter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bson/json/DateTimeFormatter$Java8DateTimeFormatter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.time.Instant queryFrom(java.time.temporal.TemporalAccessor);
    descriptor: (Ljava/time/temporal/TemporalAccessor;)Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 142
            aload 1 /* temporal */
            invokestatic java.time.Instant.from:(Ljava/time/temporal/TemporalAccessor;)Ljava/time/Instant;
            areturn
        end local 1 // java.time.temporal.TemporalAccessor temporal
        end local 0 // org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/bson/json/DateTimeFormatter$Java8DateTimeFormatter$1;
            0    1     1  temporal  Ljava/time/temporal/TemporalAccessor;
    MethodParameters:
          Name  Flags
      temporal  final

  public java.lang.Object queryFrom(java.time.temporal.TemporalAccessor);
    descriptor: (Ljava/time/temporal/TemporalAccessor;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1.queryFrom:(Ljava/time/temporal/TemporalAccessor;)Ljava/time/Instant;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/time/temporal/TemporalQuery<Ljava/time/Instant;>;
SourceFile: "DateTimeFormatter.java"
EnclosingMethod: org.bson.json.DateTimeFormatter$Java8DateTimeFormatter.parse:(Ljava/lang/String;)J
NestHost: org.bson.json.DateTimeFormatter
InnerClasses:
  Java8DateTimeFormatter = org.bson.json.DateTimeFormatter$Java8DateTimeFormatter of org.bson.json.DateTimeFormatter
  org.bson.json.DateTimeFormatter$Java8DateTimeFormatter$1