public interface org.bson.conversions.Bson
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bson.conversions.Bson
  super_class: java.lang.Object
{
  public abstract <TDocument> org.bson.BsonDocument toBsonDocument(java.lang.Class<TDocument>, org.bson.codecs.configuration.CodecRegistry);
    descriptor: (Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;)Lorg/bson/BsonDocument;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <TDocument:Ljava/lang/Object;>(Ljava/lang/Class<TTDocument;>;Lorg/bson/codecs/configuration/CodecRegistry;)Lorg/bson/BsonDocument;
    MethodParameters:
               Name  Flags
      documentClass  
      codecRegistry  
}
SourceFile: "Bson.java"