com.jayway.jsonpath.internal
Class PathToken
java.lang.Object
com.jayway.jsonpath.internal.PathToken
public class PathToken
- extends Object
- Author:
- Kalle Stenflo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathToken
public PathToken(String fragment)
getFilter
public PathTokenFilter getFilter()
filter
public Object filter(Object model,
JsonProvider jsonProvider)
apply
public Object apply(Object model,
JsonProvider jsonProvider)
getFragment
public String getFragment()
isRootToken
public boolean isRootToken()
isArrayIndexToken
public boolean isArrayIndexToken()
getArrayIndex
public int getArrayIndex()
Copyright © 2011-2012. All Rights Reserved.