public final class org.bson.codecs.pojo.Conventions
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.bson.codecs.pojo.Conventions
super_class: java.lang.Object
{
public static final org.bson.codecs.pojo.Convention CLASS_AND_PROPERTY_CONVENTION;
descriptor: Lorg/bson/codecs/pojo/Convention;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bson.codecs.pojo.Convention ANNOTATION_CONVENTION;
descriptor: Lorg/bson/codecs/pojo/Convention;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bson.codecs.pojo.Convention SET_PRIVATE_FIELDS_CONVENTION;
descriptor: Lorg/bson/codecs/pojo/Convention;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bson.codecs.pojo.Convention USE_GETTERS_FOR_SETTERS;
descriptor: Lorg/bson/codecs/pojo/Convention;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.bson.codecs.pojo.Convention OBJECT_ID_GENERATORS;
descriptor: Lorg/bson/codecs/pojo/Convention;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final java.util.List<org.bson.codecs.pojo.Convention> DEFAULT_CONVENTIONS;
descriptor: Ljava/util/List;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/List<Lorg/bson/codecs/pojo/Convention;>;
public static final java.util.List<org.bson.codecs.pojo.Convention> NO_CONVENTIONS;
descriptor: Ljava/util/List;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/List<Lorg/bson/codecs/pojo/Convention;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.bson.codecs.pojo.ConventionDefaultsImpl
dup
invokespecial org.bson.codecs.pojo.ConventionDefaultsImpl.<init>:()V
putstatic org.bson.codecs.pojo.Conventions.CLASS_AND_PROPERTY_CONVENTION:Lorg/bson/codecs/pojo/Convention;
1: new org.bson.codecs.pojo.ConventionAnnotationImpl
dup
invokespecial org.bson.codecs.pojo.ConventionAnnotationImpl.<init>:()V
putstatic org.bson.codecs.pojo.Conventions.ANNOTATION_CONVENTION:Lorg/bson/codecs/pojo/Convention;
2: new org.bson.codecs.pojo.ConventionSetPrivateFieldImpl
dup
invokespecial org.bson.codecs.pojo.ConventionSetPrivateFieldImpl.<init>:()V
putstatic org.bson.codecs.pojo.Conventions.SET_PRIVATE_FIELDS_CONVENTION:Lorg/bson/codecs/pojo/Convention;
3: new org.bson.codecs.pojo.ConventionUseGettersAsSettersImpl
dup
invokespecial org.bson.codecs.pojo.ConventionUseGettersAsSettersImpl.<init>:()V
putstatic org.bson.codecs.pojo.Conventions.USE_GETTERS_FOR_SETTERS:Lorg/bson/codecs/pojo/Convention;
4: new org.bson.codecs.pojo.ConventionObjectIdGeneratorsImpl
dup
invokespecial org.bson.codecs.pojo.ConventionObjectIdGeneratorsImpl.<init>:()V
putstatic org.bson.codecs.pojo.Conventions.OBJECT_ID_GENERATORS:Lorg/bson/codecs/pojo/Convention;
5: iconst_3
anewarray org.bson.codecs.pojo.Convention
dup
iconst_0
6: getstatic org.bson.codecs.pojo.Conventions.CLASS_AND_PROPERTY_CONVENTION:Lorg/bson/codecs/pojo/Convention;
aastore
dup
iconst_1
getstatic org.bson.codecs.pojo.Conventions.ANNOTATION_CONVENTION:Lorg/bson/codecs/pojo/Convention;
aastore
dup
iconst_2
getstatic org.bson.codecs.pojo.Conventions.OBJECT_ID_GENERATORS:Lorg/bson/codecs/pojo/Convention;
aastore
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putstatic org.bson.codecs.pojo.Conventions.DEFAULT_CONVENTIONS:Ljava/util/List;
7: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putstatic org.bson.codecs.pojo.Conventions.NO_CONVENTIONS:Ljava/util/List;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bson/codecs/pojo/Conventions;
}
SourceFile: "Conventions.java"