com.jayway.jsonpath.filter
Class PropertyFilter

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

public class PropertyFilter
extends JsonPathFilterBase

Created by IntelliJ IDEA. User: kallestenflo Date: 2/2/11 Time: 2:32 PM


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

Constructor Detail

PropertyFilter

public PropertyFilter(String pathFragment)
Method Detail

apply

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


Copyright © 2011. All Rights Reserved.