Class Conditional
java.lang.Object
net.thisptr.jackson.jq.internal.tree.Conditional
- All Implemented Interfaces:
Expression
-
Constructor Summary
ConstructorsConstructorDescriptionConditional(List<Pair<Expression, Expression>> switches, Expression otherwise) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.thisptr.jackson.jq.Expression
apply
-
Constructor Details
-
Conditional
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-