com.jayway.jsonpath.filter
Class ListFilter

java.lang.Object
  extended by com.jayway.jsonpath.filter.JsonPathFilterBase
      extended by com.jayway.jsonpath.filter.ListFilter

public class ListFilter
extends JsonPathFilterBase

User: kalle stenflo Date: 2/2/11 Time: 2:32 PM


Constructor Summary
ListFilter(String pathFragment)
           
 
Method Summary
 List<Object> apply(List<Object> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListFilter

public ListFilter(String pathFragment)
Method Detail

apply

public List<Object> apply(List<Object> items)
Specified by:
apply in class JsonPathFilterBase


Copyright © 2011. All Rights Reserved.