final class org.springframework.boot.web.embedded.netty.CompressionCustomizer implements org.springframework.boot.web.embedded.netty.NettyServerCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.web.embedded.netty.CompressionCustomizer
  super_class: java.lang.Object
{
  private static final org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate ALWAYS_COMPRESS;
    descriptor: Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer$CompressionPredicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.boot.web.server.Compression compression;
    descriptor: Lorg/springframework/boot/web/server/Compression;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.web.server.Compression);
    descriptor: (Lorg/springframework/boot/web/server/Compression;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.netty cannot be resolved\n\tThe import io.netty cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe type CompressionCustomizer must implement the inherited abstract method Function<HttpServer,HttpServer>.apply(HttpServer)\n\tThis lambda expression refers to the missing type HttpServerRequest\n\tHttpServer cannot be resolved to a type\n\tHttpServer cannot be resolved to a type\n\tThe method and(BiPredicate<? super HttpServerRequest,? super HttpServerResponse>) from the type BiPredicate<HttpServerRequest,HttpServerResponse> refers to the missing type HttpServerRequest\n\tThis lambda expression refers to the missing type HttpServerRequest\n\tHttpHeaderNames cannot be resolved to a variable\n\tThis lambda expression refers to the missing type HttpServerRequest\n\tHttpHeaders cannot be resolved to a type\n\tHttpHeaderNames cannot be resolved to a variable\n\tHttpServerRequest cannot be resolved to a type\n\tHttpServerResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer;
    MethodParameters:
             Name  Flags
      compression  

  public HttpServer apply(HttpServer);
    descriptor: (LHttpServer;)LHttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServer cannot be resolved to a type\n\tHttpServer cannot be resolved to a type\n\tThe method and(BiPredicate<? super HttpServerRequest,? super HttpServerResponse>) from the type BiPredicate<HttpServerRequest,HttpServerResponse> refers to the missing type HttpServerRequest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer;
    MethodParameters:
        Name  Flags
      server  

  private org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate getMimeTypesPredicate(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer$CompressionPredicate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThis lambda expression refers to the missing type HttpServerRequest\n\tHttpHeaderNames cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer;
    MethodParameters:
                Name  Flags
      mimeTypeValues  

  private org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate getExcludedUserAgentsPredicate(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer$CompressionPredicate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThis lambda expression refers to the missing type HttpServerRequest\n\tHttpHeaders cannot be resolved to a type\n\tHttpHeaderNames cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.netty.CompressionCustomizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/netty/CompressionCustomizer;
    MethodParameters:
                    Name  Flags
      excludedUserAgents  
}
SourceFile: "CompressionCustomizer.java"
NestMembers:
  org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate
InnerClasses:
  private abstract CompressionPredicate = org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate of org.springframework.boot.web.embedded.netty.CompressionCustomizer