public final class JsonPathUtils extends ObjectSE
evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
を jsonPath にするユーティリティクラス。評価を JsonPath に委譲します。注: evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
は #jsonPath()
SpEL 関数として使用されます。修飾子と型 | メソッドと説明 |
---|---|
static <T> T | evaluate(ObjectSE json, StringSE jsonPath, com.jayway.jsonpath.Predicate... predicates) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public static <T> T evaluate(ObjectSE json, StringSE jsonPath, com.jayway.jsonpath.Predicate... predicates) throws IOExceptionSE