私はこのようなことをしようとしていますが、ビットが正常に動作していません.JsonPathクラスから「from」を静的にインポートする方法がわかりません.
// "from" is statically imported from the JsonPath class
List<String> bookTitles = from(response).getList("store.book.findAll { it.price < 10 }.title");
私はこのエラーが発生しています:
"cannot find symbol symbol: method from(java.lang.String)"
誰かが私を助けてくれますか?, 事前に感謝します:)