public interface io.vertx.ext.auth.ChainAuth extends io.vertx.ext.auth.authentication.AuthenticationProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.auth.ChainAuth
  super_class: java.lang.Object
{
  public static io.vertx.ext.auth.ChainAuth create();
    descriptor: ()Lio/vertx/ext/auth/ChainAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            invokestatic io.vertx.ext.auth.ChainAuth.any:()Lio/vertx/ext/auth/ChainAuth;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static io.vertx.ext.auth.ChainAuth all();
    descriptor: ()Lio/vertx/ext/auth/ChainAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 46
            new io.vertx.ext.auth.impl.ChainAuthImpl
            dup
            iconst_1
            invokespecial io.vertx.ext.auth.impl.ChainAuthImpl.<init>:(Z)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.auth.ChainAuth any();
    descriptor: ()Lio/vertx/ext/auth/ChainAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 55
            new io.vertx.ext.auth.impl.ChainAuthImpl
            dup
            iconst_0
            invokespecial io.vertx.ext.auth.impl.ChainAuthImpl.<init>:(Z)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract io.vertx.ext.auth.ChainAuth add(io.vertx.ext.auth.authentication.AuthenticationProvider);
    descriptor: (Lio/vertx/ext/auth/authentication/AuthenticationProvider;)Lio/vertx/ext/auth/ChainAuth;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "ChainAuth.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()