public class io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl implements io.vertx.ext.web.client.predicate.ErrorConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl
  super_class: java.lang.Object
{
  private final java.util.function.Function<io.vertx.ext.web.client.predicate.ResponsePredicateResult, java.lang.Throwable> converter;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/client/predicate/ResponsePredicateResult;Ljava/lang/Throwable;>;

  private final boolean needsBody;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.util.function.Function<io.vertx.ext.web.client.predicate.ResponsePredicateResult, java.lang.Throwable>, );
    descriptor: (Ljava/util/function/Function;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
        start local 1 // java.util.function.Function converter
        start local 2 // boolean needsBody
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* converter */
            putfield io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl.converter:Ljava/util/function/Function;
         2: .line 34
            aload 0 /* this */
            iload 2 /* needsBody */
            putfield io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl.needsBody:Z
         3: .line 35
            return
        end local 2 // boolean needsBody
        end local 1 // java.util.function.Function converter
        end local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/ext/web/client/impl/predicate/ErrorConverterImpl;
            0    4     1  converter  Ljava/util/function/Function<Lio/vertx/ext/web/client/predicate/ResponsePredicateResult;Ljava/lang/Throwable;>;
            0    4     2  needsBody  Z
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/client/predicate/ResponsePredicateResult;Ljava/lang/Throwable;>;Z)V
    MethodParameters:
           Name  Flags
      converter  
      needsBody  

  public boolean requiresBody();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl.needsBody:Z
            ireturn
        end local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/predicate/ErrorConverterImpl;

  public java.lang.Throwable apply(io.vertx.ext.web.client.predicate.ResponsePredicateResult);
    descriptor: (Lio/vertx/ext/web/client/predicate/ResponsePredicateResult;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
        start local 1 // io.vertx.ext.web.client.predicate.ResponsePredicateResult result
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl.converter:Ljava/util/function/Function;
            aload 1 /* result */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Throwable
            areturn
        end local 1 // io.vertx.ext.web.client.predicate.ResponsePredicateResult result
        end local 0 // io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/web/client/impl/predicate/ErrorConverterImpl;
            0    1     1  result  Lio/vertx/ext/web/client/predicate/ResponsePredicateResult;
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "ErrorConverterImpl.java"