class org.glassfish.jersey.client.InboundJaxrsResponse$3 implements org.glassfish.jersey.internal.util.Producer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.client.InboundJaxrsResponse$3
  super_class: java.lang.Object
{
  final org.glassfish.jersey.client.InboundJaxrsResponse this$0;
    descriptor: Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Class val$entityType;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.annotation.Annotation[] val$annotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.client.InboundJaxrsResponse, java.lang.Class, java.lang.annotation.Annotation[]);
    descriptor: (Lorg/glassfish/jersey/client/InboundJaxrsResponse;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse$3 this
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.client.InboundJaxrsResponse$3.this$0:Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            aload 0 /* this */
            aload 2
            putfield org.glassfish.jersey.client.InboundJaxrsResponse$3.val$entityType:Ljava/lang/Class;
            aload 0 /* this */
            aload 3
            putfield org.glassfish.jersey.client.InboundJaxrsResponse$3.val$annotations:[Ljava/lang/annotation/Annotation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse$3;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$entityType   final
      val$annotations  final

  public T call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse$3 this
         0: .line 113
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse$3.this$0:Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse$3.val$entityType:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse$3.val$annotations:[Ljava/lang/annotation/Annotation;
            invokevirtual org.glassfish.jersey.client.ClientResponse.readEntity:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse$3;
    Signature: ()TT;
}
Signature: Ljava/lang/Object;Lorg/glassfish/jersey/internal/util/Producer<TT;>;
SourceFile: "InboundJaxrsResponse.java"
EnclosingMethod: org.glassfish.jersey.client.InboundJaxrsResponse.readEntity:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
NestHost: org.glassfish.jersey.client.InboundJaxrsResponse
InnerClasses:
  org.glassfish.jersey.client.InboundJaxrsResponse$3