Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複雑な理由から、生の入力は Pair < JsonToken, String > の束です。Jackson ObjectMapper で JSON をこのフォームから逆シリアル化する方法はありますか? それを JsonNode ツリーまたは JsonParser に変換できれば、うまくいくと思います。ただし、JsonParser の独自の実装を作成するのは面倒に見えます。
TokenBufferそれらから構築できるかもしれません。と の両方JsonParserを実装JsonGeneratorしているため、残りの機能に渡すことができます。
TokenBuffer
JsonParser
JsonGenerator