class org.bson.codecs.pojo.LazyMissingCodec<S> implements org.bson.codecs.Codec<S>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bson.codecs.pojo.LazyMissingCodec
super_class: java.lang.Object
{
private final java.lang.Class<S> clazz;
descriptor: Ljava/lang/Class;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/Class<TS;>;
private final org.bson.codecs.configuration.CodecConfigurationException exception;
descriptor: Lorg/bson/codecs/configuration/CodecConfigurationException;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.Class<S>, org.bson.codecs.configuration.CodecConfigurationException);
descriptor: (Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecConfigurationException;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.bson.codecs.pojo.LazyMissingCodec.clazz:Ljava/lang/Class;
2: aload 0
aload 2
putfield org.bson.codecs.pojo.LazyMissingCodec.exception:Lorg/bson/codecs/configuration/CodecConfigurationException;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bson/codecs/pojo/LazyMissingCodec<TS;>;
0 4 1 clazz Ljava/lang/Class<TS;>;
0 4 2 exception Lorg/bson/codecs/configuration/CodecConfigurationException;
Signature: (Ljava/lang/Class<TS;>;Lorg/bson/codecs/configuration/CodecConfigurationException;)V
MethodParameters:
Name Flags
clazz final
exception final
public S decode(org.bson.BsonReader, org.bson.codecs.DecoderContext);
descriptor: (Lorg/bson/BsonReader;Lorg/bson/codecs/DecoderContext;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.bson.codecs.pojo.LazyMissingCodec.exception:Lorg/bson/codecs/configuration/CodecConfigurationException;
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bson/codecs/pojo/LazyMissingCodec<TS;>;
0 1 1 reader Lorg/bson/BsonReader;
0 1 2 decoderContext Lorg/bson/codecs/DecoderContext;
Signature: (Lorg/bson/BsonReader;Lorg/bson/codecs/DecoderContext;)TS;
MethodParameters:
Name Flags
reader final
decoderContext final
public void encode(org.bson.BsonWriter, S, org.bson.codecs.EncoderContext);
descriptor: (Lorg/bson/BsonWriter;Ljava/lang/Object;Lorg/bson/codecs/EncoderContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.bson.codecs.pojo.LazyMissingCodec.exception:Lorg/bson/codecs/configuration/CodecConfigurationException;
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bson/codecs/pojo/LazyMissingCodec<TS;>;
0 1 1 writer Lorg/bson/BsonWriter;
0 1 2 value TS;
0 1 3 encoderContext Lorg/bson/codecs/EncoderContext;
Signature: (Lorg/bson/BsonWriter;TS;Lorg/bson/codecs/EncoderContext;)V
MethodParameters:
Name Flags
writer final
value final
encoderContext final
public java.lang.Class<S> getEncoderClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bson.codecs.pojo.LazyMissingCodec.clazz:Ljava/lang/Class;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bson/codecs/pojo/LazyMissingCodec<TS;>;
Signature: ()Ljava/lang/Class<TS;>;
}
Signature: <S:Ljava/lang/Object;>Ljava/lang/Object;Lorg/bson/codecs/Codec<TS;>;
SourceFile: "LazyMissingCodec.java"