public class io.micronaut.http.netty.content.HttpContentUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.netty.content.HttpContentUtil
  super_class: java.lang.Object
{
  public static final byte[] OPEN_BRACKET;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final byte[] CLOSE_BRACKET;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final byte[] COMMA;
    descriptor: [B
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            ldc "["
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            putstatic io.micronaut.http.netty.content.HttpContentUtil.OPEN_BRACKET:[B
         1: .line 36
            ldc "]"
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            putstatic io.micronaut.http.netty.content.HttpContentUtil.CLOSE_BRACKET:[B
         2: .line 37
            ldc ","
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            putstatic io.micronaut.http.netty.content.HttpContentUtil.COMMA:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.content.HttpContentUtil this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.micronaut.http.netty.content.HttpContentUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/content/HttpContentUtil;

  public static io.netty.handler.codec.http.HttpContent openBracket();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 43
            new io.netty.handler.codec.http.DefaultHttpContent
            dup
            getstatic io.micronaut.http.netty.content.HttpContentUtil.OPEN_BRACKET:[B
            invokestatic io.netty.buffer.Unpooled.wrappedBuffer:([B)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.codec.http.HttpContent closeBracket();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 50
            new io.netty.handler.codec.http.DefaultHttpContent
            dup
            getstatic io.micronaut.http.netty.content.HttpContentUtil.CLOSE_BRACKET:[B
            invokestatic io.netty.buffer.Unpooled.wrappedBuffer:([B)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.codec.http.HttpContent prefixComma(io.netty.handler.codec.http.HttpContent);
    descriptor: (Lio/netty/handler/codec/http/HttpContent;)Lio/netty/handler/codec/http/HttpContent;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpContent httpContent
         0: .line 58
            iconst_2
            invokestatic io.netty.buffer.Unpooled.compositeBuffer:(I)Lio/netty/buffer/CompositeByteBuf;
            astore 1 /* compositeByteBuf */
        start local 1 // io.netty.buffer.CompositeByteBuf compositeByteBuf
         1: .line 59
            aload 1 /* compositeByteBuf */
            iconst_1
            getstatic io.micronaut.http.netty.content.HttpContentUtil.COMMA:[B
            invokestatic io.netty.buffer.Unpooled.wrappedBuffer:([B)Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         2: .line 60
            aload 1 /* compositeByteBuf */
            iconst_1
            aload 0 /* httpContent */
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.CompositeByteBuf.addComponent:(ZLio/netty/buffer/ByteBuf;)Lio/netty/buffer/CompositeByteBuf;
            pop
         3: .line 61
            aload 0 /* httpContent */
         4: .line 62
            aload 1 /* compositeByteBuf */
         5: .line 61
            invokeinterface io.netty.handler.codec.http.HttpContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/HttpContent;
            areturn
        end local 1 // io.netty.buffer.CompositeByteBuf compositeByteBuf
        end local 0 // io.netty.handler.codec.http.HttpContent httpContent
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0       httpContent  Lio/netty/handler/codec/http/HttpContent;
            1    6     1  compositeByteBuf  Lio/netty/buffer/CompositeByteBuf;
    MethodParameters:
             Name  Flags
      httpContent  
}
SourceFile: "HttpContentUtil.java"
    RuntimeVisibleAnnotations: 
      io.micronaut.core.annotation.Internal()