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.
クラスで定義された JsonParser があります。私はそれを横断します。しかし、そうすると、現在のノードの完全なパスを取得する必要があります。パフォーマンスに影響を与えずに完全なパスを抽出する最良の方法は何ですか? ジャクソンにすでにそれを行うAPIはありますか?
でコンテキスト情報を取得できますJsonParser.getParsingContext()。または、入力ソース (行、列) に相対的な位置が必要な場合は、 を使用できますJsonParser.getLocation()。
JsonParser.getParsingContext()
JsonParser.getLocation()