com.jayway.jsonpath.filter
Class JsonPathFilterChain

java.lang.Object
  extended by com.jayway.jsonpath.filter.JsonPathFilterChain

public class JsonPathFilterChain
extends Object

User: kallestenflo Date: 2/2/11 Time: 2:00 PM


Constructor Summary
JsonPathFilterChain(List<String> pathFragments)
           
 
Method Summary
 List<Object> filter(Object root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPathFilterChain

public JsonPathFilterChain(List<String> pathFragments)
Method Detail

filter

public List<Object> filter(Object root)


Copyright © 2011. All Rights Reserved.