sql >> データベース >  >> NoSQL >> MongoDB

Javaオブジェクトに変換し直す際のMongoDBNumberLong/$numberLongの問題

    以下のコードを使用できます:

    Document doc = documentCursor.next();
    JsonWriterSettings relaxed = JsonWriterSettings.builder().outputMode(JsonMode.RELAXED).build();
    CustomeObject obj = gson.fromJson(doc.toJson(relaxed), CustomeObject.class);
    


    1. さまざまなNoSQLデータベースのクイックリファレンスガイド

    2. MongDBがPromiseタイプ定義を見つけることができません

    3. マングースの子をネストするオブジェクトの親を作成します

    4. MongoDB + Doctrine:テキスト検索スコアでクエリを並べ替える方法