Package com.jayway.jsonpath
Interface MapFunction
-
public interface MapFunction
Returns a new representation for the input value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
map(java.lang.Object currentValue, Configuration configuration)
-
-
-
Method Detail
-
map
java.lang.Object map(java.lang.Object currentValue, Configuration configuration)
-
-