public class org.bson.codecs.OverridableUuidRepresentationUuidCodec extends org.bson.codecs.UuidCodec implements org.bson.codecs.OverridableUuidRepresentationCodec<java.util.UUID>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bson.codecs.OverridableUuidRepresentationUuidCodec
  super_class: org.bson.codecs.UuidCodec
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
         0: .line 34
            aload 0 /* this */
            invokespecial org.bson.codecs.UuidCodec.<init>:()V
         1: .line 35
            return
        end local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bson/codecs/OverridableUuidRepresentationUuidCodec;

  public void <init>(org.bson.UuidRepresentation);
    descriptor: (Lorg/bson/UuidRepresentation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
        start local 1 // org.bson.UuidRepresentation uuidRepresentation
         0: .line 43
            aload 0 /* this */
            aload 1 /* uuidRepresentation */
            invokespecial org.bson.codecs.UuidCodec.<init>:(Lorg/bson/UuidRepresentation;)V
         1: .line 44
            return
        end local 1 // org.bson.UuidRepresentation uuidRepresentation
        end local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/bson/codecs/OverridableUuidRepresentationUuidCodec;
            0    2     1  uuidRepresentation  Lorg/bson/UuidRepresentation;
    MethodParameters:
                    Name  Flags
      uuidRepresentation  final

  public org.bson.codecs.Codec<java.util.UUID> withUuidRepresentation(org.bson.UuidRepresentation);
    descriptor: (Lorg/bson/UuidRepresentation;)Lorg/bson/codecs/Codec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
        start local 1 // org.bson.UuidRepresentation uuidRepresentation
         0: .line 48
            new org.bson.codecs.OverridableUuidRepresentationUuidCodec
            dup
            aload 1 /* uuidRepresentation */
            invokespecial org.bson.codecs.OverridableUuidRepresentationUuidCodec.<init>:(Lorg/bson/UuidRepresentation;)V
            areturn
        end local 1 // org.bson.UuidRepresentation uuidRepresentation
        end local 0 // org.bson.codecs.OverridableUuidRepresentationUuidCodec this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/bson/codecs/OverridableUuidRepresentationUuidCodec;
            0    1     1  uuidRepresentation  Lorg/bson/UuidRepresentation;
    Signature: (Lorg/bson/UuidRepresentation;)Lorg/bson/codecs/Codec<Ljava/util/UUID;>;
    MethodParameters:
                    Name  Flags
      uuidRepresentation  final
}
Signature: Lorg/bson/codecs/UuidCodec;Lorg/bson/codecs/OverridableUuidRepresentationCodec<Ljava/util/UUID;>;
SourceFile: "OverridableUuidRepresentationUuidCodec.java"