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 0: aload 0
invokespecial org.bson.codecs.UuidCodec.<init>:()V
1: return
end local 0 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 start local 1 0: aload 0
aload 1
invokespecial org.bson.codecs.UuidCodec.<init>:(Lorg/bson/UuidRepresentation;)V
1: return
end local 1 end local 0 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 start local 1 0: new org.bson.codecs.OverridableUuidRepresentationUuidCodec
dup
aload 1
invokespecial org.bson.codecs.OverridableUuidRepresentationUuidCodec.<init>:(Lorg/bson/UuidRepresentation;)V
areturn
end local 1 end local 0 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"