com.jayway.jsonpath.filter
Class JsonPathFilterBase
java.lang.Object
com.jayway.jsonpath.filter.JsonPathFilterBase
- Direct Known Subclasses:
- ListFilter, PropertyFilter, RootFilter, TraverseFilter
public abstract class JsonPathFilterBase
- extends Object
Created by IntelliJ IDEA.
User: kallestenflo
Date: 2/2/11
Time: 2:01 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonPathFilterBase
public JsonPathFilterBase()
apply
public abstract List<Object> apply(List<Object> filter)
Copyright © 2011. All Rights Reserved.