cc.plural.jsonij.jpath
Class AllPredicate
java.lang.Object
cc.plural.jsonij.jpath.Component
cc.plural.jsonij.jpath.PredicateComponent
cc.plural.jsonij.jpath.AllPredicate
public class AllPredicate
- extends PredicateComponent
All predicate implementation.
- Author:
- J.W.Marsden
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllPredicate
public AllPredicate()
evaluate
public List<Value> evaluate(List<Value> values,
List<Value> results)
- If the value is an array, then add all elements. If the
value is an object, then add all attributes.
- Specified by:
evaluate in class Component
- Parameters:
values - The current values.
- Returns:
- The new values.
Copyright © 2012. All Rights Reserved.