class com.datastax.oss.driver.internal.core.type.codec.StringCodec$2 extends io.netty.util.concurrent.FastThreadLocal<java.nio.charset.CharsetDecoder>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.datastax.oss.driver.internal.core.type.codec.StringCodec$2
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  final com.datastax.oss.driver.internal.core.type.codec.StringCodec this$0;
    descriptor: Lcom/datastax/oss/driver/internal/core/type/codec/StringCodec;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.charset.Charset val$charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.datastax.oss.driver.internal.core.type.codec.StringCodec, java.nio.charset.Charset);
    descriptor: (Lcom/datastax/oss/driver/internal/core/type/codec/StringCodec;Ljava/nio/charset/Charset;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.datastax.oss.driver.internal.core.type.codec.StringCodec$2 this
         0: .line 55
            aload 0 /* this */
            aload 1
            putfield com.datastax.oss.driver.internal.core.type.codec.StringCodec$2.this$0:Lcom/datastax/oss/driver/internal/core/type/codec/StringCodec;
            aload 0 /* this */
            aload 2
            putfield com.datastax.oss.driver.internal.core.type.codec.StringCodec$2.val$charset:Ljava/nio/charset/Charset;
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
            return
        end local 0 // com.datastax.oss.driver.internal.core.type.codec.StringCodec$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/datastax/oss/driver/internal/core/type/codec/StringCodec$2;
    MethodParameters:
             Name  Flags
      this$0       final
      val$charset  final

  protected java.nio.charset.CharsetDecoder initialValue();
    descriptor: ()Ljava/nio/charset/CharsetDecoder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.datastax.oss.driver.internal.core.type.codec.StringCodec$2 this
         0: .line 58
            aload 0 /* this */
            getfield com.datastax.oss.driver.internal.core.type.codec.StringCodec$2.val$charset:Ljava/nio/charset/Charset;
         1: .line 59
            invokevirtual java.nio.charset.Charset.newDecoder:()Ljava/nio/charset/CharsetDecoder;
         2: .line 60
            getstatic java.nio.charset.CodingErrorAction.REPORT:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetDecoder.onMalformedInput:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
         3: .line 61
            getstatic java.nio.charset.CodingErrorAction.REPORT:Ljava/nio/charset/CodingErrorAction;
            invokevirtual java.nio.charset.CharsetDecoder.onUnmappableCharacter:(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;
         4: .line 58
            areturn
        end local 0 // com.datastax.oss.driver.internal.core.type.codec.StringCodec$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/datastax/oss/driver/internal/core/type/codec/StringCodec$2;
    Exceptions:
      throws java.lang.Exception

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.datastax.oss.driver.internal.core.type.codec.StringCodec$2.initialValue:()Ljava/nio/charset/CharsetDecoder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<Ljava/nio/charset/CharsetDecoder;>;
SourceFile: "StringCodec.java"
EnclosingMethod: com.datastax.oss.driver.internal.core.type.codec.StringCodec.<init>:(Lcom/datastax/oss/driver/api/core/type/DataType;Ljava/nio/charset/Charset;)V
NestHost: com.datastax.oss.driver.internal.core.type.codec.StringCodec
InnerClasses:
  com.datastax.oss.driver.internal.core.type.codec.StringCodec$2