public interface org.jboss.resteasy.client.core.ClientInterceptorRepository
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.client.core.ClientInterceptorRepository
  super_class: java.lang.Object
{
  public abstract java.util.LinkedList<javax.ws.rs.ext.ReaderInterceptor> getReaderInterceptorList();
    descriptor: ()Ljava/util/LinkedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/LinkedList<Ljavax/ws/rs/ext/ReaderInterceptor;>;

  public abstract java.util.LinkedList<javax.ws.rs.ext.WriterInterceptor> getWriterInterceptorList();
    descriptor: ()Ljava/util/LinkedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/LinkedList<Ljavax/ws/rs/ext/WriterInterceptor;>;

  public abstract java.util.LinkedList<org.jboss.resteasy.spi.interception.ClientExecutionInterceptor> getExecutionInterceptorList();
    descriptor: ()Ljava/util/LinkedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/LinkedList<Lorg/jboss/resteasy/spi/interception/ClientExecutionInterceptor;>;

  public abstract void registerInterceptor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      interceptor  
}
SourceFile: "ClientInterceptorRepository.java"